Skip to content

Commit

Permalink
Exclude historic districts from parks layer
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 7, 2024
1 parent c22ae21 commit 3201da3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ layers:
geometry: line_midpoint
min_zoom: 7
include_when:
__all__:
- __all__:
- __any__: *trails_filter
- __any__:
- fixme: __any__
Expand Down Expand Up @@ -544,7 +544,7 @@ layers:
min_zoom: 4
min_size: 5
include_when: &parks_filter
__all__:
- __all__:
- name: __any__
- __any__:
- leisure:
Expand All @@ -553,6 +553,8 @@ layers:
- boundary:
- national_park
- protected_area
- __not__:
- protected_area: historic_district
attributes: *poi_attributes
# gather trees at low zooms
- source: osm
Expand Down

0 comments on commit 3201da3

Please sign in to comment.