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