Apr 18, 2026 11.5 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "PTY",
9 "to": "MEX",
10 "date": "2013-01-30",
11 "mode": "flight(CM136)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -79.3835,
18 9.0714
19 ],
20 [
21 -99.0721,
22 19.4363
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "MEX",
32 "to": "CUN",
33 "date": "2013-02-06",
34 "mode": "flight(VOI712), transit"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -99.0721,
41 19.4363
42 ],
43 [
44 -86.877,
45 21.0365
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Cancun, MX",
55 "to": "Playa del Carmen, MX",
56 "date": "2013-02-06",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -86.8515,
64 21.1619
65 ],
66 [
67 -87.0739,
68 20.6296
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Playa del Carmen, MX",
78 "to": "Cancun, MX",
79 "date": "2013-05-04",
80 "mode": "bus, transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -87.0739,
87 20.6296
88 ],
89 [
90 -86.8515,
91 21.1619
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "CUN",
101 "to": "MEX",
102 "date": "2013-05-04",
103 "mode": "flight(4O2317), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -86.877,
110 21.0365
111 ],
112 [
113 -99.0721,
114 19.4363
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "MEX",
124 "to": "GUA",
125 "date": "2013-05-04",
126 "mode": "flight (flight)"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -99.0721,
133 19.4363
134 ],
135 [
136 -90.5275,
137 14.5833
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Guatemala City, GT",
147 "to": "San Salvador, SV",
148 "date": "2013-06-11",
149 "mode": "bus"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -90.5069,
156 14.6349
157 ],
158 [
159 -89.1872,
160 13.6929
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "San Salvador, SV",
170 "to": "Tegucigalpa, HN",
171 "date": "2013-06-22",
172 "mode": "bus"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 -89.1872,
179 13.6929
180 ],
181 [
182 -87.2068,
183 14.0723
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Tegucigalpa, HN",
193 "to": "Leon, NI",
194 "date": "2013-07-07",
195 "mode": "bus"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 -87.2068,
202 14.0723
203 ],
204 [
205 -86.878,
206 12.4346
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "route",
215 "from": "Leon, NI",
216 "to": "Managua, NI",
217 "date": "2013-07-20",
218 "mode": "bus"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 -86.878,
225 12.4346
226 ],
227 [
228 -86.2504,
229 12.115
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "route",
238 "from": "Managua, NI",
239 "to": "San Jose, CR",
240 "date": "2013-07-23",
241 "mode": "bus"
242 },
243 "geometry": {
244 "type": "LineString",
245 "coordinates": [
246 [
247 -86.2504,
248 12.115
249 ],
250 [
251 -84.0907,
252 9.9281
253 ]
254 ]
255 }
256 },
257 {
258 "type": "Feature",
259 "properties": {
260 "layer": "route",
261 "from": "San Jose, CR",
262 "to": "Panama City, PA",
263 "date": "2013-07-25",
264 "mode": "bus"
265 },
266 "geometry": {
267 "type": "LineString",
268 "coordinates": [
269 [
270 -84.0907,
271 9.9281
272 ],
273 [
274 -79.5197,
275 8.9824
276 ]
277 ]
278 }
279 },
280 {
281 "type": "Feature",
282 "properties": {
283 "layer": "flight",
284 "from": "PTY",
285 "to": "GYE",
286 "date": "2013-08-05",
287 "mode": "flight(EQ505), transit"
288 },
289 "geometry": {
290 "type": "LineString",
291 "coordinates": [
292 [
293 -79.3835,
294 9.0714
295 ],
296 [
297 -79.8836,
298 -2.1574
299 ]
300 ]
301 }
302 },
303 {
304 "type": "Feature",
305 "properties": {
306 "layer": "stop",
307 "name": "PTY",
308 "transit": false,
309 "trips": [
310 {
311 "file": "central-america-2013.md",
312 "title": "",
313 "date": "2013-01-30"
314 }
315 ]
316 },
317 "geometry": {
318 "type": "Point",
319 "coordinates": [
320 -79.3835,
321 9.0714
322 ]
323 }
324 },
325 {
326 "type": "Feature",
327 "properties": {
328 "layer": "stop",
329 "name": "MEX",
330 "transit": false,
331 "trips": [
332 {
333 "file": "central-america-2013.md",
334 "title": "",
335 "date": "2013-01-30"
336 }
337 ]
338 },
339 "geometry": {
340 "type": "Point",
341 "coordinates": [
342 -99.0721,
343 19.4363
344 ]
345 }
346 },
347 {
348 "type": "Feature",
349 "properties": {
350 "layer": "stop",
351 "name": "CUN",
352 "transit": true,
353 "trips": [
354 {
355 "file": "central-america-2013.md",
356 "title": "",
357 "date": "2013-02-06"
358 }
359 ]
360 },
361 "geometry": {
362 "type": "Point",
363 "coordinates": [
364 -86.877,
365 21.0365
366 ]
367 }
368 },
369 {
370 "type": "Feature",
371 "properties": {
372 "layer": "stop",
373 "name": "Cancun, MX",
374 "transit": false,
375 "trips": [
376 {
377 "file": "central-america-2013.md",
378 "title": "",
379 "date": "2013-02-06"
380 }
381 ]
382 },
383 "geometry": {
384 "type": "Point",
385 "coordinates": [
386 -86.8515,
387 21.1619
388 ]
389 }
390 },
391 {
392 "type": "Feature",
393 "properties": {
394 "layer": "stop",
395 "name": "Playa del Carmen, MX",
396 "transit": false,
397 "trips": [
398 {
399 "file": "central-america-2013.md",
400 "title": "",
401 "date": "2013-02-06"
402 }
403 ]
404 },
405 "geometry": {
406 "type": "Point",
407 "coordinates": [
408 -87.0739,
409 20.6296
410 ]
411 }
412 },
413 {
414 "type": "Feature",
415 "properties": {
416 "layer": "stop",
417 "name": "GUA",
418 "transit": false,
419 "trips": [
420 {
421 "file": "central-america-2013.md",
422 "title": "",
423 "date": "2013-05-04"
424 }
425 ]
426 },
427 "geometry": {
428 "type": "Point",
429 "coordinates": [
430 -90.5275,
431 14.5833
432 ]
433 }
434 },
435 {
436 "type": "Feature",
437 "properties": {
438 "layer": "stop",
439 "name": "Guatemala City, GT",
440 "transit": false,
441 "trips": [
442 {
443 "file": "central-america-2013.md",
444 "title": "",
445 "date": "2013-06-11"
446 }
447 ]
448 },
449 "geometry": {
450 "type": "Point",
451 "coordinates": [
452 -90.5069,
453 14.6349
454 ]
455 }
456 },
457 {
458 "type": "Feature",
459 "properties": {
460 "layer": "stop",
461 "name": "San Salvador, SV",
462 "transit": false,
463 "trips": [
464 {
465 "file": "central-america-2013.md",
466 "title": "",
467 "date": "2013-06-11"
468 }
469 ]
470 },
471 "geometry": {
472 "type": "Point",
473 "coordinates": [
474 -89.1872,
475 13.6929
476 ]
477 }
478 },
479 {
480 "type": "Feature",
481 "properties": {
482 "layer": "stop",
483 "name": "Tegucigalpa, HN",
484 "transit": false,
485 "trips": [
486 {
487 "file": "central-america-2013.md",
488 "title": "",
489 "date": "2013-06-22"
490 }
491 ]
492 },
493 "geometry": {
494 "type": "Point",
495 "coordinates": [
496 -87.2068,
497 14.0723
498 ]
499 }
500 },
501 {
502 "type": "Feature",
503 "properties": {
504 "layer": "stop",
505 "name": "Leon, NI",
506 "transit": false,
507 "trips": [
508 {
509 "file": "central-america-2013.md",
510 "title": "",
511 "date": "2013-07-07"
512 }
513 ]
514 },
515 "geometry": {
516 "type": "Point",
517 "coordinates": [
518 -86.878,
519 12.4346
520 ]
521 }
522 },
523 {
524 "type": "Feature",
525 "properties": {
526 "layer": "stop",
527 "name": "Managua, NI",
528 "transit": false,
529 "trips": [
530 {
531 "file": "central-america-2013.md",
532 "title": "",
533 "date": "2013-07-20"
534 }
535 ]
536 },
537 "geometry": {
538 "type": "Point",
539 "coordinates": [
540 -86.2504,
541 12.115
542 ]
543 }
544 },
545 {
546 "type": "Feature",
547 "properties": {
548 "layer": "stop",
549 "name": "San Jose, CR",
550 "transit": false,
551 "trips": [
552 {
553 "file": "central-america-2013.md",
554 "title": "",
555 "date": "2013-07-23"
556 }
557 ]
558 },
559 "geometry": {
560 "type": "Point",
561 "coordinates": [
562 -84.0907,
563 9.9281
564 ]
565 }
566 },
567 {
568 "type": "Feature",
569 "properties": {
570 "layer": "stop",
571 "name": "Panama City, PA",
572 "transit": false,
573 "trips": [
574 {
575 "file": "central-america-2013.md",
576 "title": "",
577 "date": "2013-07-25"
578 }
579 ]
580 },
581 "geometry": {
582 "type": "Point",
583 "coordinates": [
584 -79.5197,
585 8.9824
586 ]
587 }
588 },
589 {
590 "type": "Feature",
591 "properties": {
592 "layer": "stop",
593 "name": "GYE",
594 "transit": true,
595 "trips": [
596 {
597 "file": "central-america-2013.md",
598 "title": "",
599 "date": "2013-08-05"
600 }
601 ]
602 },
603 "geometry": {
604 "type": "Point",
605 "coordinates": [
606 -79.8836,
607 -2.1574
608 ]
609 }
610 }
611 ]
612}