1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "country",
8 "name": "Albania",
9 "iso": "AL",
10 "visitCount": 2,
11 "trips": [
12 {
13 "file": "albania-2010.md",
14 "title": "Albania 2010",
15 "date": "2010-10-30"
16 },
17 {
18 "file": "albania-border-2010.md",
19 "title": "Albania border 2010",
20 "date": "2010-09-01"
21 }
22 ]
23 },
24 "geometry": {
25 "type": "Point",
26 "coordinates": [
27 20.17,
28 41.15
29 ]
30 }
31 },
32 {
33 "type": "Feature",
34 "properties": {
35 "layer": "country",
36 "name": "Montenegro",
37 "iso": "ME",
38 "visitCount": 11,
39 "trips": [
40 {
41 "file": "albania-2010.md",
42 "title": "Albania 2010",
43 "date": "2010-10-30"
44 },
45 {
46 "file": "albania-border-2010.md",
47 "title": "Albania border 2010",
48 "date": "2010-09-01"
49 },
50 {
51 "file": "balkans-2012.md",
52 "title": "Balkans 2012",
53 "date": "2012-06-22"
54 },
55 {
56 "file": "belgrade-us-visa-trip.md",
57 "title": "Belgrade US visa trip",
58 "date": "2011-12-20"
59 },
60 {
61 "file": "berlin-first-trip-2011.md",
62 "title": "Berlin First Trip 2011",
63 "date": "2011-11-10"
64 },
65 {
66 "file": "gdynia-and-balkans-2023.md",
67 "title": "Gdynia and Balkans 2023",
68 "date": "2023-04-17"
69 },
70 {
71 "file": "leaving-montenegro.md",
72 "title": "Leaving Montenegro",
73 "date": "2011-12-28"
74 },
75 {
76 "file": "leaving-ukraine.md",
77 "title": "Leaving Ukraine",
78 "date": "2010-08-08"
79 },
80 {
81 "file": "montenegro-first-trip.md",
82 "title": "Montenegro First Trip",
83 "date": "2010-05-21"
84 },
85 {
86 "file": "munich-and-prague-2011.md",
87 "title": "Munich and Prague 2011",
88 "date": "2011-08-22"
89 },
90 {
91 "file": "sweden-and-poland-2011.md",
92 "title": "Sweden and Poland 2011",
93 "date": "2011-05-15"
94 }
95 ]
96 },
97 "geometry": {
98 "type": "Point",
99 "coordinates": [
100 19.37,
101 42.71
102 ]
103 }
104 },
105 {
106 "type": "Feature",
107 "properties": {
108 "layer": "country",
109 "name": "Austria",
110 "iso": "AT",
111 "visitCount": 3,
112 "trips": [
113 {
114 "file": "balkans-2012.md",
115 "title": "Balkans 2012",
116 "date": "2012-06-22"
117 },
118 {
119 "file": "berlin-first-trip-2011.md",
120 "title": "Berlin First Trip 2011",
121 "date": "2011-11-10"
122 },
123 {
124 "file": "ukraine-and-berlin-2018.md",
125 "title": "Ukraine and Berlin 2018",
126 "date": "2018-04-11"
127 }
128 ]
129 },
130 "geometry": {
131 "type": "Point",
132 "coordinates": [
133 14.55,
134 47.52
135 ]
136 }
137 },
138 {
139 "type": "Feature",
140 "properties": {
141 "layer": "country",
142 "name": "Bosnia and Herzegovina",
143 "iso": "BA",
144 "visitCount": 1,
145 "trips": [
146 {
147 "file": "balkans-2012.md",
148 "title": "Balkans 2012",
149 "date": "2012-06-22"
150 }
151 ]
152 },
153 "geometry": {
154 "type": "Point",
155 "coordinates": [
156 17.68,
157 43.92
158 ]
159 }
160 },
161 {
162 "type": "Feature",
163 "properties": {
164 "layer": "country",
165 "name": "Croatia",
166 "iso": "HR",
167 "visitCount": 4,
168 "trips": [
169 {
170 "file": "balkans-2012.md",
171 "title": "Balkans 2012",
172 "date": "2012-06-22"
173 },
174 {
175 "file": "gdynia-and-balkans-2023.md",
176 "title": "Gdynia and Balkans 2023",
177 "date": "2023-04-17"
178 },
179 {
180 "file": "montenegro-first-trip.md",
181 "title": "Montenegro First Trip",
182 "date": "2010-05-21"
183 },
184 {
185 "file": "slovenia-spring-2025.md",
186 "title": "Slovenia Spring 2025",
187 "date": "2025-03-29"
188 }
189 ]
190 },
191 "geometry": {
192 "type": "Point",
193 "coordinates": [
194 15.2,
195 45.1
196 ]
197 }
198 },
199 {
200 "type": "Feature",
201 "properties": {
202 "layer": "country",
203 "name": "Germany",
204 "iso": "DE",
205 "visitCount": 12,
206 "trips": [
207 {
208 "file": "balkans-2012.md",
209 "title": "Balkans 2012",
210 "date": "2012-06-22"
211 },
212 {
213 "file": "berlin-2012.md",
214 "title": "Berlin 2012",
215 "date": "2012-10-13"
216 },
217 {
218 "file": "berlin-first-trip-2011.md",
219 "title": "Berlin First Trip 2011",
220 "date": "2011-11-10"
221 },
222 {
223 "file": "brazil-2012-2013.md",
224 "title": "Brazil 2012-2013",
225 "date": "2012-11-16"
226 },
227 {
228 "file": "europe-spring-2022.md",
229 "title": "Europe Spring 2022",
230 "date": "2022-02-28"
231 },
232 {
233 "file": "europe-summer-2018.md",
234 "title": "Europe Summer 2018",
235 "date": "2018-08-10"
236 },
237 {
238 "file": "first-trip-abroad-2008.md",
239 "title": "First Trip Abroad 2008",
240 "date": "2008-10-31"
241 },
242 {
243 "file": "germany-march-2024.md",
244 "title": "Germany March 2024",
245 "date": "2024-03-09"
246 },
247 {
248 "file": "istanbul-and-macedonia-2014.md",
249 "title": "Istanbul and Macedonia 2014",
250 "date": "2014-01-26"
251 },
252 {
253 "file": "munich-and-prague-2011.md",
254 "title": "Munich and Prague 2011",
255 "date": "2011-08-22"
256 },
257 {
258 "file": "study-in-new-york-2013.md",
259 "title": "Study in New York 2013",
260 "date": "2013-09-27"
261 },
262 {
263 "file": "ukraine-and-berlin-2018.md",
264 "title": "Ukraine and Berlin 2018",
265 "date": "2018-04-11"
266 }
267 ]
268 },
269 "geometry": {
270 "type": "Point",
271 "coordinates": [
272 10.45,
273 51.17
274 ]
275 }
276 },
277 {
278 "type": "Feature",
279 "properties": {
280 "layer": "country",
281 "name": "Serbia",
282 "iso": "RS",
283 "visitCount": 6,
284 "trips": [
285 {
286 "file": "balkans-2012.md",
287 "title": "Balkans 2012",
288 "date": "2012-06-22"
289 },
290 {
291 "file": "belgrade-us-visa-trip.md",
292 "title": "Belgrade US visa trip",
293 "date": "2011-12-20"
294 },
295 {
296 "file": "berlin-first-trip-2011.md",
297 "title": "Berlin First Trip 2011",
298 "date": "2011-11-10"
299 },
300 {
301 "file": "gdynia-and-balkans-2023.md",
302 "title": "Gdynia and Balkans 2023",
303 "date": "2023-04-17"
304 },
305 {
306 "file": "munich-and-prague-2011.md",
307 "title": "Munich and Prague 2011",
308 "date": "2011-08-22"
309 },
310 {
311 "file": "sweden-and-poland-2011.md",
312 "title": "Sweden and Poland 2011",
313 "date": "2011-05-15"
314 }
315 ]
316 },
317 "geometry": {
318 "type": "Point",
319 "coordinates": [
320 21.01,
321 44.02
322 ]
323 }
324 },
325 {
326 "type": "Feature",
327 "properties": {
328 "layer": "country",
329 "name": "Ukraine",
330 "iso": "UA",
331 "visitCount": 14,
332 "trips": [
333 {
334 "file": "balkans-2012.md",
335 "title": "Balkans 2012",
336 "date": "2012-06-22"
337 },
338 {
339 "file": "berlin-2012.md",
340 "title": "Berlin 2012",
341 "date": "2012-10-13"
342 },
343 {
344 "file": "brazil-2012-2013.md",
345 "title": "Brazil 2012-2013",
346 "date": "2012-11-16"
347 },
348 {
349 "file": "carpathian-mountains-2010.md",
350 "title": "Carpathian Mountains 2010",
351 "date": "2010-02-23"
352 },
353 {
354 "file": "europe-summer-2018.md",
355 "title": "Europe Summer 2018",
356 "date": "2018-08-10"
357 },
358 {
359 "file": "first-trip-abroad-2008.md",
360 "title": "First Trip Abroad 2008",
361 "date": "2008-10-31"
362 },
363 {
364 "file": "istanbul-and-macedonia-2014.md",
365 "title": "Istanbul and Macedonia 2014",
366 "date": "2014-01-26"
367 },
368 {
369 "file": "kyiv-january-2014.md",
370 "title": "Kyiv January 2014",
371 "date": "2014-01-09"
372 },
373 {
374 "file": "leaving-montenegro.md",
375 "title": "Leaving Montenegro",
376 "date": "2011-12-28"
377 },
378 {
379 "file": "leaving-ukraine.md",
380 "title": "Leaving Ukraine",
381 "date": "2010-08-08"
382 },
383 {
384 "file": "montenegro-first-trip.md",
385 "title": "Montenegro First Trip",
386 "date": "2010-05-21"
387 },
388 {
389 "file": "study-in-new-york-2013.md",
390 "title": "Study in New York 2013",
391 "date": "2013-09-27"
392 },
393 {
394 "file": "ukraine-and-berlin-2018.md",
395 "title": "Ukraine and Berlin 2018",
396 "date": "2018-04-11"
397 },
398 {
399 "file": "volunteering-in-ukraine-2019.md",
400 "title": "Volunteering in Ukraine 2019",
401 "date": "2019-04-13"
402 }
403 ]
404 },
405 "geometry": {
406 "type": "Point",
407 "coordinates": [
408 31.17,
409 48.38
410 ]
411 }
412 },
413 {
414 "type": "Feature",
415 "properties": {
416 "layer": "country",
417 "name": "United States",
418 "iso": "US",
419 "visitCount": 66,
420 "trips": [
421 {
422 "file": "bike-trip-to-napa-2016.md",
423 "title": "Bike trip to Napa 2016",
424 "date": "2016-07-08"
425 },
426 {
427 "file": "brookfield-2021.md",
428 "title": "Brookfield 2021",
429 "date": "2021-08-06"
430 },
431 {
432 "file": "brookfield-2022.md",
433 "title": "Brookfield 2022",
434 "date": "2022-06-25"
435 },
436 {
437 "file": "buenos-aires-2019.md",
438 "title": "Buenos Aires 2019",
439 "date": "2019-11-30"
440 },
441 {
442 "file": "buenos-aires-and-paris.md",
443 "title": "Buenos Aires and Paris",
444 "date": "2018-11-15"
445 },
446 {
447 "file": "california-2021.md",
448 "title": "California 2021",
449 "date": "2021-09-30"
450 },
451 {
452 "file": "copenhagen-2019.md",
453 "title": "Copenhagen 2019",
454 "date": "2019-07-24"
455 },
456 {
457 "file": "europe-spring-2022.md",
458 "title": "Europe Spring 2022",
459 "date": "2022-02-28"
460 },
461 {
462 "file": "europe-summer-2018.md",
463 "title": "Europe Summer 2018",
464 "date": "2018-08-10"
465 },
466 {
467 "file": "europe-summer-2021.md",
468 "title": "Europe Summer 2021",
469 "date": "2021-07-01"
470 },
471 {
472 "file": "euro-trip-autumn-2022.md",
473 "title": "Euro Trip Autumn 2022",
474 "date": "2022-10-03"
475 },
476 {
477 "file": "first-surfing-trip.md",
478 "title": "First surfing trip",
479 "date": "2020-01-18"
480 },
481 {
482 "file": "germany-march-2024.md",
483 "title": "Germany March 2024",
484 "date": "2024-03-09"
485 },
486 {
487 "file": "gili-and-bali-2017.md",
488 "title": "Gili and Bali 2017",
489 "date": "2017-03-24"
490 },
491 {
492 "file": "hawaii-first-time.md",
493 "title": "Hawaii First Time",
494 "date": "2019-05-24"
495 },
496 {
497 "file": "hong-kong-birthday-trip.md",
498 "title": "Hong Kong Birthday Trip",
499 "date": "2017-06-29"
500 },
501 {
502 "file": "hong-kong-first-trip-2016.md",
503 "title": "Hong Kong First Trip 2016",
504 "date": "2016-08-24"
505 },
506 {
507 "file": "hong-kong-second-trip.md",
508 "title": "Hong Kong Second Trip",
509 "date": "2016-10-29"
510 },
511 {
512 "file": "istanbul-and-macedonia-2014.md",
513 "title": "Istanbul and Macedonia 2014",
514 "date": "2014-01-26"
515 },
516 {
517 "file": "istanbul-family-trip.md",
518 "title": "Istanbul Family Trip",
519 "date": "2015-08-15"
520 },
521 {
522 "file": "la-birthday-2018.md",
523 "title": "LA birthday 2018",
524 "date": "2018-07-06"
525 },
526 {
527 "file": "la-november-2019.md",
528 "title": "LA November 2019",
529 "date": "2019-11-08"
530 },
531 {
532 "file": "la-second-trip-2015.md",
533 "title": "LA Second Trip 2015",
534 "date": "2015-05-22"
535 },
536 {
537 "file": "las-vegas-first-trip-2015.md",
538 "title": "Las Vegas First Trip 2015",
539 "date": "2015-04-12"
540 },
541 {
542 "file": "london-and-poland-2023.md",
543 "title": "London and Poland 2023",
544 "date": "2023-01-31"
545 },
546 {
547 "file": "london-first-trip-2016.md",
548 "title": "London First Trip 2016",
549 "date": "2016-05-06"
550 },
551 {
552 "file": "mammoth-2019.md",
553 "title": "Mammoth 2019",
554 "date": "2019-05-17"
555 },
556 {
557 "file": "mexico-city-and-tijuana-2018.md",
558 "title": "Mexico City and Tijuana 2018",
559 "date": "2018-10-05"
560 },
561 {
562 "file": "mexico-family-time-2021.md",
563 "title": "Mexico Family Time 2021",
564 "date": "2021-12-13"
565 },
566 {
567 "file": "mexico-family-time-2022.md",
568 "title": "Mexico Family Time 2022",
569 "date": "2022-01-30"
570 },
571 {
572 "file": "mexico-road-trip-2021.md",
573 "title": "Mexico Road Trip 2021",
574 "date": "2021-01-30"
575 },
576 {
577 "file": "mexico-trip-2020.md",
578 "title": "Mexico Trip 2020",
579 "date": "2020-11-21"
580 },
581 {
582 "file": "mexico-winter-2022-2023.md",
583 "title": "Mexico Winter 2022-2023",
584 "date": "2022-12-18"
585 },
586 {
587 "file": "miami-august-2025.md",
588 "title": "Miami August 2025",
589 "date": "2025-08-01"
590 },
591 {
592 "file": "miami-december-2025.md",
593 "title": "Miami December 2025",
594 "date": "2025-12-02"
595 },
596 {
597 "file": "miami-february-2024.md",
598 "title": "Miami February 2024",
599 "date": "2024-02-25"
600 },
601 {
602 "file": "miami-november-2023.md",
603 "title": "Miami November 2023",
604 "date": "2023-11-04"
605 },
606 {
607 "file": "move-to-nyc.md",
608 "title": "Move to NYC",
609 "date": "2020-09-26"
610 },
611 {
612 "file": "new-york-city-may-2017.md",
613 "title": "New York City May 2017",
614 "date": "2017-05-04"
615 },
616 {
617 "file": "new-york-city-october-2017.md",
618 "title": "New York City October 2017",
619 "date": "2017-10-05"
620 },
621 {
622 "file": "new-york-city-october-2019.md",
623 "title": "New York City October 2019",
624 "date": "2019-09-28"
625 },
626 {
627 "file": "new-york-may-2025.md",
628 "title": "New York May 2025",
629 "date": "2025-05-07"
630 },
631 {
632 "file": "new-york-september-2023.md",
633 "title": "New York September 2023",
634 "date": "2023-09-12"
635 },
636 {
637 "file": "new-york-winter-2026.md",
638 "title": "New York Winter 2026",
639 "date": "2026-02-20"
640 },
641 {
642 "file": "phoenix-may-2017.md",
643 "title": "Phoenix May 2017",
644 "date": "2017-05-19"
645 },
646 {
647 "file": "playa-del-carmen-2014.md",
648 "title": "Playa del Carmen 2014",
649 "date": "2014-12-04"
650 },
651 {
652 "file": "portland-first-trip-2015.md",
653 "title": "Portland First Trip 2015",
654 "date": "2015-04-18"
655 },
656 {
657 "file": "portland-second-trip.md",
658 "title": "Portland Second Trip",
659 "date": "2017-06-23"
660 },
661 {
662 "file": "provo-2015.md",
663 "title": "Provo 2015",
664 "date": "2015-03-07"
665 },
666 {
667 "file": "puerto-rico-first-time.md",
668 "title": "Puerto Rico First Time",
669 "date": "2019-11-22"
670 },
671 {
672 "file": "rio-2021.md",
673 "title": "Rio 2021",
674 "date": "2021-11-21"
675 },
676 {
677 "file": "san-diego-2022.md",
678 "title": "San Diego 2022",
679 "date": "2022-09-07"
680 },
681 {
682 "file": "solo-bike-trip-2016.md",
683 "title": "Solo bike trip 2016",
684 "date": "2016-02-15"
685 },
686 {
687 "file": "spain-portugal-2021.md",
688 "title": "Spain Portugal 2021",
689 "date": "2021-09-01"
690 },
691 {
692 "file": "st-louis-2015.md",
693 "title": "St. Louis 2015",
694 "date": "2015-09-23"
695 },
696 {
697 "file": "study-in-new-york-2013.md",
698 "title": "Study in New York 2013",
699 "date": "2013-09-27"
700 },
701 {
702 "file": "temecula-february-2019.md",
703 "title": "Temecula February 2019",
704 "date": "2019-02-24"
705 },
706 {
707 "file": "tijuana-and-san-diego-2018.md",
708 "title": "Tijuana and San Diego 2018",
709 "date": "2018-02-02"
710 },
711 {
712 "file": "tijuana-last-trip-2018.md",
713 "title": "Tijuana Last Trip 2018",
714 "date": "2018-10-12"
715 },
716 {
717 "file": "toronto-and-detroit-2025.md",
718 "title": "Toronto and Detroit 2025",
719 "date": "2025-06-10"
720 },
721 {
722 "file": "ukraine-and-berlin-2018.md",
723 "title": "Ukraine and Berlin 2018",
724 "date": "2018-04-11"
725 },
726 {
727 "file": "upstate-ny-2022.md",
728 "title": "Upstate NY 2022",
729 "date": "2022-06-21"
730 },
731 {
732 "file": "us-trip-autumn-2025.md",
733 "title": "US Trip Autumn 2025",
734 "date": "2025-09-09"
735 },
736 {
737 "file": "vail-2019.md",
738 "title": "Vail 2019",
739 "date": "2019-02-14"
740 },
741 {
742 "file": "volunteering-in-ukraine-2019.md",
743 "title": "Volunteering in Ukraine 2019",
744 "date": "2019-04-13"
745 },
746 {
747 "file": "yosemite-2020.md",
748 "title": "Yosemite 2020",
749 "date": "2020-07-18"
750 }
751 ]
752 },
753 "geometry": {
754 "type": "Point",
755 "coordinates": [
756 -95.71,
757 37.09
758 ]
759 }
760 },
761 {
762 "type": "Feature",
763 "properties": {
764 "layer": "country",
765 "name": "Brazil",
766 "iso": "BR",
767 "visitCount": 3,
768 "trips": [
769 {
770 "file": "brazil-2012-2013.md",
771 "title": "Brazil 2012-2013",
772 "date": "2012-11-16"
773 },
774 {
775 "file": "ecuador-and-argentina-2013.md",
776 "title": "Ecuador and Argentina 2013",
777 "date": "2013-08-05"
778 },
779 {
780 "file": "rio-2021.md",
781 "title": "Rio 2021",
782 "date": "2021-11-21"
783 }
784 ]
785 },
786 "geometry": {
787 "type": "Point",
788 "coordinates": [
789 -51.93,
790 -14.24
791 ]
792 }
793 },
794 {
795 "type": "Feature",
796 "properties": {
797 "layer": "country",
798 "name": "Panama",
799 "iso": "PA",
800 "visitCount": 4,
801 "trips": [
802 {
803 "file": "brazil-2012-2013.md",
804 "title": "Brazil 2012-2013",
805 "date": "2012-11-16"
806 },
807 {
808 "file": "central-america-2013.md",
809 "title": "Central America 2013",
810 "date": "2013-01-30"
811 },
812 {
813 "file": "ecuador-and-argentina-2013.md",
814 "title": "Ecuador and Argentina 2013",
815 "date": "2013-08-05"
816 },
817 {
818 "file": "study-in-new-york-2013.md",
819 "title": "Study in New York 2013",
820 "date": "2013-09-27"
821 }
822 ]
823 },
824 "geometry": {
825 "type": "Point",
826 "coordinates": [
827 -80.78,
828 8.54
829 ]
830 }
831 },
832 {
833 "type": "Feature",
834 "properties": {
835 "layer": "country",
836 "name": "Argentina",
837 "iso": "AR",
838 "visitCount": 3,
839 "trips": [
840 {
841 "file": "buenos-aires-2019.md",
842 "title": "Buenos Aires 2019",
843 "date": "2019-11-30"
844 },
845 {
846 "file": "buenos-aires-and-paris.md",
847 "title": "Buenos Aires and Paris",
848 "date": "2018-11-15"
849 },
850 {
851 "file": "ecuador-and-argentina-2013.md",
852 "title": "Ecuador and Argentina 2013",
853 "date": "2013-08-05"
854 }
855 ]
856 },
857 "geometry": {
858 "type": "Point",
859 "coordinates": [
860 -63.62,
861 -38.42
862 ]
863 }
864 },
865 {
866 "type": "Feature",
867 "properties": {
868 "layer": "country",
869 "name": "France",
870 "iso": "FR",
871 "visitCount": 2,
872 "trips": [
873 {
874 "file": "buenos-aires-and-paris.md",
875 "title": "Buenos Aires and Paris",
876 "date": "2018-11-15"
877 },
878 {
879 "file": "europe-summer-2021.md",
880 "title": "Europe Summer 2021",
881 "date": "2021-07-01"
882 }
883 ]
884 },
885 "geometry": {
886 "type": "Point",
887 "coordinates": [
888 2.21,
889 46.23
890 ]
891 }
892 },
893 {
894 "type": "Feature",
895 "properties": {
896 "layer": "country",
897 "name": "Spain",
898 "iso": "ES",
899 "visitCount": 5,
900 "trips": [
901 {
902 "file": "buenos-aires-and-paris.md",
903 "title": "Buenos Aires and Paris",
904 "date": "2018-11-15"
905 },
906 {
907 "file": "europe-summer-2018.md",
908 "title": "Europe Summer 2018",
909 "date": "2018-08-10"
910 },
911 {
912 "file": "euro-trip-autumn-2022.md",
913 "title": "Euro Trip Autumn 2022",
914 "date": "2022-10-03"
915 },
916 {
917 "file": "spain-portugal-2021.md",
918 "title": "Spain Portugal 2021",
919 "date": "2021-09-01"
920 },
921 {
922 "file": "spain-portugal-december-2023.md",
923 "title": "Spain and Portugal December 2023",
924 "date": "2023-12-02"
925 }
926 ]
927 },
928 "geometry": {
929 "type": "Point",
930 "coordinates": [
931 -3.75,
932 40.46
933 ]
934 }
935 },
936 {
937 "type": "Feature",
938 "properties": {
939 "layer": "country",
940 "name": "Costa Rica",
941 "iso": "CR",
942 "visitCount": 1,
943 "trips": [
944 {
945 "file": "central-america-2013.md",
946 "title": "Central America 2013",
947 "date": "2013-01-30"
948 }
949 ]
950 },
951 "geometry": {
952 "type": "Point",
953 "coordinates": [
954 -83.75,
955 9.75
956 ]
957 }
958 },
959 {
960 "type": "Feature",
961 "properties": {
962 "layer": "country",
963 "name": "Ecuador",
964 "iso": "EC",
965 "visitCount": 2,
966 "trips": [
967 {
968 "file": "central-america-2013.md",
969 "title": "Central America 2013",
970 "date": "2013-01-30"
971 },
972 {
973 "file": "ecuador-and-argentina-2013.md",
974 "title": "Ecuador and Argentina 2013",
975 "date": "2013-08-05"
976 }
977 ]
978 },
979 "geometry": {
980 "type": "Point",
981 "coordinates": [
982 -78.18,
983 -1.83
984 ]
985 }
986 },
987 {
988 "type": "Feature",
989 "properties": {
990 "layer": "country",
991 "name": "El Salvador",
992 "iso": "SV",
993 "visitCount": 1,
994 "trips": [
995 {
996 "file": "central-america-2013.md",
997 "title": "Central America 2013",
998 "date": "2013-01-30"
999 }
1000 ]
1001 },
1002 "geometry": {
1003 "type": "Point",
1004 "coordinates": [
1005 -88.9,
1006 13.79
1007 ]
1008 }
1009 },
1010 {
1011 "type": "Feature",
1012 "properties": {
1013 "layer": "country",
1014 "name": "Guatemala",
1015 "iso": "GT",
1016 "visitCount": 1,
1017 "trips": [
1018 {
1019 "file": "central-america-2013.md",
1020 "title": "Central America 2013",
1021 "date": "2013-01-30"
1022 }
1023 ]
1024 },
1025 "geometry": {
1026 "type": "Point",
1027 "coordinates": [
1028 -90.23,
1029 15.78
1030 ]
1031 }
1032 },
1033 {
1034 "type": "Feature",
1035 "properties": {
1036 "layer": "country",
1037 "name": "Honduras",
1038 "iso": "HN",
1039 "visitCount": 1,
1040 "trips": [
1041 {
1042 "file": "central-america-2013.md",
1043 "title": "Central America 2013",
1044 "date": "2013-01-30"
1045 }
1046 ]
1047 },
1048 "geometry": {
1049 "type": "Point",
1050 "coordinates": [
1051 -86.24,
1052 15.2
1053 ]
1054 }
1055 },
1056 {
1057 "type": "Feature",
1058 "properties": {
1059 "layer": "country",
1060 "name": "Mexico",
1061 "iso": "MX",
1062 "visitCount": 11,
1063 "trips": [
1064 {
1065 "file": "central-america-2013.md",
1066 "title": "Central America 2013",
1067 "date": "2013-01-30"
1068 },
1069 {
1070 "file": "ensenada-2025.md",
1071 "title": "Ensenada 2025",
1072 "date": "2025-01-30"
1073 },
1074 {
1075 "file": "mexico-city-and-tijuana-2018.md",
1076 "title": "Mexico City and Tijuana 2018",
1077 "date": "2018-10-05"
1078 },
1079 {
1080 "file": "mexico-family-time-2021.md",
1081 "title": "Mexico Family Time 2021",
1082 "date": "2021-12-13"
1083 },
1084 {
1085 "file": "mexico-family-time-2022.md",
1086 "title": "Mexico Family Time 2022",
1087 "date": "2022-01-30"
1088 },
1089 {
1090 "file": "mexico-road-trip-2021.md",
1091 "title": "Mexico Road Trip 2021",
1092 "date": "2021-01-30"
1093 },
1094 {
1095 "file": "mexico-trip-2020.md",
1096 "title": "Mexico Trip 2020",
1097 "date": "2020-11-21"
1098 },
1099 {
1100 "file": "mexico-winter-2022-2023.md",
1101 "title": "Mexico Winter 2022-2023",
1102 "date": "2022-12-18"
1103 },
1104 {
1105 "file": "playa-del-carmen-2014.md",
1106 "title": "Playa del Carmen 2014",
1107 "date": "2014-12-04"
1108 },
1109 {
1110 "file": "tijuana-and-san-diego-2018.md",
1111 "title": "Tijuana and San Diego 2018",
1112 "date": "2018-02-02"
1113 },
1114 {
1115 "file": "tijuana-last-trip-2018.md",
1116 "title": "Tijuana Last Trip 2018",
1117 "date": "2018-10-12"
1118 }
1119 ]
1120 },
1121 "geometry": {
1122 "type": "Point",
1123 "coordinates": [
1124 -102.55,
1125 23.63
1126 ]
1127 }
1128 },
1129 {
1130 "type": "Feature",
1131 "properties": {
1132 "layer": "country",
1133 "name": "Nicaragua",
1134 "iso": "NI",
1135 "visitCount": 1,
1136 "trips": [
1137 {
1138 "file": "central-america-2013.md",
1139 "title": "Central America 2013",
1140 "date": "2013-01-30"
1141 }
1142 ]
1143 },
1144 "geometry": {
1145 "type": "Point",
1146 "coordinates": [
1147 -85.21,
1148 12.87
1149 ]
1150 }
1151 },
1152 {
1153 "type": "Feature",
1154 "properties": {
1155 "layer": "country",
1156 "name": "Denmark",
1157 "iso": "DK",
1158 "visitCount": 2,
1159 "trips": [
1160 {
1161 "file": "copenhagen-2019.md",
1162 "title": "Copenhagen 2019",
1163 "date": "2019-07-24"
1164 },
1165 {
1166 "file": "europe-summer-2018.md",
1167 "title": "Europe Summer 2018",
1168 "date": "2018-08-10"
1169 }
1170 ]
1171 },
1172 "geometry": {
1173 "type": "Point",
1174 "coordinates": [
1175 9.5,
1176 56.26
1177 ]
1178 }
1179 },
1180 {
1181 "type": "Feature",
1182 "properties": {
1183 "layer": "country",
1184 "name": "Ireland",
1185 "iso": "IE",
1186 "visitCount": 4,
1187 "trips": [
1188 {
1189 "file": "dublin-2026.md",
1190 "title": "Dublin 2026",
1191 "date": "2026-03-31"
1192 },
1193 {
1194 "file": "dublin-january-2024.md",
1195 "title": "Dublin January 2024",
1196 "date": "2024-01-14"
1197 },
1198 {
1199 "file": "dublin-october-2023.md",
1200 "title": "Dublin October 2023",
1201 "date": "2023-10-01"
1202 },
1203 {
1204 "file": "europe-spring-2022.md",
1205 "title": "Europe Spring 2022",
1206 "date": "2022-02-28"
1207 }
1208 ]
1209 },
1210 "geometry": {
1211 "type": "Point",
1212 "coordinates": [
1213 -8.24,
1214 53.41
1215 ]
1216 }
1217 },
1218 {
1219 "type": "Feature",
1220 "properties": {
1221 "layer": "country",
1222 "name": "Chile",
1223 "iso": "CL",
1224 "visitCount": 1,
1225 "trips": [
1226 {
1227 "file": "ecuador-and-argentina-2013.md",
1228 "title": "Ecuador and Argentina 2013",
1229 "date": "2013-08-05"
1230 }
1231 ]
1232 },
1233 "geometry": {
1234 "type": "Point",
1235 "coordinates": [
1236 -71.54,
1237 -35.68
1238 ]
1239 }
1240 },
1241 {
1242 "type": "Feature",
1243 "properties": {
1244 "layer": "country",
1245 "name": "Estonia",
1246 "iso": "EE",
1247 "visitCount": 1,
1248 "trips": [
1249 {
1250 "file": "europe-spring-2022.md",
1251 "title": "Europe Spring 2022",
1252 "date": "2022-02-28"
1253 }
1254 ]
1255 },
1256 "geometry": {
1257 "type": "Point",
1258 "coordinates": [
1259 25.01,
1260 58.6
1261 ]
1262 }
1263 },
1264 {
1265 "type": "Feature",
1266 "properties": {
1267 "layer": "country",
1268 "name": "Finland",
1269 "iso": "FI",
1270 "visitCount": 1,
1271 "trips": [
1272 {
1273 "file": "europe-spring-2022.md",
1274 "title": "Europe Spring 2022",
1275 "date": "2022-02-28"
1276 }
1277 ]
1278 },
1279 "geometry": {
1280 "type": "Point",
1281 "coordinates": [
1282 25.75,
1283 61.92
1284 ]
1285 }
1286 },
1287 {
1288 "type": "Feature",
1289 "properties": {
1290 "layer": "country",
1291 "name": "Poland",
1292 "iso": "PL",
1293 "visitCount": 13,
1294 "trips": [
1295 {
1296 "file": "europe-spring-2022.md",
1297 "title": "Europe Spring 2022",
1298 "date": "2022-02-28"
1299 },
1300 {
1301 "file": "euro-trip-autumn-2022.md",
1302 "title": "Euro Trip Autumn 2022",
1303 "date": "2022-10-03"
1304 },
1305 {
1306 "file": "gdynia-and-balkans-2023.md",
1307 "title": "Gdynia and Balkans 2023",
1308 "date": "2023-04-17"
1309 },
1310 {
1311 "file": "london-and-poland-2023.md",
1312 "title": "London and Poland 2023",
1313 "date": "2023-01-31"
1314 },
1315 {
1316 "file": "new-york-may-2025.md",
1317 "title": "New York May 2025",
1318 "date": "2025-05-07"
1319 },
1320 {
1321 "file": "new-york-winter-2026.md",
1322 "title": "New York Winter 2026",
1323 "date": "2026-02-20"
1324 },
1325 {
1326 "file": "poland-october-2025.md",
1327 "title": "Poland October 2025",
1328 "date": "2025-10-22"
1329 },
1330 {
1331 "file": "poland-september-2024.md",
1332 "title": "Poland September 2024",
1333 "date": "2024-09-12"
1334 },
1335 {
1336 "file": "poland-summer-2023.md",
1337 "title": "Poland Summer 2023",
1338 "date": "2023-08-20"
1339 },
1340 {
1341 "file": "senegal-first-time.md",
1342 "title": "Senegal. First time",
1343 "date": "2023-03-27"
1344 },
1345 {
1346 "file": "spain-portugal-december-2023.md",
1347 "title": "Spain and Portugal December 2023",
1348 "date": "2023-12-02"
1349 },
1350 {
1351 "file": "sweden-and-poland-2011.md",
1352 "title": "Sweden and Poland 2011",
1353 "date": "2011-05-15"
1354 },
1355 {
1356 "file": "us-trip-autumn-2025.md",
1357 "title": "US Trip Autumn 2025",
1358 "date": "2025-09-09"
1359 }
1360 ]
1361 },
1362 "geometry": {
1363 "type": "Point",
1364 "coordinates": [
1365 19.15,
1366 51.92
1367 ]
1368 }
1369 },
1370 {
1371 "type": "Feature",
1372 "properties": {
1373 "layer": "country",
1374 "name": "United Kingdom",
1375 "iso": "GB",
1376 "visitCount": 4,
1377 "trips": [
1378 {
1379 "file": "europe-spring-2022.md",
1380 "title": "Europe Spring 2022",
1381 "date": "2022-02-28"
1382 },
1383 {
1384 "file": "london-and-poland-2023.md",
1385 "title": "London and Poland 2023",
1386 "date": "2023-01-31"
1387 },
1388 {
1389 "file": "london-august-2025.md",
1390 "title": "London August 2025",
1391 "date": "2025-08-09"
1392 },
1393 {
1394 "file": "london-first-trip-2016.md",
1395 "title": "London First Trip 2016",
1396 "date": "2016-05-06"
1397 }
1398 ]
1399 },
1400 "geometry": {
1401 "type": "Point",
1402 "coordinates": [
1403 -3.44,
1404 55.38
1405 ]
1406 }
1407 },
1408 {
1409 "type": "Feature",
1410 "properties": {
1411 "layer": "country",
1412 "name": "Greece",
1413 "iso": "GR",
1414 "visitCount": 1,
1415 "trips": [
1416 {
1417 "file": "europe-summer-2018.md",
1418 "title": "Europe Summer 2018",
1419 "date": "2018-08-10"
1420 }
1421 ]
1422 },
1423 "geometry": {
1424 "type": "Point",
1425 "coordinates": [
1426 21.82,
1427 39.07
1428 ]
1429 }
1430 },
1431 {
1432 "type": "Feature",
1433 "properties": {
1434 "layer": "country",
1435 "name": "Iceland",
1436 "iso": "IS",
1437 "visitCount": 1,
1438 "trips": [
1439 {
1440 "file": "europe-summer-2018.md",
1441 "title": "Europe Summer 2018",
1442 "date": "2018-08-10"
1443 }
1444 ]
1445 },
1446 "geometry": {
1447 "type": "Point",
1448 "coordinates": [
1449 -19.02,
1450 64.96
1451 ]
1452 }
1453 },
1454 {
1455 "type": "Feature",
1456 "properties": {
1457 "layer": "country",
1458 "name": "Sweden",
1459 "iso": "SE",
1460 "visitCount": 2,
1461 "trips": [
1462 {
1463 "file": "europe-summer-2018.md",
1464 "title": "Europe Summer 2018",
1465 "date": "2018-08-10"
1466 },
1467 {
1468 "file": "sweden-and-poland-2011.md",
1469 "title": "Sweden and Poland 2011",
1470 "date": "2011-05-15"
1471 }
1472 ]
1473 },
1474 "geometry": {
1475 "type": "Point",
1476 "coordinates": [
1477 18.64,
1478 60.13
1479 ]
1480 }
1481 },
1482 {
1483 "type": "Feature",
1484 "properties": {
1485 "layer": "country",
1486 "name": "Italy",
1487 "iso": "IT",
1488 "visitCount": 2,
1489 "trips": [
1490 {
1491 "file": "europe-summer-2021.md",
1492 "title": "Europe Summer 2021",
1493 "date": "2021-07-01"
1494 },
1495 {
1496 "file": "trieste-and-sarajevo-2024.md",
1497 "title": "Trieste and Sarajevo 2024",
1498 "date": "2024-04-16"
1499 }
1500 ]
1501 },
1502 "geometry": {
1503 "type": "Point",
1504 "coordinates": [
1505 12.57,
1506 41.87
1507 ]
1508 }
1509 },
1510 {
1511 "type": "Feature",
1512 "properties": {
1513 "layer": "country",
1514 "name": "Switzerland",
1515 "iso": "CH",
1516 "visitCount": 2,
1517 "trips": [
1518 {
1519 "file": "europe-summer-2021.md",
1520 "title": "Europe Summer 2021",
1521 "date": "2021-07-01"
1522 },
1523 {
1524 "file": "geneva-2024.md",
1525 "title": "Geneva 2024",
1526 "date": "2024-06-09"
1527 }
1528 ]
1529 },
1530 "geometry": {
1531 "type": "Point",
1532 "coordinates": [
1533 8.23,
1534 46.82
1535 ]
1536 }
1537 },
1538 {
1539 "type": "Feature",
1540 "properties": {
1541 "layer": "country",
1542 "name": "Czechia",
1543 "iso": "CZ",
1544 "visitCount": 3,
1545 "trips": [
1546 {
1547 "file": "euro-trip-autumn-2022.md",
1548 "title": "Euro Trip Autumn 2022",
1549 "date": "2022-10-03"
1550 },
1551 {
1552 "file": "first-trip-abroad-2008.md",
1553 "title": "First Trip Abroad 2008",
1554 "date": "2008-10-31"
1555 },
1556 {
1557 "file": "munich-and-prague-2011.md",
1558 "title": "Munich and Prague 2011",
1559 "date": "2011-08-22"
1560 }
1561 ]
1562 },
1563 "geometry": {
1564 "type": "Point",
1565 "coordinates": [
1566 15.47,
1567 49.82
1568 ]
1569 }
1570 },
1571 {
1572 "type": "Feature",
1573 "properties": {
1574 "layer": "country",
1575 "name": "Slovenia",
1576 "iso": "SI",
1577 "visitCount": 2,
1578 "trips": [
1579 {
1580 "file": "gdynia-and-balkans-2023.md",
1581 "title": "Gdynia and Balkans 2023",
1582 "date": "2023-04-17"
1583 },
1584 {
1585 "file": "slovenia-spring-2025.md",
1586 "title": "Slovenia Spring 2025",
1587 "date": "2025-03-29"
1588 }
1589 ]
1590 },
1591 "geometry": {
1592 "type": "Point",
1593 "coordinates": [
1594 14.99,
1595 46.15
1596 ]
1597 }
1598 },
1599 {
1600 "type": "Feature",
1601 "properties": {
1602 "layer": "country",
1603 "name": "Indonesia",
1604 "iso": "ID",
1605 "visitCount": 1,
1606 "trips": [
1607 {
1608 "file": "gili-and-bali-2017.md",
1609 "title": "Gili and Bali 2017",
1610 "date": "2017-03-24"
1611 }
1612 ]
1613 },
1614 "geometry": {
1615 "type": "Point",
1616 "coordinates": [
1617 113.92,
1618 -0.79
1619 ]
1620 }
1621 },
1622 {
1623 "type": "Feature",
1624 "properties": {
1625 "layer": "country",
1626 "name": "Singapore",
1627 "iso": "SG",
1628 "visitCount": 1,
1629 "trips": [
1630 {
1631 "file": "gili-and-bali-2017.md",
1632 "title": "Gili and Bali 2017",
1633 "date": "2017-03-24"
1634 }
1635 ]
1636 },
1637 "geometry": {
1638 "type": "Point",
1639 "coordinates": [
1640 103.82,
1641 1.35
1642 ]
1643 }
1644 },
1645 {
1646 "type": "Feature",
1647 "properties": {
1648 "layer": "country",
1649 "name": "Hong Kong",
1650 "iso": "HK",
1651 "visitCount": 3,
1652 "trips": [
1653 {
1654 "file": "hong-kong-birthday-trip.md",
1655 "title": "Hong Kong Birthday Trip",
1656 "date": "2017-06-29"
1657 },
1658 {
1659 "file": "hong-kong-first-trip-2016.md",
1660 "title": "Hong Kong First Trip 2016",
1661 "date": "2016-08-24"
1662 },
1663 {
1664 "file": "hong-kong-second-trip.md",
1665 "title": "Hong Kong Second Trip",
1666 "date": "2016-10-29"
1667 }
1668 ]
1669 },
1670 "geometry": {
1671 "type": "Point",
1672 "coordinates": [
1673 114.17,
1674 22.32
1675 ]
1676 }
1677 },
1678 {
1679 "type": "Feature",
1680 "properties": {
1681 "layer": "country",
1682 "name": "North Macedonia",
1683 "iso": "MK",
1684 "visitCount": 1,
1685 "trips": [
1686 {
1687 "file": "istanbul-and-macedonia-2014.md",
1688 "title": "Istanbul and Macedonia 2014",
1689 "date": "2014-01-26"
1690 }
1691 ]
1692 },
1693 "geometry": {
1694 "type": "Point",
1695 "coordinates": [
1696 21.75,
1697 41.51
1698 ]
1699 }
1700 },
1701 {
1702 "type": "Feature",
1703 "properties": {
1704 "layer": "country",
1705 "name": "Turkey",
1706 "iso": "TR",
1707 "visitCount": 5,
1708 "trips": [
1709 {
1710 "file": "istanbul-and-macedonia-2014.md",
1711 "title": "Istanbul and Macedonia 2014",
1712 "date": "2014-01-26"
1713 },
1714 {
1715 "file": "istanbul-family-trip.md",
1716 "title": "Istanbul Family Trip",
1717 "date": "2015-08-15"
1718 },
1719 {
1720 "file": "london-and-poland-2023.md",
1721 "title": "London and Poland 2023",
1722 "date": "2023-01-31"
1723 },
1724 {
1725 "file": "senegal-first-time.md",
1726 "title": "Senegal. First time",
1727 "date": "2023-03-27"
1728 },
1729 {
1730 "file": "volunteering-in-ukraine-2019.md",
1731 "title": "Volunteering in Ukraine 2019",
1732 "date": "2019-04-13"
1733 }
1734 ]
1735 },
1736 "geometry": {
1737 "type": "Point",
1738 "coordinates": [
1739 35.24,
1740 38.96
1741 ]
1742 }
1743 },
1744 {
1745 "type": "Feature",
1746 "properties": {
1747 "layer": "country",
1748 "name": "Hungary",
1749 "iso": "HU",
1750 "visitCount": 1,
1751 "trips": [
1752 {
1753 "file": "leaving-montenegro.md",
1754 "title": "Leaving Montenegro",
1755 "date": "2011-12-28"
1756 }
1757 ]
1758 },
1759 "geometry": {
1760 "type": "Point",
1761 "coordinates": [
1762 19.5,
1763 47.16
1764 ]
1765 }
1766 },
1767 {
1768 "type": "Feature",
1769 "properties": {
1770 "layer": "country",
1771 "name": "Colombia",
1772 "iso": "CO",
1773 "visitCount": 2,
1774 "trips": [
1775 {
1776 "file": "mexico-family-time-2021.md",
1777 "title": "Mexico Family Time 2021",
1778 "date": "2021-12-13"
1779 },
1780 {
1781 "file": "rio-2021.md",
1782 "title": "Rio 2021",
1783 "date": "2021-11-21"
1784 }
1785 ]
1786 },
1787 "geometry": {
1788 "type": "Point",
1789 "coordinates": [
1790 -74.3,
1791 4.57
1792 ]
1793 }
1794 },
1795 {
1796 "type": "Feature",
1797 "properties": {
1798 "layer": "country",
1799 "name": "Puerto Rico",
1800 "iso": "PR",
1801 "visitCount": 1,
1802 "trips": [
1803 {
1804 "file": "puerto-rico-first-time.md",
1805 "title": "Puerto Rico First Time",
1806 "date": "2019-11-22"
1807 }
1808 ]
1809 },
1810 "geometry": {
1811 "type": "Point",
1812 "coordinates": [
1813 -66.59,
1814 18.22
1815 ]
1816 }
1817 },
1818 {
1819 "type": "Feature",
1820 "properties": {
1821 "layer": "country",
1822 "name": "Senegal",
1823 "iso": "SN",
1824 "visitCount": 1,
1825 "trips": [
1826 {
1827 "file": "senegal-first-time.md",
1828 "title": "Senegal. First time",
1829 "date": "2023-03-27"
1830 }
1831 ]
1832 },
1833 "geometry": {
1834 "type": "Point",
1835 "coordinates": [
1836 -14.45,
1837 14.5
1838 ]
1839 }
1840 },
1841 {
1842 "type": "Feature",
1843 "properties": {
1844 "layer": "country",
1845 "name": "Portugal",
1846 "iso": "PT",
1847 "visitCount": 2,
1848 "trips": [
1849 {
1850 "file": "spain-portugal-2021.md",
1851 "title": "Spain Portugal 2021",
1852 "date": "2021-09-01"
1853 },
1854 {
1855 "file": "spain-portugal-december-2023.md",
1856 "title": "Spain and Portugal December 2023",
1857 "date": "2023-12-02"
1858 }
1859 ]
1860 },
1861 "geometry": {
1862 "type": "Point",
1863 "coordinates": [
1864 -8.22,
1865 39.4
1866 ]
1867 }
1868 },
1869 {
1870 "type": "Feature",
1871 "properties": {
1872 "layer": "country",
1873 "name": "Canada",
1874 "iso": "CA",
1875 "visitCount": 1,
1876 "trips": [
1877 {
1878 "file": "toronto-and-detroit-2025.md",
1879 "title": "Toronto and Detroit 2025",
1880 "date": "2025-06-10"
1881 }
1882 ]
1883 },
1884 "geometry": {
1885 "type": "Point",
1886 "coordinates": [
1887 -106.35,
1888 56.13
1889 ]
1890 }
1891 },
1892 {
1893 "type": "Feature",
1894 "properties": {
1895 "layer": "country",
1896 "name": "Bosnia and Herzegovina",
1897 "iso": "BA",
1898 "visitCount": 1,
1899 "trips": [
1900 {
1901 "file": "trieste-and-sarajevo-2024.md",
1902 "title": "Trieste and Sarajevo 2024",
1903 "date": "2024-04-16"
1904 }
1905 ]
1906 },
1907 "geometry": {
1908 "type": "Point",
1909 "coordinates": [
1910 17.68,
1911 43.92
1912 ]
1913 }
1914 }
1915 ]
1916}