@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 431 B
JSON
{
"icon": "iD-other-line",
"fields": [
"highway",
"{highway/residential}"
],
"moreFields": [
"{highway/residential}"
],
"geometry": [
"line"
],
"tags": {
"highway": "road",
"bridge": "*"
},
"addTags": {
"highway": "road",
"bridge": "yes",
"layer": "1"
},
"name": "Unknown Road Bridge",
"matchScore": 0.25
}