@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 646 B
JSON
{
"icon": "iD-highway-steps",
"fields": [
"name",
"incline_steps",
"access_simple",
"handrail",
"step_count",
"tactile_paving",
"surface",
"width",
"structure"
],
"moreFields": [
"covered_no",
"dog",
"indoor",
"level_semi",
"lit",
"oneway",
"ref",
"ramp",
"stroller",
"wheelchair"
],
"geometry": [
"line"
],
"tags": {
"highway": "steps"
},
"terms": [
"stairs",
"staircase",
"stairway"
],
"name": "Steps"
}