diff --git a/css/map.css b/css/map.css index ab8325c65..d2313eaee 100644 --- a/css/map.css +++ b/css/map.css @@ -597,14 +597,13 @@ path.casing.tag-highway-steps { /* aeroways */ -path.shadow.tag-aeroway-runway { - stroke-width: 20; -} - path.stroke.tag-aeroway-taxiway { stroke: #805C80; stroke-width: 4; } +path.shadow.tag-aeroway-runway { + stroke-width: 20; +} path.stroke.tag-aeroway-runway { stroke: #fff; stroke-width: 2; @@ -616,6 +615,10 @@ path.casing.tag-aeroway-runway { stroke: #000; stroke-linecap: square; } +path.fill.tag-aeroway-runway { + fill: #000; + fill-opacity: 0.6; +} path.stroke.tag-aeroway-apron { stroke: #805C80; }