-
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
Overzooming partially not working #5013
Comments
This issue is related to the custom tileset I am using for the style. What I've done to create it: Then I've used When I replace these two layers, using a zoom range of z9-z12, overzooming works as expected. I am unsure if this issue described above is related to:
If it's not related to GL JS, sorry for the noise. |
With regard to #6803 (comment) :
and
The motivation for merging tilesets with different maxzoom and buffer sizes in one single source was the following:
|
@pathmapper I spent some time digging in here, and I don't know if we can fix this in GL JS without causing other maps to break. Overzooming is not working for you because some tiles at Z13 are returning In your process of consolidating sources, I think you need to make sure that all source layers have a shared maxzoom if you want overzooming to work correctly. I'm not sure how |
@mollymerp thanks a lot for digging in here!
Yep, this is what I am doing currently. Please feel free to close this issue. |
Great! Glad you were able to find a workaround! |
mapbox-gl-js version:
v0.38.0
Steps to Trigger Behavior
Expected Behavior
Lines/labels are drawn when overzooming
Actual Behavior
Some lines/labels are not drawn when overzooming / some tiles are missing (Console: GET receives 404)
The tileset layers used for the lines and labels are having a zoom range z12 - z12.
Screenshot Mapbox Studio z12.7
Screenshot Mapbox Studio z13.1
The text was updated successfully, but these errors were encountered: