@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 530 B
JSON
{
"icon": "fas-building-flag",
"locationSet": {
"include": [
"ph"
]
},
"geometry": [
"point",
"area"
],
"terms": [
"barrio hall"
],
"tags": {
"amenity": "townhall",
"townhall:type": "barangay"
},
"addTags": {
"amenity": "townhall",
"townhall:type": "barangay",
"admin_level": "10"
},
"reference": {
"key": "amenity",
"value": "townhall"
},
"name": "Barangay Hall"
}