mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Rename Jet Bridge preset to Jetway to discourage mappers from erroneously using it for other types of bridges
This commit is contained in:
+3
-3
@@ -2968,9 +2968,9 @@ en:
|
||||
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>'
|
||||
name: Jetway
|
||||
# 'terms: aerobridge,air jetty,airbridge,airtube,finger,gangway,jet bridge,jetbridge,jet way,jetway,passenger boarding bridge,PBB,portal,skybridge,terminal gate connector'
|
||||
terms: '<translate with synonyms or related terms for ''Jetway'', separated by commas>'
|
||||
aeroway/parking_position:
|
||||
# aeroway=parking_position
|
||||
name: Aircraft Parking Position
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"aeroway/hangar": {"icon": "temaki-hangar", "fields": ["name", "building_area"], "geometry": ["area"], "tags": {"aeroway": "hangar"}, "addTags": {"building": "hangar", "aeroway": "hangar"}, "name": "Hangar"},
|
||||
"aeroway/helipad": {"icon": "maki-heliport", "fields": ["name", "ref", "operator", "surface", "lit"], "moreFields": ["access_simple", "address", "charge_fee", "fee", "opening_hours", "opening_hours/covid19"], "geometry": ["area", "point"], "tags": {"aeroway": "helipad"}, "terms": ["helicopter", "helipad", "heliport"], "name": "Helipad"},
|
||||
"aeroway/holding_position": {"icon": "temaki-plane_taxiing", "fields": ["ref"], "geometry": ["vertex"], "tags": {"aeroway": "holding_position"}, "name": "Aircraft Holding Position"},
|
||||
"aeroway/jet_bridge": {"icon": "temaki-pedestrian_walled", "fields": ["ref_aeroway_gate", "width", "access_simple", "wheelchair"], "moreFields": ["manufacturer"], "geometry": ["line"], "tags": {"aeroway": "jet_bridge"}, "addTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "terms": ["aerobridge", "air jetty", "airbridge", "finger", "gangway", "jet way", "jetway", "passenger boarding bridge", "PBB", "portal", "skybridge", "terminal gate connector"], "matchScore": 1.05, "name": "Jet Bridge"},
|
||||
"aeroway/jet_bridge": {"icon": "temaki-pedestrian_walled", "fields": ["ref_aeroway_gate", "width", "access_simple", "wheelchair"], "moreFields": ["manufacturer"], "geometry": ["line"], "tags": {"aeroway": "jet_bridge"}, "addTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "terms": ["aerobridge", "air jetty", "airbridge", "airtube", "finger", "gangway", "jet bridge", "jetbridge", "jet way", "jetway", "passenger boarding bridge", "PBB", "portal", "skybridge", "terminal gate connector"], "matchScore": 1.05, "name": "Jetway"},
|
||||
"aeroway/parking_position": {"icon": "temaki-plane_taxiing", "fields": ["ref"], "geometry": ["vertex", "point", "line"], "tags": {"aeroway": "parking_position"}, "name": "Aircraft Parking Position"},
|
||||
"aeroway/runway": {"icon": "fas-plane-departure", "fields": ["ref_runway", "surface", "length", "width"], "geometry": ["line", "area"], "tags": {"aeroway": "runway"}, "terms": ["landing strip"], "name": "Runway"},
|
||||
"aeroway/spaceport": {"icon": "fas-space-shuttle", "fields": ["name", "operator", "access_simple", "website", "wikidata"], "moreFields": ["email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "phone"], "geometry": ["area", "point"], "tags": {"aeroway": "spaceport"}, "terms": ["cosmodrome", "rocket launch center", "rocket launch complex", "rocket launch site", "rocket range", "space port"], "name": "Spaceport"},
|
||||
|
||||
@@ -23,8 +23,11 @@
|
||||
"aerobridge",
|
||||
"air jetty",
|
||||
"airbridge",
|
||||
"airtube",
|
||||
"finger",
|
||||
"gangway",
|
||||
"jet bridge",
|
||||
"jetbridge",
|
||||
"jet way",
|
||||
"jetway",
|
||||
"passenger boarding bridge",
|
||||
@@ -34,5 +37,5 @@
|
||||
"terminal gate connector"
|
||||
],
|
||||
"matchScore": 1.05,
|
||||
"name": "Jet Bridge"
|
||||
"name": "Jetway"
|
||||
}
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
{"key": "aeroway", "value": "hangar", "description": "🄿 Hangar", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/hangar.svg"},
|
||||
{"key": "aeroway", "value": "helipad", "description": "🄿 Helipad", "object_types": ["area", "node"], "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/ideditor/temaki/icons/plane_taxiing.svg"},
|
||||
{"key": "aeroway", "value": "jet_bridge", "description": "🄿 Jet Bridge", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian_walled.svg"},
|
||||
{"key": "aeroway", "value": "jet_bridge", "description": "🄿 Jetway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian_walled.svg"},
|
||||
{"key": "aeroway", "value": "parking_position", "description": "🄿 Aircraft Parking Position", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/plane_taxiing.svg"},
|
||||
{"key": "aeroway", "value": "runway", "description": "🄿 Runway", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-plane-departure.svg"},
|
||||
{"key": "aeroway", "value": "spaceport", "description": "🄿 Spaceport", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-space-shuttle.svg"},
|
||||
|
||||
Vendored
+2
-2
@@ -5218,8 +5218,8 @@
|
||||
"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"
|
||||
"name": "Jetway",
|
||||
"terms": "aerobridge,air jetty,airbridge,airtube,finger,gangway,jet bridge,jetbridge,jet way,jetway,passenger boarding bridge,PBB,portal,skybridge,terminal gate connector"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "Aircraft Parking Position",
|
||||
|
||||
Reference in New Issue
Block a user