Skip to content

Commit

Permalink
Rendering natural=sand earlier on midzoom
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Aug 12, 2017
1 parent d4408e6 commit e70ac07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1934,11 +1934,11 @@
}
}

[feature = 'natural_scree'],
[feature = 'natural_shingle'],
[feature = 'natural_bare_rock'],
[feature = 'natural_scree'][zoom >= 9],
[feature = 'natural_shingle'][zoom >= 9],
[feature = 'natural_bare_rock'][zoom >= 9],
[feature = 'natural_sand'] {
[zoom >= 9][way_pixels > 3000][is_building = 'no'],
[zoom >= 8][way_pixels > 3000][is_building = 'no'],
[zoom >= 17][is_building = 'no'] {
text-name: "[name]";
text-size: @landcover-font-size;
Expand Down
2 changes: 1 addition & 1 deletion landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
}
}

[feature = 'natural_sand'][zoom >= 9] {
[feature = 'natural_sand'][zoom >= 8] {
polygon-fill: @sand;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand Down

0 comments on commit e70ac07

Please sign in to comment.