@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 626 B
JSON
{
"icon": "temaki-airport",
"fields": [
"name",
"iata",
"icao",
"address",
"operator",
"operator/type",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"gnis/feature_id-US"
],
"geometry": [
"area",
"point"
],
"tags": {
"aeroway": "aerodrome"
},
"terms": [
"aeroway",
"airplane",
"jet",
"plane"
],
"matchScore": 0.9,
"name": "Airport",
"aliases": [
"Aerodrome"
]
}