@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 504 B
JSON
{
"icon": "maki-heliport",
"fields": [
"name",
"ref",
"operator",
"surface",
"maxweight",
"lit"
],
"moreFields": [
"access_simple",
"address",
"charge_fee",
"fee",
"opening_hours"
],
"geometry": [
"area",
"point"
],
"tags": {
"aeroway": "helipad"
},
"terms": [
"helicopter",
"helipad",
"heliport"
],
"name": "Helipad"
}