From 7106fd259c2542f4a4dade2d2f4375a8d3fcff32 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:57:29 -0400 Subject: [PATCH] Move park point to separate 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 f313718..ef0b179 100644 --- a/renderer/layers/trails.yml +++ b/renderer/layers/trails.yml @@ -486,9 +486,9 @@ layers: monitoring:tide_gauge: yes monitoring:flow_rate: yes attributes: *poi_attributes + # gather protected areas as polygons - id: park features: - # gather protected areas as polygons - source: osm geometry: polygon min_zoom: 4 @@ -505,7 +505,9 @@ layers: - national_park - protected_area attributes: *poi_attributes - # gather protected areas as points + # gather protected areas as points + - id: park_poi + features: - source: osm geometry: polygon_centroid_if_convex min_zoom: 4