@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 514 B
JSON
{
"icon": "temaki-capitol",
"geometry": [
"point",
"area"
],
"terms": [
"council",
"courthouse",
"government",
"mayor",
"municipality"
],
"fields": [
"{amenity/townhall}"
],
"moreFields": [
"{amenity/townhall}"
],
"tags": {
"amenity": "townhall",
"townhall:type": "city"
},
"reference": {
"key": "townhall:type",
"value": "city"
},
"name": "City Hall"
}