Skip to content

Commit

Permalink
Merge pull request #3065 from matthijsmelissen/water-outline2
Browse files Browse the repository at this point in the history
Give oceans outline and simplify shapefiles on z0-7
  • Loading branch information
matthijsmelissen authored Mar 9, 2018
2 parents 8db68ad + 42df4ba commit d8fc3c7
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: 0.4;
[zoom < 8] {
line-color: darken(@water-color,20%);
line-simplify: 0.4;
line-width: 0.5;
line-offset: 0.5;
}
}
}

Expand Down

0 comments on commit d8fc3c7

Please sign in to comment.