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