mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Add various aliases
This commit is contained in:
parent
36529d0ee2
commit
942e4ce508
33 changed files with 422 additions and 153 deletions
|
|
@ -26,13 +26,14 @@
|
|||
"aeroway": "aerodrome"
|
||||
},
|
||||
"terms": [
|
||||
"aerodrome",
|
||||
"aeroway",
|
||||
"airplane",
|
||||
"airport",
|
||||
"jet",
|
||||
"plane"
|
||||
],
|
||||
"matchScore": 0.9,
|
||||
"name": "Airport"
|
||||
"name": "Airport",
|
||||
"aliases": [
|
||||
"Aerodrome"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,22 +20,26 @@
|
|||
"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"
|
||||
"name": "Jetway",
|
||||
"aliases": [
|
||||
"Jet Bridge",
|
||||
"Skybridge",
|
||||
"Aerobridge",
|
||||
"Airbirdge",
|
||||
"Airgate",
|
||||
"Airtube",
|
||||
"Passenger Boarding Bridge"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue