Skip to content

Commit

Permalink
Increase width of stream, ditch, and drain
Browse files Browse the repository at this point in the history
* Resolves gravitystorm#896.
* Resolves gravitystorm#967.
  • Loading branch information
matthijsmelissen committed Sep 25, 2014
1 parent d778979 commit 87935a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
[waterway='drain'] {
[int_tunnel = 'no'] {
[zoom >= 13] {
line-width: 1.5;
line-width: 2.5;
line-color: white;
[waterway='stream'][zoom >= 15] {
line-width: 2.5;
line-width: 3.5;
}
}
}
Expand Down Expand Up @@ -162,22 +162,22 @@
[zoom >= 14] {
bridgecasing/line-color: black;
bridgecasing/line-join: round;
bridgecasing/line-width: 3;
bridgecasing/line-width: 4;
[waterway = 'stream'][zoom >= 15] { bridgecasing/line-width: 4; }
bridgeglow/line-color: white;
bridgeglow/line-join: round;
bridgeglow/line-width: 2;
bridgeglow/line-width: 3;
[waterway = 'stream'][zoom >= 15] { bridgeglow/line-width: 3; }
}
}
line-width: 1;
line-width: 2;
line-color: @water-color;
[waterway = 'stream'][zoom >= 15] {
line-width: 2;
line-width: 3;
}
[int_tunnel = 'yes'][zoom >= 15] {
line-width: 2.5;
[waterway = 'stream'] { line-width: 3.5; }
line-width: 3.5;
[waterway = 'stream'] { line-width: 4.5; }
line-dasharray: 4,2;
a/line-width: 1;
[waterway = 'stream'] { a/line-width: 2; }
Expand Down

0 comments on commit 87935a1

Please sign in to comment.