1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "MUN",
10 "date": "2018-08-10",
11 "mode": "flight(LH459), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 11.7861,
22 48.3538
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "MUN",
32 "to": "KBP",
33 "date": "2018-08-11",
34 "mode": "flight(LH2546)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 11.7861,
41 48.3538
42 ],
43 [
44 30.8947,
45 50.345
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "KBP",
55 "to": "BCN",
56 "date": "2018-08-17",
57 "mode": "flight"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 30.8947,
64 50.345
65 ],
66 [
67 2.0785,
68 41.2971
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "BCN",
78 "to": "ATH",
79 "date": "2018-08-24",
80 "mode": "flight (VY8100), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 2.0785,
87 41.2971
88 ],
89 [
90 23.9445,
91 37.9364
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Athens, GR",
101 "to": "Thira, GR",
102 "date": "2018-08-24",
103 "mode": "boat"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 23.7275,
110 37.9838
111 ],
112 [
113 25.4615,
114 36.3932
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Thira, GR",
124 "to": "Athens, GR",
125 "date": "2018-08-24",
126 "mode": "boat"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 25.4615,
133 36.3932
134 ],
135 [
136 23.7275,
137 37.9838
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "ATH",
147 "to": "ARN",
148 "date": "2018-09-04",
149 "mode": "flight, transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 23.9445,
156 37.9364
157 ],
158 [
159 17.9186,
160 59.6519
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "flight",
169 "from": "ARN",
170 "to": "CPH",
171 "date": "2018-09-04",
172 "mode": "flight"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 17.9186,
179 59.6519
180 ],
181 [
182 12.6561,
183 55.6181
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "flight",
192 "from": "CPH",
193 "to": "KEF",
194 "date": "2018-09-05",
195 "mode": "flight(WW - 903), transit"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 12.6561,
202 55.6181
203 ],
204 [
205 -22.6056,
206 63.985
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "flight",
215 "from": "KEF",
216 "to": "SFO",
217 "date": "2018-09-05",
218 "mode": "flight(WW - 161)"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 -22.6056,
225 63.985
226 ],
227 [
228 -122.379,
229 37.6213
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "stop",
238 "name": "JFK",
239 "transit": true
240 },
241 "geometry": {
242 "type": "Point",
243 "coordinates": [
244 -73.7781,
245 40.6413
246 ]
247 }
248 },
249 {
250 "type": "Feature",
251 "properties": {
252 "layer": "stop",
253 "name": "MUN",
254 "transit": false
255 },
256 "geometry": {
257 "type": "Point",
258 "coordinates": [
259 11.7861,
260 48.3538
261 ]
262 }
263 },
264 {
265 "type": "Feature",
266 "properties": {
267 "layer": "stop",
268 "name": "KBP",
269 "transit": false
270 },
271 "geometry": {
272 "type": "Point",
273 "coordinates": [
274 30.8947,
275 50.345
276 ]
277 }
278 },
279 {
280 "type": "Feature",
281 "properties": {
282 "layer": "stop",
283 "name": "BCN",
284 "transit": false
285 },
286 "geometry": {
287 "type": "Point",
288 "coordinates": [
289 2.0785,
290 41.2971
291 ]
292 }
293 },
294 {
295 "type": "Feature",
296 "properties": {
297 "layer": "stop",
298 "name": "ATH",
299 "transit": true
300 },
301 "geometry": {
302 "type": "Point",
303 "coordinates": [
304 23.9445,
305 37.9364
306 ]
307 }
308 },
309 {
310 "type": "Feature",
311 "properties": {
312 "layer": "stop",
313 "name": "Athens, GR",
314 "transit": false
315 },
316 "geometry": {
317 "type": "Point",
318 "coordinates": [
319 23.7275,
320 37.9838
321 ]
322 }
323 },
324 {
325 "type": "Feature",
326 "properties": {
327 "layer": "stop",
328 "name": "Thira, GR",
329 "transit": false
330 },
331 "geometry": {
332 "type": "Point",
333 "coordinates": [
334 25.4615,
335 36.3932
336 ]
337 }
338 },
339 {
340 "type": "Feature",
341 "properties": {
342 "layer": "stop",
343 "name": "ARN",
344 "transit": false
345 },
346 "geometry": {
347 "type": "Point",
348 "coordinates": [
349 17.9186,
350 59.6519
351 ]
352 }
353 },
354 {
355 "type": "Feature",
356 "properties": {
357 "layer": "stop",
358 "name": "CPH",
359 "transit": false
360 },
361 "geometry": {
362 "type": "Point",
363 "coordinates": [
364 12.6561,
365 55.6181
366 ]
367 }
368 },
369 {
370 "type": "Feature",
371 "properties": {
372 "layer": "stop",
373 "name": "KEF",
374 "transit": false
375 },
376 "geometry": {
377 "type": "Point",
378 "coordinates": [
379 -22.6056,
380 63.985
381 ]
382 }
383 },
384 {
385 "type": "Feature",
386 "properties": {
387 "layer": "stop",
388 "name": "SFO",
389 "transit": false
390 },
391 "geometry": {
392 "type": "Point",
393 "coordinates": [
394 -122.379,
395 37.6213
396 ]
397 }
398 }
399 ]
400}