Apr 18, 2026 8.1 KB of v3
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 },
240 "geometry": {
241 "type": "Point",
242 "coordinates": [
243 -73.7781,
244 40.6413
245 ]
246 }
247 },
248 {
249 "type": "Feature",
250 "properties": {
251 "layer": "stop",
252 "name": "WAW"
253 },
254 "geometry": {
255 "type": "Point",
256 "coordinates": [
257 20.9671,
258 52.1657
259 ]
260 }
261 },
262 {
263 "type": "Feature",
264 "properties": {
265 "layer": "stop",
266 "name": "Warsaw, PL"
267 },
268 "geometry": {
269 "type": "Point",
270 "coordinates": [
271 21.0122,
272 52.2297
273 ]
274 }
275 },
276 {
277 "type": "Feature",
278 "properties": {
279 "layer": "stop",
280 "name": "Berlin, DE"
281 },
282 "geometry": {
283 "type": "Point",
284 "coordinates": [
285 13.405,
286 52.52
287 ]
288 }
289 },
290 {
291 "type": "Feature",
292 "properties": {
293 "layer": "stop",
294 "name": "BER"
295 },
296 "geometry": {
297 "type": "Point",
298 "coordinates": [
299 13.5033,
300 52.3667
301 ]
302 }
303 },
304 {
305 "type": "Feature",
306 "properties": {
307 "layer": "stop",
308 "name": "TLL"
309 },
310 "geometry": {
311 "type": "Point",
312 "coordinates": [
313 24.8328,
314 59.4133
315 ]
316 }
317 },
318 {
319 "type": "Feature",
320 "properties": {
321 "layer": "stop",
322 "name": "Tallinn, EE"
323 },
324 "geometry": {
325 "type": "Point",
326 "coordinates": [
327 24.7536,
328 59.437
329 ]
330 }
331 },
332 {
333 "type": "Feature",
334 "properties": {
335 "layer": "stop",
336 "name": "Helsinki, FI"
337 },
338 "geometry": {
339 "type": "Point",
340 "coordinates": [
341 24.9384,
342 60.1699
343 ]
344 }
345 },
346 {
347 "type": "Feature",
348 "properties": {
349 "layer": "stop",
350 "name": "HEL"
351 },
352 "geometry": {
353 "type": "Point",
354 "coordinates": [
355 24.9633,
356 60.3172
357 ]
358 }
359 },
360 {
361 "type": "Feature",
362 "properties": {
363 "layer": "stop",
364 "name": "EDI"
365 },
366 "geometry": {
367 "type": "Point",
368 "coordinates": [
369 -3.3725,
370 55.95
371 ]
372 }
373 },
374 {
375 "type": "Feature",
376 "properties": {
377 "layer": "stop",
378 "name": "Edinburgh, GB"
379 },
380 "geometry": {
381 "type": "Point",
382 "coordinates": [
383 -3.1883,
384 55.9533
385 ]
386 }
387 },
388 {
389 "type": "Feature",
390 "properties": {
391 "layer": "stop",
392 "name": "Glasgow, GB"
393 },
394 "geometry": {
395 "type": "Point",
396 "coordinates": [
397 -4.2518,
398 55.8642
399 ]
400 }
401 },
402 {
403 "type": "Feature",
404 "properties": {
405 "layer": "stop",
406 "name": "Manchester, GB"
407 },
408 "geometry": {
409 "type": "Point",
410 "coordinates": [
411 -2.2426,
412 53.4808
413 ]
414 }
415 },
416 {
417 "type": "Feature",
418 "properties": {
419 "layer": "stop",
420 "name": "Cardiff, GB"
421 },
422 "geometry": {
423 "type": "Point",
424 "coordinates": [
425 -3.1791,
426 51.4816
427 ]
428 }
429 },
430 {
431 "type": "Feature",
432 "properties": {
433 "layer": "stop",
434 "name": "CWL"
435 },
436 "geometry": {
437 "type": "Point",
438 "coordinates": [
439 -3.3433,
440 51.3967
441 ]
442 }
443 },
444 {
445 "type": "Feature",
446 "properties": {
447 "layer": "stop",
448 "name": "DUB"
449 },
450 "geometry": {
451 "type": "Point",
452 "coordinates": [
453 -6.2701,
454 53.4264
455 ]
456 }
457 }
458 ]
459}