Skip to content

Commit 19e4e0b

Browse files
committed
0701 update
1 parent 3c7aa54 commit 19e4e0b

13 files changed

Lines changed: 38135 additions & 144 deletions

File tree

asset/airport.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
[
2+
{
3+
"iata": "LGW",
4+
"icao": "EGKK",
5+
"lat": 51.148333,
6+
"lng": -0.19,
7+
"name": "London/Gatwick",
8+
"timezone": "UTC/UTC +1",
9+
"color": "#004489"
10+
},
11+
{
12+
"iata": "GLA",
13+
"icao": "EGPF",
14+
"lat": 55.871667,
15+
"lng": -4.433333,
16+
"name": "Glasgow",
17+
"timezone": "UTC/UTC +1",
18+
"color": "#213368"
19+
},
20+
{
21+
"iata": "AMS",
22+
"icao": "EHAM",
23+
"lat": 52.308333,
24+
"lng": 4.763333,
25+
"name": "Amsterdam/Schiphol",
26+
"timezone": "UTC +1/UTC +2"
27+
},
28+
{
29+
"iata": "DPS",
30+
"icao": "WADD",
31+
"lat": -8.746667,
32+
"lng": 115.168333,
33+
"name": "Denpasar/I Gusti Ngurah Rai – Bali",
34+
"timezone": "UTC +8"
35+
},
36+
{
37+
"iata": "SIN",
38+
"icao": "WSSS",
39+
"lat": 1.36,
40+
"lng": 103.99,
41+
"name": "Singapore/Changi",
42+
"timezone": "UTC +8"
43+
},
44+
{
45+
"iata": "CAN",
46+
"icao": "ZGGG",
47+
"lat": 23.393333,
48+
"lng": 113.308333,
49+
"name": "Guangzhou/Baiyun",
50+
"timezone": "UTC +8"
51+
},
52+
{
53+
"iata": "PVG",
54+
"icao": "ZSPD",
55+
"lat": 31.145,
56+
"lng": 121.793333,
57+
"name": "Shanghai/Pudong",
58+
"timezone": "UTC +8",
59+
"icon": "SHA"
60+
},
61+
{
62+
"iata": "SHA",
63+
"icao": "ZSSS",
64+
"lat": 31.196667,
65+
"lng": 121.335,
66+
"name": "Shanghai/Hongqiao",
67+
"timezone": "UTC +8"
68+
}
69+
]

0 commit comments

Comments
 (0)