From adbfc10b6dc0a9db3a730f1e7422b2b535a15ffe Mon Sep 17 00:00:00 2001 From: ian29 Date: Mon, 10 Jun 2013 12:57:19 -0700 Subject: [PATCH] use color variables in landcover.mss --- landcover.mss | 80 +++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/landcover.mss b/landcover.mss index c5df3f6d69..f122337f43 100644 --- a/landcover.mss +++ b/landcover.mss @@ -6,7 +6,7 @@ } [feature = 'leisure_playground'][zoom >= 13] { - polygon-fill: #ccfff1; + polygon-fill: @playground; line-color: #666; line-width: 0.3; } @@ -15,7 +15,7 @@ [feature = 'tourism_caravan_site'], [feature = 'tourism_picnic_site'] { [zoom >= 13] { - polygon-fill: #ccff99; + polygon-fill: @campsite; polygon-opacity: 0.5; line-color: #666; line-width: 0.3; @@ -23,7 +23,7 @@ } [feature = 'tourism_attraction'][zoom >= 10] { - polygon-fill: #f2caea; + polygon-fill: @attraction; } [feature = 'landuse_quarry'][zoom >= 11] { @@ -34,7 +34,7 @@ [feature = 'landuse_vineyard'] { [zoom >= 10][zoom < 13] { - polygon-fill: #abdf96; + polygon-fill: @vineyard; } [zoom >= 13] { polygon-pattern-file: url('symbols/vineyard.png'); @@ -49,7 +49,7 @@ [feature = 'landuse_grave_yard'], [feature = 'amenity_grave_yard'] { [zoom >= 10][zoom < 14] { - polygon-fill: #aacbaf; + polygon-fill: @cemetery; } [zoom >= 14] { [religion = 'jewish'] { polygon-pattern-file: url('symbols/cemetery_jewish.18.png'); } @@ -59,22 +59,22 @@ } [feature = 'landuse_residential'][zoom >= 10] { - polygon-fill: #ddd; + polygon-fill: @residential; } [feature = 'landuse_garages'][zoom >= 12] { - polygon-fill: #996; + polygon-fill: @garages; polygon-opacity: 0.2; } [feature = 'military_barracks'][zoom >= 10] { - polygon-fill: #ff8f8f; + polygon-fill: @barracks; } [feature = 'landuse_field'], [feature = 'natural_field'] { [zoom >= 10] { - polygon-fill: #666600; + polygon-fill: @field; polygon-opacity: 0.2; [zoom >= 14] { line-width: 0.3; @@ -86,7 +86,7 @@ [feature = 'military_danger_area'] { [zoom >= 9][zoom < 11] { - polygon-fill: pink; + polygon-fill: @danger_area; polygon-opacity: 0.3; } [zoom >= 11] { @@ -97,14 +97,14 @@ [feature = 'landuse_meadow'], [feature = 'landuse_grass'] { [zoom >= 10] { - polygon-fill: #cfeca8; + polygon-fill: @grass; } } [feature = 'leisure_park'], [feature = 'leisure_recreation_ground'] { [zoom >= 10] { - polygon-fill: #b6fdb6; + polygon-fill: @park; polygon-opacity: 0.6; } } @@ -114,20 +114,20 @@ } [feature = 'leisure_common'][zoom >= 10] { - polygon-fill: #cfeca8; + polygon-fill: @grass; } [feature = 'leisure_garden'][zoom >= 10] { - polygon-fill: #cfeca8; + polygon-fill: @grass; } [feature = 'leisure_golf_course'][zoom >= 10] { - polygon-fill: #b5e3b5; + polygon-fill: @golf_course; } [feature = 'landuse_allotments'] { [zoom >= 10][zoom < 14] { - polygon-fill: #e5c7ab; + polygon-fill: @allotments; } [zoom >= 14] { polygon-pattern-file: url('symbols/allotments.png'); @@ -136,7 +136,7 @@ [feature = 'landuse_forest'] { [zoom >= 8][zoom < 14] { - polygon-fill: #8dc56c; + polygon-fill: @forest; } [zoom >= 14] { polygon-pattern-file: url('symbols/forest.png'); @@ -144,29 +144,29 @@ } [feature = 'landuse_farmyard'][zoom >= 9] { - polygon-fill: #ddbf92; + polygon-fill: @farmyard; } [feature = 'landuse_farm'], [feature = 'landuse_farmland'] { [zoom >= 9] { - polygon-fill: #ead8bd; + polygon-fill: @farm; } } [feature = 'landuse_recreation_ground'], [feature = 'landuse_conservation'] { [zoom >= 10] { - polygon-fill: #cfeca8; + polygon-fill: @grass; } } [feature = 'landuse_village_green'][zoom >= 11] { - polygon-fill: #cfeca8; + polygon-fill: @grass; } [feature = 'landuse_retail'][zoom >= 10] { - polygon-fill: #f1dada; + polygon-fill: @retail; [zoom >= 15] { line-width: 0.3; line-color: red; @@ -176,14 +176,14 @@ [feature = 'landuse_industrial'], [feature = 'landuse_railway'] { [zoom >= 10] { - polygon-fill: #dfd1d6; + polygon-fill: @industrial; } } [feature = 'power_station'], [feature = 'power_generator'] { [zoom >= 10] { - polygon-fill: #bbb; + polygon-fill: @power; [zoom >= 12] { line-width: 0.4; line-color: #555; @@ -192,13 +192,13 @@ } [feature = 'power_sub_station'][zoom >= 13] { - polygon-fill: #bbb; + polygon-fill: @sub_station; line-width: 0.4; line-color: #555; } [feature = 'landuse_commercial'][zoom >= 10] { - polygon-fill: #efc8c8; + polygon-fill: @commercial; } [feature = 'landuse_brownfield'], @@ -206,7 +206,7 @@ [feature = 'landuse_greenfield'], [feature = 'landuse_construction'] { [zoom >= 10] { - polygon-fill: #9d9d6c; + polygon-fill: @commercial; polygon-opacity: 0.7; } } @@ -214,20 +214,20 @@ [feature = 'natural_wood'], [feature = 'landuse_wood'] { [zoom >= 8] { - polygon-fill: #aed1a0; + polygon-fill: @wood; } } [feature = 'natural_desert'][zoom >= 8] { - polygon-fill: #e3b57a; + polygon-fill: @desert; } [feature = 'natural_sand'][zoom >= 10] { - polygon-fill: #ffdf88; + polygon-fill: @sand; } [feature = 'natural_heath'][zoom >= 10] { - polygon-fill: #d6d99f; + polygon-fill: @heath; } [feature = 'natural_grassland'][zoom >= 10] { @@ -249,7 +249,7 @@ [feature = 'amenity_hospital'], [feature = 'amenity_kindergarten'] { [zoom >= 10] { - polygon-fill: #f0f0d8; + polygon-fill: @school; [zoom >= 12] { line-width: 0.3; line-color: brown; @@ -258,19 +258,19 @@ } [feature = 'amenity_parking'][zoom >= 10] { - polygon-fill: #f7efb7; + polygon-fill: parking; [zoom >= 15] { line-width: 0.3; - line-color: #eeeed1; + line-color: @parking; } } [feature = 'aeroway_apron'][zoom >= 12] { - polygon-fill: #e9d1ff; + polygon-fill: @apron; } [feature = 'aeroway_aerodrome'][zoom >= 12] { - polygon-fill: #ccc; + polygon-fill: @aerodrome; polygon-opacity: 0.2; line-width: 0.2; line-color: #555; @@ -283,7 +283,7 @@ [feature = 'highway_services'], [feature = 'highway_rest_area'] { [zoom >= 14] { - polygon-fill: #efc8c8; + polygon-fill: @rest_area; } } } @@ -305,18 +305,18 @@ [leisure = 'sports_centre'], [leisure = 'stadium'] { [zoom >= 10] { - polygon-fill: #33cc99; + polygon-fill: @stadium; } } [leisure = 'track'][zoom >= 10] { - polygon-fill: #74dcba; + polygon-fill: @track; line-width: 0.5; line-color: #888; } [leisure = 'pitch'][zoom >= 10] { - polygon-fill: #8ad3af; + polygon-fill: @pitch; line-width: 0.5; line-color: #888; }