@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
47 lines (46 loc) • 807 B
JSON
{
"icon": "temaki-fighter_jet",
"fields": [
"name",
"iata",
"icao"
],
"geometry": [
"point",
"area"
],
"tags": {
"military": "airfield"
},
"addTags": {
"aeroway": "aerodrome",
"landuse": "military",
"military": "airfield"
},
"reference": {
"key": "military",
"value": "airfield"
},
"terms": [
"aerodrome",
"aeroway",
"air force",
"airplane",
"airport",
"army",
"base",
"bomb",
"fight",
"force",
"guard",
"helicopter",
"helipad",
"jet",
"marine",
"navy",
"plane",
"troop",
"war"
],
"name": "Military Airfield"
}