You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ***, }), );
The text was updated successfully, but these errors were encountered:
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 ***, }), );
The text was updated successfully, but these errors were encountered: