ghettovoice / vuelayers

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

I'm using vuelayers in my application currently I created a button that selects all my points on the map so far everything is perfect, now when all the points are selected and I try to select just one clicking it gives an error #497

Closed TavinhoFIux closed 1 year ago

TavinhoFIux commented 2 years ago

I'm using vuelayers in my application currently I created a button that selects all my points on the map so far everything is perfect, now when all the points are selected and I try to select just one clicking it gives an Error in nextTick: "NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node

ghettovoice commented 2 years ago

Hello @TavinhoFIux , I'm trying to reproduce this basing on your description https://jsfiddle.net/ghettovoice/Ln9qr135/333/. But don't see any errors, so I think the possible error somewhere else. Can you you provide some demo app or source code? Especially how do you render features on the map, select them and so on.