@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 574 B
JSON
{
"icon": "temaki-pedestrian",
"fields": [
"name",
"surface",
"lit",
"width",
"oneway",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"covered_no",
"incline",
"maxweight_bridge",
"smoothness"
],
"geometry": [
"line"
],
"tags": {
"highway": "pedestrian"
},
"terms": [
"center",
"centre",
"plaza",
"quad",
"square",
"walkway"
],
"name": "Pedestrian Street"
}