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 "trips": [
81 {
82 "file": "hong-kong-first-trip-2016.md",
83 "title": "",
84 "date": "2016-08-24"
85 }
86 ]
87 },
88 "geometry": {
89 "type": "Point",
90 "coordinates": [
91 -122.379,
92 37.6213
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "stop",
100 "name": "HKG",
101 "transit": false,
102 "trips": [
103 {
104 "file": "hong-kong-first-trip-2016.md",
105 "title": "",
106 "date": "2016-08-24"
107 }
108 ]
109 },
110 "geometry": {
111 "type": "Point",
112 "coordinates": [
113 113.9145,
114 22.3089
115 ]
116 }
117 }
118 ]
119}