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
Do you enforce that no minzoom-maxzoom pairs overlap? It seems like it would be tricky to try to combine overlapping mosaic JSONs at an intermediate zoom.
Right now my workaround for multiple zoom ranges in a mosaicJSON is to have separate Mapbox GL layers that each point to an individual mosaicJSON. One downside of that is that Mapbox only overzooms within a layer. So in my project, if you start at zoom 7, initial Landsat tiles are loaded, and those tiles are overzoomed at layers 7-12 while higher resolution tiles are generated at the higher zooms. But once you cross zoom 12, everything is blank while the NAIP tiles are generated, since it's a separate Mapbox layer.
extension to create multiple zoom range mosaicJSON
The text was updated successfully, but these errors were encountered: