diff --git a/css/map.css b/css/map.css index 6750da041..4a537591f 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 */