ghettovoice / vuelayers

Web map Vue components with the power of OpenLayers
https://vuelayers.github.io/
MIT License
682 stars 230 forks source link

interaction select programmatically #471

Closed npltr62 closed 2 years ago

npltr62 commented 2 years ago

hello, the select function <vl-interaction-select :features.sync="selectedFeature" ref= 'interactionselect'/> this.$refs.interactionselect.select('ouvr.fid-56ef804f_17ed7d138fa_-2d4c') doesn't work, nothing are selected. thanks

npltr62 commented 2 years ago

i find solution

this.$refs.interactionselect.unselectAll()
this.$refs.interactionselect.select(feature)