mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-03 16:23:51 +01:00
Create heliport.json
This commit is contained in:
parent
65d4d70312
commit
11b249f108
1 changed files with 28 additions and 0 deletions
28
data/presets/aeroway/heliport.json
Normal file
28
data/presets/aeroway/heliport.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue