Skip to content

Commit

Permalink
Merge pull request #3658 from jeisenbe/pitch
Browse files Browse the repository at this point in the history
Reduce saturation of pitch outline color
  • Loading branch information
imagico authored Feb 2, 2019
2 parents 962da53 + 2c76fdd commit bf13f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

// --- Sports ---

@pitch: #aae0cb; // also track
@pitch: #aae0cb; // Lch(85,22,168) also track
@track: @pitch;
@stadium: @leisure; // also sports_centre
@golf_course: #b5e3b5;
Expand Down Expand Up @@ -684,7 +684,7 @@
polygon-fill: @track;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@track, 30%), 20%);
line-color: desaturate(darken(@track, 20%), 10%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand All @@ -694,7 +694,7 @@
polygon-fill: @pitch;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@pitch, 30%), 20%);
line-color: desaturate(darken(@pitch, 20%), 10%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand Down

0 comments on commit bf13f67

Please sign in to comment.