Apr 18, 2026 7.2 KB of v3
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 },
218 "geometry": {
219 "type": "Point",
220 "coordinates": [
221 -74.1687,
222 40.6895
223 ]
224 }
225 },
226 {
227 "type": "Feature",
228 "properties": {
229 "layer": "stop",
230 "name": "SAN",
231 "transit": false
232 },
233 "geometry": {
234 "type": "Point",
235 "coordinates": [
236 -117.1896,
237 32.7336
238 ]
239 }
240 },
241 {
242 "type": "Feature",
243 "properties": {
244 "layer": "stop",
245 "name": "San Diego, US",
246 "transit": false
247 },
248 "geometry": {
249 "type": "Point",
250 "coordinates": [
251 -117.1611,
252 32.7157
253 ]
254 }
255 },
256 {
257 "type": "Feature",
258 "properties": {
259 "layer": "stop",
260 "name": "Encinitas, US",
261 "transit": false
262 },
263 "geometry": {
264 "type": "Point",
265 "coordinates": [
266 -117.2928,
267 33.037
268 ]
269 }
270 },
271 {
272 "type": "Feature",
273 "properties": {
274 "layer": "stop",
275 "name": "San Clemente, US",
276 "transit": false
277 },
278 "geometry": {
279 "type": "Point",
280 "coordinates": [
281 -117.612,
282 33.427
283 ]
284 }
285 },
286 {
287 "type": "Feature",
288 "properties": {
289 "layer": "stop",
290 "name": "Agoura Hills, US",
291 "transit": false
292 },
293 "geometry": {
294 "type": "Point",
295 "coordinates": [
296 -118.7609,
297 34.1531
298 ]
299 }
300 },
301 {
302 "type": "Feature",
303 "properties": {
304 "layer": "stop",
305 "name": "San Luis Obispo, US",
306 "transit": false
307 },
308 "geometry": {
309 "type": "Point",
310 "coordinates": [
311 -120.6596,
312 35.2828
313 ]
314 }
315 },
316 {
317 "type": "Feature",
318 "properties": {
319 "layer": "stop",
320 "name": "Carmel-by-the-Sea, US",
321 "transit": false
322 },
323 "geometry": {
324 "type": "Point",
325 "coordinates": [
326 -121.9233,
327 36.5552
328 ]
329 }
330 },
331 {
332 "type": "Feature",
333 "properties": {
334 "layer": "stop",
335 "name": "San Francisco, US",
336 "transit": false
337 },
338 "geometry": {
339 "type": "Point",
340 "coordinates": [
341 -122.4194,
342 37.7749
343 ]
344 }
345 },
346 {
347 "type": "Feature",
348 "properties": {
349 "layer": "stop",
350 "name": "SFO",
351 "transit": true
352 },
353 "geometry": {
354 "type": "Point",
355 "coordinates": [
356 -122.379,
357 37.6213
358 ]
359 }
360 },
361 {
362 "type": "Feature",
363 "properties": {
364 "layer": "stop",
365 "name": "Newark, NJ, US",
366 "transit": false
367 },
368 "geometry": {
369 "type": "Point",
370 "coordinates": [
371 -74.1724,
372 40.7357
373 ]
374 }
375 },
376 {
377 "type": "Feature",
378 "properties": {
379 "layer": "stop",
380 "name": "New York, US",
381 "transit": false
382 },
383 "geometry": {
384 "type": "Point",
385 "coordinates": [
386 -74.006,
387 40.7128
388 ]
389 }
390 }
391 ]
392}