1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "EWR",
9 "to": "SAN",
10 "date": "2021-09-30",
11 "mode": "flight (UA1604)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -74.1687,
18 40.6895
19 ],
20 [
21 -117.1896,
22 32.7336
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "San Diego, US",
32 "to": "Encinitas, US",
33 "date": "2021-10-04",
34 "mode": "car"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -117.1611,
41 32.7157
42 ],
43 [
44 -117.2928,
45 33.037
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Encinitas, US",
55 "to": "San Clemente, US",
56 "date": "2021-10-08",
57 "mode": "car"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -117.2928,
64 33.037
65 ],
66 [
67 -117.612,
68 33.427
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "San Clemente, US",
78 "to": "Agoura Hills, US",
79 "date": "2021-10-09",
80 "mode": "car"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -117.612,
87 33.427
88 ],
89 [
90 -118.7609,
91 34.1531
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Agoura Hills, US",
101 "to": "San Luis Obispo, US",
102 "date": "2021-10-11",
103 "mode": "car"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -118.7609,
110 34.1531
111 ],
112 [
113 -120.6596,
114 35.2828
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "San Luis Obispo, US",
124 "to": "Carmel-by-the-Sea, US",
125 "date": "2021-10-12",
126 "mode": "car"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -120.6596,
133 35.2828
134 ],
135 [
136 -121.9233,
137 36.5552
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Carmel-by-the-Sea, US",
147 "to": "San Francisco, US",
148 "date": "2021-10-14",
149 "mode": "car"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -121.9233,
156 36.5552
157 ],
158 [
159 -122.4194,
160 37.7749
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "flight",
169 "from": "SFO",
170 "to": "EWR",
171 "date": "2021-10-19",
172 "mode": "flight(UA1796), transit"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 -122.379,
179 37.6213
180 ],
181 [
182 -74.1687,
183 40.6895
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Newark, NJ, US",
193 "to": "New York, US",
194 "date": "2021-10-19",
195 "mode": "car"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 -74.1724,
202 40.7357
203 ],
204 [
205 -74.006,
206 40.7128
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "stop",
215 "name": "EWR",
216 "transit": false,
217 "trips": [
218 {
219 "file": "california-2021.md",
220 "title": "",
221 "date": "2021-09-30"
222 }
223 ]
224 },
225 "geometry": {
226 "type": "Point",
227 "coordinates": [
228 -74.1687,
229 40.6895
230 ]
231 }
232 },
233 {
234 "type": "Feature",
235 "properties": {
236 "layer": "stop",
237 "name": "SAN",
238 "transit": false,
239 "trips": [
240 {
241 "file": "california-2021.md",
242 "title": "",
243 "date": "2021-09-30"
244 }
245 ]
246 },
247 "geometry": {
248 "type": "Point",
249 "coordinates": [
250 -117.1896,
251 32.7336
252 ]
253 }
254 },
255 {
256 "type": "Feature",
257 "properties": {
258 "layer": "stop",
259 "name": "San Diego, US",
260 "transit": false,
261 "trips": [
262 {
263 "file": "california-2021.md",
264 "title": "",
265 "date": "2021-10-04"
266 }
267 ]
268 },
269 "geometry": {
270 "type": "Point",
271 "coordinates": [
272 -117.1611,
273 32.7157
274 ]
275 }
276 },
277 {
278 "type": "Feature",
279 "properties": {
280 "layer": "stop",
281 "name": "Encinitas, US",
282 "transit": false,
283 "trips": [
284 {
285 "file": "california-2021.md",
286 "title": "",
287 "date": "2021-10-04"
288 }
289 ]
290 },
291 "geometry": {
292 "type": "Point",
293 "coordinates": [
294 -117.2928,
295 33.037
296 ]
297 }
298 },
299 {
300 "type": "Feature",
301 "properties": {
302 "layer": "stop",
303 "name": "San Clemente, US",
304 "transit": false,
305 "trips": [
306 {
307 "file": "california-2021.md",
308 "title": "",
309 "date": "2021-10-08"
310 }
311 ]
312 },
313 "geometry": {
314 "type": "Point",
315 "coordinates": [
316 -117.612,
317 33.427
318 ]
319 }
320 },
321 {
322 "type": "Feature",
323 "properties": {
324 "layer": "stop",
325 "name": "Agoura Hills, US",
326 "transit": false,
327 "trips": [
328 {
329 "file": "california-2021.md",
330 "title": "",
331 "date": "2021-10-09"
332 }
333 ]
334 },
335 "geometry": {
336 "type": "Point",
337 "coordinates": [
338 -118.7609,
339 34.1531
340 ]
341 }
342 },
343 {
344 "type": "Feature",
345 "properties": {
346 "layer": "stop",
347 "name": "San Luis Obispo, US",
348 "transit": false,
349 "trips": [
350 {
351 "file": "california-2021.md",
352 "title": "",
353 "date": "2021-10-11"
354 }
355 ]
356 },
357 "geometry": {
358 "type": "Point",
359 "coordinates": [
360 -120.6596,
361 35.2828
362 ]
363 }
364 },
365 {
366 "type": "Feature",
367 "properties": {
368 "layer": "stop",
369 "name": "Carmel-by-the-Sea, US",
370 "transit": false,
371 "trips": [
372 {
373 "file": "california-2021.md",
374 "title": "",
375 "date": "2021-10-12"
376 }
377 ]
378 },
379 "geometry": {
380 "type": "Point",
381 "coordinates": [
382 -121.9233,
383 36.5552
384 ]
385 }
386 },
387 {
388 "type": "Feature",
389 "properties": {
390 "layer": "stop",
391 "name": "San Francisco, US",
392 "transit": false,
393 "trips": [
394 {
395 "file": "california-2021.md",
396 "title": "",
397 "date": "2021-10-14"
398 }
399 ]
400 },
401 "geometry": {
402 "type": "Point",
403 "coordinates": [
404 -122.4194,
405 37.7749
406 ]
407 }
408 },
409 {
410 "type": "Feature",
411 "properties": {
412 "layer": "stop",
413 "name": "SFO",
414 "transit": true,
415 "trips": [
416 {
417 "file": "california-2021.md",
418 "title": "",
419 "date": "2021-10-19"
420 }
421 ]
422 },
423 "geometry": {
424 "type": "Point",
425 "coordinates": [
426 -122.379,
427 37.6213
428 ]
429 }
430 },
431 {
432 "type": "Feature",
433 "properties": {
434 "layer": "stop",
435 "name": "Newark, NJ, US",
436 "transit": false,
437 "trips": [
438 {
439 "file": "california-2021.md",
440 "title": "",
441 "date": "2021-10-19"
442 }
443 ]
444 },
445 "geometry": {
446 "type": "Point",
447 "coordinates": [
448 -74.1724,
449 40.7357
450 ]
451 }
452 },
453 {
454 "type": "Feature",
455 "properties": {
456 "layer": "stop",
457 "name": "New York, US",
458 "transit": false,
459 "trips": [
460 {
461 "file": "california-2021.md",
462 "title": "",
463 "date": "2021-10-19"
464 }
465 ]
466 },
467 "geometry": {
468 "type": "Point",
469 "coordinates": [
470 -74.006,
471 40.7128
472 ]
473 }
474 }
475 ]
476}