Skip to content

Commit

Permalink
Move amenity=toilets to higher zoom levels (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl authored Mar 5, 2018
1 parent acb29f7 commit b0787aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,14 @@
marker-clip: false;
}

[feature = 'amenity_toilets'][zoom >= 17] {
marker-file: url('symbols/toilets.svg');
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
[feature = 'amenity_toilets'] {
[access = 'yes'][zoom >= 18],
[zoom >= 19] {
marker-file: url('symbols/toilets.svg');
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}
}

[feature = 'amenity_drinking_water'][zoom >= 17] {
Expand Down

0 comments on commit b0787aa

Please sign in to comment.