Skip to content

Commit

Permalink
Use new line_midpoint geometry type
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 21, 2024
1 parent f228675 commit 944caae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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__:
Expand Down Expand Up @@ -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
Expand All @@ -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__:
Expand 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__:
Expand Down

0 comments on commit 944caae

Please sign in to comment.