@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 601 B
JSON
{
"icon": "temaki-pedestrian",
"fields": [
"name",
"conveying",
"access_simple",
"lit",
"width",
"wheelchair"
],
"moreFields": [
"{highway/footway}"
],
"geometry": [
"line"
],
"terms": [
"autwalk",
"conveyor",
"moving sidewalk",
"skywalk",
"travelator",
"travellator",
"travolator"
],
"tags": {
"highway": "footway",
"conveying": "*"
},
"reference": {
"key": "conveying"
},
"name": "Moving Walkway"
}