@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
37 lines (36 loc) • 682 B
JSON
{
"icon": "temaki-bulldozer",
"fields": [
"name",
"construction",
"operator",
"opening_date",
"check_date",
"note"
],
"moreFields": [
"{@templates/contact}",
"address"
],
"geometry": [
"area"
],
"tags": {
"landuse": "construction"
},
"removeTags": {
"landuse": "construction",
"construction": "*"
},
"terms": [
"building",
"bulldozer",
"construction site",
"construction zone",
"crane",
"demolition",
"development",
"infrastructure"
],
"name": "Construction Area"
}