Skip to content

Commit

Permalink
Change ridge and arete initial zoom to z14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed Feb 27, 2020
1 parent 37a0805 commit b6390b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -819,13 +819,13 @@
line-pattern-file: url('symbols/cliff2.svg');
}
}
[natural = 'ridge'][zoom >= 13] {
[natural = 'ridge'][zoom >= 14] {
line-pattern-file: url('symbols/ridge-mz.svg');
[zoom >= 15] {
line-pattern-file: url('symbols/ridge.svg');
}
}
[natural = 'arete'][zoom >= 13] {
[natural = 'arete'][zoom >= 14] {
line-pattern-file: url('symbols/arete-mid.svg');
[zoom >= 15] {
line-pattern-file: url('symbols/arete-wide.svg');
Expand Down

0 comments on commit b6390b2

Please sign in to comment.