Skip to content

Commit

Permalink
Merge pull request gravitystorm#2466 from kocio-pl/variables-fix
Browse files Browse the repository at this point in the history
Cleaning variables in landcover.mss
  • Loading branch information
nebulon42 authored Nov 27, 2016
2 parents ab48334 + 30e2332 commit 52cdc47
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -7,55 +7,57 @@
@park: #c8facc; // Lch(94,30,145) also recreation_ground
@orchard: #aedfa3;

// --- "base" landuses ---
// --- "Base" landuses ---

@residential: #e0dfdf; // Lch(89,0,0)
@residential-line: #B9B9B9; // Lch(75,0,0)
@retail: #FFD6D1; // Lch(89,16,30)
@retail-line: #D99C95; // Lch(70,25,30)
@commercial: #F2DAD9; // Lch(89,8.5,25)
@commercial-line: #D1B2B0; // Lch(75,12,25)
@industrial: #EBDBE8; // Lch(89,9,330)
@industrial-line: #C6B3C3; // Lch(75,11,330)
@railway: @industrial;
@railway-line: @industrial-line;
@residential-line: #b9b9b9; // Lch(75,0,0)
@retail: #ffd6d1; // Lch(89,16,30)
@retail-line: #d99c95; // Lch(70,25,30)
@commercial: #f2dad9; // Lch(89,8.5,25)
@commercial-line: #d1b2b0; // Lch(75,12,25)
@industrial: #ebdbe8; // Lch(89,9,330) (Also used for railway)
@industrial-line: #c6b3c3; // Lch(75,11,330) (Also used for railway-line)
@farmland: #fbecd7; // Lch(94,12,80) (Also used for farm)
@farmland-line: #d6c4ab; // Lch(80,15,80)

@farmyard: #f5dcba; // Lch(89,20,80)
@farmyard-line: #D1B48C; // Lch(75,25,80)
@farmyard-line: #d1b48c; // Lch(75,25,80)

// --- Other ----
// --- Transport ----

@aerodrome: #e9e7e2;
@allotments: #eecfb3; // Lch(85,19,70)
@apron: #e9d1ff;
@garages: #dfddce;
@parking: #f7efb7;
@railway: @industrial;
@railway-line: @industrial-line;
@rest_area: #efc8c8; // also services
@station: #d4aaaa;

// --- Other ----

@allotments: #eecfb3; // Lch(85,19,70)
@bare_ground: #eee5dc;
@campsite: #def6c0; // also caravan_site, picnic_site
@cemetery: #aacbaf; // also grave_yard
@construction: #c7c7b4; // also brownfield
@danger_area: pink;
@garages: #dfddce;
@heath: #d6d99f;
@mud: rgba(203,177,154,0.3); // produces #e6dcd1 over @land
@parking: #f7efb7;
@place_of_worship: #cdccc9;
@place_of_worship_outline: #111;
@playground: lighten(@park, 5%);
@power: darken(@industrial, 5%);
@power-line: darken(@industrial-line, 5%);
@rest_area: #efc8c8; // also services
@sand: #f5e9c6;
@societal_amenities: #f0f0d8;
@station: #d4aaaa;
@tourism: #734a08;
@quarry: #c5c3c3;
@military: #f55;
@beach: #fff1ba;

// --- sports ---
// --- Sports ---

@pitch: #aae0cb;
@pitch: #aae0cb; // also track
@track: @pitch;
@stadium: @societal_amenities; // also sports_centre
@golf_course: #b5e3b5;
Expand Down

0 comments on commit 52cdc47

Please sign in to comment.