1d01a16 ←80bf51fsublimatedApr 18, 2026 system

v1

A /anton/undefined +454 -0
A /anton/undefined +454 -0
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "FCO",
10 "date": "2021-07-01",
11 "mode": "flight (AA 236), next day"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 12.2389,
22 41.8003
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "FCO",
32 "to": "CAG",
33 "date": "2021-07-08",
34 "mode": "flight (AZ1563)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 12.2389,
41 41.8003
42 ],
43 [
44 9.0543,
45 39.2515
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "CAG",
55 "to": "FCO",
56 "date": "2021-07-12",
57 "mode": "flight (AZ1590)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 9.0543,
64 39.2515
65 ],
66 [
67 12.2389,
68 41.8003
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Rome, IT",
78 "to": "Florence, IT",
79 "date": "2021-07-12",
80 "mode": "train"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 12.4964,
87 41.9028
88 ],
89 [
90 11.2558,
91 43.7696
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Florence, IT",
101 "to": "Bologna, IT",
102 "date": "2021-07-14",
103 "mode": "train"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 11.2558,
110 43.7696
111 ],
112 [
113 11.3426,
114 44.4949
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Bologna, IT",
124 "to": "Venice, IT",
125 "date": "2021-07-15",
126 "mode": "train"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 11.3426,
133 44.4949
134 ],
135 [
136 12.3155,
137 45.4408
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Venice, IT",
147 "to": "Milan, IT",
148 "date": "2021-07-15",
149 "mode": "train"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 12.3155,
156 45.4408
157 ],
158 [
159 9.19,
160 45.4642
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Milan, IT",
170 "to": "Zurich, CH",
171 "date": "2021-07-19",
172 "mode": "train"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 9.19,
179 45.4642
180 ],
181 [
182 8.5417,
183 47.3769
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Zurich, CH",
193 "to": "Paris, FR",
194 "date": "2021-07-20",
195 "mode": "train"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 8.5417,
202 47.3769
203 ],
204 [
205 2.3522,
206 48.8566
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "flight",
215 "from": "CDG",
216 "to": "EWR",
217 "date": "2021-07-22",
218 "mode": "flight (UA 56), transit"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 2.5479,
225 49.0097
226 ],
227 [
228 -74.1687,
229 40.6895
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "route",
238 "from": "Newark, NJ, US",
239 "to": "New York, US",
240 "date": "2021-07-22",
241 "mode": "car"
242 },
243 "geometry": {
244 "type": "LineString",
245 "coordinates": [
246 [
247 -74.1724,
248 40.7357
249 ],
250 [
251 -74.006,
252 40.7128
253 ]
254 ]
255 }
256 },
257 {
258 "type": "Feature",
259 "properties": {
260 "layer": "stop",
261 "name": "JFK"
262 },
263 "geometry": {
264 "type": "Point",
265 "coordinates": [
266 -73.7781,
267 40.6413
268 ]
269 }
270 },
271 {
272 "type": "Feature",
273 "properties": {
274 "layer": "stop",
275 "name": "FCO"
276 },
277 "geometry": {
278 "type": "Point",
279 "coordinates": [
280 12.2389,
281 41.8003
282 ]
283 }
284 },
285 {
286 "type": "Feature",
287 "properties": {
288 "layer": "stop",
289 "name": "CAG"
290 },
291 "geometry": {
292 "type": "Point",
293 "coordinates": [
294 9.0543,
295 39.2515
296 ]
297 }
298 },
299 {
300 "type": "Feature",
301 "properties": {
302 "layer": "stop",
303 "name": "Rome, IT"
304 },
305 "geometry": {
306 "type": "Point",
307 "coordinates": [
308 12.4964,
309 41.9028
310 ]
311 }
312 },
313 {
314 "type": "Feature",
315 "properties": {
316 "layer": "stop",
317 "name": "Florence, IT"
318 },
319 "geometry": {
320 "type": "Point",
321 "coordinates": [
322 11.2558,
323 43.7696
324 ]
325 }
326 },
327 {
328 "type": "Feature",
329 "properties": {
330 "layer": "stop",
331 "name": "Bologna, IT"
332 },
333 "geometry": {
334 "type": "Point",
335 "coordinates": [
336 11.3426,
337 44.4949
338 ]
339 }
340 },
341 {
342 "type": "Feature",
343 "properties": {
344 "layer": "stop",
345 "name": "Venice, IT"
346 },
347 "geometry": {
348 "type": "Point",
349 "coordinates": [
350 12.3155,
351 45.4408
352 ]
353 }
354 },
355 {
356 "type": "Feature",
357 "properties": {
358 "layer": "stop",
359 "name": "Milan, IT"
360 },
361 "geometry": {
362 "type": "Point",
363 "coordinates": [
364 9.19,
365 45.4642
366 ]
367 }
368 },
369 {
370 "type": "Feature",
371 "properties": {
372 "layer": "stop",
373 "name": "Zurich, CH"
374 },
375 "geometry": {
376 "type": "Point",
377 "coordinates": [
378 8.5417,
379 47.3769
380 ]
381 }
382 },
383 {
384 "type": "Feature",
385 "properties": {
386 "layer": "stop",
387 "name": "Paris, FR"
388 },
389 "geometry": {
390 "type": "Point",
391 "coordinates": [
392 2.3522,
393 48.8566
394 ]
395 }
396 },
397 {
398 "type": "Feature",
399 "properties": {
400 "layer": "stop",
401 "name": "CDG"
402 },
403 "geometry": {
404 "type": "Point",
405 "coordinates": [
406 2.5479,
407 49.0097
408 ]
409 }
410 },
411 {
412 "type": "Feature",
413 "properties": {
414 "layer": "stop",
415 "name": "EWR"
416 },
417 "geometry": {
418 "type": "Point",
419 "coordinates": [
420 -74.1687,
421 40.6895
422 ]
423 }
424 },
425 {
426 "type": "Feature",
427 "properties": {
428 "layer": "stop",
429 "name": "Newark, NJ, US"
430 },
431 "geometry": {
432 "type": "Point",
433 "coordinates": [
434 -74.1724,
435 40.7357
436 ]
437 }
438 },
439 {
440 "type": "Feature",
441 "properties": {
442 "layer": "stop",
443 "name": "New York, US"
444 },
445 "geometry": {
446 "type": "Point",
447 "coordinates": [
448 -74.006,
449 40.7128
450 ]
451 }
452 }
453 ]
454}