Skip to content

Commit

Permalink
Finer man_made=pier width (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
meased authored and kocio-pl committed Jun 21, 2018
1 parent fbd9d4c commit 5bf9221
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions water-features.mss
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
polygon-fill: @land-color;
}
#piers-line {
line-width: 1.5;
line-width: 0.5;
line-color: @land-color;
[zoom >= 13] { line-width: 3; }
[zoom >= 16] { line-width: 7; }
line-cap: square;
[zoom >= 13] { line-width: 1; }
[zoom >= 15] { line-width: 2; }
[zoom >= 17] { line-width: 4; }
}
}

Expand Down

0 comments on commit 5bf9221

Please sign in to comment.