1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "FRA",
9 "to": "BEG",
10 "date": "2012-06-22",
11 "mode": "flight(LH1406)",
12 "trip": "balkans-2012.md"
13 },
14 "geometry": {
15 "type": "LineString",
16 "coordinates": [
17 [
18 8.5622,
19 50.0333
20 ],
21 [
22 20.3091,
23 44.8184
24 ]
25 ]
26 }
27 },
28 {
29 "type": "Feature",
30 "properties": {
31 "layer": "flight",
32 "from": "BEG",
33 "to": "VIE",
34 "date": "2012-09-06",
35 "mode": "flight(OS738), transit",
36 "trip": "balkans-2012.md"
37 },
38 "geometry": {
39 "type": "LineString",
40 "coordinates": [
41 [
42 20.3091,
43 44.8184
44 ],
45 [
46 16.5697,
47 48.1103
48 ]
49 ]
50 }
51 },
52 {
53 "type": "Feature",
54 "properties": {
55 "layer": "flight",
56 "from": "VIE",
57 "to": "KBP",
58 "date": "2012-09-06",
59 "mode": "flight(OS663)",
60 "trip": "balkans-2012.md"
61 },
62 "geometry": {
63 "type": "LineString",
64 "coordinates": [
65 [
66 16.5697,
67 48.1103
68 ],
69 [
70 30.8947,
71 50.345
72 ]
73 ]
74 }
75 },
76 {
77 "type": "Feature",
78 "properties": {
79 "layer": "flight",
80 "from": "KBP",
81 "to": "FRA",
82 "date": "2012-10-13",
83 "mode": "flight (LH1491), transit",
84 "trip": "berlin-2012.md"
85 },
86 "geometry": {
87 "type": "LineString",
88 "coordinates": [
89 [
90 30.8947,
91 50.345
92 ],
93 [
94 8.5622,
95 50.0333
96 ]
97 ]
98 }
99 },
100 {
101 "type": "Feature",
102 "properties": {
103 "layer": "flight",
104 "from": "FRA",
105 "to": "TXL",
106 "date": "2012-10-13",
107 "mode": "flight (flight)",
108 "trip": "berlin-2012.md"
109 },
110 "geometry": {
111 "type": "LineString",
112 "coordinates": [
113 [
114 8.5622,
115 50.0333
116 ],
117 [
118 13.2877,
119 52.5597
120 ]
121 ]
122 }
123 },
124 {
125 "type": "Feature",
126 "properties": {
127 "layer": "flight",
128 "from": "TXL",
129 "to": "MUN",
130 "date": "2012-11-05",
131 "mode": "flight (LH2035), transit",
132 "trip": "berlin-2012.md"
133 },
134 "geometry": {
135 "type": "LineString",
136 "coordinates": [
137 [
138 13.2877,
139 52.5597
140 ],
141 [
142 11.7861,
143 48.3538
144 ]
145 ]
146 }
147 },
148 {
149 "type": "Feature",
150 "properties": {
151 "layer": "flight",
152 "from": "MUN",
153 "to": "KBP",
154 "date": "2012-11-05",
155 "mode": "flight (LH1491), transit",
156 "trip": "berlin-2012.md"
157 },
158 "geometry": {
159 "type": "LineString",
160 "coordinates": [
161 [
162 11.7861,
163 48.3538
164 ],
165 [
166 30.8947,
167 50.345
168 ]
169 ]
170 }
171 },
172 {
173 "type": "Feature",
174 "properties": {
175 "layer": "flight",
176 "from": "BEG",
177 "to": "VIE",
178 "date": "2011-11-11",
179 "mode": "flight (OS772), transit",
180 "trip": "berlin-first-trip-2011.md"
181 },
182 "geometry": {
183 "type": "LineString",
184 "coordinates": [
185 [
186 20.3091,
187 44.8184
188 ],
189 [
190 16.5697,
191 48.1103
192 ]
193 ]
194 }
195 },
196 {
197 "type": "Feature",
198 "properties": {
199 "layer": "flight",
200 "from": "VIE",
201 "to": "TXL",
202 "date": "2011-11-11",
203 "mode": "flight (OS291)",
204 "trip": "berlin-first-trip-2011.md"
205 },
206 "geometry": {
207 "type": "LineString",
208 "coordinates": [
209 [
210 16.5697,
211 48.1103
212 ],
213 [
214 13.2877,
215 52.5597
216 ]
217 ]
218 }
219 },
220 {
221 "type": "Feature",
222 "properties": {
223 "layer": "flight",
224 "from": "TXL",
225 "to": "VIE",
226 "date": "2011-11-20",
227 "mode": "flight (OS272), transit",
228 "trip": "berlin-first-trip-2011.md"
229 },
230 "geometry": {
231 "type": "LineString",
232 "coordinates": [
233 [
234 13.2877,
235 52.5597
236 ],
237 [
238 16.5697,
239 48.1103
240 ]
241 ]
242 }
243 },
244 {
245 "type": "Feature",
246 "properties": {
247 "layer": "flight",
248 "from": "VIE",
249 "to": "BEG",
250 "date": "2011-11-20",
251 "mode": "flight (OS735)",
252 "trip": "berlin-first-trip-2011.md"
253 },
254 "geometry": {
255 "type": "LineString",
256 "coordinates": [
257 [
258 16.5697,
259 48.1103
260 ],
261 [
262 20.3091,
263 44.8184
264 ]
265 ]
266 }
267 },
268 {
269 "type": "Feature",
270 "properties": {
271 "layer": "flight",
272 "from": "KBP",
273 "to": "FRA",
274 "date": "2012-11-17",
275 "mode": "flight (LH1493), transit",
276 "trip": "brazil-2012-2013.md"
277 },
278 "geometry": {
279 "type": "LineString",
280 "coordinates": [
281 [
282 30.8947,
283 50.345
284 ],
285 [
286 8.5622,
287 50.0333
288 ]
289 ]
290 }
291 },
292 {
293 "type": "Feature",
294 "properties": {
295 "layer": "flight",
296 "from": "FRA",
297 "to": "GIG",
298 "date": "2012-11-17",
299 "mode": "flight (DE6080)",
300 "trip": "brazil-2012-2013.md"
301 },
302 "geometry": {
303 "type": "LineString",
304 "coordinates": [
305 [
306 8.5622,
307 50.0333
308 ],
309 [
310 -43.2436,
311 -22.8099
312 ]
313 ]
314 }
315 },
316 {
317 "type": "Feature",
318 "properties": {
319 "layer": "flight",
320 "from": "GRU",
321 "to": "PTY",
322 "date": "2013-01-30",
323 "mode": "flight (CM724), transit",
324 "trip": "brazil-2012-2013.md"
325 },
326 "geometry": {
327 "type": "LineString",
328 "coordinates": [
329 [
330 -46.473,
331 -23.4356
332 ],
333 [
334 -79.3835,
335 9.0714
336 ]
337 ]
338 }
339 },
340 {
341 "type": "Feature",
342 "properties": {
343 "layer": "flight",
344 "from": "MIA",
345 "to": "EZE",
346 "date": "2019-11-30",
347 "mode": "flight (AA931)",
348 "trip": "buenos-aires-2019.md"
349 },
350 "geometry": {
351 "type": "LineString",
352 "coordinates": [
353 [
354 -80.2906,
355 25.7959
356 ],
357 [
358 -58.5356,
359 -34.8222
360 ]
361 ]
362 }
363 },
364 {
365 "type": "Feature",
366 "properties": {
367 "layer": "flight",
368 "from": "EPA",
369 "to": "IGR",
370 "date": "2019-12-25",
371 "mode": "flight(FO5100)",
372 "trip": "buenos-aires-2019.md"
373 },
374 "geometry": {
375 "type": "LineString",
376 "coordinates": [
377 [
378 -58.6126,
379 -34.6099
380 ],
381 [
382 -54.4734,
383 -25.7373
384 ]
385 ]
386 }
387 },
388 {
389 "type": "Feature",
390 "properties": {
391 "layer": "flight",
392 "from": "IGR",
393 "to": "EPA",
394 "date": "2019-12-26",
395 "mode": "flight (WJ 3399), transit",
396 "trip": "buenos-aires-2019.md"
397 },
398 "geometry": {
399 "type": "LineString",
400 "coordinates": [
401 [
402 -54.4734,
403 -25.7373
404 ],
405 [
406 -58.6126,
407 -34.6099
408 ]
409 ]
410 }
411 },
412 {
413 "type": "Feature",
414 "properties": {
415 "layer": "flight",
416 "from": "EZE",
417 "to": "MIA",
418 "date": "2020-01-06",
419 "mode": "flight(AA900), transit",
420 "trip": "buenos-aires-2019.md"
421 },
422 "geometry": {
423 "type": "LineString",
424 "coordinates": [
425 [
426 -58.5356,
427 -34.8222
428 ],
429 [
430 -80.2906,
431 25.7959
432 ]
433 ]
434 }
435 },
436 {
437 "type": "Feature",
438 "properties": {
439 "layer": "flight",
440 "from": "MIA",
441 "to": "SFO",
442 "date": "2020-01-07",
443 "mode": "flight (AA132)",
444 "trip": "buenos-aires-2019.md"
445 },
446 "geometry": {
447 "type": "LineString",
448 "coordinates": [
449 [
450 -80.2906,
451 25.7959
452 ],
453 [
454 -122.379,
455 37.6213
456 ]
457 ]
458 }
459 },
460 {
461 "type": "Feature",
462 "properties": {
463 "layer": "flight",
464 "from": "SFO",
465 "to": "EWR",
466 "date": "2018-11-15",
467 "mode": "flight (UA535, 757-200), transit",
468 "trip": "buenos-aires-and-paris.md"
469 },
470 "geometry": {
471 "type": "LineString",
472 "coordinates": [
473 [
474 -122.379,
475 37.6213
476 ],
477 [
478 -74.1687,
479 40.6895
480 ]
481 ]
482 }
483 },
484 {
485 "type": "Feature",
486 "properties": {
487 "layer": "flight",
488 "from": "EWR",
489 "to": "EZE",
490 "date": "2018-11-17",
491 "mode": "flight (UA979, 767-400)",
492 "trip": "buenos-aires-and-paris.md"
493 },
494 "geometry": {
495 "type": "LineString",
496 "coordinates": [
497 [
498 -74.1687,
499 40.6895
500 ],
501 [
502 -58.5356,
503 -34.8222
504 ]
505 ]
506 }
507 },
508 {
509 "type": "Feature",
510 "properties": {
511 "layer": "flight",
512 "from": "EZE",
513 "to": "MAD",
514 "date": "2018-12-23",
515 "mode": "flight (IB6856, A340-600), transit",
516 "trip": "buenos-aires-and-paris.md"
517 },
518 "geometry": {
519 "type": "LineString",
520 "coordinates": [
521 [
522 -58.5356,
523 -34.8222
524 ],
525 [
526 -3.5673,
527 40.4936
528 ]
529 ]
530 }
531 },
532 {
533 "type": "Feature",
534 "properties": {
535 "layer": "flight",
536 "from": "MAD",
537 "to": "ORY",
538 "date": "2018-12-24",
539 "mode": "flight (IB3436, A320 SHARKLETS)",
540 "trip": "buenos-aires-and-paris.md"
541 },
542 "geometry": {
543 "type": "LineString",
544 "coordinates": [
545 [
546 -3.5673,
547 40.4936
548 ],
549 [
550 2.3594,
551 48.7233
552 ]
553 ]
554 }
555 },
556 {
557 "type": "Feature",
558 "properties": {
559 "layer": "flight",
560 "from": "CDG",
561 "to": "OAK",
562 "date": "2019-01-05",
563 "mode": "flight (DY7079, 787-9)",
564 "trip": "buenos-aires-and-paris.md"
565 },
566 "geometry": {
567 "type": "LineString",
568 "coordinates": [
569 [
570 2.5479,
571 49.0097
572 ],
573 [
574 -122.2208,
575 37.7213
576 ]
577 ]
578 }
579 },
580 {
581 "type": "Feature",
582 "properties": {
583 "layer": "flight",
584 "from": "EWR",
585 "to": "SAN",
586 "date": "2021-09-30",
587 "mode": "flight (UA1604)",
588 "trip": "california-2021.md"
589 },
590 "geometry": {
591 "type": "LineString",
592 "coordinates": [
593 [
594 -74.1687,
595 40.6895
596 ],
597 [
598 -117.1896,
599 32.7336
600 ]
601 ]
602 }
603 },
604 {
605 "type": "Feature",
606 "properties": {
607 "layer": "flight",
608 "from": "SFO",
609 "to": "EWR",
610 "date": "2021-10-19",
611 "mode": "flight(UA1796), transit",
612 "trip": "california-2021.md"
613 },
614 "geometry": {
615 "type": "LineString",
616 "coordinates": [
617 [
618 -122.379,
619 37.6213
620 ],
621 [
622 -74.1687,
623 40.6895
624 ]
625 ]
626 }
627 },
628 {
629 "type": "Feature",
630 "properties": {
631 "layer": "flight",
632 "from": "PTY",
633 "to": "MEX",
634 "date": "2013-01-30",
635 "mode": "flight(CM136)",
636 "trip": "central-america-2013.md"
637 },
638 "geometry": {
639 "type": "LineString",
640 "coordinates": [
641 [
642 -79.3835,
643 9.0714
644 ],
645 [
646 -99.0721,
647 19.4363
648 ]
649 ]
650 }
651 },
652 {
653 "type": "Feature",
654 "properties": {
655 "layer": "flight",
656 "from": "MEX",
657 "to": "CUN",
658 "date": "2013-02-06",
659 "mode": "flight(VOI712), transit",
660 "trip": "central-america-2013.md"
661 },
662 "geometry": {
663 "type": "LineString",
664 "coordinates": [
665 [
666 -99.0721,
667 19.4363
668 ],
669 [
670 -86.877,
671 21.0365
672 ]
673 ]
674 }
675 },
676 {
677 "type": "Feature",
678 "properties": {
679 "layer": "flight",
680 "from": "CUN",
681 "to": "MEX",
682 "date": "2013-05-04",
683 "mode": "flight(4O2317), transit",
684 "trip": "central-america-2013.md"
685 },
686 "geometry": {
687 "type": "LineString",
688 "coordinates": [
689 [
690 -86.877,
691 21.0365
692 ],
693 [
694 -99.0721,
695 19.4363
696 ]
697 ]
698 }
699 },
700 {
701 "type": "Feature",
702 "properties": {
703 "layer": "flight",
704 "from": "MEX",
705 "to": "GUA",
706 "date": "2013-05-04",
707 "mode": "flight (flight)",
708 "trip": "central-america-2013.md"
709 },
710 "geometry": {
711 "type": "LineString",
712 "coordinates": [
713 [
714 -99.0721,
715 19.4363
716 ],
717 [
718 -90.5275,
719 14.5833
720 ]
721 ]
722 }
723 },
724 {
725 "type": "Feature",
726 "properties": {
727 "layer": "flight",
728 "from": "PTY",
729 "to": "GYE",
730 "date": "2013-08-05",
731 "mode": "flight(EQ505), transit",
732 "trip": "central-america-2013.md"
733 },
734 "geometry": {
735 "type": "LineString",
736 "coordinates": [
737 [
738 -79.3835,
739 9.0714
740 ],
741 [
742 -79.8836,
743 -2.1574
744 ]
745 ]
746 }
747 },
748 {
749 "type": "Feature",
750 "properties": {
751 "layer": "flight",
752 "from": "SFO",
753 "to": "CPH",
754 "date": "2019-07-24",
755 "mode": "flight (SK936, A340-300)",
756 "trip": "copenhagen-2019.md"
757 },
758 "geometry": {
759 "type": "LineString",
760 "coordinates": [
761 [
762 -122.379,
763 37.6213
764 ],
765 [
766 12.6561,
767 55.6181
768 ]
769 ]
770 }
771 },
772 {
773 "type": "Feature",
774 "properties": {
775 "layer": "flight",
776 "from": "CPH",
777 "to": "SFO",
778 "date": "2019-07-29",
779 "mode": "flight (SK935, A340-300)",
780 "trip": "copenhagen-2019.md"
781 },
782 "geometry": {
783 "type": "LineString",
784 "coordinates": [
785 [
786 12.6561,
787 55.6181
788 ],
789 [
790 -122.379,
791 37.6213
792 ]
793 ]
794 }
795 },
796 {
797 "type": "Feature",
798 "properties": {
799 "layer": "flight",
800 "from": "JFK",
801 "to": "DUB",
802 "date": "2026-03-30",
803 "mode": "flight (Aer Lingus EI108, 37U7C2), next day",
804 "trip": "dublin-2026.md"
805 },
806 "geometry": {
807 "type": "LineString",
808 "coordinates": [
809 [
810 -73.7781,
811 40.6413
812 ],
813 [
814 -6.2701,
815 53.4264
816 ]
817 ]
818 }
819 },
820 {
821 "type": "Feature",
822 "properties": {
823 "layer": "flight",
824 "from": "DUB",
825 "to": "JFK",
826 "date": "2026-05-02",
827 "mode": "flight (Aer Lingus EI107)",
828 "trip": "dublin-2026.md"
829 },
830 "geometry": {
831 "type": "LineString",
832 "coordinates": [
833 [
834 -6.2701,
835 53.4264
836 ],
837 [
838 -73.7781,
839 40.6413
840 ]
841 ]
842 }
843 },
844 {
845 "type": "Feature",
846 "properties": {
847 "layer": "flight",
848 "from": "KRK",
849 "to": "DUB",
850 "date": "2024-01-14",
851 "mode": "flight (Ryanair)",
852 "trip": "dublin-january-2024.md"
853 },
854 "geometry": {
855 "type": "LineString",
856 "coordinates": [
857 [
858 19.7836,
859 50.0777
860 ],
861 [
862 -6.2701,
863 53.4264
864 ]
865 ]
866 }
867 },
868 {
869 "type": "Feature",
870 "properties": {
871 "layer": "flight",
872 "from": "DUB",
873 "to": "WAW",
874 "date": "2024-02-10",
875 "mode": "flight (Aer Lingus, 2JBR72)",
876 "trip": "dublin-january-2024.md"
877 },
878 "geometry": {
879 "type": "LineString",
880 "coordinates": [
881 [
882 -6.2701,
883 53.4264
884 ],
885 [
886 20.9671,
887 52.1657
888 ]
889 ]
890 }
891 },
892 {
893 "type": "Feature",
894 "properties": {
895 "layer": "flight",
896 "from": "WAW",
897 "to": "DUB",
898 "date": "2023-10-01",
899 "mode": "flight",
900 "trip": "dublin-october-2023.md"
901 },
902 "geometry": {
903 "type": "LineString",
904 "coordinates": [
905 [
906 20.9671,
907 52.1657
908 ],
909 [
910 -6.2701,
911 53.4264
912 ]
913 ]
914 }
915 },
916 {
917 "type": "Feature",
918 "properties": {
919 "layer": "flight",
920 "from": "DUB",
921 "to": "WAW",
922 "date": "2023-10-20",
923 "mode": "flight (Aer Lingus, 2DE6HS)",
924 "trip": "dublin-october-2023.md"
925 },
926 "geometry": {
927 "type": "LineString",
928 "coordinates": [
929 [
930 -6.2701,
931 53.4264
932 ],
933 [
934 20.9671,
935 52.1657
936 ]
937 ]
938 }
939 },
940 {
941 "type": "Feature",
942 "properties": {
943 "layer": "flight",
944 "from": "GYE",
945 "to": "UIO",
946 "date": "2013-08-05",
947 "mode": "flight(EQ314)",
948 "trip": "ecuador-and-argentina-2013.md"
949 },
950 "geometry": {
951 "type": "LineString",
952 "coordinates": [
953 [
954 -79.8836,
955 -2.1574
956 ],
957 [
958 -78.3575,
959 -0.1292
960 ]
961 ]
962 }
963 },
964 {
965 "type": "Feature",
966 "properties": {
967 "layer": "flight",
968 "from": "UIO",
969 "to": "GYE",
970 "date": "2013-09-02",
971 "mode": "flight(LA1441), transit",
972 "trip": "ecuador-and-argentina-2013.md"
973 },
974 "geometry": {
975 "type": "LineString",
976 "coordinates": [
977 [
978 -78.3575,
979 -0.1292
980 ],
981 [
982 -79.8836,
983 -2.1574
984 ]
985 ]
986 }
987 },
988 {
989 "type": "Feature",
990 "properties": {
991 "layer": "flight",
992 "from": "GYE",
993 "to": "SCL",
994 "date": "2013-09-02",
995 "mode": "flight(LA1447), transit",
996 "trip": "ecuador-and-argentina-2013.md"
997 },
998 "geometry": {
999 "type": "LineString",
1000 "coordinates": [
1001 [
1002 -79.8836,
1003 -2.1574
1004 ],
1005 [
1006 -70.7858,
1007 -33.393
1008 ]
1009 ]
1010 }
1011 },
1012 {
1013 "type": "Feature",
1014 "properties": {
1015 "layer": "flight",
1016 "from": "SCL",
1017 "to": "EZE",
1018 "date": "2013-09-02",
1019 "mode": "flight (LA443)",
1020 "trip": "ecuador-and-argentina-2013.md"
1021 },
1022 "geometry": {
1023 "type": "LineString",
1024 "coordinates": [
1025 [
1026 -70.7858,
1027 -33.393
1028 ],
1029 [
1030 -58.5356,
1031 -34.8222
1032 ]
1033 ]
1034 }
1035 },
1036 {
1037 "type": "Feature",
1038 "properties": {
1039 "layer": "flight",
1040 "from": "EZE",
1041 "to": "GRU",
1042 "date": "2013-09-26",
1043 "mode": "flight",
1044 "trip": "ecuador-and-argentina-2013.md"
1045 },
1046 "geometry": {
1047 "type": "LineString",
1048 "coordinates": [
1049 [
1050 -58.5356,
1051 -34.8222
1052 ],
1053 [
1054 -46.473,
1055 -23.4356
1056 ]
1057 ]
1058 }
1059 },
1060 {
1061 "type": "Feature",
1062 "properties": {
1063 "layer": "flight",
1064 "from": "GRU",
1065 "to": "PTY",
1066 "date": "2013-09-27",
1067 "mode": "flight(CM758), transit",
1068 "trip": "ecuador-and-argentina-2013.md"
1069 },
1070 "geometry": {
1071 "type": "LineString",
1072 "coordinates": [
1073 [
1074 -46.473,
1075 -23.4356
1076 ],
1077 [
1078 -79.3835,
1079 9.0714
1080 ]
1081 ]
1082 }
1083 },
1084 {
1085 "type": "Feature",
1086 "properties": {
1087 "layer": "flight",
1088 "from": "JFK",
1089 "to": "WAW",
1090 "date": "2022-02-28",
1091 "mode": "flight (LO27), next day",
1092 "trip": "europe-spring-2022.md"
1093 },
1094 "geometry": {
1095 "type": "LineString",
1096 "coordinates": [
1097 [
1098 -73.7781,
1099 40.6413
1100 ],
1101 [
1102 20.9671,
1103 52.1657
1104 ]
1105 ]
1106 }
1107 },
1108 {
1109 "type": "Feature",
1110 "properties": {
1111 "layer": "flight",
1112 "from": "BER",
1113 "to": "TLL",
1114 "date": "2022-04-14",
1115 "mode": "flight (BT822, A220-30)",
1116 "trip": "europe-spring-2022.md"
1117 },
1118 "geometry": {
1119 "type": "LineString",
1120 "coordinates": [
1121 [
1122 13.5033,
1123 52.3667
1124 ],
1125 [
1126 24.8328,
1127 59.4133
1128 ]
1129 ]
1130 }
1131 },
1132 {
1133 "type": "Feature",
1134 "properties": {
1135 "layer": "flight",
1136 "from": "HEL",
1137 "to": "EDI",
1138 "date": "2022-05-25",
1139 "mode": "flight (AY1371), transit",
1140 "trip": "europe-spring-2022.md"
1141 },
1142 "geometry": {
1143 "type": "LineString",
1144 "coordinates": [
1145 [
1146 24.9633,
1147 60.3172
1148 ],
1149 [
1150 -3.3725,
1151 55.95
1152 ]
1153 ]
1154 }
1155 },
1156 {
1157 "type": "Feature",
1158 "properties": {
1159 "layer": "flight",
1160 "from": "CWL",
1161 "to": "DUB",
1162 "date": "2022-06-06",
1163 "mode": "flight (FR 635)",
1164 "trip": "europe-spring-2022.md"
1165 },
1166 "geometry": {
1167 "type": "LineString",
1168 "coordinates": [
1169 [
1170 -3.3433,
1171 51.3967
1172 ],
1173 [
1174 -6.2701,
1175 53.4264
1176 ]
1177 ]
1178 }
1179 },
1180 {
1181 "type": "Feature",
1182 "properties": {
1183 "layer": "flight",
1184 "from": "DUB",
1185 "to": "JFK",
1186 "date": "2022-06-07",
1187 "mode": "flight (EI107)",
1188 "trip": "europe-spring-2022.md"
1189 },
1190 "geometry": {
1191 "type": "LineString",
1192 "coordinates": [
1193 [
1194 -6.2701,
1195 53.4264
1196 ],
1197 [
1198 -73.7781,
1199 40.6413
1200 ]
1201 ]
1202 }
1203 },
1204 {
1205 "type": "Feature",
1206 "properties": {
1207 "layer": "flight",
1208 "from": "JFK",
1209 "to": "MUN",
1210 "date": "2018-08-10",
1211 "mode": "flight(LH459), transit",
1212 "trip": "europe-summer-2018.md"
1213 },
1214 "geometry": {
1215 "type": "LineString",
1216 "coordinates": [
1217 [
1218 -73.7781,
1219 40.6413
1220 ],
1221 [
1222 11.7861,
1223 48.3538
1224 ]
1225 ]
1226 }
1227 },
1228 {
1229 "type": "Feature",
1230 "properties": {
1231 "layer": "flight",
1232 "from": "MUN",
1233 "to": "KBP",
1234 "date": "2018-08-11",
1235 "mode": "flight(LH2546)",
1236 "trip": "europe-summer-2018.md"
1237 },
1238 "geometry": {
1239 "type": "LineString",
1240 "coordinates": [
1241 [
1242 11.7861,
1243 48.3538
1244 ],
1245 [
1246 30.8947,
1247 50.345
1248 ]
1249 ]
1250 }
1251 },
1252 {
1253 "type": "Feature",
1254 "properties": {
1255 "layer": "flight",
1256 "from": "KBP",
1257 "to": "BCN",
1258 "date": "2018-08-17",
1259 "mode": "flight",
1260 "trip": "europe-summer-2018.md"
1261 },
1262 "geometry": {
1263 "type": "LineString",
1264 "coordinates": [
1265 [
1266 30.8947,
1267 50.345
1268 ],
1269 [
1270 2.0785,
1271 41.2971
1272 ]
1273 ]
1274 }
1275 },
1276 {
1277 "type": "Feature",
1278 "properties": {
1279 "layer": "flight",
1280 "from": "BCN",
1281 "to": "ATH",
1282 "date": "2018-08-24",
1283 "mode": "flight (VY8100), transit",
1284 "trip": "europe-summer-2018.md"
1285 },
1286 "geometry": {
1287 "type": "LineString",
1288 "coordinates": [
1289 [
1290 2.0785,
1291 41.2971
1292 ],
1293 [
1294 23.9445,
1295 37.9364
1296 ]
1297 ]
1298 }
1299 },
1300 {
1301 "type": "Feature",
1302 "properties": {
1303 "layer": "flight",
1304 "from": "ATH",
1305 "to": "ARN",
1306 "date": "2018-09-04",
1307 "mode": "flight, transit",
1308 "trip": "europe-summer-2018.md"
1309 },
1310 "geometry": {
1311 "type": "LineString",
1312 "coordinates": [
1313 [
1314 23.9445,
1315 37.9364
1316 ],
1317 [
1318 17.9186,
1319 59.6519
1320 ]
1321 ]
1322 }
1323 },
1324 {
1325 "type": "Feature",
1326 "properties": {
1327 "layer": "flight",
1328 "from": "ARN",
1329 "to": "CPH",
1330 "date": "2018-09-04",
1331 "mode": "flight",
1332 "trip": "europe-summer-2018.md"
1333 },
1334 "geometry": {
1335 "type": "LineString",
1336 "coordinates": [
1337 [
1338 17.9186,
1339 59.6519
1340 ],
1341 [
1342 12.6561,
1343 55.6181
1344 ]
1345 ]
1346 }
1347 },
1348 {
1349 "type": "Feature",
1350 "properties": {
1351 "layer": "flight",
1352 "from": "CPH",
1353 "to": "KEF",
1354 "date": "2018-09-05",
1355 "mode": "flight(WW - 903), transit",
1356 "trip": "europe-summer-2018.md"
1357 },
1358 "geometry": {
1359 "type": "LineString",
1360 "coordinates": [
1361 [
1362 12.6561,
1363 55.6181
1364 ],
1365 [
1366 -22.6056,
1367 63.985
1368 ]
1369 ]
1370 }
1371 },
1372 {
1373 "type": "Feature",
1374 "properties": {
1375 "layer": "flight",
1376 "from": "KEF",
1377 "to": "SFO",
1378 "date": "2018-09-05",
1379 "mode": "flight(WW - 161)",
1380 "trip": "europe-summer-2018.md"
1381 },
1382 "geometry": {
1383 "type": "LineString",
1384 "coordinates": [
1385 [
1386 -22.6056,
1387 63.985
1388 ],
1389 [
1390 -122.379,
1391 37.6213
1392 ]
1393 ]
1394 }
1395 },
1396 {
1397 "type": "Feature",
1398 "properties": {
1399 "layer": "flight",
1400 "from": "JFK",
1401 "to": "FCO",
1402 "date": "2021-07-01",
1403 "mode": "flight (AA 236), next day",
1404 "trip": "europe-summer-2021.md"
1405 },
1406 "geometry": {
1407 "type": "LineString",
1408 "coordinates": [
1409 [
1410 -73.7781,
1411 40.6413
1412 ],
1413 [
1414 12.2389,
1415 41.8003
1416 ]
1417 ]
1418 }
1419 },
1420 {
1421 "type": "Feature",
1422 "properties": {
1423 "layer": "flight",
1424 "from": "FCO",
1425 "to": "CAG",
1426 "date": "2021-07-08",
1427 "mode": "flight (AZ1563)",
1428 "trip": "europe-summer-2021.md"
1429 },
1430 "geometry": {
1431 "type": "LineString",
1432 "coordinates": [
1433 [
1434 12.2389,
1435 41.8003
1436 ],
1437 [
1438 9.0543,
1439 39.2515
1440 ]
1441 ]
1442 }
1443 },
1444 {
1445 "type": "Feature",
1446 "properties": {
1447 "layer": "flight",
1448 "from": "CAG",
1449 "to": "FCO",
1450 "date": "2021-07-12",
1451 "mode": "flight (AZ1590)",
1452 "trip": "europe-summer-2021.md"
1453 },
1454 "geometry": {
1455 "type": "LineString",
1456 "coordinates": [
1457 [
1458 9.0543,
1459 39.2515
1460 ],
1461 [
1462 12.2389,
1463 41.8003
1464 ]
1465 ]
1466 }
1467 },
1468 {
1469 "type": "Feature",
1470 "properties": {
1471 "layer": "flight",
1472 "from": "CDG",
1473 "to": "EWR",
1474 "date": "2021-07-22",
1475 "mode": "flight (UA 56), transit",
1476 "trip": "europe-summer-2021.md"
1477 },
1478 "geometry": {
1479 "type": "LineString",
1480 "coordinates": [
1481 [
1482 2.5479,
1483 49.0097
1484 ],
1485 [
1486 -74.1687,
1487 40.6895
1488 ]
1489 ]
1490 }
1491 },
1492 {
1493 "type": "Feature",
1494 "properties": {
1495 "layer": "flight",
1496 "from": "JFK",
1497 "to": "BCN",
1498 "date": "2022-10-03",
1499 "mode": "flight(Delta 168), transit",
1500 "trip": "euro-trip-autumn-2022.md"
1501 },
1502 "geometry": {
1503 "type": "LineString",
1504 "coordinates": [
1505 [
1506 -73.7781,
1507 40.6413
1508 ],
1509 [
1510 2.0785,
1511 41.2971
1512 ]
1513 ]
1514 }
1515 },
1516 {
1517 "type": "Feature",
1518 "properties": {
1519 "layer": "flight",
1520 "from": "BCN",
1521 "to": "KRK",
1522 "date": "2022-10-17",
1523 "mode": "flight(FR3053)",
1524 "trip": "euro-trip-autumn-2022.md"
1525 },
1526 "geometry": {
1527 "type": "LineString",
1528 "coordinates": [
1529 [
1530 2.0785,
1531 41.2971
1532 ],
1533 [
1534 19.7836,
1535 50.0777
1536 ]
1537 ]
1538 }
1539 },
1540 {
1541 "type": "Feature",
1542 "properties": {
1543 "layer": "flight",
1544 "from": "PRG",
1545 "to": "BCN",
1546 "date": "2022-11-27",
1547 "mode": "flight(VY8653)",
1548 "trip": "euro-trip-autumn-2022.md"
1549 },
1550 "geometry": {
1551 "type": "LineString",
1552 "coordinates": [
1553 [
1554 14.2632,
1555 50.1008
1556 ],
1557 [
1558 2.0785,
1559 41.2971
1560 ]
1561 ]
1562 }
1563 },
1564 {
1565 "type": "Feature",
1566 "properties": {
1567 "layer": "flight",
1568 "from": "BCN",
1569 "to": "JFK",
1570 "date": "2022-12-11",
1571 "mode": "flight(IB 2627)",
1572 "trip": "euro-trip-autumn-2022.md"
1573 },
1574 "geometry": {
1575 "type": "LineString",
1576 "coordinates": [
1577 [
1578 2.0785,
1579 41.2971
1580 ],
1581 [
1582 -73.7781,
1583 40.6413
1584 ]
1585 ]
1586 }
1587 },
1588 {
1589 "type": "Feature",
1590 "properties": {
1591 "layer": "flight",
1592 "from": "SFO",
1593 "to": "HNL",
1594 "date": "2020-01-18",
1595 "mode": "flight (UA2380)",
1596 "trip": "first-surfing-trip.md"
1597 },
1598 "geometry": {
1599 "type": "LineString",
1600 "coordinates": [
1601 [
1602 -122.379,
1603 37.6213
1604 ],
1605 [
1606 -157.9224,
1607 21.3187
1608 ]
1609 ]
1610 }
1611 },
1612 {
1613 "type": "Feature",
1614 "properties": {
1615 "layer": "flight",
1616 "from": "HNL",
1617 "to": "SFO",
1618 "date": "2020-01-20",
1619 "mode": "flight (UA396)",
1620 "trip": "first-surfing-trip.md"
1621 },
1622 "geometry": {
1623 "type": "LineString",
1624 "coordinates": [
1625 [
1626 -157.9224,
1627 21.3187
1628 ],
1629 [
1630 -122.379,
1631 37.6213
1632 ]
1633 ]
1634 }
1635 },
1636 {
1637 "type": "Feature",
1638 "properties": {
1639 "layer": "flight",
1640 "from": "MIA",
1641 "to": "MUC",
1642 "date": "2024-03-09",
1643 "mode": "flight (United, LG7RFX)",
1644 "trip": "germany-march-2024.md"
1645 },
1646 "geometry": {
1647 "type": "LineString",
1648 "coordinates": [
1649 [
1650 -80.2906,
1651 25.7959
1652 ],
1653 [
1654 11.7861,
1655 48.3538
1656 ]
1657 ]
1658 }
1659 },
1660 {
1661 "type": "Feature",
1662 "properties": {
1663 "layer": "flight",
1664 "from": "SFO",
1665 "to": "SIN",
1666 "date": "2017-03-24",
1667 "mode": "flight (SQ1, 777-300), transit",
1668 "trip": "gili-and-bali-2017.md"
1669 },
1670 "geometry": {
1671 "type": "LineString",
1672 "coordinates": [
1673 [
1674 -122.379,
1675 37.6213
1676 ],
1677 [
1678 -162.1773484336778,
1679 47.288835387563104
1680 ],
1681 [
1682 155.66304305762122,
1683 40.944042477345356
1684 ],
1685 [
1686 125.96914242681275,
1687 23.209666361119435
1688 ],
1689 [
1690 103.9894,
1691 1.3502
1692 ]
1693 ]
1694 }
1695 },
1696 {
1697 "type": "Feature",
1698 "properties": {
1699 "layer": "flight",
1700 "from": "SIN",
1701 "to": "DPS",
1702 "date": "2017-03-25",
1703 "mode": "flight(SQ946, A330-300)",
1704 "trip": "gili-and-bali-2017.md"
1705 },
1706 "geometry": {
1707 "type": "LineString",
1708 "coordinates": [
1709 [
1710 103.9894,
1711 1.3502
1712 ],
1713 [
1714 115.1671,
1715 -8.7482
1716 ]
1717 ]
1718 }
1719 },
1720 {
1721 "type": "Feature",
1722 "properties": {
1723 "layer": "flight",
1724 "from": "DPS",
1725 "to": "SIN",
1726 "date": "2017-04-09",
1727 "mode": "flight (ISQ943, A330-300), transit",
1728 "trip": "gili-and-bali-2017.md"
1729 },
1730 "geometry": {
1731 "type": "LineString",
1732 "coordinates": [
1733 [
1734 115.1671,
1735 -8.7482
1736 ],
1737 [
1738 103.9894,
1739 1.3502
1740 ]
1741 ]
1742 }
1743 },
1744 {
1745 "type": "Feature",
1746 "properties": {
1747 "layer": "flight",
1748 "from": "SFO",
1749 "to": "OGG",
1750 "date": "2019-05-24",
1751 "mode": "flight (UA1725, 777-200), transit",
1752 "trip": "hawaii-first-time.md"
1753 },
1754 "geometry": {
1755 "type": "LineString",
1756 "coordinates": [
1757 [
1758 -122.379,
1759 37.6213
1760 ],
1761 [
1762 -156.4305,
1763 20.8986
1764 ]
1765 ]
1766 }
1767 },
1768 {
1769 "type": "Feature",
1770 "properties": {
1771 "layer": "flight",
1772 "from": "OGG",
1773 "to": "SFO",
1774 "date": "2019-05-27",
1775 "mode": "flight (UA1580, 737-800)",
1776 "trip": "hawaii-first-time.md"
1777 },
1778 "geometry": {
1779 "type": "LineString",
1780 "coordinates": [
1781 [
1782 -156.4305,
1783 20.8986
1784 ],
1785 [
1786 -122.379,
1787 37.6213
1788 ]
1789 ]
1790 }
1791 },
1792 {
1793 "type": "Feature",
1794 "properties": {
1795 "layer": "flight",
1796 "from": "SFO",
1797 "to": "HKG",
1798 "date": "2017-06-29",
1799 "mode": "flight (UA869, 777-300)",
1800 "trip": "hong-kong-birthday-trip.md"
1801 },
1802 "geometry": {
1803 "type": "LineString",
1804 "coordinates": [
1805 [
1806 -122.379,
1807 37.6213
1808 ],
1809 [
1810 -153.08026342242408,
1811 49.647882956603894
1812 ],
1813 [
1814 167.52497758735763,
1815 50.41761321395662
1816 ],
1817 [
1818 135.39936817328328,
1819 39.398381167088026
1820 ],
1821 [
1822 113.9145,
1823 22.3089
1824 ]
1825 ]
1826 }
1827 },
1828 {
1829 "type": "Feature",
1830 "properties": {
1831 "layer": "flight",
1832 "from": "HKG",
1833 "to": "SFO",
1834 "date": "2017-07-10",
1835 "mode": "flight (UA862, 777-300)",
1836 "trip": "hong-kong-birthday-trip.md"
1837 },
1838 "geometry": {
1839 "type": "LineString",
1840 "coordinates": [
1841 [
1842 113.9145,
1843 22.3089
1844 ],
1845 [
1846 135.39936817328328,
1847 39.398381167088026
1848 ],
1849 [
1850 167.52497758735763,
1851 50.41761321395662
1852 ],
1853 [
1854 -153.08026342242408,
1855 49.647882956603894
1856 ],
1857 [
1858 -122.379,
1859 37.6213
1860 ]
1861 ]
1862 }
1863 },
1864 {
1865 "type": "Feature",
1866 "properties": {
1867 "layer": "flight",
1868 "from": "SFO",
1869 "to": "HKG",
1870 "date": "2016-08-24",
1871 "mode": "flight (CX0873, 777-300)",
1872 "trip": "hong-kong-first-trip-2016.md"
1873 },
1874 "geometry": {
1875 "type": "LineString",
1876 "coordinates": [
1877 [
1878 -122.379,
1879 37.6213
1880 ],
1881 [
1882 -153.08026342242408,
1883 49.647882956603894
1884 ],
1885 [
1886 167.52497758735763,
1887 50.41761321395662
1888 ],
1889 [
1890 135.39936817328328,
1891 39.398381167088026
1892 ],
1893 [
1894 113.9145,
1895 22.3089
1896 ]
1897 ]
1898 }
1899 },
1900 {
1901 "type": "Feature",
1902 "properties": {
1903 "layer": "flight",
1904 "from": "HKG",
1905 "to": "SFO",
1906 "date": "2016-09-06",
1907 "mode": "flight (CX0892, A350-900)",
1908 "trip": "hong-kong-first-trip-2016.md"
1909 },
1910 "geometry": {
1911 "type": "LineString",
1912 "coordinates": [
1913 [
1914 113.9145,
1915 22.3089
1916 ],
1917 [
1918 135.39936817328328,
1919 39.398381167088026
1920 ],
1921 [
1922 167.52497758735763,
1923 50.41761321395662
1924 ],
1925 [
1926 -153.08026342242408,
1927 49.647882956603894
1928 ],
1929 [
1930 -122.379,
1931 37.6213
1932 ]
1933 ]
1934 }
1935 },
1936 {
1937 "type": "Feature",
1938 "properties": {
1939 "layer": "flight",
1940 "from": "SFO",
1941 "to": "HKG",
1942 "date": "2016-10-29",
1943 "mode": "flight (CX0879, 777-300)",
1944 "trip": "hong-kong-second-trip.md"
1945 },
1946 "geometry": {
1947 "type": "LineString",
1948 "coordinates": [
1949 [
1950 -122.379,
1951 37.6213
1952 ],
1953 [
1954 -153.08026342242408,
1955 49.647882956603894
1956 ],
1957 [
1958 167.52497758735763,
1959 50.41761321395662
1960 ],
1961 [
1962 135.39936817328328,
1963 39.398381167088026
1964 ],
1965 [
1966 113.9145,
1967 22.3089
1968 ]
1969 ]
1970 }
1971 },
1972 {
1973 "type": "Feature",
1974 "properties": {
1975 "layer": "flight",
1976 "from": "HKG",
1977 "to": "SFO",
1978 "date": "2016-11-07",
1979 "mode": "flight (CX0870, 777-300)",
1980 "trip": "hong-kong-second-trip.md"
1981 },
1982 "geometry": {
1983 "type": "LineString",
1984 "coordinates": [
1985 [
1986 113.9145,
1987 22.3089
1988 ],
1989 [
1990 135.39936817328328,
1991 39.398381167088026
1992 ],
1993 [
1994 167.52497758735763,
1995 50.41761321395662
1996 ],
1997 [
1998 -153.08026342242408,
1999 49.647882956603894
2000 ],
2001 [
2002 -122.379,
2003 37.6213
2004 ]
2005 ]
2006 }
2007 },
2008 {
2009 "type": "Feature",
2010 "properties": {
2011 "layer": "flight",
2012 "from": "HRK",
2013 "to": "SAW",
2014 "date": "2014-01-26",
2015 "mode": "flight (PC751)",
2016 "trip": "istanbul-and-macedonia-2014.md"
2017 },
2018 "geometry": {
2019 "type": "LineString",
2020 "coordinates": [
2021 [
2022 36.286,
2023 49.9248
2024 ],
2025 [
2026 29.3092,
2027 40.8986
2028 ]
2029 ]
2030 }
2031 },
2032 {
2033 "type": "Feature",
2034 "properties": {
2035 "layer": "flight",
2036 "from": "SAW",
2037 "to": "SKP",
2038 "date": "2014-03-23",
2039 "mode": "flight (PC711)",
2040 "trip": "istanbul-and-macedonia-2014.md"
2041 },
2042 "geometry": {
2043 "type": "LineString",
2044 "coordinates": [
2045 [
2046 29.3092,
2047 40.8986
2048 ],
2049 [
2050 21.6214,
2051 41.9617
2052 ]
2053 ]
2054 }
2055 },
2056 {
2057 "type": "Feature",
2058 "properties": {
2059 "layer": "flight",
2060 "from": "SKP",
2061 "to": "SAW",
2062 "date": "2014-05-26",
2063 "mode": "flight (PC712)",
2064 "trip": "istanbul-and-macedonia-2014.md"
2065 },
2066 "geometry": {
2067 "type": "LineString",
2068 "coordinates": [
2069 [
2070 21.6214,
2071 41.9617
2072 ],
2073 [
2074 29.3092,
2075 40.8986
2076 ]
2077 ]
2078 }
2079 },
2080 {
2081 "type": "Feature",
2082 "properties": {
2083 "layer": "flight",
2084 "from": "IST",
2085 "to": "FRA",
2086 "date": "2014-05-28",
2087 "mode": "flight (LH1305), transit",
2088 "trip": "istanbul-and-macedonia-2014.md"
2089 },
2090 "geometry": {
2091 "type": "LineString",
2092 "coordinates": [
2093 [
2094 28.8141,
2095 40.9769
2096 ],
2097 [
2098 8.5622,
2099 50.0333
2100 ]
2101 ]
2102 }
2103 },
2104 {
2105 "type": "Feature",
2106 "properties": {
2107 "layer": "flight",
2108 "from": "FRA",
2109 "to": "SFO",
2110 "date": "2014-05-28",
2111 "mode": "flight (LH454)",
2112 "trip": "istanbul-and-macedonia-2014.md"
2113 },
2114 "geometry": {
2115 "type": "LineString",
2116 "coordinates": [
2117 [
2118 8.5622,
2119 50.0333
2120 ],
2121 [
2122 -122.379,
2123 37.6213
2124 ]
2125 ]
2126 }
2127 },
2128 {
2129 "type": "Feature",
2130 "properties": {
2131 "layer": "flight",
2132 "from": "SFO",
2133 "to": "IST",
2134 "date": "2015-08-15",
2135 "mode": "flight (TK0080)",
2136 "trip": "istanbul-family-trip.md"
2137 },
2138 "geometry": {
2139 "type": "LineString",
2140 "coordinates": [
2141 [
2142 -122.379,
2143 37.6213
2144 ],
2145 [
2146 28.8141,
2147 40.9769
2148 ]
2149 ]
2150 }
2151 },
2152 {
2153 "type": "Feature",
2154 "properties": {
2155 "layer": "flight",
2156 "from": "IST",
2157 "to": "SFO",
2158 "date": "2015-09-01",
2159 "mode": "flight (TK0079)",
2160 "trip": "istanbul-family-trip.md"
2161 },
2162 "geometry": {
2163 "type": "LineString",
2164 "coordinates": [
2165 [
2166 28.8141,
2167 40.9769
2168 ],
2169 [
2170 -122.379,
2171 37.6213
2172 ]
2173 ]
2174 }
2175 },
2176 {
2177 "type": "Feature",
2178 "properties": {
2179 "layer": "flight",
2180 "from": "SFO",
2181 "to": "LAX",
2182 "date": "2018-07-06",
2183 "mode": "flight (AS 1936)",
2184 "trip": "la-birthday-2018.md"
2185 },
2186 "geometry": {
2187 "type": "LineString",
2188 "coordinates": [
2189 [
2190 -122.379,
2191 37.6213
2192 ],
2193 [
2194 -118.4085,
2195 33.9425
2196 ]
2197 ]
2198 }
2199 },
2200 {
2201 "type": "Feature",
2202 "properties": {
2203 "layer": "flight",
2204 "from": "LAX",
2205 "to": "SFO",
2206 "date": "2018-07-10",
2207 "mode": "flight (AS 1923)",
2208 "trip": "la-birthday-2018.md"
2209 },
2210 "geometry": {
2211 "type": "LineString",
2212 "coordinates": [
2213 [
2214 -118.4085,
2215 33.9425
2216 ],
2217 [
2218 -122.379,
2219 37.6213
2220 ]
2221 ]
2222 }
2223 },
2224 {
2225 "type": "Feature",
2226 "properties": {
2227 "layer": "flight",
2228 "from": "SFO",
2229 "to": "LAS",
2230 "date": "2015-04-12",
2231 "mode": "flight (UA1662, 737-900)",
2232 "trip": "las-vegas-first-trip-2015.md"
2233 },
2234 "geometry": {
2235 "type": "LineString",
2236 "coordinates": [
2237 [
2238 -122.379,
2239 37.6213
2240 ],
2241 [
2242 -115.1523,
2243 36.084
2244 ]
2245 ]
2246 }
2247 },
2248 {
2249 "type": "Feature",
2250 "properties": {
2251 "layer": "flight",
2252 "from": "LAS",
2253 "to": "SFO",
2254 "date": "2015-04-15",
2255 "mode": "flight (UA1528, 737-900)",
2256 "trip": "las-vegas-first-trip-2015.md"
2257 },
2258 "geometry": {
2259 "type": "LineString",
2260 "coordinates": [
2261 [
2262 -115.1523,
2263 36.084
2264 ],
2265 [
2266 -122.379,
2267 37.6213
2268 ]
2269 ]
2270 }
2271 },
2272 {
2273 "type": "Feature",
2274 "properties": {
2275 "layer": "flight",
2276 "from": "TGD",
2277 "to": "BUD",
2278 "date": "2011-12-28",
2279 "mode": "flight(MA495, 737-600), transit",
2280 "trip": "leaving-montenegro.md"
2281 },
2282 "geometry": {
2283 "type": "LineString",
2284 "coordinates": [
2285 [
2286 19.2519,
2287 42.3593
2288 ],
2289 [
2290 19.2556,
2291 47.4298
2292 ]
2293 ]
2294 }
2295 },
2296 {
2297 "type": "Feature",
2298 "properties": {
2299 "layer": "flight",
2300 "from": "BUD",
2301 "to": "KBP",
2302 "date": "2011-12-29",
2303 "mode": "flight(MA110, 737-800), transit",
2304 "trip": "leaving-montenegro.md"
2305 },
2306 "geometry": {
2307 "type": "LineString",
2308 "coordinates": [
2309 [
2310 19.2556,
2311 47.4298
2312 ],
2313 [
2314 30.8947,
2315 50.345
2316 ]
2317 ]
2318 }
2319 },
2320 {
2321 "type": "Feature",
2322 "properties": {
2323 "layer": "flight",
2324 "from": "OZH",
2325 "to": "TIV",
2326 "date": "2010-08-08",
2327 "mode": "flight, transit",
2328 "trip": "leaving-ukraine.md"
2329 },
2330 "geometry": {
2331 "type": "LineString",
2332 "coordinates": [
2333 [
2334 35.3157,
2335 47.8671
2336 ],
2337 [
2338 18.7233,
2339 42.4047
2340 ]
2341 ]
2342 }
2343 },
2344 {
2345 "type": "Feature",
2346 "properties": {
2347 "layer": "flight",
2348 "from": "JFK",
2349 "to": "LHR",
2350 "date": "2023-01-31",
2351 "mode": "flight (AF 6759), next day",
2352 "trip": "london-and-poland-2023.md"
2353 },
2354 "geometry": {
2355 "type": "LineString",
2356 "coordinates": [
2357 [
2358 -73.7781,
2359 40.6413
2360 ],
2361 [
2362 -0.4614,
2363 51.47
2364 ]
2365 ]
2366 }
2367 },
2368 {
2369 "type": "Feature",
2370 "properties": {
2371 "layer": "flight",
2372 "from": "LHR",
2373 "to": "KRK",
2374 "date": "2023-02-19",
2375 "mode": "flight (BA 872)",
2376 "trip": "london-and-poland-2023.md"
2377 },
2378 "geometry": {
2379 "type": "LineString",
2380 "coordinates": [
2381 [
2382 -0.4614,
2383 51.47
2384 ],
2385 [
2386 19.7836,
2387 50.0777
2388 ]
2389 ]
2390 }
2391 },
2392 {
2393 "type": "Feature",
2394 "properties": {
2395 "layer": "flight",
2396 "from": "WAW",
2397 "to": "IST",
2398 "date": "2023-03-27",
2399 "mode": "flight(TK1266)",
2400 "trip": "london-and-poland-2023.md"
2401 },
2402 "geometry": {
2403 "type": "LineString",
2404 "coordinates": [
2405 [
2406 20.9671,
2407 52.1657
2408 ],
2409 [
2410 28.8141,
2411 40.9769
2412 ]
2413 ]
2414 }
2415 },
2416 {
2417 "type": "Feature",
2418 "properties": {
2419 "layer": "flight",
2420 "from": "MIA",
2421 "to": "LHR",
2422 "date": "2025-08-09",
2423 "mode": "flight",
2424 "trip": "london-august-2025.md"
2425 },
2426 "geometry": {
2427 "type": "LineString",
2428 "coordinates": [
2429 [
2430 -80.2906,
2431 25.7959
2432 ],
2433 [
2434 -0.4614,
2435 51.47
2436 ]
2437 ]
2438 }
2439 },
2440 {
2441 "type": "Feature",
2442 "properties": {
2443 "layer": "flight",
2444 "from": "LHR",
2445 "to": "WAW",
2446 "date": "2025-08-18",
2447 "mode": "flight (LOT, Z7R3W9)",
2448 "trip": "london-august-2025.md"
2449 },
2450 "geometry": {
2451 "type": "LineString",
2452 "coordinates": [
2453 [
2454 -0.4614,
2455 51.47
2456 ],
2457 [
2458 20.9671,
2459 52.1657
2460 ]
2461 ]
2462 }
2463 },
2464 {
2465 "type": "Feature",
2466 "properties": {
2467 "layer": "flight",
2468 "from": "SFO",
2469 "to": "LHR",
2470 "date": "2016-05-06",
2471 "mode": "flight (OS7856, 777-200)",
2472 "trip": "london-first-trip-2016.md"
2473 },
2474 "geometry": {
2475 "type": "LineString",
2476 "coordinates": [
2477 [
2478 -122.379,
2479 37.6213
2480 ],
2481 [
2482 -0.4614,
2483 51.47
2484 ]
2485 ]
2486 }
2487 },
2488 {
2489 "type": "Feature",
2490 "properties": {
2491 "layer": "flight",
2492 "from": "LHR",
2493 "to": "SFO",
2494 "date": "2016-05-15",
2495 "mode": "flight (OS7857, 777-200)",
2496 "trip": "london-first-trip-2016.md"
2497 },
2498 "geometry": {
2499 "type": "LineString",
2500 "coordinates": [
2501 [
2502 -0.4614,
2503 51.47
2504 ],
2505 [
2506 -122.379,
2507 37.6213
2508 ]
2509 ]
2510 }
2511 },
2512 {
2513 "type": "Feature",
2514 "properties": {
2515 "layer": "flight",
2516 "from": "SFO",
2517 "to": "MEX",
2518 "date": "2018-10-05",
2519 "mode": "flight (UA412, A320)",
2520 "trip": "mexico-city-and-tijuana-2018.md"
2521 },
2522 "geometry": {
2523 "type": "LineString",
2524 "coordinates": [
2525 [
2526 -122.379,
2527 37.6213
2528 ],
2529 [
2530 -99.0721,
2531 19.4363
2532 ]
2533 ]
2534 }
2535 },
2536 {
2537 "type": "Feature",
2538 "properties": {
2539 "layer": "flight",
2540 "from": "MEX",
2541 "to": "TIJ",
2542 "date": "2018-10-08",
2543 "mode": "flight (Y4813, A320)",
2544 "trip": "mexico-city-and-tijuana-2018.md"
2545 },
2546 "geometry": {
2547 "type": "LineString",
2548 "coordinates": [
2549 [
2550 -99.0721,
2551 19.4363
2552 ],
2553 [
2554 -116.97,
2555 32.5411
2556 ]
2557 ]
2558 }
2559 },
2560 {
2561 "type": "Feature",
2562 "properties": {
2563 "layer": "flight",
2564 "from": "SAN",
2565 "to": "SFO",
2566 "date": "2018-10-09",
2567 "mode": "flight (UA662, 737-800)",
2568 "trip": "mexico-city-and-tijuana-2018.md"
2569 },
2570 "geometry": {
2571 "type": "LineString",
2572 "coordinates": [
2573 [
2574 -117.1896,
2575 32.7336
2576 ],
2577 [
2578 -122.379,
2579 37.6213
2580 ]
2581 ]
2582 }
2583 },
2584 {
2585 "type": "Feature",
2586 "properties": {
2587 "layer": "flight",
2588 "from": "BOG",
2589 "to": "CUN",
2590 "date": "2021-12-13",
2591 "mode": "flight (AV 264), transit",
2592 "trip": "mexico-family-time-2021.md"
2593 },
2594 "geometry": {
2595 "type": "LineString",
2596 "coordinates": [
2597 [
2598 -74.1469,
2599 4.7016
2600 ],
2601 [
2602 -86.877,
2603 21.0365
2604 ]
2605 ]
2606 }
2607 },
2608 {
2609 "type": "Feature",
2610 "properties": {
2611 "layer": "flight",
2612 "from": "CUN",
2613 "to": "EWR",
2614 "date": "2022-01-02",
2615 "mode": "flight(F9 42), transit",
2616 "trip": "mexico-family-time-2021.md"
2617 },
2618 "geometry": {
2619 "type": "LineString",
2620 "coordinates": [
2621 [
2622 -86.877,
2623 21.0365
2624 ],
2625 [
2626 -74.1687,
2627 40.6895
2628 ]
2629 ]
2630 }
2631 },
2632 {
2633 "type": "Feature",
2634 "properties": {
2635 "layer": "flight",
2636 "from": "EWR",
2637 "to": "CUN",
2638 "date": "2022-01-30",
2639 "mode": "flight (UA 1052), transit",
2640 "trip": "mexico-family-time-2022.md"
2641 },
2642 "geometry": {
2643 "type": "LineString",
2644 "coordinates": [
2645 [
2646 -74.1687,
2647 40.6895
2648 ],
2649 [
2650 -86.877,
2651 21.0365
2652 ]
2653 ]
2654 }
2655 },
2656 {
2657 "type": "Feature",
2658 "properties": {
2659 "layer": "flight",
2660 "from": "CUN",
2661 "to": "EWR",
2662 "date": "2022-02-16",
2663 "mode": "flight(UA 1051), transit",
2664 "trip": "mexico-family-time-2022.md"
2665 },
2666 "geometry": {
2667 "type": "LineString",
2668 "coordinates": [
2669 [
2670 -86.877,
2671 21.0365
2672 ],
2673 [
2674 -74.1687,
2675 40.6895
2676 ]
2677 ]
2678 }
2679 },
2680 {
2681 "type": "Feature",
2682 "properties": {
2683 "layer": "flight",
2684 "from": "EWR",
2685 "to": "MEX",
2686 "date": "2021-01-30",
2687 "mode": "flight (1063)",
2688 "trip": "mexico-road-trip-2021.md"
2689 },
2690 "geometry": {
2691 "type": "LineString",
2692 "coordinates": [
2693 [
2694 -74.1687,
2695 40.6895
2696 ],
2697 [
2698 -99.0721,
2699 19.4363
2700 ]
2701 ]
2702 }
2703 },
2704 {
2705 "type": "Feature",
2706 "properties": {
2707 "layer": "flight",
2708 "from": "PVR",
2709 "to": "MEX",
2710 "date": "2021-02-23",
2711 "mode": "flight(AM 339)",
2712 "trip": "mexico-road-trip-2021.md"
2713 },
2714 "geometry": {
2715 "type": "LineString",
2716 "coordinates": [
2717 [
2718 -105.2551,
2719 20.6801
2720 ],
2721 [
2722 -99.0721,
2723 19.4363
2724 ]
2725 ]
2726 }
2727 },
2728 {
2729 "type": "Feature",
2730 "properties": {
2731 "layer": "flight",
2732 "from": "MEX",
2733 "to": "EWR",
2734 "date": "2021-02-24",
2735 "mode": "flight(UA 1064), transit",
2736 "trip": "mexico-road-trip-2021.md"
2737 },
2738 "geometry": {
2739 "type": "LineString",
2740 "coordinates": [
2741 [
2742 -99.0721,
2743 19.4363
2744 ],
2745 [
2746 -74.1687,
2747 40.6895
2748 ]
2749 ]
2750 }
2751 },
2752 {
2753 "type": "Feature",
2754 "properties": {
2755 "layer": "flight",
2756 "from": "EWR",
2757 "to": "CUN",
2758 "date": "2020-11-21",
2759 "mode": "flight(UA1050), transit",
2760 "trip": "mexico-trip-2020.md"
2761 },
2762 "geometry": {
2763 "type": "LineString",
2764 "coordinates": [
2765 [
2766 -74.1687,
2767 40.6895
2768 ],
2769 [
2770 -86.877,
2771 21.0365
2772 ]
2773 ]
2774 }
2775 },
2776 {
2777 "type": "Feature",
2778 "properties": {
2779 "layer": "flight",
2780 "from": "Tulum, MX",
2781 "to": "Merida, MX",
2782 "date": "2021-01-06",
2783 "mode": "flight(UA 1064), transit",
2784 "trip": "mexico-trip-2020.md"
2785 },
2786 "geometry": {
2787 "type": "LineString",
2788 "coordinates": [
2789 [
2790 -87.4654,
2791 20.2115
2792 ],
2793 [
2794 -89.5926,
2795 20.9674
2796 ]
2797 ]
2798 }
2799 },
2800 {
2801 "type": "Feature",
2802 "properties": {
2803 "layer": "flight",
2804 "from": "MID",
2805 "to": "MEX",
2806 "date": "2021-01-16",
2807 "mode": "flight(Y4759), transit",
2808 "trip": "mexico-trip-2020.md"
2809 },
2810 "geometry": {
2811 "type": "LineString",
2812 "coordinates": [
2813 [
2814 -89.6577,
2815 20.937
2816 ],
2817 [
2818 -99.0721,
2819 19.4363
2820 ]
2821 ]
2822 }
2823 },
2824 {
2825 "type": "Feature",
2826 "properties": {
2827 "layer": "flight",
2828 "from": "MEX",
2829 "to": "PXM",
2830 "date": "2021-01-16",
2831 "mode": "flight(Y4130)",
2832 "trip": "mexico-trip-2020.md"
2833 },
2834 "geometry": {
2835 "type": "LineString",
2836 "coordinates": [
2837 [
2838 -99.0721,
2839 19.4363
2840 ],
2841 [
2842 -97.0898,
2843 15.8769
2844 ]
2845 ]
2846 }
2847 },
2848 {
2849 "type": "Feature",
2850 "properties": {
2851 "layer": "flight",
2852 "from": "PXM",
2853 "to": "MEX",
2854 "date": "2021-01-18",
2855 "mode": "flight",
2856 "trip": "mexico-trip-2020.md"
2857 },
2858 "geometry": {
2859 "type": "LineString",
2860 "coordinates": [
2861 [
2862 -97.0898,
2863 15.8769
2864 ],
2865 [
2866 -99.0721,
2867 19.4363
2868 ]
2869 ]
2870 }
2871 },
2872 {
2873 "type": "Feature",
2874 "properties": {
2875 "layer": "flight",
2876 "from": "MEX",
2877 "to": "EWR",
2878 "date": "2021-01-19",
2879 "mode": "flight (UA 1064), transit",
2880 "trip": "mexico-trip-2020.md"
2881 },
2882 "geometry": {
2883 "type": "LineString",
2884 "coordinates": [
2885 [
2886 -99.0721,
2887 19.4363
2888 ],
2889 [
2890 -74.1687,
2891 40.6895
2892 ]
2893 ]
2894 }
2895 },
2896 {
2897 "type": "Feature",
2898 "properties": {
2899 "layer": "flight",
2900 "from": "EWR",
2901 "to": "MEX",
2902 "date": "2022-12-18",
2903 "mode": "flight (UA 2251)",
2904 "trip": "mexico-winter-2022-2023.md"
2905 },
2906 "geometry": {
2907 "type": "LineString",
2908 "coordinates": [
2909 [
2910 -74.1687,
2911 40.6895
2912 ],
2913 [
2914 -99.0721,
2915 19.4363
2916 ]
2917 ]
2918 }
2919 },
2920 {
2921 "type": "Feature",
2922 "properties": {
2923 "layer": "flight",
2924 "from": "MEX",
2925 "to": "JFK",
2926 "date": "2023-01-15",
2927 "mode": "flight(AM 408)",
2928 "trip": "mexico-winter-2022-2023.md"
2929 },
2930 "geometry": {
2931 "type": "LineString",
2932 "coordinates": [
2933 [
2934 -99.0721,
2935 19.4363
2936 ],
2937 [
2938 -73.7781,
2939 40.6413
2940 ]
2941 ]
2942 }
2943 },
2944 {
2945 "type": "Feature",
2946 "properties": {
2947 "layer": "flight",
2948 "from": "MIA",
2949 "to": "EWR",
2950 "date": "2025-12-13",
2951 "mode": "flight (United UA2107, N5QX4W)",
2952 "trip": "miami-december-2025.md"
2953 },
2954 "geometry": {
2955 "type": "LineString",
2956 "coordinates": [
2957 [
2958 -80.2906,
2959 25.7959
2960 ],
2961 [
2962 -74.1687,
2963 40.6895
2964 ]
2965 ]
2966 }
2967 },
2968 {
2969 "type": "Feature",
2970 "properties": {
2971 "layer": "flight",
2972 "from": "WAW",
2973 "to": "MIA",
2974 "date": "2024-02-25",
2975 "mode": "flight",
2976 "trip": "miami-february-2024.md"
2977 },
2978 "geometry": {
2979 "type": "LineString",
2980 "coordinates": [
2981 [
2982 20.9671,
2983 52.1657
2984 ],
2985 [
2986 -80.2906,
2987 25.7959
2988 ]
2989 ]
2990 }
2991 },
2992 {
2993 "type": "Feature",
2994 "properties": {
2995 "layer": "flight",
2996 "from": "WAW",
2997 "to": "MIA",
2998 "date": "2023-11-04",
2999 "mode": "flight",
3000 "trip": "miami-november-2023.md"
3001 },
3002 "geometry": {
3003 "type": "LineString",
3004 "coordinates": [
3005 [
3006 20.9671,
3007 52.1657
3008 ],
3009 [
3010 -80.2906,
3011 25.7959
3012 ]
3013 ]
3014 }
3015 },
3016 {
3017 "type": "Feature",
3018 "properties": {
3019 "layer": "flight",
3020 "from": "MIA",
3021 "to": "EWR",
3022 "date": "2023-11-15",
3023 "mode": "flight (United, H6S0BR)",
3024 "trip": "miami-november-2023.md"
3025 },
3026 "geometry": {
3027 "type": "LineString",
3028 "coordinates": [
3029 [
3030 -80.2906,
3031 25.7959
3032 ],
3033 [
3034 -74.1687,
3035 40.6895
3036 ]
3037 ]
3038 }
3039 },
3040 {
3041 "type": "Feature",
3042 "properties": {
3043 "layer": "flight",
3044 "from": "HRK",
3045 "to": "TIV",
3046 "date": "2010-05-21",
3047 "mode": "flight, transit",
3048 "trip": "montenegro-first-trip.md"
3049 },
3050 "geometry": {
3051 "type": "LineString",
3052 "coordinates": [
3053 [
3054 36.286,
3055 49.9248
3056 ],
3057 [
3058 18.7233,
3059 42.4047
3060 ]
3061 ]
3062 }
3063 },
3064 {
3065 "type": "Feature",
3066 "properties": {
3067 "layer": "flight",
3068 "from": "TIV",
3069 "to": "HRK",
3070 "date": "2010-05-28",
3071 "mode": "flight",
3072 "trip": "montenegro-first-trip.md"
3073 },
3074 "geometry": {
3075 "type": "LineString",
3076 "coordinates": [
3077 [
3078 18.7233,
3079 42.4047
3080 ],
3081 [
3082 36.286,
3083 49.9248
3084 ]
3085 ]
3086 }
3087 },
3088 {
3089 "type": "Feature",
3090 "properties": {
3091 "layer": "flight",
3092 "from": "SFO",
3093 "to": "EWR",
3094 "date": "2020-09-26",
3095 "mode": "flight(UA569), transit",
3096 "trip": "move-to-nyc.md"
3097 },
3098 "geometry": {
3099 "type": "LineString",
3100 "coordinates": [
3101 [
3102 -122.379,
3103 37.6213
3104 ],
3105 [
3106 -74.1687,
3107 40.6895
3108 ]
3109 ]
3110 }
3111 },
3112 {
3113 "type": "Feature",
3114 "properties": {
3115 "layer": "flight",
3116 "from": "BEG",
3117 "to": "FMM",
3118 "date": "2011-08-23",
3119 "mode": "flight (W64105), transit",
3120 "trip": "munich-and-prague-2011.md"
3121 },
3122 "geometry": {
3123 "type": "LineString",
3124 "coordinates": [
3125 [
3126 20.3091,
3127 44.8184
3128 ],
3129 [
3130 10.2395,
3131 47.9888
3132 ]
3133 ]
3134 }
3135 },
3136 {
3137 "type": "Feature",
3138 "properties": {
3139 "layer": "flight",
3140 "from": "FMM",
3141 "to": "BEG",
3142 "date": "2011-08-30",
3143 "mode": "flight (W64106), transit",
3144 "trip": "munich-and-prague-2011.md"
3145 },
3146 "geometry": {
3147 "type": "LineString",
3148 "coordinates": [
3149 [
3150 10.2395,
3151 47.9888
3152 ],
3153 [
3154 20.3091,
3155 44.8184
3156 ]
3157 ]
3158 }
3159 },
3160 {
3161 "type": "Feature",
3162 "properties": {
3163 "layer": "flight",
3164 "from": "SFO",
3165 "to": "JFK",
3166 "date": "2017-05-04",
3167 "mode": "flight (DL1144, 717-200)",
3168 "trip": "new-york-city-may-2017.md"
3169 },
3170 "geometry": {
3171 "type": "LineString",
3172 "coordinates": [
3173 [
3174 -122.379,
3175 37.6213
3176 ],
3177 [
3178 -73.7781,
3179 40.6413
3180 ]
3181 ]
3182 }
3183 },
3184 {
3185 "type": "Feature",
3186 "properties": {
3187 "layer": "flight",
3188 "from": "JFK",
3189 "to": "SFO",
3190 "date": "2017-05-11",
3191 "mode": "flight (DL426, A320)",
3192 "trip": "new-york-city-may-2017.md"
3193 },
3194 "geometry": {
3195 "type": "LineString",
3196 "coordinates": [
3197 [
3198 -73.7781,
3199 40.6413
3200 ],
3201 [
3202 -122.379,
3203 37.6213
3204 ]
3205 ]
3206 }
3207 },
3208 {
3209 "type": "Feature",
3210 "properties": {
3211 "layer": "flight",
3212 "from": "SFO",
3213 "to": "JFK",
3214 "date": "2017-10-05",
3215 "mode": "flight (AA18)",
3216 "trip": "new-york-city-october-2017.md"
3217 },
3218 "geometry": {
3219 "type": "LineString",
3220 "coordinates": [
3221 [
3222 -122.379,
3223 37.6213
3224 ],
3225 [
3226 -73.7781,
3227 40.6413
3228 ]
3229 ]
3230 }
3231 },
3232 {
3233 "type": "Feature",
3234 "properties": {
3235 "layer": "flight",
3236 "from": "JFK",
3237 "to": "SFO",
3238 "date": "2017-10-08",
3239 "mode": "flight (AA177)",
3240 "trip": "new-york-city-october-2017.md"
3241 },
3242 "geometry": {
3243 "type": "LineString",
3244 "coordinates": [
3245 [
3246 -73.7781,
3247 40.6413
3248 ],
3249 [
3250 -122.379,
3251 37.6213
3252 ]
3253 ]
3254 }
3255 },
3256 {
3257 "type": "Feature",
3258 "properties": {
3259 "layer": "flight",
3260 "from": "SFO",
3261 "to": "EWR",
3262 "date": "2019-09-28",
3263 "mode": "flight (UA295), transit",
3264 "trip": "new-york-city-october-2019.md"
3265 },
3266 "geometry": {
3267 "type": "LineString",
3268 "coordinates": [
3269 [
3270 -122.379,
3271 37.6213
3272 ],
3273 [
3274 -74.1687,
3275 40.6895
3276 ]
3277 ]
3278 }
3279 },
3280 {
3281 "type": "Feature",
3282 "properties": {
3283 "layer": "flight",
3284 "from": "EWR",
3285 "to": "SFO",
3286 "date": "2019-10-09",
3287 "mode": "flight (UA497)",
3288 "trip": "new-york-city-october-2019.md"
3289 },
3290 "geometry": {
3291 "type": "LineString",
3292 "coordinates": [
3293 [
3294 -74.1687,
3295 40.6895
3296 ],
3297 [
3298 -122.379,
3299 37.6213
3300 ]
3301 ]
3302 }
3303 },
3304 {
3305 "type": "Feature",
3306 "properties": {
3307 "layer": "flight",
3308 "from": "WAW",
3309 "to": "JFK",
3310 "date": "2025-05-07",
3311 "mode": "flight (LOT, Z66XOS)",
3312 "trip": "new-york-may-2025.md"
3313 },
3314 "geometry": {
3315 "type": "LineString",
3316 "coordinates": [
3317 [
3318 20.9671,
3319 52.1657
3320 ],
3321 [
3322 -73.7781,
3323 40.6413
3324 ]
3325 ]
3326 }
3327 },
3328 {
3329 "type": "Feature",
3330 "properties": {
3331 "layer": "flight",
3332 "from": "JFK",
3333 "to": "WAW",
3334 "date": "2025-05-28",
3335 "mode": "flight (LOT, Z66XOS)",
3336 "trip": "new-york-may-2025.md"
3337 },
3338 "geometry": {
3339 "type": "LineString",
3340 "coordinates": [
3341 [
3342 -73.7781,
3343 40.6413
3344 ],
3345 [
3346 20.9671,
3347 52.1657
3348 ]
3349 ]
3350 }
3351 },
3352 {
3353 "type": "Feature",
3354 "properties": {
3355 "layer": "flight",
3356 "from": "WAW",
3357 "to": "EWR",
3358 "date": "2023-09-12",
3359 "mode": "flight (United, CMHBLX)",
3360 "trip": "new-york-september-2023.md"
3361 },
3362 "geometry": {
3363 "type": "LineString",
3364 "coordinates": [
3365 [
3366 20.9671,
3367 52.1657
3368 ],
3369 [
3370 -74.1687,
3371 40.6895
3372 ]
3373 ]
3374 }
3375 },
3376 {
3377 "type": "Feature",
3378 "properties": {
3379 "layer": "flight",
3380 "from": "EWR",
3381 "to": "WAW",
3382 "date": "2023-09-18",
3383 "mode": "flight (United, CMHBLX)",
3384 "trip": "new-york-september-2023.md"
3385 },
3386 "geometry": {
3387 "type": "LineString",
3388 "coordinates": [
3389 [
3390 -74.1687,
3391 40.6895
3392 ],
3393 [
3394 20.9671,
3395 52.1657
3396 ]
3397 ]
3398 }
3399 },
3400 {
3401 "type": "Feature",
3402 "properties": {
3403 "layer": "flight",
3404 "from": "WAW",
3405 "to": "JFK",
3406 "date": "2026-02-20",
3407 "mode": "flight (LOT, Y8W2CF)",
3408 "trip": "new-york-winter-2026.md"
3409 },
3410 "geometry": {
3411 "type": "LineString",
3412 "coordinates": [
3413 [
3414 20.9671,
3415 52.1657
3416 ],
3417 [
3418 -73.7781,
3419 40.6413
3420 ]
3421 ]
3422 }
3423 },
3424 {
3425 "type": "Feature",
3426 "properties": {
3427 "layer": "flight",
3428 "from": "JFK",
3429 "to": "DUB",
3430 "date": "2026-03-30",
3431 "mode": "flight (Aer Lingus EI108, 37U7C2), next day",
3432 "trip": "new-york-winter-2026.md"
3433 },
3434 "geometry": {
3435 "type": "LineString",
3436 "coordinates": [
3437 [
3438 -73.7781,
3439 40.6413
3440 ],
3441 [
3442 -6.2701,
3443 53.4264
3444 ]
3445 ]
3446 }
3447 },
3448 {
3449 "type": "Feature",
3450 "properties": {
3451 "layer": "flight",
3452 "from": "SFO",
3453 "to": "PHX",
3454 "date": "2017-05-19",
3455 "mode": "flight (AA649)",
3456 "trip": "phoenix-may-2017.md"
3457 },
3458 "geometry": {
3459 "type": "LineString",
3460 "coordinates": [
3461 [
3462 -122.379,
3463 37.6213
3464 ],
3465 [
3466 -112.0116,
3467 33.4373
3468 ]
3469 ]
3470 }
3471 },
3472 {
3473 "type": "Feature",
3474 "properties": {
3475 "layer": "flight",
3476 "from": "PHX",
3477 "to": "SFO",
3478 "date": "2017-05-22",
3479 "mode": "flight (AA1642)",
3480 "trip": "phoenix-may-2017.md"
3481 },
3482 "geometry": {
3483 "type": "LineString",
3484 "coordinates": [
3485 [
3486 -112.0116,
3487 33.4373
3488 ],
3489 [
3490 -122.379,
3491 37.6213
3492 ]
3493 ]
3494 }
3495 },
3496 {
3497 "type": "Feature",
3498 "properties": {
3499 "layer": "flight",
3500 "from": "SFO",
3501 "to": "LAX",
3502 "date": "2014-12-04",
3503 "mode": "flight (UA478, A319), transit",
3504 "trip": "playa-del-carmen-2014.md"
3505 },
3506 "geometry": {
3507 "type": "LineString",
3508 "coordinates": [
3509 [
3510 -122.379,
3511 37.6213
3512 ],
3513 [
3514 -118.4085,
3515 33.9425
3516 ]
3517 ]
3518 }
3519 },
3520 {
3521 "type": "Feature",
3522 "properties": {
3523 "layer": "flight",
3524 "from": "LAX",
3525 "to": "CUN",
3526 "date": "2014-12-04",
3527 "mode": "flight (UA1276, 737-900), transit",
3528 "trip": "playa-del-carmen-2014.md"
3529 },
3530 "geometry": {
3531 "type": "LineString",
3532 "coordinates": [
3533 [
3534 -118.4085,
3535 33.9425
3536 ],
3537 [
3538 -86.877,
3539 21.0365
3540 ]
3541 ]
3542 }
3543 },
3544 {
3545 "type": "Feature",
3546 "properties": {
3547 "layer": "flight",
3548 "from": "CUN",
3549 "to": "SFO",
3550 "date": "2014-12-07",
3551 "mode": "flight (UA1118, 737-900)",
3552 "trip": "playa-del-carmen-2014.md"
3553 },
3554 "geometry": {
3555 "type": "LineString",
3556 "coordinates": [
3557 [
3558 -86.877,
3559 21.0365
3560 ],
3561 [
3562 -122.379,
3563 37.6213
3564 ]
3565 ]
3566 }
3567 },
3568 {
3569 "type": "Feature",
3570 "properties": {
3571 "layer": "flight",
3572 "from": "SFO",
3573 "to": "PDX",
3574 "date": "2015-04-18",
3575 "mode": "flight (UA464, A320)",
3576 "trip": "portland-first-trip-2015.md"
3577 },
3578 "geometry": {
3579 "type": "LineString",
3580 "coordinates": [
3581 [
3582 -122.379,
3583 37.6213
3584 ],
3585 [
3586 -122.5975,
3587 45.5898
3588 ]
3589 ]
3590 }
3591 },
3592 {
3593 "type": "Feature",
3594 "properties": {
3595 "layer": "flight",
3596 "from": "PDX",
3597 "to": "SFO",
3598 "date": "2015-04-22",
3599 "mode": "flight (UA995, 737-800)",
3600 "trip": "portland-first-trip-2015.md"
3601 },
3602 "geometry": {
3603 "type": "LineString",
3604 "coordinates": [
3605 [
3606 -122.5975,
3607 45.5898
3608 ],
3609 [
3610 -122.379,
3611 37.6213
3612 ]
3613 ]
3614 }
3615 },
3616 {
3617 "type": "Feature",
3618 "properties": {
3619 "layer": "flight",
3620 "from": "SFO",
3621 "to": "PDX",
3622 "date": "2017-06-23",
3623 "mode": "flight (AS223)",
3624 "trip": "portland-second-trip.md"
3625 },
3626 "geometry": {
3627 "type": "LineString",
3628 "coordinates": [
3629 [
3630 -122.379,
3631 37.6213
3632 ],
3633 [
3634 -122.5975,
3635 45.5898
3636 ]
3637 ]
3638 }
3639 },
3640 {
3641 "type": "Feature",
3642 "properties": {
3643 "layer": "flight",
3644 "from": "PDX",
3645 "to": "SFO",
3646 "date": "2017-06-25",
3647 "mode": "flight (AS2039)",
3648 "trip": "portland-second-trip.md"
3649 },
3650 "geometry": {
3651 "type": "LineString",
3652 "coordinates": [
3653 [
3654 -122.5975,
3655 45.5898
3656 ],
3657 [
3658 -122.379,
3659 37.6213
3660 ]
3661 ]
3662 }
3663 },
3664 {
3665 "type": "Feature",
3666 "properties": {
3667 "layer": "flight",
3668 "from": "OAK",
3669 "to": "SLC",
3670 "date": "2015-03-07",
3671 "mode": "flight (DL1082)",
3672 "trip": "provo-2015.md"
3673 },
3674 "geometry": {
3675 "type": "LineString",
3676 "coordinates": [
3677 [
3678 -122.2208,
3679 37.7213
3680 ],
3681 [
3682 -111.9791,
3683 40.7884
3684 ]
3685 ]
3686 }
3687 },
3688 {
3689 "type": "Feature",
3690 "properties": {
3691 "layer": "flight",
3692 "from": "SLC",
3693 "to": "OAK",
3694 "date": "2015-03-15",
3695 "mode": "flight (DL1082)",
3696 "trip": "provo-2015.md"
3697 },
3698 "geometry": {
3699 "type": "LineString",
3700 "coordinates": [
3701 [
3702 -111.9791,
3703 40.7884
3704 ],
3705 [
3706 -122.2208,
3707 37.7213
3708 ]
3709 ]
3710 }
3711 },
3712 {
3713 "type": "Feature",
3714 "properties": {
3715 "layer": "flight",
3716 "from": "SFO",
3717 "to": "IAH",
3718 "date": "2019-11-22",
3719 "mode": "flight (UA1122), transit",
3720 "trip": "puerto-rico-first-time.md"
3721 },
3722 "geometry": {
3723 "type": "LineString",
3724 "coordinates": [
3725 [
3726 -122.379,
3727 37.6213
3728 ],
3729 [
3730 -95.3414,
3731 29.9844
3732 ]
3733 ]
3734 }
3735 },
3736 {
3737 "type": "Feature",
3738 "properties": {
3739 "layer": "flight",
3740 "from": "IAH",
3741 "to": "SJU",
3742 "date": "2019-11-23",
3743 "mode": "flight (UA1297)",
3744 "trip": "puerto-rico-first-time.md"
3745 },
3746 "geometry": {
3747 "type": "LineString",
3748 "coordinates": [
3749 [
3750 -95.3414,
3751 29.9844
3752 ],
3753 [
3754 -66.0018,
3755 18.4394
3756 ]
3757 ]
3758 }
3759 },
3760 {
3761 "type": "Feature",
3762 "properties": {
3763 "layer": "flight",
3764 "from": "SJU",
3765 "to": "MIA",
3766 "date": "2019-11-30",
3767 "mode": "flight (AA1355), transit",
3768 "trip": "puerto-rico-first-time.md"
3769 },
3770 "geometry": {
3771 "type": "LineString",
3772 "coordinates": [
3773 [
3774 -66.0018,
3775 18.4394
3776 ],
3777 [
3778 -80.2906,
3779 25.7959
3780 ]
3781 ]
3782 }
3783 },
3784 {
3785 "type": "Feature",
3786 "properties": {
3787 "layer": "flight",
3788 "from": "EWR",
3789 "to": "GRU",
3790 "date": "2021-11-21",
3791 "mode": "flight (UA 149), transit",
3792 "trip": "rio-2021.md"
3793 },
3794 "geometry": {
3795 "type": "LineString",
3796 "coordinates": [
3797 [
3798 -74.1687,
3799 40.6895
3800 ],
3801 [
3802 -46.473,
3803 -23.4356
3804 ]
3805 ]
3806 }
3807 },
3808 {
3809 "type": "Feature",
3810 "properties": {
3811 "layer": "flight",
3812 "from": "CGH",
3813 "to": "SDU",
3814 "date": "2021-11-22",
3815 "mode": "flight",
3816 "trip": "rio-2021.md"
3817 },
3818 "geometry": {
3819 "type": "LineString",
3820 "coordinates": [
3821 [
3822 -46.6564,
3823 -23.6261
3824 ],
3825 [
3826 -43.1631,
3827 -22.9105
3828 ]
3829 ]
3830 }
3831 },
3832 {
3833 "type": "Feature",
3834 "properties": {
3835 "layer": "flight",
3836 "from": "GIG",
3837 "to": "BOG",
3838 "date": "2021-12-13",
3839 "mode": "flight(AV 260), transit",
3840 "trip": "rio-2021.md"
3841 },
3842 "geometry": {
3843 "type": "LineString",
3844 "coordinates": [
3845 [
3846 -43.2436,
3847 -22.8099
3848 ],
3849 [
3850 -74.1469,
3851 4.7016
3852 ]
3853 ]
3854 }
3855 },
3856 {
3857 "type": "Feature",
3858 "properties": {
3859 "layer": "flight",
3860 "from": "JFK",
3861 "to": "SAN",
3862 "date": "2022-09-07",
3863 "mode": "flight (AS 178)",
3864 "trip": "san-diego-2022.md"
3865 },
3866 "geometry": {
3867 "type": "LineString",
3868 "coordinates": [
3869 [
3870 -73.7781,
3871 40.6413
3872 ],
3873 [
3874 -117.1896,
3875 32.7336
3876 ]
3877 ]
3878 }
3879 },
3880 {
3881 "type": "Feature",
3882 "properties": {
3883 "layer": "flight",
3884 "from": "SAN",
3885 "to": "EWR",
3886 "date": "2022-09-14",
3887 "mode": "flight(AS 772), transit",
3888 "trip": "san-diego-2022.md"
3889 },
3890 "geometry": {
3891 "type": "LineString",
3892 "coordinates": [
3893 [
3894 -117.1896,
3895 32.7336
3896 ],
3897 [
3898 -74.1687,
3899 40.6895
3900 ]
3901 ]
3902 }
3903 },
3904 {
3905 "type": "Feature",
3906 "properties": {
3907 "layer": "flight",
3908 "from": "WAW",
3909 "to": "IST",
3910 "date": "2023-03-27",
3911 "mode": "flight(TK1266)",
3912 "trip": "senegal-first-time.md"
3913 },
3914 "geometry": {
3915 "type": "LineString",
3916 "coordinates": [
3917 [
3918 20.9671,
3919 52.1657
3920 ],
3921 [
3922 28.8141,
3923 40.9769
3924 ]
3925 ]
3926 }
3927 },
3928 {
3929 "type": "Feature",
3930 "properties": {
3931 "layer": "flight",
3932 "from": "IST",
3933 "to": "DSS",
3934 "date": "2023-03-31",
3935 "mode": "flight(TK503)",
3936 "trip": "senegal-first-time.md"
3937 },
3938 "geometry": {
3939 "type": "LineString",
3940 "coordinates": [
3941 [
3942 28.8141,
3943 40.9769
3944 ],
3945 [
3946 -17.4902,
3947 14.7397
3948 ]
3949 ]
3950 }
3951 },
3952 {
3953 "type": "Feature",
3954 "properties": {
3955 "layer": "flight",
3956 "from": "DSS",
3957 "to": "IST",
3958 "date": "2023-04-08",
3959 "mode": "flight(TK504), transit, next day",
3960 "trip": "senegal-first-time.md"
3961 },
3962 "geometry": {
3963 "type": "LineString",
3964 "coordinates": [
3965 [
3966 -17.4902,
3967 14.7397
3968 ],
3969 [
3970 28.8141,
3971 40.9769
3972 ]
3973 ]
3974 }
3975 },
3976 {
3977 "type": "Feature",
3978 "properties": {
3979 "layer": "flight",
3980 "from": "IST",
3981 "to": "WAW",
3982 "date": "2023-04-09",
3983 "mode": "flight(TK1265)",
3984 "trip": "senegal-first-time.md"
3985 },
3986 "geometry": {
3987 "type": "LineString",
3988 "coordinates": [
3989 [
3990 28.8141,
3991 40.9769
3992 ],
3993 [
3994 20.9671,
3995 52.1657
3996 ]
3997 ]
3998 }
3999 },
4000 {
4001 "type": "Feature",
4002 "properties": {
4003 "layer": "flight",
4004 "from": "JFK",
4005 "to": "MAD",
4006 "date": "2021-09-01",
4007 "mode": "flight (IB6250)",
4008 "trip": "spain-portugal-2021.md"
4009 },
4010 "geometry": {
4011 "type": "LineString",
4012 "coordinates": [
4013 [
4014 -73.7781,
4015 40.6413
4016 ],
4017 [
4018 -3.5673,
4019 40.4936
4020 ]
4021 ]
4022 }
4023 },
4024 {
4025 "type": "Feature",
4026 "properties": {
4027 "layer": "flight",
4028 "from": "LIS",
4029 "to": "EWR",
4030 "date": "2021-09-29",
4031 "mode": "flight (UA65), transit",
4032 "trip": "spain-portugal-2021.md"
4033 },
4034 "geometry": {
4035 "type": "LineString",
4036 "coordinates": [
4037 [
4038 -9.1354,
4039 38.7742
4040 ],
4041 [
4042 -74.1687,
4043 40.6895
4044 ]
4045 ]
4046 }
4047 },
4048 {
4049 "type": "Feature",
4050 "properties": {
4051 "layer": "flight",
4052 "from": "LIS",
4053 "to": "KRK",
4054 "date": "2023-12-28",
4055 "mode": "flight (Ryanair)",
4056 "trip": "spain-portugal-december-2023.md"
4057 },
4058 "geometry": {
4059 "type": "LineString",
4060 "coordinates": [
4061 [
4062 -9.1354,
4063 38.7742
4064 ],
4065 [
4066 19.7836,
4067 50.0777
4068 ]
4069 ]
4070 }
4071 },
4072 {
4073 "type": "Feature",
4074 "properties": {
4075 "layer": "flight",
4076 "from": "SFO",
4077 "to": "DEN",
4078 "date": "2015-09-23",
4079 "mode": "flight (UA1736, 737-900), transit",
4080 "trip": "st-louis-2015.md"
4081 },
4082 "geometry": {
4083 "type": "LineString",
4084 "coordinates": [
4085 [
4086 -122.379,
4087 37.6213
4088 ],
4089 [
4090 -104.6732,
4091 39.8561
4092 ]
4093 ]
4094 }
4095 },
4096 {
4097 "type": "Feature",
4098 "properties": {
4099 "layer": "flight",
4100 "from": "DEN",
4101 "to": "STL",
4102 "date": "2015-09-23",
4103 "mode": "flight (UA3395, ERJ-145)",
4104 "trip": "st-louis-2015.md"
4105 },
4106 "geometry": {
4107 "type": "LineString",
4108 "coordinates": [
4109 [
4110 -104.6732,
4111 39.8561
4112 ],
4113 [
4114 -90.37,
4115 38.7487
4116 ]
4117 ]
4118 }
4119 },
4120 {
4121 "type": "Feature",
4122 "properties": {
4123 "layer": "flight",
4124 "from": "STL",
4125 "to": "SFO",
4126 "date": "2015-09-28",
4127 "mode": "flight (UA6421, ERJ-170)",
4128 "trip": "st-louis-2015.md"
4129 },
4130 "geometry": {
4131 "type": "LineString",
4132 "coordinates": [
4133 [
4134 -90.37,
4135 38.7487
4136 ],
4137 [
4138 -122.379,
4139 37.6213
4140 ]
4141 ]
4142 }
4143 },
4144 {
4145 "type": "Feature",
4146 "properties": {
4147 "layer": "flight",
4148 "from": "PTY",
4149 "to": "JFK",
4150 "date": "2013-09-27",
4151 "mode": "flight(CM830)",
4152 "trip": "study-in-new-york-2013.md"
4153 },
4154 "geometry": {
4155 "type": "LineString",
4156 "coordinates": [
4157 [
4158 -79.3835,
4159 9.0714
4160 ],
4161 [
4162 -73.7781,
4163 40.6413
4164 ]
4165 ]
4166 }
4167 },
4168 {
4169 "type": "Feature",
4170 "properties": {
4171 "layer": "flight",
4172 "from": "JFK",
4173 "to": "FRA",
4174 "date": "2013-12-28",
4175 "mode": "flight(LA1441), transit",
4176 "trip": "study-in-new-york-2013.md"
4177 },
4178 "geometry": {
4179 "type": "LineString",
4180 "coordinates": [
4181 [
4182 -73.7781,
4183 40.6413
4184 ],
4185 [
4186 8.5622,
4187 50.0333
4188 ]
4189 ]
4190 }
4191 },
4192 {
4193 "type": "Feature",
4194 "properties": {
4195 "layer": "flight",
4196 "from": "FRA",
4197 "to": "KBP",
4198 "date": "2013-12-28",
4199 "mode": "flight(LA1447), transit",
4200 "trip": "study-in-new-york-2013.md"
4201 },
4202 "geometry": {
4203 "type": "LineString",
4204 "coordinates": [
4205 [
4206 8.5622,
4207 50.0333
4208 ],
4209 [
4210 30.8947,
4211 50.345
4212 ]
4213 ]
4214 }
4215 },
4216 {
4217 "type": "Feature",
4218 "properties": {
4219 "layer": "flight",
4220 "from": "BEG",
4221 "to": "NYO",
4222 "date": "2011-05-16",
4223 "mode": "flight",
4224 "trip": "sweden-and-poland-2011.md"
4225 },
4226 "geometry": {
4227 "type": "LineString",
4228 "coordinates": [
4229 [
4230 20.3091,
4231 44.8184
4232 ],
4233 [
4234 16.9122,
4235 58.7886
4236 ]
4237 ]
4238 }
4239 },
4240 {
4241 "type": "Feature",
4242 "properties": {
4243 "layer": "flight",
4244 "from": "NYO",
4245 "to": "WAW",
4246 "date": "2011-05-17",
4247 "mode": "flight",
4248 "trip": "sweden-and-poland-2011.md"
4249 },
4250 "geometry": {
4251 "type": "LineString",
4252 "coordinates": [
4253 [
4254 16.9122,
4255 58.7886
4256 ],
4257 [
4258 20.9671,
4259 52.1657
4260 ]
4261 ]
4262 }
4263 },
4264 {
4265 "type": "Feature",
4266 "properties": {
4267 "layer": "flight",
4268 "from": "WAW",
4269 "to": "NYO",
4270 "date": "2011-05-21",
4271 "mode": "flight",
4272 "trip": "sweden-and-poland-2011.md"
4273 },
4274 "geometry": {
4275 "type": "LineString",
4276 "coordinates": [
4277 [
4278 20.9671,
4279 52.1657
4280 ],
4281 [
4282 16.9122,
4283 58.7886
4284 ]
4285 ]
4286 }
4287 },
4288 {
4289 "type": "Feature",
4290 "properties": {
4291 "layer": "flight",
4292 "from": "NYO",
4293 "to": "BEG",
4294 "date": "2011-05-23",
4295 "mode": "flight",
4296 "trip": "sweden-and-poland-2011.md"
4297 },
4298 "geometry": {
4299 "type": "LineString",
4300 "coordinates": [
4301 [
4302 16.9122,
4303 58.7886
4304 ],
4305 [
4306 20.3091,
4307 44.8184
4308 ]
4309 ]
4310 }
4311 },
4312 {
4313 "type": "Feature",
4314 "properties": {
4315 "layer": "flight",
4316 "from": "SFO",
4317 "to": "SAN",
4318 "date": "2019-02-24",
4319 "mode": "flight (AS1956, A318/321), transit",
4320 "trip": "temecula-february-2019.md"
4321 },
4322 "geometry": {
4323 "type": "LineString",
4324 "coordinates": [
4325 [
4326 -122.379,
4327 37.6213
4328 ],
4329 [
4330 -117.1896,
4331 32.7336
4332 ]
4333 ]
4334 }
4335 },
4336 {
4337 "type": "Feature",
4338 "properties": {
4339 "layer": "flight",
4340 "from": "SAN",
4341 "to": "SFO",
4342 "date": "2019-03-01",
4343 "mode": "flight (AS1969, A318/321)",
4344 "trip": "temecula-february-2019.md"
4345 },
4346 "geometry": {
4347 "type": "LineString",
4348 "coordinates": [
4349 [
4350 -117.1896,
4351 32.7336
4352 ],
4353 [
4354 -122.379,
4355 37.6213
4356 ]
4357 ]
4358 }
4359 },
4360 {
4361 "type": "Feature",
4362 "properties": {
4363 "layer": "flight",
4364 "from": "SFO",
4365 "to": "SAN",
4366 "date": "2018-02-02",
4367 "mode": "flight (AS1956, A318/321), transit",
4368 "trip": "tijuana-and-san-diego-2018.md"
4369 },
4370 "geometry": {
4371 "type": "LineString",
4372 "coordinates": [
4373 [
4374 -122.379,
4375 37.6213
4376 ],
4377 [
4378 -117.1896,
4379 32.7336
4380 ]
4381 ]
4382 }
4383 },
4384 {
4385 "type": "Feature",
4386 "properties": {
4387 "layer": "flight",
4388 "from": "SAN",
4389 "to": "SFO",
4390 "date": "2018-02-10",
4391 "mode": "flight (VX1979, A320)",
4392 "trip": "tijuana-and-san-diego-2018.md"
4393 },
4394 "geometry": {
4395 "type": "LineString",
4396 "coordinates": [
4397 [
4398 -117.1896,
4399 32.7336
4400 ],
4401 [
4402 -122.379,
4403 37.6213
4404 ]
4405 ]
4406 }
4407 },
4408 {
4409 "type": "Feature",
4410 "properties": {
4411 "layer": "flight",
4412 "from": "SFO",
4413 "to": "SAN",
4414 "date": "2018-10-12",
4415 "mode": "flight (UA361, 737-900), transit",
4416 "trip": "tijuana-last-trip-2018.md"
4417 },
4418 "geometry": {
4419 "type": "LineString",
4420 "coordinates": [
4421 [
4422 -122.379,
4423 37.6213
4424 ],
4425 [
4426 -117.1896,
4427 32.7336
4428 ]
4429 ]
4430 }
4431 },
4432 {
4433 "type": "Feature",
4434 "properties": {
4435 "layer": "flight",
4436 "from": "SAN",
4437 "to": "SFO",
4438 "date": "2018-10-15",
4439 "mode": "flight (UA334, 737-900)",
4440 "trip": "tijuana-last-trip-2018.md"
4441 },
4442 "geometry": {
4443 "type": "LineString",
4444 "coordinates": [
4445 [
4446 -117.1896,
4447 32.7336
4448 ],
4449 [
4450 -122.379,
4451 37.6213
4452 ]
4453 ]
4454 }
4455 },
4456 {
4457 "type": "Feature",
4458 "properties": {
4459 "layer": "flight",
4460 "from": "Sarajevo, BA",
4461 "to": "WAW",
4462 "date": "2024-05-19",
4463 "mode": "flight (Ryanair)",
4464 "trip": "trieste-and-sarajevo-2024.md"
4465 },
4466 "geometry": {
4467 "type": "LineString",
4468 "coordinates": [
4469 [
4470 18.4131,
4471 43.8563
4472 ],
4473 [
4474 20.9671,
4475 52.1657
4476 ]
4477 ]
4478 }
4479 },
4480 {
4481 "type": "Feature",
4482 "properties": {
4483 "layer": "flight",
4484 "from": "SFO",
4485 "to": "MUC",
4486 "date": "2018-04-11",
4487 "mode": "flight (LH459), transit, next day",
4488 "trip": "ukraine-and-berlin-2018.md"
4489 },
4490 "geometry": {
4491 "type": "LineString",
4492 "coordinates": [
4493 [
4494 -122.379,
4495 37.6213
4496 ],
4497 [
4498 11.7861,
4499 48.3538
4500 ]
4501 ]
4502 }
4503 },
4504 {
4505 "type": "Feature",
4506 "properties": {
4507 "layer": "flight",
4508 "from": "MUC",
4509 "to": "KBP",
4510 "date": "2018-04-12",
4511 "mode": "flight (LH2546)",
4512 "trip": "ukraine-and-berlin-2018.md"
4513 },
4514 "geometry": {
4515 "type": "LineString",
4516 "coordinates": [
4517 [
4518 11.7861,
4519 48.3538
4520 ],
4521 [
4522 30.8947,
4523 50.345
4524 ]
4525 ]
4526 }
4527 },
4528 {
4529 "type": "Feature",
4530 "properties": {
4531 "layer": "flight",
4532 "from": "KBP",
4533 "to": "VIE",
4534 "date": "2018-04-27",
4535 "mode": "flight(OS662), transit",
4536 "trip": "ukraine-and-berlin-2018.md"
4537 },
4538 "geometry": {
4539 "type": "LineString",
4540 "coordinates": [
4541 [
4542 30.8947,
4543 50.345
4544 ],
4545 [
4546 16.5697,
4547 48.1103
4548 ]
4549 ]
4550 }
4551 },
4552 {
4553 "type": "Feature",
4554 "properties": {
4555 "layer": "flight",
4556 "from": "VIE",
4557 "to": "TXL",
4558 "date": "2018-04-27",
4559 "mode": "flight(OS231)",
4560 "trip": "ukraine-and-berlin-2018.md"
4561 },
4562 "geometry": {
4563 "type": "LineString",
4564 "coordinates": [
4565 [
4566 16.5697,
4567 48.1103
4568 ],
4569 [
4570 13.2877,
4571 52.5597
4572 ]
4573 ]
4574 }
4575 },
4576 {
4577 "type": "Feature",
4578 "properties": {
4579 "layer": "flight",
4580 "from": "TXL",
4581 "to": "FRA",
4582 "date": "2018-05-01",
4583 "mode": "flight(LH179), transit",
4584 "trip": "ukraine-and-berlin-2018.md"
4585 },
4586 "geometry": {
4587 "type": "LineString",
4588 "coordinates": [
4589 [
4590 13.2877,
4591 52.5597
4592 ],
4593 [
4594 8.5622,
4595 50.0333
4596 ]
4597 ]
4598 }
4599 },
4600 {
4601 "type": "Feature",
4602 "properties": {
4603 "layer": "flight",
4604 "from": "FRA",
4605 "to": "SFO",
4606 "date": "2018-05-01",
4607 "mode": "flight(LH454)",
4608 "trip": "ukraine-and-berlin-2018.md"
4609 },
4610 "geometry": {
4611 "type": "LineString",
4612 "coordinates": [
4613 [
4614 8.5622,
4615 50.0333
4616 ],
4617 [
4618 -122.379,
4619 37.6213
4620 ]
4621 ]
4622 }
4623 },
4624 {
4625 "type": "Feature",
4626 "properties": {
4627 "layer": "flight",
4628 "from": "WAW",
4629 "to": "JFK",
4630 "date": "2025-09-09",
4631 "mode": "flight (LOT LO26, XWYXVZ)",
4632 "trip": "us-trip-autumn-2025.md"
4633 },
4634 "geometry": {
4635 "type": "LineString",
4636 "coordinates": [
4637 [
4638 20.9671,
4639 52.1657
4640 ],
4641 [
4642 -73.7781,
4643 40.6413
4644 ]
4645 ]
4646 }
4647 },
4648 {
4649 "type": "Feature",
4650 "properties": {
4651 "layer": "flight",
4652 "from": "EWR",
4653 "to": "SFO",
4654 "date": "2025-09-13",
4655 "mode": "flight (United UA2328, N5QX4W)",
4656 "trip": "us-trip-autumn-2025.md"
4657 },
4658 "geometry": {
4659 "type": "LineString",
4660 "coordinates": [
4661 [
4662 -74.1687,
4663 40.6895
4664 ],
4665 [
4666 -122.379,
4667 37.6213
4668 ]
4669 ]
4670 }
4671 },
4672 {
4673 "type": "Feature",
4674 "properties": {
4675 "layer": "flight",
4676 "from": "SFO",
4677 "to": "EWR",
4678 "date": "2025-10-02",
4679 "mode": "flight (United UA2437, D9CKQ5)",
4680 "trip": "us-trip-autumn-2025.md"
4681 },
4682 "geometry": {
4683 "type": "LineString",
4684 "coordinates": [
4685 [
4686 -122.379,
4687 37.6213
4688 ],
4689 [
4690 -74.1687,
4691 40.6895
4692 ]
4693 ]
4694 }
4695 },
4696 {
4697 "type": "Feature",
4698 "properties": {
4699 "layer": "flight",
4700 "from": "JFK",
4701 "to": "WAW",
4702 "date": "2025-10-10",
4703 "mode": "flight (LOT LO27, Z7R3W9)",
4704 "trip": "us-trip-autumn-2025.md"
4705 },
4706 "geometry": {
4707 "type": "LineString",
4708 "coordinates": [
4709 [
4710 -73.7781,
4711 40.6413
4712 ],
4713 [
4714 20.9671,
4715 52.1657
4716 ]
4717 ]
4718 }
4719 },
4720 {
4721 "type": "Feature",
4722 "properties": {
4723 "layer": "flight",
4724 "from": "SFO",
4725 "to": "DEN",
4726 "date": "2019-02-14",
4727 "mode": "flight (UA1013, 777-200)",
4728 "trip": "vail-2019.md"
4729 },
4730 "geometry": {
4731 "type": "LineString",
4732 "coordinates": [
4733 [
4734 -122.379,
4735 37.6213
4736 ],
4737 [
4738 -104.6732,
4739 39.8561
4740 ]
4741 ]
4742 }
4743 },
4744 {
4745 "type": "Feature",
4746 "properties": {
4747 "layer": "flight",
4748 "from": "DEN",
4749 "to": "SFO",
4750 "date": "2019-02-18",
4751 "mode": "flight (UA571, 757-200)",
4752 "trip": "vail-2019.md"
4753 },
4754 "geometry": {
4755 "type": "LineString",
4756 "coordinates": [
4757 [
4758 -104.6732,
4759 39.8561
4760 ],
4761 [
4762 -122.379,
4763 37.6213
4764 ]
4765 ]
4766 }
4767 },
4768 {
4769 "type": "Feature",
4770 "properties": {
4771 "layer": "flight",
4772 "from": "SFO",
4773 "to": "IST",
4774 "date": "2019-04-13",
4775 "mode": "flight (TK80)",
4776 "trip": "volunteering-in-ukraine-2019.md"
4777 },
4778 "geometry": {
4779 "type": "LineString",
4780 "coordinates": [
4781 [
4782 -122.379,
4783 37.6213
4784 ],
4785 [
4786 28.8141,
4787 40.9769
4788 ]
4789 ]
4790 }
4791 },
4792 {
4793 "type": "Feature",
4794 "properties": {
4795 "layer": "flight",
4796 "from": "IST",
4797 "to": "KBP",
4798 "date": "2019-04-15",
4799 "mode": "flight (TK459)",
4800 "trip": "volunteering-in-ukraine-2019.md"
4801 },
4802 "geometry": {
4803 "type": "LineString",
4804 "coordinates": [
4805 [
4806 28.8141,
4807 40.9769
4808 ],
4809 [
4810 30.8947,
4811 50.345
4812 ]
4813 ]
4814 }
4815 },
4816 {
4817 "type": "Feature",
4818 "properties": {
4819 "layer": "flight",
4820 "from": "KBP",
4821 "to": "IST",
4822 "date": "2019-04-30",
4823 "mode": "flight(TK460)",
4824 "trip": "volunteering-in-ukraine-2019.md"
4825 },
4826 "geometry": {
4827 "type": "LineString",
4828 "coordinates": [
4829 [
4830 30.8947,
4831 50.345
4832 ],
4833 [
4834 28.8141,
4835 40.9769
4836 ]
4837 ]
4838 }
4839 },
4840 {
4841 "type": "Feature",
4842 "properties": {
4843 "layer": "flight",
4844 "from": "IST",
4845 "to": "SFO",
4846 "date": "2019-05-01",
4847 "mode": "flight(TK79)",
4848 "trip": "volunteering-in-ukraine-2019.md"
4849 },
4850 "geometry": {
4851 "type": "LineString",
4852 "coordinates": [
4853 [
4854 28.8141,
4855 40.9769
4856 ],
4857 [
4858 -122.379,
4859 37.6213
4860 ]
4861 ]
4862 }
4863 },
4864 {
4865 "type": "Feature",
4866 "properties": {
4867 "layer": "stop",
4868 "name": "FRA",
4869 "transit": false
4870 },
4871 "geometry": {
4872 "type": "Point",
4873 "coordinates": [
4874 8.5622,
4875 50.0333
4876 ]
4877 }
4878 },
4879 {
4880 "type": "Feature",
4881 "properties": {
4882 "layer": "stop",
4883 "name": "BEG",
4884 "transit": false
4885 },
4886 "geometry": {
4887 "type": "Point",
4888 "coordinates": [
4889 20.3091,
4890 44.8184
4891 ]
4892 }
4893 },
4894 {
4895 "type": "Feature",
4896 "properties": {
4897 "layer": "stop",
4898 "name": "VIE",
4899 "transit": false
4900 },
4901 "geometry": {
4902 "type": "Point",
4903 "coordinates": [
4904 16.5697,
4905 48.1103
4906 ]
4907 }
4908 },
4909 {
4910 "type": "Feature",
4911 "properties": {
4912 "layer": "stop",
4913 "name": "KBP",
4914 "transit": false
4915 },
4916 "geometry": {
4917 "type": "Point",
4918 "coordinates": [
4919 30.8947,
4920 50.345
4921 ]
4922 }
4923 },
4924 {
4925 "type": "Feature",
4926 "properties": {
4927 "layer": "stop",
4928 "name": "TXL",
4929 "transit": false
4930 },
4931 "geometry": {
4932 "type": "Point",
4933 "coordinates": [
4934 13.2877,
4935 52.5597
4936 ]
4937 }
4938 },
4939 {
4940 "type": "Feature",
4941 "properties": {
4942 "layer": "stop",
4943 "name": "MUN",
4944 "transit": false
4945 },
4946 "geometry": {
4947 "type": "Point",
4948 "coordinates": [
4949 11.7861,
4950 48.3538
4951 ]
4952 }
4953 },
4954 {
4955 "type": "Feature",
4956 "properties": {
4957 "layer": "stop",
4958 "name": "GIG",
4959 "transit": false
4960 },
4961 "geometry": {
4962 "type": "Point",
4963 "coordinates": [
4964 -43.2436,
4965 -22.8099
4966 ]
4967 }
4968 },
4969 {
4970 "type": "Feature",
4971 "properties": {
4972 "layer": "stop",
4973 "name": "GRU",
4974 "transit": false
4975 },
4976 "geometry": {
4977 "type": "Point",
4978 "coordinates": [
4979 -46.473,
4980 -23.4356
4981 ]
4982 }
4983 },
4984 {
4985 "type": "Feature",
4986 "properties": {
4987 "layer": "stop",
4988 "name": "PTY",
4989 "transit": false
4990 },
4991 "geometry": {
4992 "type": "Point",
4993 "coordinates": [
4994 -79.3835,
4995 9.0714
4996 ]
4997 }
4998 },
4999 {
5000 "type": "Feature",
5001 "properties": {
5002 "layer": "stop",
5003 "name": "MIA",
5004 "transit": false
5005 },
5006 "geometry": {
5007 "type": "Point",
5008 "coordinates": [
5009 -80.2906,
5010 25.7959
5011 ]
5012 }
5013 },
5014 {
5015 "type": "Feature",
5016 "properties": {
5017 "layer": "stop",
5018 "name": "EZE",
5019 "transit": false
5020 },
5021 "geometry": {
5022 "type": "Point",
5023 "coordinates": [
5024 -58.5356,
5025 -34.8222
5026 ]
5027 }
5028 },
5029 {
5030 "type": "Feature",
5031 "properties": {
5032 "layer": "stop",
5033 "name": "EPA",
5034 "transit": false
5035 },
5036 "geometry": {
5037 "type": "Point",
5038 "coordinates": [
5039 -58.6126,
5040 -34.6099
5041 ]
5042 }
5043 },
5044 {
5045 "type": "Feature",
5046 "properties": {
5047 "layer": "stop",
5048 "name": "IGR",
5049 "transit": false
5050 },
5051 "geometry": {
5052 "type": "Point",
5053 "coordinates": [
5054 -54.4734,
5055 -25.7373
5056 ]
5057 }
5058 },
5059 {
5060 "type": "Feature",
5061 "properties": {
5062 "layer": "stop",
5063 "name": "SFO",
5064 "transit": false
5065 },
5066 "geometry": {
5067 "type": "Point",
5068 "coordinates": [
5069 -122.379,
5070 37.6213
5071 ]
5072 }
5073 },
5074 {
5075 "type": "Feature",
5076 "properties": {
5077 "layer": "stop",
5078 "name": "EWR",
5079 "transit": false
5080 },
5081 "geometry": {
5082 "type": "Point",
5083 "coordinates": [
5084 -74.1687,
5085 40.6895
5086 ]
5087 }
5088 },
5089 {
5090 "type": "Feature",
5091 "properties": {
5092 "layer": "stop",
5093 "name": "MAD",
5094 "transit": false
5095 },
5096 "geometry": {
5097 "type": "Point",
5098 "coordinates": [
5099 -3.5673,
5100 40.4936
5101 ]
5102 }
5103 },
5104 {
5105 "type": "Feature",
5106 "properties": {
5107 "layer": "stop",
5108 "name": "ORY",
5109 "transit": false
5110 },
5111 "geometry": {
5112 "type": "Point",
5113 "coordinates": [
5114 2.3594,
5115 48.7233
5116 ]
5117 }
5118 },
5119 {
5120 "type": "Feature",
5121 "properties": {
5122 "layer": "stop",
5123 "name": "CDG",
5124 "transit": false
5125 },
5126 "geometry": {
5127 "type": "Point",
5128 "coordinates": [
5129 2.5479,
5130 49.0097
5131 ]
5132 }
5133 },
5134 {
5135 "type": "Feature",
5136 "properties": {
5137 "layer": "stop",
5138 "name": "OAK",
5139 "transit": false
5140 },
5141 "geometry": {
5142 "type": "Point",
5143 "coordinates": [
5144 -122.2208,
5145 37.7213
5146 ]
5147 }
5148 },
5149 {
5150 "type": "Feature",
5151 "properties": {
5152 "layer": "stop",
5153 "name": "SAN",
5154 "transit": false
5155 },
5156 "geometry": {
5157 "type": "Point",
5158 "coordinates": [
5159 -117.1896,
5160 32.7336
5161 ]
5162 }
5163 },
5164 {
5165 "type": "Feature",
5166 "properties": {
5167 "layer": "stop",
5168 "name": "MEX",
5169 "transit": false
5170 },
5171 "geometry": {
5172 "type": "Point",
5173 "coordinates": [
5174 -99.0721,
5175 19.4363
5176 ]
5177 }
5178 },
5179 {
5180 "type": "Feature",
5181 "properties": {
5182 "layer": "stop",
5183 "name": "CUN",
5184 "transit": false
5185 },
5186 "geometry": {
5187 "type": "Point",
5188 "coordinates": [
5189 -86.877,
5190 21.0365
5191 ]
5192 }
5193 },
5194 {
5195 "type": "Feature",
5196 "properties": {
5197 "layer": "stop",
5198 "name": "GUA",
5199 "transit": false
5200 },
5201 "geometry": {
5202 "type": "Point",
5203 "coordinates": [
5204 -90.5275,
5205 14.5833
5206 ]
5207 }
5208 },
5209 {
5210 "type": "Feature",
5211 "properties": {
5212 "layer": "stop",
5213 "name": "GYE",
5214 "transit": false
5215 },
5216 "geometry": {
5217 "type": "Point",
5218 "coordinates": [
5219 -79.8836,
5220 -2.1574
5221 ]
5222 }
5223 },
5224 {
5225 "type": "Feature",
5226 "properties": {
5227 "layer": "stop",
5228 "name": "CPH",
5229 "transit": false
5230 },
5231 "geometry": {
5232 "type": "Point",
5233 "coordinates": [
5234 12.6561,
5235 55.6181
5236 ]
5237 }
5238 },
5239 {
5240 "type": "Feature",
5241 "properties": {
5242 "layer": "stop",
5243 "name": "JFK",
5244 "transit": false
5245 },
5246 "geometry": {
5247 "type": "Point",
5248 "coordinates": [
5249 -73.7781,
5250 40.6413
5251 ]
5252 }
5253 },
5254 {
5255 "type": "Feature",
5256 "properties": {
5257 "layer": "stop",
5258 "name": "DUB",
5259 "transit": false
5260 },
5261 "geometry": {
5262 "type": "Point",
5263 "coordinates": [
5264 -6.2701,
5265 53.4264
5266 ]
5267 }
5268 },
5269 {
5270 "type": "Feature",
5271 "properties": {
5272 "layer": "stop",
5273 "name": "KRK",
5274 "transit": false
5275 },
5276 "geometry": {
5277 "type": "Point",
5278 "coordinates": [
5279 19.7836,
5280 50.0777
5281 ]
5282 }
5283 },
5284 {
5285 "type": "Feature",
5286 "properties": {
5287 "layer": "stop",
5288 "name": "WAW",
5289 "transit": false
5290 },
5291 "geometry": {
5292 "type": "Point",
5293 "coordinates": [
5294 20.9671,
5295 52.1657
5296 ]
5297 }
5298 },
5299 {
5300 "type": "Feature",
5301 "properties": {
5302 "layer": "stop",
5303 "name": "UIO",
5304 "transit": false
5305 },
5306 "geometry": {
5307 "type": "Point",
5308 "coordinates": [
5309 -78.3575,
5310 -0.1292
5311 ]
5312 }
5313 },
5314 {
5315 "type": "Feature",
5316 "properties": {
5317 "layer": "stop",
5318 "name": "SCL",
5319 "transit": false
5320 },
5321 "geometry": {
5322 "type": "Point",
5323 "coordinates": [
5324 -70.7858,
5325 -33.393
5326 ]
5327 }
5328 },
5329 {
5330 "type": "Feature",
5331 "properties": {
5332 "layer": "stop",
5333 "name": "BER",
5334 "transit": false
5335 },
5336 "geometry": {
5337 "type": "Point",
5338 "coordinates": [
5339 13.5033,
5340 52.3667
5341 ]
5342 }
5343 },
5344 {
5345 "type": "Feature",
5346 "properties": {
5347 "layer": "stop",
5348 "name": "TLL",
5349 "transit": false
5350 },
5351 "geometry": {
5352 "type": "Point",
5353 "coordinates": [
5354 24.8328,
5355 59.4133
5356 ]
5357 }
5358 },
5359 {
5360 "type": "Feature",
5361 "properties": {
5362 "layer": "stop",
5363 "name": "HEL",
5364 "transit": true
5365 },
5366 "geometry": {
5367 "type": "Point",
5368 "coordinates": [
5369 24.9633,
5370 60.3172
5371 ]
5372 }
5373 },
5374 {
5375 "type": "Feature",
5376 "properties": {
5377 "layer": "stop",
5378 "name": "EDI",
5379 "transit": true
5380 },
5381 "geometry": {
5382 "type": "Point",
5383 "coordinates": [
5384 -3.3725,
5385 55.95
5386 ]
5387 }
5388 },
5389 {
5390 "type": "Feature",
5391 "properties": {
5392 "layer": "stop",
5393 "name": "CWL",
5394 "transit": false
5395 },
5396 "geometry": {
5397 "type": "Point",
5398 "coordinates": [
5399 -3.3433,
5400 51.3967
5401 ]
5402 }
5403 },
5404 {
5405 "type": "Feature",
5406 "properties": {
5407 "layer": "stop",
5408 "name": "BCN",
5409 "transit": false
5410 },
5411 "geometry": {
5412 "type": "Point",
5413 "coordinates": [
5414 2.0785,
5415 41.2971
5416 ]
5417 }
5418 },
5419 {
5420 "type": "Feature",
5421 "properties": {
5422 "layer": "stop",
5423 "name": "ATH",
5424 "transit": true
5425 },
5426 "geometry": {
5427 "type": "Point",
5428 "coordinates": [
5429 23.9445,
5430 37.9364
5431 ]
5432 }
5433 },
5434 {
5435 "type": "Feature",
5436 "properties": {
5437 "layer": "stop",
5438 "name": "ARN",
5439 "transit": false
5440 },
5441 "geometry": {
5442 "type": "Point",
5443 "coordinates": [
5444 17.9186,
5445 59.6519
5446 ]
5447 }
5448 },
5449 {
5450 "type": "Feature",
5451 "properties": {
5452 "layer": "stop",
5453 "name": "KEF",
5454 "transit": false
5455 },
5456 "geometry": {
5457 "type": "Point",
5458 "coordinates": [
5459 -22.6056,
5460 63.985
5461 ]
5462 }
5463 },
5464 {
5465 "type": "Feature",
5466 "properties": {
5467 "layer": "stop",
5468 "name": "FCO",
5469 "transit": false
5470 },
5471 "geometry": {
5472 "type": "Point",
5473 "coordinates": [
5474 12.2389,
5475 41.8003
5476 ]
5477 }
5478 },
5479 {
5480 "type": "Feature",
5481 "properties": {
5482 "layer": "stop",
5483 "name": "CAG",
5484 "transit": false
5485 },
5486 "geometry": {
5487 "type": "Point",
5488 "coordinates": [
5489 9.0543,
5490 39.2515
5491 ]
5492 }
5493 },
5494 {
5495 "type": "Feature",
5496 "properties": {
5497 "layer": "stop",
5498 "name": "PRG",
5499 "transit": false
5500 },
5501 "geometry": {
5502 "type": "Point",
5503 "coordinates": [
5504 14.2632,
5505 50.1008
5506 ]
5507 }
5508 },
5509 {
5510 "type": "Feature",
5511 "properties": {
5512 "layer": "stop",
5513 "name": "HNL",
5514 "transit": false
5515 },
5516 "geometry": {
5517 "type": "Point",
5518 "coordinates": [
5519 -157.9224,
5520 21.3187
5521 ]
5522 }
5523 },
5524 {
5525 "type": "Feature",
5526 "properties": {
5527 "layer": "stop",
5528 "name": "MUC",
5529 "transit": false
5530 },
5531 "geometry": {
5532 "type": "Point",
5533 "coordinates": [
5534 11.7861,
5535 48.3538
5536 ]
5537 }
5538 },
5539 {
5540 "type": "Feature",
5541 "properties": {
5542 "layer": "stop",
5543 "name": "SIN",
5544 "transit": false
5545 },
5546 "geometry": {
5547 "type": "Point",
5548 "coordinates": [
5549 103.9894,
5550 1.3502
5551 ]
5552 }
5553 },
5554 {
5555 "type": "Feature",
5556 "properties": {
5557 "layer": "stop",
5558 "name": "DPS",
5559 "transit": false
5560 },
5561 "geometry": {
5562 "type": "Point",
5563 "coordinates": [
5564 115.1671,
5565 -8.7482
5566 ]
5567 }
5568 },
5569 {
5570 "type": "Feature",
5571 "properties": {
5572 "layer": "stop",
5573 "name": "OGG",
5574 "transit": false
5575 },
5576 "geometry": {
5577 "type": "Point",
5578 "coordinates": [
5579 -156.4305,
5580 20.8986
5581 ]
5582 }
5583 },
5584 {
5585 "type": "Feature",
5586 "properties": {
5587 "layer": "stop",
5588 "name": "HKG",
5589 "transit": false
5590 },
5591 "geometry": {
5592 "type": "Point",
5593 "coordinates": [
5594 113.9145,
5595 22.3089
5596 ]
5597 }
5598 },
5599 {
5600 "type": "Feature",
5601 "properties": {
5602 "layer": "stop",
5603 "name": "HRK",
5604 "transit": false
5605 },
5606 "geometry": {
5607 "type": "Point",
5608 "coordinates": [
5609 36.286,
5610 49.9248
5611 ]
5612 }
5613 },
5614 {
5615 "type": "Feature",
5616 "properties": {
5617 "layer": "stop",
5618 "name": "SAW",
5619 "transit": false
5620 },
5621 "geometry": {
5622 "type": "Point",
5623 "coordinates": [
5624 29.3092,
5625 40.8986
5626 ]
5627 }
5628 },
5629 {
5630 "type": "Feature",
5631 "properties": {
5632 "layer": "stop",
5633 "name": "SKP",
5634 "transit": false
5635 },
5636 "geometry": {
5637 "type": "Point",
5638 "coordinates": [
5639 21.6214,
5640 41.9617
5641 ]
5642 }
5643 },
5644 {
5645 "type": "Feature",
5646 "properties": {
5647 "layer": "stop",
5648 "name": "IST",
5649 "transit": false
5650 },
5651 "geometry": {
5652 "type": "Point",
5653 "coordinates": [
5654 28.8141,
5655 40.9769
5656 ]
5657 }
5658 },
5659 {
5660 "type": "Feature",
5661 "properties": {
5662 "layer": "stop",
5663 "name": "LAX",
5664 "transit": false
5665 },
5666 "geometry": {
5667 "type": "Point",
5668 "coordinates": [
5669 -118.4085,
5670 33.9425
5671 ]
5672 }
5673 },
5674 {
5675 "type": "Feature",
5676 "properties": {
5677 "layer": "stop",
5678 "name": "LAS",
5679 "transit": false
5680 },
5681 "geometry": {
5682 "type": "Point",
5683 "coordinates": [
5684 -115.1523,
5685 36.084
5686 ]
5687 }
5688 },
5689 {
5690 "type": "Feature",
5691 "properties": {
5692 "layer": "stop",
5693 "name": "TGD",
5694 "transit": true
5695 },
5696 "geometry": {
5697 "type": "Point",
5698 "coordinates": [
5699 19.2519,
5700 42.3593
5701 ]
5702 }
5703 },
5704 {
5705 "type": "Feature",
5706 "properties": {
5707 "layer": "stop",
5708 "name": "BUD",
5709 "transit": true
5710 },
5711 "geometry": {
5712 "type": "Point",
5713 "coordinates": [
5714 19.2556,
5715 47.4298
5716 ]
5717 }
5718 },
5719 {
5720 "type": "Feature",
5721 "properties": {
5722 "layer": "stop",
5723 "name": "OZH",
5724 "transit": true
5725 },
5726 "geometry": {
5727 "type": "Point",
5728 "coordinates": [
5729 35.3157,
5730 47.8671
5731 ]
5732 }
5733 },
5734 {
5735 "type": "Feature",
5736 "properties": {
5737 "layer": "stop",
5738 "name": "TIV",
5739 "transit": false
5740 },
5741 "geometry": {
5742 "type": "Point",
5743 "coordinates": [
5744 18.7233,
5745 42.4047
5746 ]
5747 }
5748 },
5749 {
5750 "type": "Feature",
5751 "properties": {
5752 "layer": "stop",
5753 "name": "LHR",
5754 "transit": false
5755 },
5756 "geometry": {
5757 "type": "Point",
5758 "coordinates": [
5759 -0.4614,
5760 51.47
5761 ]
5762 }
5763 },
5764 {
5765 "type": "Feature",
5766 "properties": {
5767 "layer": "stop",
5768 "name": "TIJ",
5769 "transit": false
5770 },
5771 "geometry": {
5772 "type": "Point",
5773 "coordinates": [
5774 -116.97,
5775 32.5411
5776 ]
5777 }
5778 },
5779 {
5780 "type": "Feature",
5781 "properties": {
5782 "layer": "stop",
5783 "name": "BOG",
5784 "transit": true
5785 },
5786 "geometry": {
5787 "type": "Point",
5788 "coordinates": [
5789 -74.1469,
5790 4.7016
5791 ]
5792 }
5793 },
5794 {
5795 "type": "Feature",
5796 "properties": {
5797 "layer": "stop",
5798 "name": "PVR",
5799 "transit": false
5800 },
5801 "geometry": {
5802 "type": "Point",
5803 "coordinates": [
5804 -105.2551,
5805 20.6801
5806 ]
5807 }
5808 },
5809 {
5810 "type": "Feature",
5811 "properties": {
5812 "layer": "stop",
5813 "name": "Tulum, MX",
5814 "transit": true
5815 },
5816 "geometry": {
5817 "type": "Point",
5818 "coordinates": [
5819 -87.4654,
5820 20.2115
5821 ]
5822 }
5823 },
5824 {
5825 "type": "Feature",
5826 "properties": {
5827 "layer": "stop",
5828 "name": "Merida, MX",
5829 "transit": true
5830 },
5831 "geometry": {
5832 "type": "Point",
5833 "coordinates": [
5834 -89.5926,
5835 20.9674
5836 ]
5837 }
5838 },
5839 {
5840 "type": "Feature",
5841 "properties": {
5842 "layer": "stop",
5843 "name": "MID",
5844 "transit": true
5845 },
5846 "geometry": {
5847 "type": "Point",
5848 "coordinates": [
5849 -89.6577,
5850 20.937
5851 ]
5852 }
5853 },
5854 {
5855 "type": "Feature",
5856 "properties": {
5857 "layer": "stop",
5858 "name": "PXM",
5859 "transit": false
5860 },
5861 "geometry": {
5862 "type": "Point",
5863 "coordinates": [
5864 -97.0898,
5865 15.8769
5866 ]
5867 }
5868 },
5869 {
5870 "type": "Feature",
5871 "properties": {
5872 "layer": "stop",
5873 "name": "FMM",
5874 "transit": true
5875 },
5876 "geometry": {
5877 "type": "Point",
5878 "coordinates": [
5879 10.2395,
5880 47.9888
5881 ]
5882 }
5883 },
5884 {
5885 "type": "Feature",
5886 "properties": {
5887 "layer": "stop",
5888 "name": "PHX",
5889 "transit": false
5890 },
5891 "geometry": {
5892 "type": "Point",
5893 "coordinates": [
5894 -112.0116,
5895 33.4373
5896 ]
5897 }
5898 },
5899 {
5900 "type": "Feature",
5901 "properties": {
5902 "layer": "stop",
5903 "name": "PDX",
5904 "transit": false
5905 },
5906 "geometry": {
5907 "type": "Point",
5908 "coordinates": [
5909 -122.5975,
5910 45.5898
5911 ]
5912 }
5913 },
5914 {
5915 "type": "Feature",
5916 "properties": {
5917 "layer": "stop",
5918 "name": "SLC",
5919 "transit": false
5920 },
5921 "geometry": {
5922 "type": "Point",
5923 "coordinates": [
5924 -111.9791,
5925 40.7884
5926 ]
5927 }
5928 },
5929 {
5930 "type": "Feature",
5931 "properties": {
5932 "layer": "stop",
5933 "name": "IAH",
5934 "transit": false
5935 },
5936 "geometry": {
5937 "type": "Point",
5938 "coordinates": [
5939 -95.3414,
5940 29.9844
5941 ]
5942 }
5943 },
5944 {
5945 "type": "Feature",
5946 "properties": {
5947 "layer": "stop",
5948 "name": "SJU",
5949 "transit": false
5950 },
5951 "geometry": {
5952 "type": "Point",
5953 "coordinates": [
5954 -66.0018,
5955 18.4394
5956 ]
5957 }
5958 },
5959 {
5960 "type": "Feature",
5961 "properties": {
5962 "layer": "stop",
5963 "name": "CGH",
5964 "transit": false
5965 },
5966 "geometry": {
5967 "type": "Point",
5968 "coordinates": [
5969 -46.6564,
5970 -23.6261
5971 ]
5972 }
5973 },
5974 {
5975 "type": "Feature",
5976 "properties": {
5977 "layer": "stop",
5978 "name": "SDU",
5979 "transit": false
5980 },
5981 "geometry": {
5982 "type": "Point",
5983 "coordinates": [
5984 -43.1631,
5985 -22.9105
5986 ]
5987 }
5988 },
5989 {
5990 "type": "Feature",
5991 "properties": {
5992 "layer": "stop",
5993 "name": "DSS",
5994 "transit": false
5995 },
5996 "geometry": {
5997 "type": "Point",
5998 "coordinates": [
5999 -17.4902,
6000 14.7397
6001 ]
6002 }
6003 },
6004 {
6005 "type": "Feature",
6006 "properties": {
6007 "layer": "stop",
6008 "name": "LIS",
6009 "transit": false
6010 },
6011 "geometry": {
6012 "type": "Point",
6013 "coordinates": [
6014 -9.1354,
6015 38.7742
6016 ]
6017 }
6018 },
6019 {
6020 "type": "Feature",
6021 "properties": {
6022 "layer": "stop",
6023 "name": "DEN",
6024 "transit": false
6025 },
6026 "geometry": {
6027 "type": "Point",
6028 "coordinates": [
6029 -104.6732,
6030 39.8561
6031 ]
6032 }
6033 },
6034 {
6035 "type": "Feature",
6036 "properties": {
6037 "layer": "stop",
6038 "name": "STL",
6039 "transit": false
6040 },
6041 "geometry": {
6042 "type": "Point",
6043 "coordinates": [
6044 -90.37,
6045 38.7487
6046 ]
6047 }
6048 },
6049 {
6050 "type": "Feature",
6051 "properties": {
6052 "layer": "stop",
6053 "name": "NYO",
6054 "transit": false
6055 },
6056 "geometry": {
6057 "type": "Point",
6058 "coordinates": [
6059 16.9122,
6060 58.7886
6061 ]
6062 }
6063 },
6064 {
6065 "type": "Feature",
6066 "properties": {
6067 "layer": "stop",
6068 "name": "Sarajevo, BA",
6069 "transit": false
6070 },
6071 "geometry": {
6072 "type": "Point",
6073 "coordinates": [
6074 18.4131,
6075 43.8563
6076 ]
6077 }
6078 }
6079 ]
6080}