1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "MUN",
10 "date": "2018-08-10",
11 "mode": "flight(LH459), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 11.7861,
22 48.3538
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "MUN",
32 "to": "KBP",
33 "date": "2018-08-11",
34 "mode": "flight(LH2546)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 11.7861,
41 48.3538
42 ],
43 [
44 30.8947,
45 50.345
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "KBP",
55 "to": "BCN",
56 "date": "2018-08-17",
57 "mode": "flight"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 30.8947,
64 50.345
65 ],
66 [
67 2.0785,
68 41.2971
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "BCN",
78 "to": "ATH",
79 "date": "2018-08-24",
80 "mode": "flight (VY8100), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 2.0785,
87 41.2971
88 ],
89 [
90 23.9445,
91 37.9364
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Athens, GR",
101 "to": "Thira, GR",
102 "date": "2018-08-24",
103 "mode": "boat"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 23.7275,
110 37.9838
111 ],
112 [
113 25.4615,
114 36.3932
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Thira, GR",
124 "to": "Athens, GR",
125 "date": "2018-08-24",
126 "mode": "boat"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 25.4615,
133 36.3932
134 ],
135 [
136 23.7275,
137 37.9838
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "ATH",
147 "to": "ARN",
148 "date": "2018-09-04",
149 "mode": "flight, transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 23.9445,
156 37.9364
157 ],
158 [
159 17.9186,
160 59.6519
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "flight",
169 "from": "ARN",
170 "to": "CPH",
171 "date": "2018-09-04",
172 "mode": "flight"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 17.9186,
179 59.6519
180 ],
181 [
182 12.6561,
183 55.6181
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "flight",
192 "from": "CPH",
193 "to": "KEF",
194 "date": "2018-09-05",
195 "mode": "flight(WW - 903), transit"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 12.6561,
202 55.6181
203 ],
204 [
205 -22.6056,
206 63.985
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "flight",
215 "from": "KEF",
216 "to": "SFO",
217 "date": "2018-09-05",
218 "mode": "flight(WW - 161)"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 -22.6056,
225 63.985
226 ],
227 [
228 -122.379,
229 37.6213
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "stop",
238 "name": "JFK"
239 },
240 "geometry": {
241 "type": "Point",
242 "coordinates": [
243 -73.7781,
244 40.6413
245 ]
246 }
247 },
248 {
249 "type": "Feature",
250 "properties": {
251 "layer": "stop",
252 "name": "MUN"
253 },
254 "geometry": {
255 "type": "Point",
256 "coordinates": [
257 11.7861,
258 48.3538
259 ]
260 }
261 },
262 {
263 "type": "Feature",
264 "properties": {
265 "layer": "stop",
266 "name": "KBP"
267 },
268 "geometry": {
269 "type": "Point",
270 "coordinates": [
271 30.8947,
272 50.345
273 ]
274 }
275 },
276 {
277 "type": "Feature",
278 "properties": {
279 "layer": "stop",
280 "name": "BCN"
281 },
282 "geometry": {
283 "type": "Point",
284 "coordinates": [
285 2.0785,
286 41.2971
287 ]
288 }
289 },
290 {
291 "type": "Feature",
292 "properties": {
293 "layer": "stop",
294 "name": "ATH"
295 },
296 "geometry": {
297 "type": "Point",
298 "coordinates": [
299 23.9445,
300 37.9364
301 ]
302 }
303 },
304 {
305 "type": "Feature",
306 "properties": {
307 "layer": "stop",
308 "name": "Athens, GR"
309 },
310 "geometry": {
311 "type": "Point",
312 "coordinates": [
313 23.7275,
314 37.9838
315 ]
316 }
317 },
318 {
319 "type": "Feature",
320 "properties": {
321 "layer": "stop",
322 "name": "Thira, GR"
323 },
324 "geometry": {
325 "type": "Point",
326 "coordinates": [
327 25.4615,
328 36.3932
329 ]
330 }
331 },
332 {
333 "type": "Feature",
334 "properties": {
335 "layer": "stop",
336 "name": "ARN"
337 },
338 "geometry": {
339 "type": "Point",
340 "coordinates": [
341 17.9186,
342 59.6519
343 ]
344 }
345 },
346 {
347 "type": "Feature",
348 "properties": {
349 "layer": "stop",
350 "name": "CPH"
351 },
352 "geometry": {
353 "type": "Point",
354 "coordinates": [
355 12.6561,
356 55.6181
357 ]
358 }
359 },
360 {
361 "type": "Feature",
362 "properties": {
363 "layer": "stop",
364 "name": "KEF"
365 },
366 "geometry": {
367 "type": "Point",
368 "coordinates": [
369 -22.6056,
370 63.985
371 ]
372 }
373 },
374 {
375 "type": "Feature",
376 "properties": {
377 "layer": "stop",
378 "name": "SFO"
379 },
380 "geometry": {
381 "type": "Point",
382 "coordinates": [
383 -122.379,
384 37.6213
385 ]
386 }
387 }
388 ]
389}