Skip to content

Commit

Permalink
change color name
Browse files Browse the repository at this point in the history
  • Loading branch information
imagico committed Jan 11, 2015
1 parent 8f370cf commit a691464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
text-size: @landcover-font-size;
[way_pixels > 12000] { text-size: @landcover-font-size-big; }
[way_pixels > 48000] { text-size: @landcover-font-size-bigger; }
text-fill: darken(@bare, 50%);
text-fill: darken(@bare_ground, 50%);
text-face-name: @landcover-face-name;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
Expand Down
6 changes: 3 additions & 3 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@aerodrome: #e9e7e2;
@allotments: #e5c7ab;
@apron: #e9d1ff;
@bare: #eee5dc; // bare ground landcovers
@bare_ground: #eee5dc;
@campsite: #def6c0; // also caravan_site, picnic_site
@cemetery: #aacbaf; // also grave_yard
@construction: #b6b592;
Expand Down Expand Up @@ -377,7 +377,7 @@
}

[feature = 'natural_bare_rock'][zoom >= 9] {
polygon-fill: @bare;
polygon-fill: @bare_ground;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
[zoom >= 13] {
Expand All @@ -390,7 +390,7 @@
[feature = 'natural_scree'],
[feature = 'natural_shingle'] {
[zoom >= 9] {
polygon-fill: @bare;
polygon-fill: @bare_ground;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
[zoom >= 13] {
Expand Down

0 comments on commit a691464

Please sign in to comment.