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