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