You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an unusual issue with the custom marker example when panning and moving the map. The markers exhibit a pronounced motion blur effect that significantly impacts the user experience. I've attached a video demonstrating the problem.
I've tried various approaches to resolve this issue, including adjusting marker properties and exploring different rendering techniques, but without success. Any guidance on how to eliminate this motion blur would be greatly appreciated!
Screen.Recording.2024-08-09.at.10.39.36.mov
Steps to Reproduce
Run the example app
Open the custom markers page
Pan around the map
Expected Results
The markers will be synchronized with the map when the user interacts with the map.
Actual Results
The markers won't "stick" fully to the map and will create an annoying "motion blur" effect when the user pans and moves the map.
Platforms
all
Version of flutter maplibre_gl
0.20.0
Bug Description
I'm encountering an unusual issue with the custom marker example when panning and moving the map. The markers exhibit a pronounced motion blur effect that significantly impacts the user experience. I've attached a video demonstrating the problem.
I've tried various approaches to resolve this issue, including adjusting marker properties and exploring different rendering techniques, but without success. Any guidance on how to eliminate this motion blur would be greatly appreciated!
Screen.Recording.2024-08-09.at.10.39.36.mov
Steps to Reproduce
Expected Results
The markers will be synchronized with the map when the user interacts with the map.
Actual Results
The markers won't "stick" fully to the map and will create an annoying "motion blur" effect when the user pans and moves the map.
Code Sample
All the code can be found here.
I feel the responsibility for the issue is coming from the implementation of this API: