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
Stop functions don't seem to get interpolated. It looks like the dasharray is just switching at the onset of the next zoom level in the stop function:
{ "id": "admin_level_3", "type": "line", "source": "mapbox", "source-layer": "admin", "filter": ["all", [">=", "admin_level", 3], ["==", "maritime", 0]], "layout": { "line-join": "round" }, "paint": { "line-color": "@admin", "line-dasharray": { "stops": [[4, [10, 3, 3, 3]], [18, [3, 0.5, 0.5, 0.5]]] }, "line-width": { "base": 1, "stops": [[4, 0.4], [5, 1], [12, 3]] } } }
The text was updated successfully, but these errors were encountered:
Wasn't this intended behavior? mapbox/mapbox-gl-style-spec#237
Sorry, something went wrong.
You're right. For some reason I wasn't thinking this would be the behavior :/
No branches or pull requests
Stop functions don't seem to get interpolated. It looks like the dasharray is just switching at the onset of the next zoom level in the stop function:
The text was updated successfully, but these errors were encountered: