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