@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 421 B
JSON
{
"icon": "maki-home",
"fields": [
"{building}",
"start_date"
],
"moreFields": [
"{building}",
"access_simple"
],
"geometry": [
"area"
],
"tags": {
"historic": "building",
"building": "*"
},
"reference": {
"key": "historic",
"value": "building"
},
"matchScore": 0.5,
"name": "Historic Building"
}