mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add presets for aeroway=parking_position and aeroway=holding_position
This commit is contained in:
@@ -2425,11 +2425,19 @@ en:
|
||||
name: Helipad
|
||||
# 'terms: helicopter,helipad,heliport'
|
||||
terms: '<translate with synonyms or related terms for ''Helipad'', separated by commas>'
|
||||
aeroway/holding_position:
|
||||
# aeroway=holding_position
|
||||
name: Aircraft Holding Position
|
||||
terms: '<translate with synonyms or related terms for ''Aircraft Holding Position'', separated by commas>'
|
||||
aeroway/jet_bridge:
|
||||
# aeroway=jet_bridge
|
||||
name: Jet Bridge
|
||||
# 'terms: aerobridge,air jetty,airbridge,finger,gangway,jet way,jetway,passenger boarding bridge,PBB,portal,skybridge,terminal gate connector'
|
||||
terms: '<translate with synonyms or related terms for ''Jet Bridge'', separated by commas>'
|
||||
aeroway/parking_position:
|
||||
# aeroway=parking_position
|
||||
name: Aircraft Parking Position
|
||||
terms: '<translate with synonyms or related terms for ''Aircraft Parking Position'', separated by commas>'
|
||||
aeroway/runway:
|
||||
# aeroway=runway
|
||||
name: Runway
|
||||
|
||||
@@ -45,7 +45,9 @@
|
||||
"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": ["name", "ref", "operator", "surface", "lit"], "moreFields": ["access_simple", "address", "fee", "opening_hours"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
|
||||
"aeroway/holding_position": {"icon": "maki-airport", "geometry": ["vertex"], "fields": ["ref"], "tags": {"aeroway": "holding_position"}, "name": "Aircraft Holding Position"},
|
||||
"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/parking_position": {"icon": "maki-airport", "geometry": ["vertex", "point", "line"], "fields": ["ref"], "tags": {"aeroway": "parking_position"}, "name": "Aircraft Parking Position"},
|
||||
"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"},
|
||||
"aeroway/terminal": {"icon": "maki-airport", "geometry": ["point", "area"], "terms": ["airport", "aerodrome"], "fields": ["name", "operator", "building_area"], "moreFields": ["wheelchair", "smoking"], "tags": {"aeroway": "terminal"}, "name": "Airport Terminal"},
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"icon": "maki-airport",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "holding_position"
|
||||
},
|
||||
"name": "Aircraft Holding Position"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "maki-airport",
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "parking_position"
|
||||
},
|
||||
"name": "Aircraft Parking Position"
|
||||
}
|
||||
@@ -48,7 +48,9 @@
|
||||
{"key": "aeroway", "value": "gate", "description": "🄿 Airport Gate", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
{"key": "aeroway", "value": "hangar", "description": "🄿 Hangar", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-warehouse.svg"},
|
||||
{"key": "aeroway", "value": "helipad", "description": "🄿 Helipad", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/heliport-15.svg"},
|
||||
{"key": "aeroway", "value": "holding_position", "description": "🄿 Aircraft Holding Position", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
{"key": "aeroway", "value": "jet_bridge", "description": "🄿 Jet Bridge", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/pedestrian.svg"},
|
||||
{"key": "aeroway", "value": "parking_position", "description": "🄿 Aircraft Parking Position", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
{"key": "aeroway", "value": "runway", "description": "🄿 Runway", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-plane-departure.svg"},
|
||||
{"key": "aeroway", "value": "taxiway", "description": "🄿 Taxiway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-plane.svg"},
|
||||
{"key": "aeroway", "value": "terminal", "description": "🄿 Airport Terminal", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
|
||||
Vendored
+8
@@ -4539,10 +4539,18 @@
|
||||
"name": "Helipad",
|
||||
"terms": "helicopter,helipad,heliport"
|
||||
},
|
||||
"aeroway/holding_position": {
|
||||
"name": "Aircraft Holding Position",
|
||||
"terms": ""
|
||||
},
|
||||
"aeroway/jet_bridge": {
|
||||
"name": "Jet Bridge",
|
||||
"terms": "aerobridge,air jetty,airbridge,finger,gangway,jet way,jetway,passenger boarding bridge,PBB,portal,skybridge,terminal gate connector"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "Aircraft Parking Position",
|
||||
"terms": ""
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "Runway",
|
||||
"terms": "landing strip"
|
||||
|
||||
Reference in New Issue
Block a user