From 9a2f30d62a0b67312ca97a26370a438507f7ff48 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Aug 2014 16:52:09 -0400 Subject: [PATCH] change residential, commercial landuse styles (closes #2317) Now using softer versions of the "standard" LBCS landuse styles from here: https://www.planning.org/lbcs/standards/pdf/InOneFile.pdf --- css/map.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/css/map.css b/css/map.css index c4a0ddc84..f8615d4a1 100644 --- a/css/map.css +++ b/css/map.css @@ -270,30 +270,30 @@ path.fill.tag-landuse-industrial { } path.stroke.tag-landuse-residential { - stroke: rgb(224, 110, 95); + stroke: rgb(196, 189, 25); } path.fill.tag-landuse-residential { - stroke: rgba(224, 110, 95, 0.3); + stroke: rgba(196, 189, 25, 0.3); } .preset-icon-fill-area.tag-landuse-residential { - border-color: rgb(224, 110, 95); + border-color: rgb(196, 189, 25); background: none; - box-shadow: inset 0 0 0 5px rgba(224, 110, 95, 0.3); + box-shadow: inset 0 0 0 5px rgba(196, 189, 25, 0.3); } path.stroke.tag-landuse-retail, path.stroke.tag-landuse-commercial { - stroke: rgb(234, 176, 86); + stroke: rgb(214, 136, 26); } path.fill.tag-landuse-retail, path.fill.tag-landuse-commercial { - stroke: rgba(234, 176, 86, 0.3); + stroke: rgba(214, 136, 26, 0.3); } .preset-icon-fill-area.tag-landuse-retail, .preset-icon-fill-area.tag-landuse-commercial { - border-color: rgb(234, 176, 86); + border-color: rgb(214, 136, 26); background: none; - box-shadow: inset 0 0 0 5px rgba(234, 176, 86, 0.3); + box-shadow: inset 0 0 0 5px rgba(214, 136, 26, 0.3); } path.stroke.tag-landuse-industrial { @@ -345,22 +345,22 @@ path.fill.tag-landuse-landfill { } path.stroke.tag-landuse-construction { - stroke: rgb(224, 110, 95); + stroke: rgb(196, 189, 25); } .pattern-color-construction { - fill: rgba(224, 110, 95, 0.2); + fill: rgba(196, 189, 25, 0.2); } .preset-icon-fill-area.tag-landuse-construction { - border-color: rgb(224, 110, 95); - background-color: rgba(224, 110, 95, 0.2); + border-color: rgb(196, 189, 25); + background-color: rgba(196, 189, 25, 0.2); } path.stroke.tag-landuse-military { - stroke: rgb(224, 110, 95); + stroke: rgb(214, 136, 26); } .preset-icon-fill-area.tag-landuse-military { - border-color: rgb(224, 110, 95); - background-color: rgba(224, 110, 95, 0.2); + border-color: rgb(214, 136, 26); + background-color: rgba(214, 136, 26, 0.2); } path.stroke.tag-natural-wetland {