From 944caae17adc4d12283a35b8a1958f4d8932a1a0 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:54:29 -0400 Subject: [PATCH] Use new line_midpoint geometry type --- renderer/layers/trails.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renderer/layers/trails.yml b/renderer/layers/trails.yml index 4444559..ac2e956 100644 --- a/renderer/layers/trails.yml +++ b/renderer/layers/trails.yml @@ -277,9 +277,9 @@ layers: tag_value: width - id: trail_centerpoint features: - # gather trails as points so we can render markers for them at any zoom level + # gather trail issues as points so we can render markers for them at any zoom level - source: osm - geometry: point_on_line + geometry: line_midpoint min_zoom: 7 include_when: __all__: @@ -488,7 +488,7 @@ layers: - weir attributes: *poi_attributes - source: osm - geometry: point_on_line + geometry: line_midpoint min_zoom: 7 include_when: *waterway_barriers_filter attributes: *poi_attributes @@ -498,7 +498,7 @@ layers: include_when: *waterway_barriers_filter attributes: *poi_attributes - source: osm - geometry: line_centroid + geometry: line_midpoint min_zoom: 7 include_when: - __all__: @@ -509,7 +509,7 @@ layers: - stream attributes: *poi_attributes - source: osm - geometry: point_on_line + geometry: line_midpoint min_zoom: 7 include_when: - __all__: