From abb5d83d9c0ece078d214887e819c47f9d078f77 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 17 Jan 2013 21:10:30 -0800 Subject: [PATCH] Add amenity=parking rendering --- css/map.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/map.css b/css/map.css index bc2ff5069..479ca6454 100644 --- a/css/map.css +++ b/css/map.css @@ -198,6 +198,13 @@ path.multipolygon.tag-leisure-park { fill-opacity: 0.2; } +path.area.tag-amenity-parking, +path.multipolygon.tag-amenity-parking { + stroke: #beb267; + stroke-width: 1; + fill: #edecc0; +} + /* highways */ path.stroke.tag-highway-residential { stroke:#fff;