@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
41 lines (40 loc) • 688 B
JSON
{
"icon": "temaki-pedestrian",
"fields": [
"name",
"surface",
"width",
"structure",
"access",
"incline"
],
"moreFields": [
"bridge/ref",
"covered_no",
"dog",
"informal",
"lit",
"maxweight_bridge",
"not/name",
"oneway",
"smoothness",
"stroller",
"tactile_paving",
"wheelchair"
],
"geometry": [
"line"
],
"terms": [
"hike",
"hiking",
"promenade",
"trackway",
"trail",
"walk"
],
"tags": {
"highway": "footway"
},
"name": "Foot Path"
}