-
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
Tiny map shake while zooming in on raster tiles #6150
Comments
See #6709 and mapbox/mapbox-gl-native#11737 for similar reports. @kkaefer What do you make of these issues? Is it possible to reconcile the simultaneous expectation of crisp raster imagery and zero "stutter" between a raster overlay and vector basemap? |
Any updates to this issue(s)? |
@jfirebaugh maybe it should pixel-align when idle, and not align while animating? |
@jfirebaugh I can confirm the effect is pretty crazy when slowly easing. Here's a raster tileset on top of a style that's meant to match, but you can see the foreground overlay dancing all over the base: (Might be better-visible in the example map itself than in the above poor-framerate gif) |
In
v0.44
on the "raster tile source" example, if you zoom in you can notice (at least on Mac Chrome/Firefox/Safari) a slight jitter back and forth:My initial guess is that this has something to do with the recent change to align raster tile projection matrices to a pixel grid.
/cc @anandthakker @kkaefer @mollymerp
The text was updated successfully, but these errors were encountered: