Skip to content

Commit

Permalink
adjusing wetland label color to new pattern color and including mud w…
Browse files Browse the repository at this point in the history
…ith wetland labels
  • Loading branch information
imagico committed Apr 28, 2015
1 parent 113a5b2 commit 7e5c540
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions amenity-points.mss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@marina-text: #576ddf; // also swimming_pool
@wetland-text: darken(#017fff, 10%); /* Also for marsh */
@mud-text: darken(#aea397, 20%);
@wetland-text: darken(#4aa5fa, 25%); /* Also for marsh and mud */
@shop-icon: #ac39ac;
@money-icon: #555555;
@transportation-icon: #0092da;
Expand Down Expand Up @@ -962,26 +961,9 @@
text-placement: interior;
}

[feature = 'natural_mud'][is_building = 'no'] {
[zoom >= 10][way_pixels > 3000],
[zoom >= 17] {
text-name: "[name]";
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: @mud-text;
text-face-name: @landcover-face-name;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: @landcover-wrap-width-size;
[way_pixels > 12000] {text-wrap-width: @landcover-wrap-width-size-big; }
[way_pixels > 48000] {text-wrap-width: @landcover-wrap-width-size-bigger; }
text-placement: interior;
}
}

[feature = 'natural_wetland'][is_building = 'no'],
[feature = 'natural_marsh'][is_building = 'no'] {
[feature = 'natural_marsh'][is_building = 'no'],
[feature = 'natural_mud'][is_building = 'no'] {
[zoom >= 10][way_pixels > 3000],
[zoom >= 17] {
text-name: "[name]";
Expand Down

0 comments on commit 7e5c540

Please sign in to comment.