Skip to content

Commit

Permalink
use color variables in landcover.mss
Browse files Browse the repository at this point in the history
  • Loading branch information
ian29 committed Jun 10, 2013
1 parent 71c9689 commit adbfc10
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

[feature = 'leisure_playground'][zoom >= 13] {
polygon-fill: #ccfff1;
polygon-fill: @playground;
line-color: #666;
line-width: 0.3;
}
Expand All @@ -15,15 +15,15 @@
[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;
}
}

[feature = 'tourism_attraction'][zoom >= 10] {
polygon-fill: #f2caea;
polygon-fill: @attraction;
}

[feature = 'landuse_quarry'][zoom >= 11] {
Expand All @@ -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');
Expand All @@ -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'); }
Expand All @@ -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;
Expand All @@ -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] {
Expand All @@ -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;
}
}
Expand All @@ -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');
Expand All @@ -136,37 +136,37 @@

[feature = 'landuse_forest'] {
[zoom >= 8][zoom < 14] {
polygon-fill: #8dc56c;
polygon-fill: @forest;
}
[zoom >= 14] {
polygon-pattern-file: url('symbols/forest.png');
}
}

[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;
Expand All @@ -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;
Expand All @@ -192,42 +192,42 @@
}

[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'],
[feature = 'landuse_landfill'],
[feature = 'landuse_greenfield'],
[feature = 'landuse_construction'] {
[zoom >= 10] {
polygon-fill: #9d9d6c;
polygon-fill: @commercial;

This comment has been minimized.

Copy link
@CloCkWeRX

CloCkWeRX Sep 23, 2013

Contributor

The previous color was #9d9d6c, or what you refactored to the construction variable; now it's pink.

This comment has been minimized.

Copy link
@ian29

ian29 Sep 23, 2013

Author Contributor

my bad, feel free to revert.

polygon-opacity: 0.7;
}
}

[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] {
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -283,7 +283,7 @@
[feature = 'highway_services'],
[feature = 'highway_rest_area'] {
[zoom >= 14] {
polygon-fill: #efc8c8;
polygon-fill: @rest_area;
}
}
}
Expand All @@ -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;
}
Expand Down

0 comments on commit adbfc10

Please sign in to comment.