1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "LHR",
10 "date": "2023-01-31",
11 "mode": "flight (AF 6759), next day"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 -0.4614,
22 51.47
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "LHR",
32 "to": "KRK",
33 "date": "2023-02-19",
34 "mode": "flight (BA 872)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -0.4614,
41 51.47
42 ],
43 [
44 19.7836,
45 50.0777
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Krakow, PL",
55 "to": "Warsaw, PL",
56 "date": "2023-03-19",
57 "mode": "train"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 19.945,
64 50.0647
65 ],
66 [
67 21.0122,
68 52.2297
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "WAW",
78 "to": "IST",
79 "date": "2023-03-27",
80 "mode": "flight(TK1266)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 20.9671,
87 52.1657
88 ],
89 [
90 28.8141,
91 40.9769
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "stop",
100 "name": "JFK",
101 "transit": false,
102 "trips": [
103 {
104 "file": "london-and-poland-2023.md",
105 "title": "",
106 "date": "2023-01-31"
107 }
108 ]
109 },
110 "geometry": {
111 "type": "Point",
112 "coordinates": [
113 -73.7781,
114 40.6413
115 ]
116 }
117 },
118 {
119 "type": "Feature",
120 "properties": {
121 "layer": "stop",
122 "name": "LHR",
123 "transit": false,
124 "trips": [
125 {
126 "file": "london-and-poland-2023.md",
127 "title": "",
128 "date": "2023-01-31"
129 }
130 ]
131 },
132 "geometry": {
133 "type": "Point",
134 "coordinates": [
135 -0.4614,
136 51.47
137 ]
138 }
139 },
140 {
141 "type": "Feature",
142 "properties": {
143 "layer": "stop",
144 "name": "KRK",
145 "transit": false,
146 "trips": [
147 {
148 "file": "london-and-poland-2023.md",
149 "title": "",
150 "date": "2023-02-19"
151 }
152 ]
153 },
154 "geometry": {
155 "type": "Point",
156 "coordinates": [
157 19.7836,
158 50.0777
159 ]
160 }
161 },
162 {
163 "type": "Feature",
164 "properties": {
165 "layer": "stop",
166 "name": "Krakow, PL",
167 "transit": false,
168 "trips": [
169 {
170 "file": "london-and-poland-2023.md",
171 "title": "",
172 "date": "2023-03-19"
173 }
174 ]
175 },
176 "geometry": {
177 "type": "Point",
178 "coordinates": [
179 19.945,
180 50.0647
181 ]
182 }
183 },
184 {
185 "type": "Feature",
186 "properties": {
187 "layer": "stop",
188 "name": "Warsaw, PL",
189 "transit": false,
190 "trips": [
191 {
192 "file": "london-and-poland-2023.md",
193 "title": "",
194 "date": "2023-03-19"
195 }
196 ]
197 },
198 "geometry": {
199 "type": "Point",
200 "coordinates": [
201 21.0122,
202 52.2297
203 ]
204 }
205 },
206 {
207 "type": "Feature",
208 "properties": {
209 "layer": "stop",
210 "name": "WAW",
211 "transit": false,
212 "trips": [
213 {
214 "file": "london-and-poland-2023.md",
215 "title": "",
216 "date": "2023-03-27"
217 }
218 ]
219 },
220 "geometry": {
221 "type": "Point",
222 "coordinates": [
223 20.9671,
224 52.1657
225 ]
226 }
227 },
228 {
229 "type": "Feature",
230 "properties": {
231 "layer": "stop",
232 "name": "IST",
233 "transit": false,
234 "trips": [
235 {
236 "file": "london-and-poland-2023.md",
237 "title": "",
238 "date": "2023-03-27"
239 }
240 ]
241 },
242 "geometry": {
243 "type": "Point",
244 "coordinates": [
245 28.8141,
246 40.9769
247 ]
248 }
249 }
250 ]
251}