Replies: 1 comment 2 replies
-
use two layers instead of one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
"layout": { "text-size": { "type": "interval", "stops": [ [ 14, 10 ], [ 17, 11 ], [ 18, 11 ] ] }, "minzoom": 11
I want to display only icons when zoom is set to 11 and icon+text when zoom is set to 14. Through the above settings, it did not work. The icon and text always appear at the 11th level.
My requirement is to set stops to prevent text from being displayed before zoom14.
Beta Was this translation helpful? Give feedback.
All reactions