-
Notifications
You must be signed in to change notification settings - Fork 596
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
Features flicker on selection change #871
Comments
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 :( |
This switching causes severe flickering and there seems to be no performance advantage at least in our use case. See: <mapbox#871> <mapbox#916>
Is there any plan to review/merge #1026 anytime soon? Or any reason why you won't? |
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/
The text was updated successfully, but these errors were encountered: