From 5508f41528f2ce8a1b44732cd31ed4f05f78e0ca Mon Sep 17 00:00:00 2001 From: Florimond Date: Sat, 8 Feb 2020 23:20:04 +0100 Subject: [PATCH] Fix transition issue between z11-z12-z13, residential road at z12 where barely visible cause of a typo. Fix #183 --- roads.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roads.mss b/roads.mss index 77499ac0..922eb9db 100644 --- a/roads.mss +++ b/roads.mss @@ -500,7 +500,7 @@ come in as well. [type='living_street'] { line-width: @rdz12_living_street + (2 * @rdz12_living_street_outline); } [type='road'] { line-width: @rdz12_road + (2 * @rdz12_road_outline); } [type='unclassified'] { line-width: @rdz12_unclassified + (2 * @rdz12_unclassified_outline); } - [type='residential'] { line-width: @rdz11_residential + (2 * @rdz11_residential_outline); } + [type='residential'] { line-width: @rdz12_residential + (2 * @rdz12_residential_outline); } [type='tertiary_link'] { line-width: @rdz12_tertiary_link + (2 * @rdz12_tertiary_link_outline); } [type='secondary_link'] { line-width: @rdz12_secondary_link + (2 * @rdz12_secondary_link_outline); } [type='primary_link'] { line-width: @rdz12_primary_link + (2 * @rdz12_primary_link_outline); } @@ -632,7 +632,7 @@ come in as well. line-color: @bridge_case; } } - + [zoom>=17] { [type='bridleway'] { line-color: @land; line-width: @rdz17_bridleway + (2 * @rdz17_line_bridge_outline); } [type='footway'] { line-color: @land; line-width: @rdz17_footway + (2 * @rdz17_line_bridge_outline); }