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
Some items present in the style.json are not rendered
Description in style.json file :
{ "id": "Contours-falaise", "type": "line", "metadata": {"IHM:overlay": false}, "source": "openmaptiles", "source-layer": "mountain_peak", "minzoom": 14, "filter": [ "all", [ "in", "class", "cliff", "earth_bank", "hedge", "fence", "wall" ] ], "layout": { "line-cap": "butt", "line-join": "bevel", "visibility": "visible" }, "paint": { "line-color": "#977C73", "line-opacity": 0.3, "line-pattern": "cliff3", "line-translate-anchor": "map", "line-width": { "stops": [[6, 6], [20, 12]] } } }
The text was updated successfully, but these errors were encountered:
The line-pattern property is not (yet) supported. Items with that paint property are currently not rendered at all.
line-pattern
paint
Sorry, something went wrong.
No branches or pull requests
Some items present in the style.json are not rendered
Description in style.json file :
The text was updated successfully, but these errors were encountered: