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
In portrait mode, especially on mobiles, the smallest available zoom level 0 shows only a part of the world in latitude direction. This is because map doesn't wrap in longitude direction (world copies aren't allowed in longitude direction).
This is issue because in some applications it might be necessary to see whole world in mobile (portrait) views.
In this example on iPhone X we're unable to see markers in Asia and west US because zoom is already minimum:
The text was updated successfully, but these errors were encountered:
Motivation
In portrait mode, especially on mobiles, the smallest available zoom level 0 shows only a part of the world in latitude direction. This is because map doesn't wrap in longitude direction (world copies aren't allowed in longitude direction).
This is issue because in some applications it might be necessary to see whole world in mobile (portrait) views.
In this example on iPhone X we're unable to see markers in Asia and west US because zoom is already minimum:
![Minimum zoom on mobile](https://camo.githubusercontent.com/dec95b8a3a317bef3eaffdacab2a22f5c02f016c80904d9b4b4591d32337b338/68747470733a2f2f692e696d6775722e636f6d2f437969626b4d682e706e67)
The text was updated successfully, but these errors were encountered: