vue3-openlayers
vue3-openlayers copied to clipboard
Web map Vue 3.x components with the power of OpenLayers
**Describe the bug** Map fails to process 'white' tiles if user loses connection mid usage. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://vue3openlayers.netlify.app/componentsguide/map/ 2. Zoom to random...
Hello, I'm probably not doing something right, but I cannot use `:hit-tolerance="xx"` on the select interaction. Could anybody point me in the right direction? Thank you!
## Description This MR adds support for `hitTolerance`: >Hit-detection tolerance. Pixels inside the radius around the given position will be checked for features. (from [ol docs](https://openlayers.org/en/latest/apidoc/module-ol_interaction_Select-Select.html)) ## Motivation and Context...
**Describe the bug** ~~If `:updateWhileAnimating="true" :updateWhileInteracting="true"` is enabled~~ on the HeatmapLayer a `ReferenceError` occurs when the value of the `blur` or `radius` prop is changed. https://github.com/MelihAltintas/vue3-openlayers/blob/main/src/components/layers/HeatmapLayer.vue#L34 Edit: Seems like a...
Sorry about the cross-posting from Stackoverflow, but nobody is answering there. I have a Vue 3 Composition API component using Vue Open Layers, iterating through an object array property on...
**Is your feature request related to a problem? Please describe.** I'd like to add a small card-like container inside the map at an absolute position to display details, like the...
**Is your feature request related to a problem? Please describe.** Dynamically set where map controls like zoom, fullscreen, etc are positioned **Describe the solution you'd like** [Openlayers itself uses css](https://openlayers.org/en/latest/apidoc/module-ol_control_Control-Control.html)...
**Is your feature request related to a problem? Please describe.** Add native instance references to the REF of component layers, controls and tools, so that the methods and properties of...
We have a data array in a pinia store that is constantly being updated by a socket.io stream. The map's performance is terribly slow when new data comes in. I'm...