mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-25 05:20:20 +01:00
Add aeroway=jet_bridge preset
Deprecate aeroway=aerobridge
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"old": {"aerialway": "canopy"},
|
||||
"replace": {"aerialway": "zip_line"}
|
||||
},
|
||||
{
|
||||
"old": {"aeroway": "aerobridge"},
|
||||
"replace": {"aeroway": "jet_bridge"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "advertising"},
|
||||
"replace": {"advertising": "*"}
|
||||
|
||||
@@ -2328,6 +2328,11 @@ en:
|
||||
name: Helipad
|
||||
# 'terms: helicopter,helipad,heliport'
|
||||
terms: '<translate with synonyms or related terms for ''Helipad'', 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/runway:
|
||||
# aeroway=runway
|
||||
name: Runway
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
"aeroway/gate": {"icon": "maki-airport", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
|
||||
"aeroway/hangar": {"geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "name": "Hangar"},
|
||||
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["point", "area"], "fields": ["ref"], "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"}, "removeTags": {"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": {"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"},
|
||||
|
||||
42
data/presets/presets/aeroway/jet_bridge.json
Normal file
42
data/presets/presets/aeroway/jet_bridge.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"removeTags": {
|
||||
"aeroway": "jet_bridge",
|
||||
"highway": "corridor"
|
||||
},
|
||||
"matchScore": 1.05,
|
||||
"name": "Jet Bridge"
|
||||
}
|
||||
@@ -44,6 +44,7 @@
|
||||
{"key": "aeroway", "value": "gate", "description": "🄿 Airport Gate", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "hangar", "description": "🄿 Hangar", "object_types": ["area"]},
|
||||
{"key": "aeroway", "value": "helipad", "description": "🄿 Helipad", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/heliport-15.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "jet_bridge", "description": "🄿 Jet Bridge", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/pedestrian.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "runway", "description": "🄿 Runway", "object_types": ["way", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-plane-departure.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "taxiway", "description": "🄿 Taxiway", "object_types": ["way"]},
|
||||
{"key": "aeroway", "value": "terminal", "description": "🄿 Airport Terminal", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -4226,6 +4226,10 @@
|
||||
"name": "Helipad",
|
||||
"terms": "helicopter,helipad,heliport"
|
||||
},
|
||||
"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/runway": {
|
||||
"name": "Runway",
|
||||
"terms": "landing strip"
|
||||
|
||||
Reference in New Issue
Block a user