-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Shaking raster map after easeTo\flyTo #7849
Comments
@aliir74 The
#7426 addresses a different form of raster shaking, and can be tested in the 0.53 beta |
Thanks, @asheemmamoowala. I added your code and use 0.53 beta and this work fine and map didn't shake anymore. But my pin is shaking yet. I use this code for adding the marker to map:
and call
|
anyone can help? I still suffer this issue |
Hi all.
I use raster tiles and want to keep the user in integer zoom level for prevent from blurry tiles.
on
moveend
event I callmap.easeTo
to nearest integer zoom level but after the end of the animation, my map and marker start shaking.See this video for seeing this shaking:
https://vimeo.com/314318425
mapbox-gl-js version:
0.52.0
browser:
Google Chrome
Steps to Trigger Behavior
easeTo
for keeping zoom level integerLink to Demonstration
https://docs.mapbox.com/mapbox-gl-js/api/#map#flyto
Expected Behavior
Change zoom to integer zoom level and fix map without shaking.
Actual Behavior
Easeto
desire zoom level but with shaking after the end of easingThe text was updated successfully, but these errors were encountered: