-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fill water for tiles with negative y #178
Comments
another option would be to restrict zooming |
related #291 |
Not relevant after maxBounds. |
bensleveritt
pushed a commit
to bensleveritt/mapbox-gl-js
that referenced
this issue
Oct 24, 2016
lucaswoj
pushed a commit
that referenced
this issue
Jan 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rationale: when zoomed out very far, you'll see the land color/background color shining through. Spherical mercator has only land at the bottom border (antarktis), and only water at the top border (arktis).
vs.
The text was updated successfully, but these errors were encountered: