d6d2e91 ←a1a8858sublimatedApr 18, 2026 system

v1

A /anton/undefined +56 -0
A /anton/undefined +56 -0
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "Sarajevo, BA",
9 "to": "WAW",
10 "date": "2024-05-19",
11 "mode": "flight (Ryanair)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 18.4131,
18 43.8563
19 ],
20 [
21 20.9671,
22 52.1657
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "stop",
31 "name": "Sarajevo, BA"
32 },
33 "geometry": {
34 "type": "Point",
35 "coordinates": [
36 18.4131,
37 43.8563
38 ]
39 }
40 },
41 {
42 "type": "Feature",
43 "properties": {
44 "layer": "stop",
45 "name": "WAW"
46 },
47 "geometry": {
48 "type": "Point",
49 "coordinates": [
50 20.9671,
51 52.1657
52 ]
53 }
54 }
55 ]
56}