1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "MAD",
10 "date": "2021-09-01",
11 "mode": "flight (IB6250)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 -3.5673,
22 40.4936
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Madrid, ES",
32 "to": "Sevilla, ES",
33 "date": "2021-09-07",
34 "mode": "car"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -3.7038,
41 40.4168
42 ],
43 [
44 -5.9845,
45 37.3891
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Sevilla, ES",
55 "to": "Cadiz, ES",
56 "date": "2021-09-08",
57 "mode": "car"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -5.9845,
64 37.3891
65 ],
66 [
67 -6.2926,
68 36.5271
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Cadiz, ES",
78 "to": "Madrid, ES",
79 "date": "2021-09-12",
80 "mode": "car"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -6.2926,
87 36.5271
88 ],
89 [
90 -3.7038,
91 40.4168
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Madrid, ES",
101 "to": "Badajoz, ES",
102 "date": "2021-09-15",
103 "mode": "train, transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -3.7038,
110 40.4168
111 ],
112 [
113 -6.9706,
114 38.8794
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Badajoz, ES",
124 "to": "Lisbon, PT",
125 "date": "2021-09-15",
126 "mode": "bus"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -6.9706,
133 38.8794
134 ],
135 [
136 -9.1393,
137 38.7223
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "LIS",
147 "to": "EWR",
148 "date": "2021-09-29",
149 "mode": "flight (UA65), transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -9.1354,
156 38.7742
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-09-29",
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": "JFK",
193 "transit": false,
194 "trips": [
195 {
196 "file": "spain-portugal-2021.md",
197 "title": "",
198 "date": "2021-09-01"
199 }
200 ]
201 },
202 "geometry": {
203 "type": "Point",
204 "coordinates": [
205 -73.7781,
206 40.6413
207 ]
208 }
209 },
210 {
211 "type": "Feature",
212 "properties": {
213 "layer": "stop",
214 "name": "MAD",
215 "transit": false,
216 "trips": [
217 {
218 "file": "spain-portugal-2021.md",
219 "title": "",
220 "date": "2021-09-01"
221 }
222 ]
223 },
224 "geometry": {
225 "type": "Point",
226 "coordinates": [
227 -3.5673,
228 40.4936
229 ]
230 }
231 },
232 {
233 "type": "Feature",
234 "properties": {
235 "layer": "stop",
236 "name": "Madrid, ES",
237 "transit": false,
238 "trips": [
239 {
240 "file": "spain-portugal-2021.md",
241 "title": "",
242 "date": "2021-09-07"
243 }
244 ]
245 },
246 "geometry": {
247 "type": "Point",
248 "coordinates": [
249 -3.7038,
250 40.4168
251 ]
252 }
253 },
254 {
255 "type": "Feature",
256 "properties": {
257 "layer": "stop",
258 "name": "Sevilla, ES",
259 "transit": false,
260 "trips": [
261 {
262 "file": "spain-portugal-2021.md",
263 "title": "",
264 "date": "2021-09-07"
265 }
266 ]
267 },
268 "geometry": {
269 "type": "Point",
270 "coordinates": [
271 -5.9845,
272 37.3891
273 ]
274 }
275 },
276 {
277 "type": "Feature",
278 "properties": {
279 "layer": "stop",
280 "name": "Cadiz, ES",
281 "transit": false,
282 "trips": [
283 {
284 "file": "spain-portugal-2021.md",
285 "title": "",
286 "date": "2021-09-08"
287 }
288 ]
289 },
290 "geometry": {
291 "type": "Point",
292 "coordinates": [
293 -6.2926,
294 36.5271
295 ]
296 }
297 },
298 {
299 "type": "Feature",
300 "properties": {
301 "layer": "stop",
302 "name": "Badajoz, ES",
303 "transit": false,
304 "trips": [
305 {
306 "file": "spain-portugal-2021.md",
307 "title": "",
308 "date": "2021-09-15"
309 }
310 ]
311 },
312 "geometry": {
313 "type": "Point",
314 "coordinates": [
315 -6.9706,
316 38.8794
317 ]
318 }
319 },
320 {
321 "type": "Feature",
322 "properties": {
323 "layer": "stop",
324 "name": "Lisbon, PT",
325 "transit": false,
326 "trips": [
327 {
328 "file": "spain-portugal-2021.md",
329 "title": "",
330 "date": "2021-09-15"
331 }
332 ]
333 },
334 "geometry": {
335 "type": "Point",
336 "coordinates": [
337 -9.1393,
338 38.7223
339 ]
340 }
341 },
342 {
343 "type": "Feature",
344 "properties": {
345 "layer": "stop",
346 "name": "LIS",
347 "transit": true,
348 "trips": [
349 {
350 "file": "spain-portugal-2021.md",
351 "title": "",
352 "date": "2021-09-29"
353 }
354 ]
355 },
356 "geometry": {
357 "type": "Point",
358 "coordinates": [
359 -9.1354,
360 38.7742
361 ]
362 }
363 },
364 {
365 "type": "Feature",
366 "properties": {
367 "layer": "stop",
368 "name": "EWR",
369 "transit": true,
370 "trips": [
371 {
372 "file": "spain-portugal-2021.md",
373 "title": "",
374 "date": "2021-09-29"
375 }
376 ]
377 },
378 "geometry": {
379 "type": "Point",
380 "coordinates": [
381 -74.1687,
382 40.6895
383 ]
384 }
385 },
386 {
387 "type": "Feature",
388 "properties": {
389 "layer": "stop",
390 "name": "Newark, NJ, US",
391 "transit": false,
392 "trips": [
393 {
394 "file": "spain-portugal-2021.md",
395 "title": "",
396 "date": "2021-09-29"
397 }
398 ]
399 },
400 "geometry": {
401 "type": "Point",
402 "coordinates": [
403 -74.1724,
404 40.7357
405 ]
406 }
407 },
408 {
409 "type": "Feature",
410 "properties": {
411 "layer": "stop",
412 "name": "New York, US",
413 "transit": false,
414 "trips": [
415 {
416 "file": "spain-portugal-2021.md",
417 "title": "",
418 "date": "2021-09-29"
419 }
420 ]
421 },
422 "geometry": {
423 "type": "Point",
424 "coordinates": [
425 -74.006,
426 40.7128
427 ]
428 }
429 }
430 ]
431}