Apr 18, 2026 10.5 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "FCO",
10 "date": "2021-07-01",
11 "mode": "flight (AA 236), next day"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 12.2389,
22 41.8003
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "FCO",
32 "to": "CAG",
33 "date": "2021-07-08",
34 "mode": "flight (AZ1563)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 12.2389,
41 41.8003
42 ],
43 [
44 9.0543,
45 39.2515
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "CAG",
55 "to": "FCO",
56 "date": "2021-07-12",
57 "mode": "flight (AZ1590)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 9.0543,
64 39.2515
65 ],
66 [
67 12.2389,
68 41.8003
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Rome, IT",
78 "to": "Florence, IT",
79 "date": "2021-07-12",
80 "mode": "train"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 12.4964,
87 41.9028
88 ],
89 [
90 11.2558,
91 43.7696
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Florence, IT",
101 "to": "Bologna, IT",
102 "date": "2021-07-14",
103 "mode": "train"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 11.2558,
110 43.7696
111 ],
112 [
113 11.3426,
114 44.4949
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Bologna, IT",
124 "to": "Venice, IT",
125 "date": "2021-07-15",
126 "mode": "train"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 11.3426,
133 44.4949
134 ],
135 [
136 12.3155,
137 45.4408
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Venice, IT",
147 "to": "Milan, IT",
148 "date": "2021-07-15",
149 "mode": "train"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 12.3155,
156 45.4408
157 ],
158 [
159 9.19,
160 45.4642
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Milan, IT",
170 "to": "Zurich, CH",
171 "date": "2021-07-19",
172 "mode": "train"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 9.19,
179 45.4642
180 ],
181 [
182 8.5417,
183 47.3769
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Zurich, CH",
193 "to": "Paris, FR",
194 "date": "2021-07-20",
195 "mode": "train"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 8.5417,
202 47.3769
203 ],
204 [
205 2.3522,
206 48.8566
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "flight",
215 "from": "CDG",
216 "to": "EWR",
217 "date": "2021-07-22",
218 "mode": "flight (UA 56), transit"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 2.5479,
225 49.0097
226 ],
227 [
228 -74.1687,
229 40.6895
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "route",
238 "from": "Newark, NJ, US",
239 "to": "New York, US",
240 "date": "2021-07-22",
241 "mode": "car"
242 },
243 "geometry": {
244 "type": "LineString",
245 "coordinates": [
246 [
247 -74.1724,
248 40.7357
249 ],
250 [
251 -74.006,
252 40.7128
253 ]
254 ]
255 }
256 },
257 {
258 "type": "Feature",
259 "properties": {
260 "layer": "stop",
261 "name": "JFK",
262 "transit": false,
263 "trips": [
264 {
265 "file": "europe-summer-2021.md",
266 "title": "",
267 "date": "2021-07-01"
268 }
269 ]
270 },
271 "geometry": {
272 "type": "Point",
273 "coordinates": [
274 -73.7781,
275 40.6413
276 ]
277 }
278 },
279 {
280 "type": "Feature",
281 "properties": {
282 "layer": "stop",
283 "name": "FCO",
284 "transit": false,
285 "trips": [
286 {
287 "file": "europe-summer-2021.md",
288 "title": "",
289 "date": "2021-07-01"
290 }
291 ]
292 },
293 "geometry": {
294 "type": "Point",
295 "coordinates": [
296 12.2389,
297 41.8003
298 ]
299 }
300 },
301 {
302 "type": "Feature",
303 "properties": {
304 "layer": "stop",
305 "name": "CAG",
306 "transit": false,
307 "trips": [
308 {
309 "file": "europe-summer-2021.md",
310 "title": "",
311 "date": "2021-07-08"
312 }
313 ]
314 },
315 "geometry": {
316 "type": "Point",
317 "coordinates": [
318 9.0543,
319 39.2515
320 ]
321 }
322 },
323 {
324 "type": "Feature",
325 "properties": {
326 "layer": "stop",
327 "name": "Rome, IT",
328 "transit": false,
329 "trips": [
330 {
331 "file": "europe-summer-2021.md",
332 "title": "",
333 "date": "2021-07-12"
334 }
335 ]
336 },
337 "geometry": {
338 "type": "Point",
339 "coordinates": [
340 12.4964,
341 41.9028
342 ]
343 }
344 },
345 {
346 "type": "Feature",
347 "properties": {
348 "layer": "stop",
349 "name": "Florence, IT",
350 "transit": false,
351 "trips": [
352 {
353 "file": "europe-summer-2021.md",
354 "title": "",
355 "date": "2021-07-12"
356 }
357 ]
358 },
359 "geometry": {
360 "type": "Point",
361 "coordinates": [
362 11.2558,
363 43.7696
364 ]
365 }
366 },
367 {
368 "type": "Feature",
369 "properties": {
370 "layer": "stop",
371 "name": "Bologna, IT",
372 "transit": false,
373 "trips": [
374 {
375 "file": "europe-summer-2021.md",
376 "title": "",
377 "date": "2021-07-14"
378 }
379 ]
380 },
381 "geometry": {
382 "type": "Point",
383 "coordinates": [
384 11.3426,
385 44.4949
386 ]
387 }
388 },
389 {
390 "type": "Feature",
391 "properties": {
392 "layer": "stop",
393 "name": "Venice, IT",
394 "transit": false,
395 "trips": [
396 {
397 "file": "europe-summer-2021.md",
398 "title": "",
399 "date": "2021-07-15"
400 }
401 ]
402 },
403 "geometry": {
404 "type": "Point",
405 "coordinates": [
406 12.3155,
407 45.4408
408 ]
409 }
410 },
411 {
412 "type": "Feature",
413 "properties": {
414 "layer": "stop",
415 "name": "Milan, IT",
416 "transit": false,
417 "trips": [
418 {
419 "file": "europe-summer-2021.md",
420 "title": "",
421 "date": "2021-07-15"
422 }
423 ]
424 },
425 "geometry": {
426 "type": "Point",
427 "coordinates": [
428 9.19,
429 45.4642
430 ]
431 }
432 },
433 {
434 "type": "Feature",
435 "properties": {
436 "layer": "stop",
437 "name": "Zurich, CH",
438 "transit": false,
439 "trips": [
440 {
441 "file": "europe-summer-2021.md",
442 "title": "",
443 "date": "2021-07-19"
444 }
445 ]
446 },
447 "geometry": {
448 "type": "Point",
449 "coordinates": [
450 8.5417,
451 47.3769
452 ]
453 }
454 },
455 {
456 "type": "Feature",
457 "properties": {
458 "layer": "stop",
459 "name": "Paris, FR",
460 "transit": false,
461 "trips": [
462 {
463 "file": "europe-summer-2021.md",
464 "title": "",
465 "date": "2021-07-20"
466 }
467 ]
468 },
469 "geometry": {
470 "type": "Point",
471 "coordinates": [
472 2.3522,
473 48.8566
474 ]
475 }
476 },
477 {
478 "type": "Feature",
479 "properties": {
480 "layer": "stop",
481 "name": "CDG",
482 "transit": true,
483 "trips": [
484 {
485 "file": "europe-summer-2021.md",
486 "title": "",
487 "date": "2021-07-22"
488 }
489 ]
490 },
491 "geometry": {
492 "type": "Point",
493 "coordinates": [
494 2.5479,
495 49.0097
496 ]
497 }
498 },
499 {
500 "type": "Feature",
501 "properties": {
502 "layer": "stop",
503 "name": "EWR",
504 "transit": true,
505 "trips": [
506 {
507 "file": "europe-summer-2021.md",
508 "title": "",
509 "date": "2021-07-22"
510 }
511 ]
512 },
513 "geometry": {
514 "type": "Point",
515 "coordinates": [
516 -74.1687,
517 40.6895
518 ]
519 }
520 },
521 {
522 "type": "Feature",
523 "properties": {
524 "layer": "stop",
525 "name": "Newark, NJ, US",
526 "transit": false,
527 "trips": [
528 {
529 "file": "europe-summer-2021.md",
530 "title": "",
531 "date": "2021-07-22"
532 }
533 ]
534 },
535 "geometry": {
536 "type": "Point",
537 "coordinates": [
538 -74.1724,
539 40.7357
540 ]
541 }
542 },
543 {
544 "type": "Feature",
545 "properties": {
546 "layer": "stop",
547 "name": "New York, US",
548 "transit": false,
549 "trips": [
550 {
551 "file": "europe-summer-2021.md",
552 "title": "",
553 "date": "2021-07-22"
554 }
555 ]
556 },
557 "geometry": {
558 "type": "Point",
559 "coordinates": [
560 -74.006,
561 40.7128
562 ]
563 }
564 }
565 ]
566}