1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "WAW",
9 "to": "JFK",
10 "date": "2025-09-09",
11 "mode": "flight (LOT LO26, XWYXVZ)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 20.9671,
18 52.1657
19 ],
20 [
21 -73.7781,
22 40.6413
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "EWR",
32 "to": "SFO",
33 "date": "2025-09-13",
34 "mode": "flight (United UA2328, N5QX4W)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -74.1687,
41 40.6895
42 ],
43 [
44 -122.379,
45 37.6213
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "SFO",
55 "to": "EWR",
56 "date": "2025-10-02",
57 "mode": "flight (United UA2437, D9CKQ5)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -122.379,
64 37.6213
65 ],
66 [
67 -74.1687,
68 40.6895
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "JFK",
78 "to": "WAW",
79 "date": "2025-10-10",
80 "mode": "flight (LOT LO27, Z7R3W9)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -73.7781,
87 40.6413
88 ],
89 [
90 20.9671,
91 52.1657
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "stop",
100 "name": "WAW"
101 },
102 "geometry": {
103 "type": "Point",
104 "coordinates": [
105 20.9671,
106 52.1657
107 ]
108 }
109 },
110 {
111 "type": "Feature",
112 "properties": {
113 "layer": "stop",
114 "name": "JFK"
115 },
116 "geometry": {
117 "type": "Point",
118 "coordinates": [
119 -73.7781,
120 40.6413
121 ]
122 }
123 },
124 {
125 "type": "Feature",
126 "properties": {
127 "layer": "stop",
128 "name": "EWR"
129 },
130 "geometry": {
131 "type": "Point",
132 "coordinates": [
133 -74.1687,
134 40.6895
135 ]
136 }
137 },
138 {
139 "type": "Feature",
140 "properties": {
141 "layer": "stop",
142 "name": "SFO"
143 },
144 "geometry": {
145 "type": "Point",
146 "coordinates": [
147 -122.379,
148 37.6213
149 ]
150 }
151 }
152 ]
153}