Create heliport.json

This commit is contained in:
SteveLz 2024-09-01 22:32:00 +08:00 committed by GitHub
parent 65d4d70312
commit 11b249f108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,28 @@
{
"icon": "maki-heliport",
"fields": [
"name",
"iata",
"icao",
"address",
"operator",
"operator/type",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
],
"geometry": [
"area",
"point"
],
"tags": {
"aeroway": "heliport"
},
"terms": [
"aeroway",
"helicopter"
],
"name": "Heliport"
}