Skip to content

Commit

Permalink
Merge pull request #2119 from matthijsmelissen/national-park-zoom
Browse files Browse the repository at this point in the history
Show national park boundaries from higher zoomlevel and larger size
  • Loading branch information
kocio-pl committed Dec 9, 2017
2 parents 4381798 + 346ba5b commit 57e7c80
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 57e7c80

Please sign in to comment.