Apr 18, 2026 3.4 KB
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 "transit": false,
102 "trips": [
103 {
104 "file": "us-trip-autumn-2025.md",
105 "title": "",
106 "date": "2025-09-09"
107 }
108 ]
109 },
110 "geometry": {
111 "type": "Point",
112 "coordinates": [
113 20.9671,
114 52.1657
115 ]
116 }
117 },
118 {
119 "type": "Feature",
120 "properties": {
121 "layer": "stop",
122 "name": "JFK",
123 "transit": false,
124 "trips": [
125 {
126 "file": "us-trip-autumn-2025.md",
127 "title": "",
128 "date": "2025-09-09"
129 }
130 ]
131 },
132 "geometry": {
133 "type": "Point",
134 "coordinates": [
135 -73.7781,
136 40.6413
137 ]
138 }
139 },
140 {
141 "type": "Feature",
142 "properties": {
143 "layer": "stop",
144 "name": "EWR",
145 "transit": false,
146 "trips": [
147 {
148 "file": "us-trip-autumn-2025.md",
149 "title": "",
150 "date": "2025-09-13"
151 }
152 ]
153 },
154 "geometry": {
155 "type": "Point",
156 "coordinates": [
157 -74.1687,
158 40.6895
159 ]
160 }
161 },
162 {
163 "type": "Feature",
164 "properties": {
165 "layer": "stop",
166 "name": "SFO",
167 "transit": false,
168 "trips": [
169 {
170 "file": "us-trip-autumn-2025.md",
171 "title": "",
172 "date": "2025-09-13"
173 }
174 ]
175 },
176 "geometry": {
177 "type": "Point",
178 "coordinates": [
179 -122.379,
180 37.6213
181 ]
182 }
183 }
184 ]
185}