Skip to content

Commit c22ae21

Browse files
committed
Ignore sidepaths
1 parent ba329a6 commit c22ae21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

renderer/layers/trails.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ layers:
7373
- footway: __any__
7474
- __all__:
7575
- highway: cycleway
76-
- __not__:
77-
# ignore bike lanes that are part of roads
78-
- cycleway: lane
7976
- __not__:
8077
# exclude anything indoors
8178
- indoor: __any__
@@ -86,6 +83,8 @@ layers:
8683
- railway: platform
8784
# exclude anything explicitly marked as not a trail
8885
- trail: no
86+
# exclude paths that go along roads
87+
- is_sidepath: yes
8988
attributes: &trail_attributes
9089
- key: OSM_ID
9190
value: ${feature.id}

0 commit comments

Comments
 (0)