diff --git a/data/styles/default/dark/colors.mapcss b/data/styles/default/dark/colors.mapcss index 3b95d0253..1c0ffc915 100644 --- a/data/styles/default/dark/colors.mapcss +++ b/data/styles/default/dark/colors.mapcss @@ -50,6 +50,7 @@ /*3.2 Vegetation*/ @forest: #141C00; +@heath: #0F1400; @green0: #0F1400; @green1: #131900; @green1b: #141C00; diff --git a/data/styles/default/include/Basemap.mapcss b/data/styles/default/include/Basemap.mapcss index a24261015..6957c01a8 100644 --- a/data/styles/default/include/Basemap.mapcss +++ b/data/styles/default/include/Basemap.mapcss @@ -91,11 +91,11 @@ line|z10-[boundary=administrative][admin_level=4] area|z10-[landuse=forest], area|z10-[leisure=park], +area|z12-[natural=heath], area|z12-[leisure=garden], area|z12-[landuse=grass], area|z12-[natural=grassland], area|z12-[leisure=golf_course], -area|z12-[natural=heath], area|z12-[landuse=allotments], area|z12-[natural=bare_rock], area|z12-[natural=shingle], @@ -131,7 +131,6 @@ area|z16-[landuse=grass], area|z14-15[natural=grassland], area|z14-[leisure=golf_course], area|z14-[leisure=miniature_golf], -area|z14-[natural=heath], area|z14-[landuse=allotments], area|z14-[landuse=orchard], area|z14-[landuse=plant_nursery], @@ -168,10 +167,11 @@ area|z16-[leisure=garden][garden:type=residential], area|z17-[leisure=garden][garden:type=residential], {fill-color: @green2;} +area|z12-[natural=heath], +{fill-color: @heath;} area|z12-13[landuse=grass], area|z12-13[natural=grassland], area|z12-13[leisure=golf_course], -area|z12-13[natural=heath], area|z12-13[landuse=allotments], area|z12-13[landuse=orchard], area|z12-13[landuse=plant_nursery], diff --git a/data/styles/default/light/colors.mapcss b/data/styles/default/light/colors.mapcss index f6c482b9d..aadde0a49 100644 --- a/data/styles/default/light/colors.mapcss +++ b/data/styles/default/light/colors.mapcss @@ -49,6 +49,7 @@ /*3.2 Vegetation*/ +@heath: #CED797; @green0: #C8D48C; @green1: #C4D181; @green1b: #BECC76;