Apr 18, 2026 6.2 KB of v3
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "EWR",
9 "to": "MEX",
10 "date": "2021-01-30",
11 "mode": "flight (1063)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -74.1687,
18 40.6895
19 ],
20 [
21 -99.0721,
22 19.4363
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Ciudad de Mexico, MX",
32 "to": "Morelia, MX",
33 "date": "2021-02-05",
34 "mode": "car"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -99.1332,
41 19.4326
42 ],
43 [
44 -101.195,
45 19.706
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Morelia, MX",
55 "to": "Guadalajara, MX",
56 "date": "2021-02-07",
57 "mode": "car"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -101.195,
64 19.706
65 ],
66 [
67 -103.3496,
68 20.6597
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Guadalajara, MX",
78 "to": "Sayulita, MX",
79 "date": "2021-02-12",
80 "mode": "car"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -103.3496,
87 20.6597
88 ],
89 [
90 -105.4413,
91 20.8692
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Sayulita, MX",
101 "to": "Puerto Vallarta, MX",
102 "date": "2021-02-20",
103 "mode": "car"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -105.4413,
110 20.8692
111 ],
112 [
113 -105.2253,
114 20.6534
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "PVR",
124 "to": "MEX",
125 "date": "2021-02-23",
126 "mode": "flight(AM 339)"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -105.2551,
133 20.6801
134 ],
135 [
136 -99.0721,
137 19.4363
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "MEX",
147 "to": "EWR",
148 "date": "2021-02-24",
149 "mode": "flight(UA 1064), transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -99.0721,
156 19.4363
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": "2021-02-24",
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": "EWR",
193 "transit": false
194 },
195 "geometry": {
196 "type": "Point",
197 "coordinates": [
198 -74.1687,
199 40.6895
200 ]
201 }
202 },
203 {
204 "type": "Feature",
205 "properties": {
206 "layer": "stop",
207 "name": "MEX",
208 "transit": false
209 },
210 "geometry": {
211 "type": "Point",
212 "coordinates": [
213 -99.0721,
214 19.4363
215 ]
216 }
217 },
218 {
219 "type": "Feature",
220 "properties": {
221 "layer": "stop",
222 "name": "Ciudad de Mexico, MX",
223 "transit": false
224 },
225 "geometry": {
226 "type": "Point",
227 "coordinates": [
228 -99.1332,
229 19.4326
230 ]
231 }
232 },
233 {
234 "type": "Feature",
235 "properties": {
236 "layer": "stop",
237 "name": "Morelia, MX",
238 "transit": false
239 },
240 "geometry": {
241 "type": "Point",
242 "coordinates": [
243 -101.195,
244 19.706
245 ]
246 }
247 },
248 {
249 "type": "Feature",
250 "properties": {
251 "layer": "stop",
252 "name": "Guadalajara, MX",
253 "transit": false
254 },
255 "geometry": {
256 "type": "Point",
257 "coordinates": [
258 -103.3496,
259 20.6597
260 ]
261 }
262 },
263 {
264 "type": "Feature",
265 "properties": {
266 "layer": "stop",
267 "name": "Sayulita, MX",
268 "transit": false
269 },
270 "geometry": {
271 "type": "Point",
272 "coordinates": [
273 -105.4413,
274 20.8692
275 ]
276 }
277 },
278 {
279 "type": "Feature",
280 "properties": {
281 "layer": "stop",
282 "name": "Puerto Vallarta, MX",
283 "transit": false
284 },
285 "geometry": {
286 "type": "Point",
287 "coordinates": [
288 -105.2253,
289 20.6534
290 ]
291 }
292 },
293 {
294 "type": "Feature",
295 "properties": {
296 "layer": "stop",
297 "name": "PVR",
298 "transit": false
299 },
300 "geometry": {
301 "type": "Point",
302 "coordinates": [
303 -105.2551,
304 20.6801
305 ]
306 }
307 },
308 {
309 "type": "Feature",
310 "properties": {
311 "layer": "stop",
312 "name": "Newark, NJ, US",
313 "transit": false
314 },
315 "geometry": {
316 "type": "Point",
317 "coordinates": [
318 -74.1724,
319 40.7357
320 ]
321 }
322 },
323 {
324 "type": "Feature",
325 "properties": {
326 "layer": "stop",
327 "name": "New York, US",
328 "transit": false
329 },
330 "geometry": {
331 "type": "Point",
332 "coordinates": [
333 -74.006,
334 40.7128
335 ]
336 }
337 }
338 ]
339}