Skip to content

Commit

Permalink
Gather trail ferries
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 6, 2024
1 parent 4f246ed commit b01b57e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ layers:
min_zoom: &min_zoom 5
include_when:
&trails_filter
# gather any roads or paths that are explicitly marked as trails or portages
# gather any roads, paths, or ferries that are explicitly marked as trails or portages
- __all__:
- highway: __any__
- __any__:
- highway: __any__
- route: ferry
- __any__:
- trail: yes
- portage: __any__
Expand Down

0 comments on commit b01b57e

Please sign in to comment.