@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 594 B
JSON
{
"icon": "maki-entrance",
"fields": [
"incline_steps",
"conveying",
"access_simple",
"indoor",
"level_semi",
"width"
],
"moreFields": [
"{highway/steps}",
"dog",
"handrail",
"operator",
"manufacturer",
"step_count",
"surface"
],
"geometry": [
"line"
],
"terms": [
"moving staircase",
"moving stairway",
"people mover"
],
"tags": {
"highway": "steps",
"conveying": "*"
},
"name": "Escalator"
}