mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add more fields to the Helipad preset
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"aeroway/apron": {"icon": "maki-airport", "geometry": ["area"], "terms": ["ramp"], "fields": ["ref", "surface"], "tags": {"aeroway": "apron"}, "name": "Apron"},
|
||||
"aeroway/gate": {"icon": "maki-airport", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
|
||||
"aeroway/hangar": {"icon": "fas-warehouse", "geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "addTags": {"building": "hangar", "aeroway": "hangar"}, "name": "Hangar"},
|
||||
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["point", "area"], "fields": ["ref"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
|
||||
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["point", "area"], "fields": ["name", "ref", "operator", "surface", "lit"], "moreFields": ["access_simple", "address", "fee", "opening_hours"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
|
||||
"aeroway/jet_bridge": {"icon": "temaki-pedestrian", "geometry": ["line"], "fields": ["ref_aeroway_gate", "width", "access_simple", "wheelchair"], "moreFields": ["manufacturer"], "terms": ["aerobridge", "air jetty", "airbridge", "finger", "gangway", "jet way", "jetway", "passenger boarding bridge", "PBB", "portal", "skybridge", "terminal gate connector"], "tags": {"aeroway": "jet_bridge"}, "addTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "matchScore": 1.05, "name": "Jet Bridge"},
|
||||
"aeroway/runway": {"icon": "fas-plane-departure", "geometry": ["line", "area"], "terms": ["landing strip"], "fields": ["ref_runway", "surface", "length", "width"], "tags": {"aeroway": "runway"}, "name": "Runway"},
|
||||
"aeroway/taxiway": {"icon": "fas-plane", "geometry": ["line"], "fields": ["ref_taxiway", "surface"], "tags": {"aeroway": "taxiway"}, "name": "Taxiway"},
|
||||
|
||||
@@ -5,7 +5,17 @@
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
"name",
|
||||
"ref",
|
||||
"operator",
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"address",
|
||||
"fee",
|
||||
"opening_hours"
|
||||
],
|
||||
"terms": [
|
||||
"helicopter",
|
||||
|
||||
Reference in New Issue
Block a user