Skip to content

Commit

Permalink
Show national park boundaries from higher zoomlevel and larger size
Browse files Browse the repository at this point in the history
With this commit, national park boundaries will be shown from the
same zoomlevel and size as their label, effectively eradicating
small unlabelled national parks from the rendering.

Such small national parks seem to contribute to a crowded feel of
the map in the areas and zoom levels where they occur.
  • Loading branch information
matthijsmelissen authored and math1985 committed Dec 9, 2017
1 parent a75953a commit 346ba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.mss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ overlapping borders correctly.
}

#nature-reserve-boundaries {
[way_pixels > 100][zoom >= 8] {
[way_pixels > 3000][zoom >= 8] {
[zoom < 10] {
::fill {
opacity: 0.05;
Expand Down

0 comments on commit 346ba5b

Please sign in to comment.