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