Skip to content

Commit

Permalink
Moving ATM to z19+ (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl authored Oct 6, 2018
1 parent b066af5 commit 3a982cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
marker-clip: false;
}

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

[feature = 'amenity_atm'][zoom >= 17] {
[feature = 'amenity_atm'][zoom >= 19] {
text-name: "[operator]";
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
Expand Down

0 comments on commit 3a982cf

Please sign in to comment.