@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 635 B
JSON
{
"icon": "maki-barrier",
"fields": [
"name",
"construction",
"opening_date",
"check_date",
"access",
"oneway",
"structure",
"note"
],
"moreFields": [
"bridge/ref"
],
"geometry": [
"line"
],
"tags": {
"highway": "construction"
},
"removeTags": {
"highway": "construction",
"construction": "*"
},
"terms": [
"closed road",
"closure",
"construction",
"road closed",
"road work",
"roadwork"
],
"name": "Road Under Construction"
}