Large diffs are not rendered by default.

235 roads.mss

Large diffs are not rendered by default.

BIN -90 Bytes (71%) symbols/parking.p.16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN -169 Bytes (55%) symbols/parking_private.p.16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +160 Bytes symbols/tree_row.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +203 Bytes symbols/tree_row2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -147,16 +147,6 @@
}
}

[waterway = 'canal'][zoom >= 12][zoom < 14] {
line-color: @water-color;
line-width: 3;
line-cap: round;
line-join: round;
[zoom >= 13] {
line-width: 4;
}
}

[waterway = 'stream'],
[waterway = 'ditch'],
[waterway = 'drain'] {
@@ -191,13 +181,15 @@
}
}

[waterway = 'canal'][zoom >= 14] {
line-width: 7;
[waterway = 'canal'][zoom >= 12] {
line-color: @water-color;
line-join: round;
line-cap: round;
line-width: 3;
[zoom >= 13] { line-width: 4; }
[zoom >= 14] { line-width: 7; }
[zoom >= 17] { line-width: 11; }
[tunnel = 'yes'] {
line-cap: round;
line-join: round;
[tunnel = 'yes'][zoom >= 14] {
line-dasharray: 4,2;
b/line-width: 3;
b/line-color: white;