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 },
80 "geometry": {
81 "type": "Point",
82 "coordinates": [
83 -122.379,
84 37.6213
85 ]
86 }
87 },
88 {
89 "type": "Feature",
90 "properties": {
91 "layer": "stop",
92 "name": "HKG"
93 },
94 "geometry": {
95 "type": "Point",
96 "coordinates": [
97 113.9145,
98 22.3089
99 ]
100 }
101 }
102 ]
103}