From 3201da384a93ae9af9603cf09e6c946101ae5bcd Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:37:37 -0500 Subject: [PATCH] Exclude historic districts from parks layer --- renderer/layers/trails.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renderer/layers/trails.yml b/renderer/layers/trails.yml index 7fc47a1..a9ffade 100644 --- a/renderer/layers/trails.yml +++ b/renderer/layers/trails.yml @@ -287,7 +287,7 @@ layers: geometry: line_midpoint min_zoom: 7 include_when: - __all__: + - __all__: - __any__: *trails_filter - __any__: - fixme: __any__ @@ -544,7 +544,7 @@ layers: min_zoom: 4 min_size: 5 include_when: &parks_filter - __all__: + - __all__: - name: __any__ - __any__: - leisure: @@ -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