From f4e386a399931aafda0d05cc4f186b9ab521e37d Mon Sep 17 00:00:00 2001 From: imagico Date: Tue, 8 Mar 2016 19:15:37 +0100 Subject: [PATCH] changing color name from @educational_areas_and_hospital to @societal_amenities --- amenity-points.mss | 2 +- landcover.mss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amenity-points.mss b/amenity-points.mss index d347ba62de..df1fccf3b9 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -1610,7 +1610,7 @@ [feature = 'amenity_school'], [feature = 'amenity_college'], [feature = 'amenity_university'] { - text-fill: darken(@educational_areas_and_hospital, 70%); + text-fill: darken(@societal_amenities, 70%); } [feature = 'natural_heath'] { text-fill: darken(@heath, 40%); diff --git a/landcover.mss b/landcover.mss index ff422e8553..f842a1af35 100644 --- a/landcover.mss +++ b/landcover.mss @@ -46,7 +46,7 @@ @power-line: darken(@industrial-line, 5%); @rest_area: #efc8c8; // also services @sand: #f5e9c6; -@educational_areas_and_hospital: #f0f0d8; +@societal_amenities: #f0f0d8; @station: #d4aaaa; @tourism: #734a08; @quarry: #c5c3c3; @@ -57,7 +57,7 @@ @pitch: #80d7b5; @track: @pitch; -@stadium: @educational_areas_and_hospital; // also sports_centre +@stadium: @societal_amenities; // also sports_centre @golf_course: #b5e3b5; #landcover-low-zoom[zoom < 10], @@ -450,7 +450,7 @@ [zoom >= 10] { polygon-fill: @residential; [zoom >= 12] { - polygon-fill: @educational_areas_and_hospital; + polygon-fill: @societal_amenities; [zoom >= 13] { line-width: 0.3; line-color: brown;