We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba329a6 commit c22ae21Copy full SHA for c22ae21
renderer/layers/trails.yml
@@ -73,9 +73,6 @@ layers:
73
- footway: __any__
74
- __all__:
75
- highway: cycleway
76
- - __not__:
77
- # ignore bike lanes that are part of roads
78
- - cycleway: lane
79
- __not__:
80
# exclude anything indoors
81
- indoor: __any__
@@ -86,6 +83,8 @@ layers:
86
83
- railway: platform
87
84
# exclude anything explicitly marked as not a trail
88
85
- trail: no
+ # exclude paths that go along roads
+ - is_sidepath: yes
89
attributes: &trail_attributes
90
- key: OSM_ID
91
value: ${feature.id}
0 commit comments