Skip to content

Commit

Permalink
Give oceans outline and simplify shapefiles on z0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
math1985 committed Feb 11, 2018
1 parent 05079f7 commit 25a7a2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shapefiles.mss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
#world {
[zoom >= 0][zoom < 10] {
polygon-fill: @land-color;
polygon-simplify: 5;
[zoom < 8] {
line-color: darken(@water-color,20%);
line-simplify: 5;
line-width: 0.5;
line-offset: 0.5;
}
}
}

Expand Down

0 comments on commit 25a7a2a

Please sign in to comment.