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
Maputnik version: > 1.6.1 Browser: > Chrome OS: macOS
Description of the bug:
Steps to reproduce the behavior:
{ "id": "water_lines_labels", "type": "symbol", "source": "osm", "source-layer": "water_lines", "minzoom": 14, "maxzoom": 24, "layout": { "visibility": "visible", "text-field": "{name}", "symbol-placement": "line", "text-pitch-alignment": "auto", "text-rotation-alignment": "auto", "text-size": 11, "text-anchor": "bottom", "text-letter-spacing": 0, "text-font": [ "Backpack Regular", "Arial Unicode" ] }, "paint": { "text-color": "rgba(255, 255, 255, 1)", "text-halo-color": "rgba(116, 207, 240, 1)", "text-halo-width": 1 }, "symbol-spacing": 500, "text-anchor": "bottom" }
symbol-spacing
text-anchor
I had to binary-search by hand my style file to find it, so I hope this helps someone.
The text was updated successfully, but these errors were encountered:
@fenelon is this still an issue in latest version?
Sorry, something went wrong.
No branches or pull requests
Maputnik version: > 1.6.1
Browser: > Chrome
OS: macOS
Description of the bug:
Steps to reproduce the behavior:
symbol-spacing
andtext-anchor
properties being in the root of the layer (which is malformed)I had to binary-search by hand my style file to find it, so I hope this helps someone.
The text was updated successfully, but these errors were encountered: