From 55ddf20f20af27b31931507eba76ee96a6f3c995 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:16:34 -0400 Subject: [PATCH] Gather centerpoints for all trails, not just QA --- renderer/layers/trails.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/renderer/layers/trails.yml b/renderer/layers/trails.yml index 4656607..09ce988 100644 --- a/renderer/layers/trails.yml +++ b/renderer/layers/trails.yml @@ -263,20 +263,13 @@ layers: tag_value: wheelchair - key: width tag_value: width - - id: trail_qa + - id: trail_centerpoint features: - # gather fixmes as points + # gather trails as points so we can render markers for them at any zoom level - source: osm geometry: point_on_line min_zoom: *min_zoom - include_when: - __all__: - - __any__: *trails_filter - - __any__: - - fixme: __any__ - - FIXME: __any__ - - todo: __any__ - - TODO: __any__ + include_when: *trails_filter attributes: *trail_attributes - id: trail_poi features: