Skip to content

Commit

Permalink
Switch to @leisure for golf course background color
Browse files Browse the repository at this point in the history
  • Loading branch information
justingruca committed Oct 13, 2020
1 parent f1aa90e commit 13e8f14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style/landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@

[feature = 'leisure_golf_course'][zoom >= 10],
[feature = 'leisure_miniature_golf'][zoom >= 15] {
polygon-fill: @campsite;
polygon-fill: @leisure;
line-color: darken(@leisure, 60%);
line-width: 0.3;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
}
Expand Down

0 comments on commit 13e8f14

Please sign in to comment.