File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 50
50
name : TODO
51
51
description : >-
52
52
something that is still a TODO
53
+
54
+ silverways :
55
+ name : Silver Ways
56
+ description : >-
57
+ https://heigit.org/silver-ways/
Original file line number Diff line number Diff line change @@ -164,6 +164,31 @@ cycleway:
164
164
- core
165
165
- bkg
166
166
167
+ footpath :
168
+ name : Footpath
169
+ description : >-
170
+ All linear OSM features commonly used for walking, including dedicated pedestrian paths,
171
+ shared-use paths, and roads where foot traffic is allowed or sidewalks exist.
172
+ endpoint : elements
173
+ aggregation_type : length
174
+ filter : >-
175
+ (
176
+ (highway=footway)
177
+ or (highway=path and (foot=designated or foot=yes))
178
+ or (highway=pedestrian)
179
+ or (highway=steps)
180
+ or (highway=cycleway and foot=yes)
181
+ or (sidewalk=* and highway!=motorway)
182
+ or (foot=yes)
183
+ )
184
+ and geometry:line
185
+ source : https://wiki.openstreetmap.org/wiki/Key:foot
186
+ indicators :
187
+ - mapping-saturation
188
+ - currentness
189
+ projects :
190
+ - silverways
191
+
167
192
poi :
168
193
name : POI
169
194
description : Points of interest
You can’t perform that action at this time.
0 commit comments