From a5f095bd9cb6515341a32597636ea3a80ff2efe8 Mon Sep 17 00:00:00 2001 From: samanpwbb Date: Mon, 14 Apr 2014 15:48:40 -0400 Subject: [PATCH] add unique style for landuse military --- css/map.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/map.css b/css/map.css index fe5df7290..89523cbdc 100644 --- a/css/map.css +++ b/css/map.css @@ -245,6 +245,10 @@ path.stroke.tag-landuse-landfill { stroke: #ff9933; } +path.stroke.tag-landuse-military { + stroke: #e06e5f; +} + path.stroke.tag-landuse-residential, path.stroke.tag-landuse-construction { stroke: #e06e5f; @@ -393,9 +397,15 @@ path.fill.tag-landuse-industrial { fill: #e4a4f5; } +path.fill.tag-landuse-military { + fill: url(#pattern-construction); + opacity: 1; +} + path.stroke.tag-amenity-parking { stroke: #aaa; } + path.fill.tag-amenity-parking { fill: #aaa; }