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 "transit": true,
240 "trips": [
241 {
242 "file": "europe-summer-2018.md",
243 "title": "",
244 "date": "2018-08-10"
245 }
246 ]
247 },
248 "geometry": {
249 "type": "Point",
250 "coordinates": [
251 -73.7781,
252 40.6413
253 ]
254 }
255 },
256 {
257 "type": "Feature",
258 "properties": {
259 "layer": "stop",
260 "name": "MUN",
261 "transit": false,
262 "trips": [
263 {
264 "file": "europe-summer-2018.md",
265 "title": "",
266 "date": "2018-08-10"
267 }
268 ]
269 },
270 "geometry": {
271 "type": "Point",
272 "coordinates": [
273 11.7861,
274 48.3538
275 ]
276 }
277 },
278 {
279 "type": "Feature",
280 "properties": {
281 "layer": "stop",
282 "name": "KBP",
283 "transit": false,
284 "trips": [
285 {
286 "file": "europe-summer-2018.md",
287 "title": "",
288 "date": "2018-08-11"
289 }
290 ]
291 },
292 "geometry": {
293 "type": "Point",
294 "coordinates": [
295 30.8947,
296 50.345
297 ]
298 }
299 },
300 {
301 "type": "Feature",
302 "properties": {
303 "layer": "stop",
304 "name": "BCN",
305 "transit": false,
306 "trips": [
307 {
308 "file": "europe-summer-2018.md",
309 "title": "",
310 "date": "2018-08-17"
311 }
312 ]
313 },
314 "geometry": {
315 "type": "Point",
316 "coordinates": [
317 2.0785,
318 41.2971
319 ]
320 }
321 },
322 {
323 "type": "Feature",
324 "properties": {
325 "layer": "stop",
326 "name": "ATH",
327 "transit": true,
328 "trips": [
329 {
330 "file": "europe-summer-2018.md",
331 "title": "",
332 "date": "2018-08-24"
333 }
334 ]
335 },
336 "geometry": {
337 "type": "Point",
338 "coordinates": [
339 23.9445,
340 37.9364
341 ]
342 }
343 },
344 {
345 "type": "Feature",
346 "properties": {
347 "layer": "stop",
348 "name": "Athens, GR",
349 "transit": false,
350 "trips": [
351 {
352 "file": "europe-summer-2018.md",
353 "title": "",
354 "date": "2018-08-24"
355 }
356 ]
357 },
358 "geometry": {
359 "type": "Point",
360 "coordinates": [
361 23.7275,
362 37.9838
363 ]
364 }
365 },
366 {
367 "type": "Feature",
368 "properties": {
369 "layer": "stop",
370 "name": "Thira, GR",
371 "transit": false,
372 "trips": [
373 {
374 "file": "europe-summer-2018.md",
375 "title": "",
376 "date": "2018-08-24"
377 }
378 ]
379 },
380 "geometry": {
381 "type": "Point",
382 "coordinates": [
383 25.4615,
384 36.3932
385 ]
386 }
387 },
388 {
389 "type": "Feature",
390 "properties": {
391 "layer": "stop",
392 "name": "ARN",
393 "transit": false,
394 "trips": [
395 {
396 "file": "europe-summer-2018.md",
397 "title": "",
398 "date": "2018-09-04"
399 }
400 ]
401 },
402 "geometry": {
403 "type": "Point",
404 "coordinates": [
405 17.9186,
406 59.6519
407 ]
408 }
409 },
410 {
411 "type": "Feature",
412 "properties": {
413 "layer": "stop",
414 "name": "CPH",
415 "transit": false,
416 "trips": [
417 {
418 "file": "europe-summer-2018.md",
419 "title": "",
420 "date": "2018-09-04"
421 }
422 ]
423 },
424 "geometry": {
425 "type": "Point",
426 "coordinates": [
427 12.6561,
428 55.6181
429 ]
430 }
431 },
432 {
433 "type": "Feature",
434 "properties": {
435 "layer": "stop",
436 "name": "KEF",
437 "transit": false,
438 "trips": [
439 {
440 "file": "europe-summer-2018.md",
441 "title": "",
442 "date": "2018-09-05"
443 }
444 ]
445 },
446 "geometry": {
447 "type": "Point",
448 "coordinates": [
449 -22.6056,
450 63.985
451 ]
452 }
453 },
454 {
455 "type": "Feature",
456 "properties": {
457 "layer": "stop",
458 "name": "SFO",
459 "transit": false,
460 "trips": [
461 {
462 "file": "europe-summer-2018.md",
463 "title": "",
464 "date": "2018-09-05"
465 }
466 ]
467 },
468 "geometry": {
469 "type": "Point",
470 "coordinates": [
471 -122.379,
472 37.6213
473 ]
474 }
475 }
476 ]
477}