Skip to content

Commit

Permalink
Reduce coastline simplification to prevent artifact at antimeridian
Browse files Browse the repository at this point in the history
  • Loading branch information
math1985 committed Mar 4, 2018
1 parent 25a7a2a commit 42df4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shapefiles.mss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#world {
[zoom >= 0][zoom < 10] {
polygon-fill: @land-color;
polygon-simplify: 5;
polygon-simplify: 0.4;
[zoom < 8] {
line-color: darken(@water-color,20%);
line-simplify: 5;
line-simplify: 0.4;
line-width: 0.5;
line-offset: 0.5;
}
Expand Down

0 comments on commit 42df4ba

Please sign in to comment.