@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
27 lines (26 loc) • 456 B
JSON
{
"icon": "temaki-pedestrian",
"geometry": [
"line"
],
"fields": [
"{highway/path}"
],
"moreFields": [
"{highway/path}"
],
"tags": {
"highway": "path",
"bridge": "boardwalk"
},
"reference": {
"key": "bridge",
"value": "boardwalk"
},
"terms": [
"pier",
"plank walkway",
"wooden raised foot path"
],
"name": "Boardwalk"
}