@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 478 B
JSON
{
"icon": "temaki-army_tent",
"fields": [
"name",
"building_area"
],
"moreFields": [
"{landuse/military}"
],
"geometry": [
"point",
"area"
],
"tags": {
"military": "barracks"
},
"terms": [
"air force",
"army",
"base",
"fight",
"force",
"guard",
"marine",
"navy",
"troop",
"war"
],
"name": "Barracks"
}