Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Interaction Select #374

Open
linker03 opened this issue Aug 16, 2024 · 1 comment
Open

Problem with Interaction Select #374

linker03 opened this issue Aug 16, 2024 · 1 comment

Comments

@linker03
Copy link

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 ***, }), );

@d-koppenhagen
Copy link
Collaborator

@linker03 do you want to contribute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants