Skip to content

Commit

Permalink
Ignore sidepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 20, 2024
1 parent ba329a6 commit c22ae21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ layers:
- footway: __any__
- __all__:
- highway: cycleway
- __not__:
# ignore bike lanes that are part of roads
- cycleway: lane
- __not__:
# exclude anything indoors
- indoor: __any__
Expand All @@ -86,6 +83,8 @@ layers:
- railway: platform
# exclude anything explicitly marked as not a trail
- trail: no
# exclude paths that go along roads
- is_sidepath: yes
attributes: &trail_attributes
- key: OSM_ID
value: ${feature.id}
Expand Down

0 comments on commit c22ae21

Please sign in to comment.