Skip to content

Commit

Permalink
Move small amenities to z18
Browse files Browse the repository at this point in the history
This PR, similar to closed PR #1884, moves amenity=atm and amenity=post_box to z18, though in this case they are currently rendered only at z19. Also emergency phones are moved back to z18 from z19
  • Loading branch information
jeisenbe committed Mar 7, 2020
1 parent aa17429 commit 67024b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style/amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
}

[feature = 'amenity_atm'][zoom >= 19] {
[feature = 'amenity_atm'][zoom >= 18] {
marker-file: url('symbols/amenity/atm.svg');
marker-fill: @amenity-brown;
marker-clip: false;
Expand Down Expand Up @@ -664,7 +664,7 @@
marker-clip: false;
}

[feature = 'amenity_post_box'][zoom >= 19] {
[feature = 'amenity_post_box'][zoom >= 18] {
marker-file: url('symbols/amenity/post_box.svg');
marker-fill: @amenity-brown;
marker-clip: false;
Expand Down Expand Up @@ -692,7 +692,7 @@
marker-clip: false;
}

[feature = 'emergency_phone'][zoom >= 19] {
[feature = 'emergency_phone'][zoom >= 18] {
marker-file: url('symbols/amenity/emergency_phone.svg');
marker-fill: @amenity-brown;
marker-clip: false;
Expand Down

0 comments on commit 67024b2

Please sign in to comment.