This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Set maxzoom to 20 by default #1531
Labels
GL JS parity
For feature parity with Mapbox GL JS
Comments
Does gl-js have a library-level maximum zoom level, or does it only care what the tile source says the maximum is? |
That seems like a reasonable way to do it. Anyone know why it isn’t configurable in the first place? |
It was never implemented. No reason not to implement it though. |
Currently Collison::max placement depth is hard coded to 3 i.e. for a source with Max zoom 15, Symbols are placed until zoom 18. This limitation will go away once @ansis changes for label placement are merged into master. |
Duplicate of #509. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for parity with gl-js
snippet
The text was updated successfully, but these errors were encountered: