Skip to content

Commit

Permalink
Gather centerpoints for all trails, not just QA
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 13, 2024
1 parent f343583 commit 55ddf20
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55ddf20

Please sign in to comment.