mapbox-gl-draw
mapbox-gl-draw copied to clipboard
Features flicker on selection change
Hello,
When mapbox-gl-draw source is getting big, user can observe flickering of drawn features on selection change:
It seems like plugin moves features from one source to another and when there's many features on the map this operation takes time. Maybe for a moment features affected by selection change are not part of any source.
Do you think it is possible to somehow fix this?
Demo: https://jsfiddle.net/tpe907dc/
Facing the same issue
We are also facing the same. Please fix this.
We're also experiencing this and it happens with just 2 features on the map. The switching between the hot and cold layers is very noticeable.
Any news here? Flikering starts at first mousemove after select/deselect video
Similar problem in our application.
Same problem for us. Any update on this?
This is a borderline showstopper for switching from leaflet draw with leaflet-mapbox to straight mapbox on a personal project :(
Is there any plan to review/merge #1026 anytime soon? Or any reason why you won't? It fixes this issue for our project