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
node_icons
draw
I've been experimenting with modifying the default.yml scheme, and tried to add entries to the existing group: "No draw", with an entry like this:
default.yml
group: "No draw"
- group: "No draw" tags: - tags: {"addr:housenumber": "*"} draw: false
However, whenever I render tiles with the modified scheme, all matching nodes still seem to render, regardless of the value of draw.
To verify the nodes are matching as expected I have also tried:
- group: "No draw" tags: - tags: {"addr:housenumber": "*"} shapes: [stratovolcano]
Which does make the nodes render with the stratovolcano icon as expected.
stratovolcano
FWIW, I had a quick look through the code, but could not see any place where draw was actually being used.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been experimenting with modifying the
default.yml
scheme, and tried to add entries to the existinggroup: "No draw"
, with an entry like this:However, whenever I render tiles with the modified scheme, all matching nodes still seem to render, regardless of the value of
draw
.To verify the nodes are matching as expected I have also tried:
Which does make the nodes render with the
stratovolcano
icon as expected.FWIW, I had a quick look through the code, but could not see any place where
draw
was actually being used.The text was updated successfully, but these errors were encountered: