From bd3302611ed29c11cfabf22d777ec20abaff4f87 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Wed, 6 Mar 2013 15:17:57 -0500 Subject: [PATCH] fix area style for highway=pedestrian --- css/map.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/css/map.css b/css/map.css index 78a314cec..51e29a1c6 100644 --- a/css/map.css +++ b/css/map.css @@ -390,16 +390,23 @@ path.casing.tag-highway-living_street { stroke-width:6; } -path.stroke.tag-highway-pedestrian { +path.stroke.line.tag-highway-pedestrian { stroke:#fff; stroke-dasharray: 2, 8; stroke-width:4 !important; shapeRendering: auto; } -path.casing.tag-highway-pedestrian { +path.casing.line.tag-highway-pedestrian { stroke:#8cd05f; stroke-width:6 !important; } +path.stroke.area.tag-highway-pedestrian { + stroke:#fff; + stroke-width: 2; +} +path.fill.area.tag-highway-pedestrian { + fill:#ccc; +} path.stroke.tag-highway-service { stroke:#fff;