Skip to content
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

Map re-requests over-zoomed tiles causing rendering flicker [0.40.0] #5290

Closed
ryanbaumann opened this issue Sep 14, 2017 · 0 comments · Fixed by #5295
Closed

Map re-requests over-zoomed tiles causing rendering flicker [0.40.0] #5290

ryanbaumann opened this issue Sep 14, 2017 · 0 comments · Fixed by #5295
Assignees
Labels

Comments

@ryanbaumann
Copy link
Contributor

mapbox-gl-js version: 0.40.0

Steps to Trigger Behavior

  1. Load Mapbox-Streets tileset on GL JS examples page at https://www.mapbox.com/mapbox-gl-js/examples/
  2. Zoom into new york at zoom 16.
  3. Double-click to zoom into zoom 17+

Expected Behavior

Map over-zooms on existing loaded tiles past a tileset max zoom. User experience is a smooth zoom without rendering flicker past a vector tileset max zoom.

Actual Behavior

Map re-requests tile resources past a vector tileset max zoom, causing a re-render and flicker.

This PR from the previous release may be the source of the bug -> b05ecaa

cc @mollymerp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants