From 6cc6a53da5567afad0376fa0194cf8627ca41392 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 7 Dec 2015 23:17:09 -0800 Subject: [PATCH] Don't render waterway=fuel like other area waterways --- css/map.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/css/map.css b/css/map.css index 6750da0416..4a537591f6 100644 --- a/css/map.css +++ b/css/map.css @@ -454,10 +454,6 @@ path.fill.tag-amenity-parking { background-color: rgba(170, 170, 170, 0.3); } -path.fill.tag-place, -path.fill.tag-boundary { - fill: none; -} /* highway areas */ @@ -1073,6 +1069,17 @@ path.casing.tag-waterway-ditch { stroke: #6591ff; stroke-width: 3; } +path.area.stroke.tag-waterway-fuel { + stroke: white; + stroke-width: 1; +} +path.area.casing.tag-waterway-fuel { + stroke: none; +} +path.area.fill.tag-waterway-fuel { + stroke: rgba(255, 255, 255, 0.3); + fill: rgba(255, 255, 255, 0.3); +} /* power */