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
Can zoom out until you see at least the whole world at once (potentially also show multiple copies of the world, there is even an option for it), regardless of screen proportions.
Actual Behavior
Zooming is restricted in a way that you cannot zoom out further as the map filling up the whole screen vertically. On a screen in portrait orientation this means seeing only a part of the world, while it allows for the whole world at once in landscape orientation.
The text was updated successfully, but these errors were encountered:
This is the same underlying issue as #3055, so closing as duplicate. Currently we define zoom 0 as the one where z0 tile is displayed with 512x512 resolution, and we don't support minzoom less than 0.
mapbox-gl-js version:
mapbox-gl.js v0.53.1
browser:
all browsers
Steps to Trigger Behavior
Link to Demonstration
https://docs.mapbox.com/mapbox-gl-js/example/simple-map/
Expected Behavior
Can zoom out until you see at least the whole world at once (potentially also show multiple copies of the world, there is even an option for it), regardless of screen proportions.
Actual Behavior
Zooming is restricted in a way that you cannot zoom out further as the map filling up the whole screen vertically. On a screen in portrait orientation this means seeing only a part of the world, while it allows for the whole world at once in landscape orientation.
The text was updated successfully, but these errors were encountered: