Skip to content

Commit

Permalink
change zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
jragusa committed Oct 24, 2018
1 parent a3845c9 commit ad2c48f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -769,17 +769,17 @@
marker-clip: false;
}

[feature = 'historic_memorial'][zoom >= 17],
[feature = 'historic_memorial_stele'][zoom >= 19] {
[feature = 'historic_memorial'][zoom >= 18],
[feature = 'historic_memorial_stele'][zoom >= 18] {
marker-file: url('symbols/historic/memorial.svg');
[memorial = 'bust'][zoom >= 19] {
marker-file: url('symbols/historic/bust.svg');
}
[memorial = 'blue_plaque'][zoom >= 19],
[memorial = 'plaque'][zoom >= 19] {
[memorial = 'plaque'][zoom >= 17] {
marker-file: url('symbols/historic/plaque.svg');
}
[memorial = 'statue'][zoom >= 19] {
[memorial = 'statue'][zoom >= 18] {
marker-file: url('symbols/historic/statue.svg');
}
[memorial = 'stone'][zoom >= 19] {
Expand Down

0 comments on commit ad2c48f

Please sign in to comment.