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
The mapbox-gl-native (rasterization backend) uses 512x512 tiles, so the zoom level numbering is off by 1 (as compared to the "traditional" 256x256 tiles).
@denkan See mapbox/mapbox-gl-js#685 for explanations. Raster zoom level 13 = vector zoom level 12. There is always an offset of 1 between raster and vector.
I'm rendering static images based on web ui map and have encountered a minor difference between the renderings: the zoom level seems to differ by 1
I'm using docker image klokantech/tileserver-gl:v1.7.0.
Feel free to check out the following screendumps which demonstrates the behavior:
Web UI (mapbox-gl) with zoom 12:
Static file with zoom 12 – wrong:
Static file with altered zoom to 13 – correct:
The text was updated successfully, but these errors were encountered: