From 416e98eb299c5f16d4ed7aa6d98a14c633ea7430 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 18 Sep 2019 09:37:12 -0400 Subject: [PATCH] Render wall features blockier (close #6865) --- css/50_misc.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/50_misc.css b/css/50_misc.css index 6d098ba7b5..74f074ebc2 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -218,6 +218,20 @@ path.line.stroke.tag-man_made-breakwater { .preset-icon-container path.line.stroke.tag-man_made-breakwater { stroke-dasharray: 1, 4, 6, 4; } +path.line.stroke.tag-barrier-wall, +path.line.stroke.tag-barrier-retaining_wall, +path.line.stroke.tag-barrier-city_wall { + stroke-linecap: butt; + stroke-dasharray: 16, 3, 9, 3; +} +.low-zoom path.line.stroke.tag-barrier-wall, +.low-zoom path.line.stroke.tag-barrier-retaining_wall, +.low-zoom path.line.stroke.tag-barrier-city_wall, +.preset-icon-container path.line.stroke.tag-barrier-wall, +.preset-icon-container path.line.stroke.tag-barrier-retaining_wall, +.preset-icon-container path.line.stroke.tag-barrier-city_wall { + stroke-dasharray: 8, 1, 4, 1; +} /* bridges */