Skip to content

Problem with Interaction Select #374

@linker03

Description

@linker03

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions