Skip to content

Commit

Permalink
remove leftover from background line for intermittent waterways and f…
Browse files Browse the repository at this point in the history
…ix bridge drawing order, fixes gravitystorm#2633
  • Loading branch information
nebulon42 committed May 21, 2017
1 parent 12ad3a1 commit 102fb19
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
background/line-cap: round;
background/line-join: round;
}
water/line-color: @water-color;
water/line-width: 2;
water/line-cap: round;
water/line-join: round;

[bridge = 'yes'] {
[zoom >= 14] {
Expand All @@ -119,6 +115,11 @@
}
}

water/line-color: @water-color;
water/line-width: 2;
water/line-cap: round;
water/line-join: round;

[intermittent = 'yes'],
[waterway = 'wadi'] {
[bridge = 'yes'][zoom >= 14] {
Expand Down Expand Up @@ -192,9 +193,6 @@
water/line-cap: butt;
water/line-join: round;
water/line-clip: false;
background/line-cap: butt;
background/line-join: round;
background/line-clip: false;
}

[waterway = 'stream'][zoom >= 15] {
Expand Down

0 comments on commit 102fb19

Please sign in to comment.