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

(cherry picked from commit 102fb19)
  • Loading branch information
nebulon42 authored and Sven Geggus committed May 24, 2017
1 parent 5f31c3d commit fb37fc4
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 fb37fc4

Please sign in to comment.