1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "HKG",
10 "date": "2016-08-24",
11 "mode": "flight (CX0873, 777-300)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -153.08026342242408,
22 49.647882956603894
23 ],
24 [
25 167.52497758735763,
26 50.41761321395662
27 ],
28 [
29 135.39936817328328,
30 39.398381167088026
31 ],
32 [
33 113.9145,
34 22.3089
35 ]
36 ]
37 }
38 },
39 {
40 "type": "Feature",
41 "properties": {
42 "layer": "flight",
43 "from": "HKG",
44 "to": "SFO",
45 "date": "2016-09-06",
46 "mode": "flight (CX0892, A350-900)"
47 },
48 "geometry": {
49 "type": "LineString",
50 "coordinates": [
51 [
52 113.9145,
53 22.3089
54 ],
55 [
56 135.39936817328328,
57 39.398381167088026
58 ],
59 [
60 167.52497758735763,
61 50.41761321395662
62 ],
63 [
64 -153.08026342242408,
65 49.647882956603894
66 ],
67 [
68 -122.379,
69 37.6213
70 ]
71 ]
72 }
73 },
74 {
75 "type": "Feature",
76 "properties": {
77 "layer": "stop",
78 "name": "SFO",
79 "transit": false
80 },
81 "geometry": {
82 "type": "Point",
83 "coordinates": [
84 -122.379,
85 37.6213
86 ]
87 }
88 },
89 {
90 "type": "Feature",
91 "properties": {
92 "layer": "stop",
93 "name": "HKG",
94 "transit": false
95 },
96 "geometry": {
97 "type": "Point",
98 "coordinates": [
99 113.9145,
100 22.3089
101 ]
102 }
103 }
104 ]
105}