Skip to content

Commit

Permalink
Actually only get centerpoints that we want to display
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 14, 2024
1 parent 55ddf20 commit 10c45d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,15 @@ layers:
- source: osm
geometry: point_on_line
min_zoom: *min_zoom
include_when: *trails_filter
include_when:
__all__:
- __any__: *trails_filter
- __any__:
- fixme: __any__
- FIXME: __any__
- todo: __any__
- TODO: __any__
- route: ferry
attributes: *trail_attributes
- id: trail_poi
features:
Expand Down

0 comments on commit 10c45d6

Please sign in to comment.