Skip to content

Commit

Permalink
Better shades for recreation_ground and other green areas
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Dec 1, 2017
1 parent 3a41b60 commit 5a86155
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions landcover.mss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// --- Parks, woods, other green things ---

@grass: #cdebb0; // also meadow, common, garden, village_green
@grass: #cdebb0; // also meadow, common, village_green
@scrub: #b5e3b5;
@forest: #add19e; // Lch(80,30,135)
@forest-text: #46673b; // Lch(40,30,135)
@park: #c8facc; // Lch(94,30,145) also recreation_ground
@park: #c8facc; // Lch(94,30,145) also garden
@orchard: #aedfa3; // also vineyard, plant_nursery

// --- "Base" landuses ---
Expand Down Expand Up @@ -97,6 +97,8 @@
[way_pixels >= 64] { polygon-gamma: 0.3; }
}

[feature = 'leisure_recreation_ground'][zoom >= 10],
[feature = 'landuse_recreation_ground'][zoom >= 10],
[feature = 'leisure_playground'][zoom >= 13],
[feature = 'leisure_fitness_station'][zoom >= 13] {
polygon-fill: @leisure;
Expand Down Expand Up @@ -251,7 +253,7 @@
}

[feature = 'leisure_park'],
[feature = 'leisure_recreation_ground'] {
[feature = 'leisure_garden'] {
[zoom >= 10] {
polygon-fill: @park;
[way_pixels >= 4] { polygon-gamma: 0.75; }
Expand Down Expand Up @@ -332,10 +334,8 @@
[feature = 'landuse_meadow'],
[feature = 'natural_grassland'],
[feature = 'landuse_grass'],
[feature = 'landuse_recreation_ground'],
[feature = 'landuse_village_green'],
[feature = 'leisure_common'],
[feature = 'leisure_garden'] {
[feature = 'leisure_common'] {
[zoom >= 10] {
polygon-fill: @grass;
[way_pixels >= 4] { polygon-gamma: 0.75; }
Expand Down

0 comments on commit 5a86155

Please sign in to comment.