vue3-openlayers
vue3-openlayers copied to clipboard
Web map Vue 3.x components with the power of OpenLayers
**Is your feature request related to a problem? Please describe.** My problem in interaction Select. I don't want change element style after selecting. But I don't have that option in...
**Describe the bug** Unfortunately there is no way to reopen a issue, so i have to do a new one. #370 seems not fixed to me. The commit https://github.com/MelihAltintas/vue3-openlayers/commit/91a07cac37d7a579014bc0bcc7deae7e226237c5 is...
**Describe the bug** Hello everyone! I'm trying to integrate `vue3-openlayers` in my personal project. My stack is: - Astro - Vue I'm trying to run this code: ```vue import {...
**Describe the bug** I have a component that is making use of `` e.g. `` passing a ref containing an array of coordinate arrays to the `ol-geom-line-string`. In the initial...
**Describe the bug** https://stackblitz.com/edit/vue3-openlayers-template-q76erp?file=src/components/TheMap.vue,src/App.vue Same behavior can be observed here: https://vue3openlayers.netlify.app/componentsguide/sources/xyz/ Please have a look at this demo using the latest version. When switching map url (using a computed property),...
Hello, To style individual features (based on the subject attribute of the feature), I wrote an overrideStyleFunction such as: ``` const overrideStyleFunctionSimple = (feature, currentStyle) => { const subject =...
Hi, after adding vue3-openlayers as a plugin to a clean Nuxt project, the client bundle shows a large file (vue3-openlayers.es.js) of over 1MB. The same issue occurs when performing selected...