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
Sorry for the late reply! I think the root of the issue is that Mapbox GL uses a tile size of 512x512 pixels, whereas the default tile pyramid uses 256x256.
Have you tried using tile_size: 512 in the pyramid setting?
I am processing DEMs at zoom level 14. I print the following in my processing function;
with a definition of
And I see
So a pixel size of ~9.55 metre which is zoom level 13 at the equator if I am following https://docs.mapbox.com/help/glossary/zoom-level/
It seems that the zoom level reading is off by one.
The text was updated successfully, but these errors were encountered: