@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 477 B
JSON
{
"icon": "roentgen-building_construction",
"fields": [
"name",
"construction",
"address",
"opening_date",
"check_date"
],
"moreFields": [
"{building}"
],
"geometry": [
"area"
],
"tags": {
"building": "construction"
},
"removeTags": {
"building": "construction",
"construction": "*"
},
"matchScore": 0.5,
"name": "Building Under Construction"
}