Initial commit

This commit is contained in:
Quincy Morgan 2020-11-05 11:30:34 -05:00
commit bf95421f65
1906 changed files with 55742 additions and 0 deletions

View file

@ -0,0 +1,38 @@
{
"icon": "temaki-airport",
"fields": [
"name",
"iata",
"icao",
"address",
"operator",
"operator/type",
"internet_access",
"internet_access/fee",
"internet_access/ssid"
],
"moreFields": [
"email",
"fax",
"gnis/feature_id",
"phone",
"website"
],
"geometry": [
"area",
"point"
],
"tags": {
"aeroway": "aerodrome"
},
"terms": [
"aerodrome",
"aeroway",
"airplane",
"airport",
"jet",
"plane"
],
"matchScore": 0.9,
"name": "Airport"
}

View file

@ -0,0 +1,22 @@
{
"icon": "temaki-planes",
"fields": [
"ref",
"surface"
],
"geometry": [
"area"
],
"tags": {
"aeroway": "apron"
},
"terms": [
"aircraft parking",
"flight line",
"hardstand",
"ramp",
"tarmac",
"taxiway"
],
"name": "Airport Apron"
}

View file

@ -0,0 +1,14 @@
{
"icon": "fas-plane",
"fields": [
"ref_aeroway_gate"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"aeroway": "gate"
},
"name": "Airport Gate"
}

View file

@ -0,0 +1,18 @@
{
"icon": "temaki-hangar",
"fields": [
"name",
"building_area"
],
"geometry": [
"area"
],
"tags": {
"aeroway": "hangar"
},
"addTags": {
"building": "hangar",
"aeroway": "hangar"
},
"name": "Hangar"
}

View file

@ -0,0 +1,31 @@
{
"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"
}

View file

@ -0,0 +1,13 @@
{
"icon": "temaki-plane_taxiing",
"fields": [
"ref"
],
"geometry": [
"vertex"
],
"tags": {
"aeroway": "holding_position"
},
"name": "Aircraft Holding Position"
}

View file

@ -0,0 +1,41 @@
{
"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"
}

View file

@ -0,0 +1,15 @@
{
"icon": "temaki-plane_taxiing",
"fields": [
"ref"
],
"geometry": [
"vertex",
"point",
"line"
],
"tags": {
"aeroway": "parking_position"
},
"name": "Aircraft Parking Position"
}

View file

@ -0,0 +1,20 @@
{
"icon": "fas-plane-departure",
"fields": [
"ref_runway",
"surface",
"length",
"width"
],
"geometry": [
"line",
"area"
],
"tags": {
"aeroway": "runway"
},
"terms": [
"landing strip"
],
"name": "Runway"
}

View file

@ -0,0 +1,34 @@
{
"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"
}

View file

@ -0,0 +1,14 @@
{
"icon": "temaki-plane_taxiing",
"fields": [
"ref_taxiway",
"surface"
],
"geometry": [
"line"
],
"tags": {
"aeroway": "taxiway"
},
"name": "Taxiway"
}

View file

@ -0,0 +1,26 @@
{
"icon": "maki-airport",
"fields": [
"name",
"operator",
"building_area",
"wheelchair",
"baby_feeding"
],
"moreFields": [
"air_conditioning",
"smoking"
],
"geometry": [
"point",
"area"
],
"tags": {
"aeroway": "terminal"
},
"terms": [
"airport",
"aerodrome"
],
"name": "Airport Terminal"
}

View file

@ -0,0 +1,19 @@
{
"icon": "temaki-windsock",
"fields": [
"ref",
"lit",
"height"
],
"moreFields": [
"manufacturer"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"aeroway": "windsock"
},
"name": "Windsock"
}