We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If text size is evaluated as 0 on a source max zoom (e.g. z15), labels won't appear even if the size gets non-zero on higher zooms.
For GeoJSON sources, the workaround is just bumping source maxzoom, and we're going to make it higher by default, but this is still a bug.
maxzoom
cc @lucaswoj @samanpwbb
The text was updated successfully, but these errors were encountered:
I've seen this happen.
Sorry, something went wrong.
This might be related to #1792 or https://github.com/mapbox/mapbox-gl-js/blob/master/js/data/bucket.js#L175-L188
fixed by d3ffe37
tested with https://gist.github.com/ansis/41e54263ca5eef929443
ansis
No branches or pull requests
If text size is evaluated as 0 on a source max zoom (e.g. z15), labels won't appear even if the size gets non-zero on higher zooms.
For GeoJSON sources, the workaround is just bumping source
maxzoom
, and we're going to make it higher by default, but this is still a bug.cc @lucaswoj @samanpwbb
The text was updated successfully, but these errors were encountered: