Apr 18, 2026 9.3 KB of v3
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 },
310 "geometry": {
311 "type": "Point",
312 "coordinates": [
313 -79.3835,
314 9.0714
315 ]
316 }
317 },
318 {
319 "type": "Feature",
320 "properties": {
321 "layer": "stop",
322 "name": "MEX",
323 "transit": false
324 },
325 "geometry": {
326 "type": "Point",
327 "coordinates": [
328 -99.0721,
329 19.4363
330 ]
331 }
332 },
333 {
334 "type": "Feature",
335 "properties": {
336 "layer": "stop",
337 "name": "CUN",
338 "transit": true
339 },
340 "geometry": {
341 "type": "Point",
342 "coordinates": [
343 -86.877,
344 21.0365
345 ]
346 }
347 },
348 {
349 "type": "Feature",
350 "properties": {
351 "layer": "stop",
352 "name": "Cancun, MX",
353 "transit": false
354 },
355 "geometry": {
356 "type": "Point",
357 "coordinates": [
358 -86.8515,
359 21.1619
360 ]
361 }
362 },
363 {
364 "type": "Feature",
365 "properties": {
366 "layer": "stop",
367 "name": "Playa del Carmen, MX",
368 "transit": false
369 },
370 "geometry": {
371 "type": "Point",
372 "coordinates": [
373 -87.0739,
374 20.6296
375 ]
376 }
377 },
378 {
379 "type": "Feature",
380 "properties": {
381 "layer": "stop",
382 "name": "GUA",
383 "transit": false
384 },
385 "geometry": {
386 "type": "Point",
387 "coordinates": [
388 -90.5275,
389 14.5833
390 ]
391 }
392 },
393 {
394 "type": "Feature",
395 "properties": {
396 "layer": "stop",
397 "name": "Guatemala City, GT",
398 "transit": false
399 },
400 "geometry": {
401 "type": "Point",
402 "coordinates": [
403 -90.5069,
404 14.6349
405 ]
406 }
407 },
408 {
409 "type": "Feature",
410 "properties": {
411 "layer": "stop",
412 "name": "San Salvador, SV",
413 "transit": false
414 },
415 "geometry": {
416 "type": "Point",
417 "coordinates": [
418 -89.1872,
419 13.6929
420 ]
421 }
422 },
423 {
424 "type": "Feature",
425 "properties": {
426 "layer": "stop",
427 "name": "Tegucigalpa, HN",
428 "transit": false
429 },
430 "geometry": {
431 "type": "Point",
432 "coordinates": [
433 -87.2068,
434 14.0723
435 ]
436 }
437 },
438 {
439 "type": "Feature",
440 "properties": {
441 "layer": "stop",
442 "name": "Leon, NI",
443 "transit": false
444 },
445 "geometry": {
446 "type": "Point",
447 "coordinates": [
448 -86.878,
449 12.4346
450 ]
451 }
452 },
453 {
454 "type": "Feature",
455 "properties": {
456 "layer": "stop",
457 "name": "Managua, NI",
458 "transit": false
459 },
460 "geometry": {
461 "type": "Point",
462 "coordinates": [
463 -86.2504,
464 12.115
465 ]
466 }
467 },
468 {
469 "type": "Feature",
470 "properties": {
471 "layer": "stop",
472 "name": "San Jose, CR",
473 "transit": false
474 },
475 "geometry": {
476 "type": "Point",
477 "coordinates": [
478 -84.0907,
479 9.9281
480 ]
481 }
482 },
483 {
484 "type": "Feature",
485 "properties": {
486 "layer": "stop",
487 "name": "Panama City, PA",
488 "transit": false
489 },
490 "geometry": {
491 "type": "Point",
492 "coordinates": [
493 -79.5197,
494 8.9824
495 ]
496 }
497 },
498 {
499 "type": "Feature",
500 "properties": {
501 "layer": "stop",
502 "name": "GYE",
503 "transit": true
504 },
505 "geometry": {
506 "type": "Point",
507 "coordinates": [
508 -79.8836,
509 -2.1574
510 ]
511 }
512 }
513 ]
514}