1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "BOG",
9 "to": "CUN",
10 "date": "2021-12-13",
11 "mode": "flight (AV 264), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -74.1469,
18 4.7016
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": "Tulum, MX",
33 "date": "2021-12-13",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -86.8515,
41 21.1619
42 ],
43 [
44 -87.4654,
45 20.2115
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Tulum, MX",
55 "to": "Bacalar, MX",
56 "date": "2021-12-23",
57 "mode": "car"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -87.4654,
64 20.2115
65 ],
66 [
67 -88.3918,
68 18.6813
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Bacalar, MX",
78 "to": "Merida, MX",
79 "date": "2021-12-25",
80 "mode": "car"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -88.3918,
87 18.6813
88 ],
89 [
90 -89.5926,
91 20.9674
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Merida, MX",
101 "to": "Playa del Carmen, MX",
102 "date": "2021-12-27",
103 "mode": "car"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -89.5926,
110 20.9674
111 ],
112 [
113 -87.0739,
114 20.6296
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Playa del Carmen, MX",
124 "to": "Cancun, MX",
125 "date": "2022-01-02",
126 "mode": "bus, transit"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -87.0739,
133 20.6296
134 ],
135 [
136 -86.8515,
137 21.1619
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "CUN",
147 "to": "EWR",
148 "date": "2022-01-02",
149 "mode": "flight(F9 42), transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -86.877,
156 21.0365
157 ],
158 [
159 -74.1687,
160 40.6895
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Newark, NJ, US",
170 "to": "New York, US",
171 "date": "2022-01-02",
172 "mode": "car"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 -74.1724,
179 40.7357
180 ],
181 [
182 -74.006,
183 40.7128
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "stop",
192 "name": "BOG"
193 },
194 "geometry": {
195 "type": "Point",
196 "coordinates": [
197 -74.1469,
198 4.7016
199 ]
200 }
201 },
202 {
203 "type": "Feature",
204 "properties": {
205 "layer": "stop",
206 "name": "CUN"
207 },
208 "geometry": {
209 "type": "Point",
210 "coordinates": [
211 -86.877,
212 21.0365
213 ]
214 }
215 },
216 {
217 "type": "Feature",
218 "properties": {
219 "layer": "stop",
220 "name": "Cancun, MX"
221 },
222 "geometry": {
223 "type": "Point",
224 "coordinates": [
225 -86.8515,
226 21.1619
227 ]
228 }
229 },
230 {
231 "type": "Feature",
232 "properties": {
233 "layer": "stop",
234 "name": "Tulum, MX"
235 },
236 "geometry": {
237 "type": "Point",
238 "coordinates": [
239 -87.4654,
240 20.2115
241 ]
242 }
243 },
244 {
245 "type": "Feature",
246 "properties": {
247 "layer": "stop",
248 "name": "Bacalar, MX"
249 },
250 "geometry": {
251 "type": "Point",
252 "coordinates": [
253 -88.3918,
254 18.6813
255 ]
256 }
257 },
258 {
259 "type": "Feature",
260 "properties": {
261 "layer": "stop",
262 "name": "Merida, MX"
263 },
264 "geometry": {
265 "type": "Point",
266 "coordinates": [
267 -89.5926,
268 20.9674
269 ]
270 }
271 },
272 {
273 "type": "Feature",
274 "properties": {
275 "layer": "stop",
276 "name": "Playa del Carmen, MX"
277 },
278 "geometry": {
279 "type": "Point",
280 "coordinates": [
281 -87.0739,
282 20.6296
283 ]
284 }
285 },
286 {
287 "type": "Feature",
288 "properties": {
289 "layer": "stop",
290 "name": "EWR"
291 },
292 "geometry": {
293 "type": "Point",
294 "coordinates": [
295 -74.1687,
296 40.6895
297 ]
298 }
299 },
300 {
301 "type": "Feature",
302 "properties": {
303 "layer": "stop",
304 "name": "Newark, NJ, US"
305 },
306 "geometry": {
307 "type": "Point",
308 "coordinates": [
309 -74.1724,
310 40.7357
311 ]
312 }
313 },
314 {
315 "type": "Feature",
316 "properties": {
317 "layer": "stop",
318 "name": "New York, US"
319 },
320 "geometry": {
321 "type": "Point",
322 "coordinates": [
323 -74.006,
324 40.7128
325 ]
326 }
327 }
328 ]
329}