@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 524 B
JSON
{
"icon": "temaki-anchor_medal",
"fields": [
"name",
"military_service"
],
"geometry": [
"point",
"area"
],
"tags": {
"military": "base"
},
"addTags": {
"landuse": "military",
"military": "base"
},
"terms": [
"air force",
"army",
"base",
"border guard",
"coast guard",
"fight",
"force",
"guard",
"troop",
"war"
],
"name": "Military Base"
}