-
Couldn't load subscription status.
- Fork 146
Open
Labels
Description
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 vue3-openlayers. But this option has openlayers it self. Just need set style=null in intesection-select.
Describe the solution you'd like
Add additional prop in src/components/interaction/OlInteractionSelect.vue as style. And throw in
const select = computed( () => new Select({ ...properties, style: new Style() *** HERE ***, }), );