Apr 18, 2026 5.4 KB of v3
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "EWR",
10 "date": "2018-11-15",
11 "mode": "flight (UA535, 757-200), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -74.1687,
22 40.6895
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Newark, NJ, US",
32 "to": "New York, US",
33 "date": "2018-11-15",
34 "mode": "car"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -74.1724,
41 40.7357
42 ],
43 [
44 -74.006,
45 40.7128
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "New York, US",
55 "to": "Newark, NJ, US",
56 "date": "2018-11-17",
57 "mode": "car, transit"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -74.006,
64 40.7128
65 ],
66 [
67 -74.1724,
68 40.7357
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "EWR",
78 "to": "EZE",
79 "date": "2018-11-17",
80 "mode": "flight (UA979, 767-400)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -74.1687,
87 40.6895
88 ],
89 [
90 -58.5356,
91 -34.8222
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "EZE",
101 "to": "MAD",
102 "date": "2018-12-23",
103 "mode": "flight (IB6856, A340-600), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -58.5356,
110 -34.8222
111 ],
112 [
113 -3.5673,
114 40.4936
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "MAD",
124 "to": "ORY",
125 "date": "2018-12-24",
126 "mode": "flight (IB3436, A320 SHARKLETS)"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -3.5673,
133 40.4936
134 ],
135 [
136 2.3594,
137 48.7233
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "CDG",
147 "to": "OAK",
148 "date": "2019-01-05",
149 "mode": "flight (DY7079, 787-9)"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 2.5479,
156 49.0097
157 ],
158 [
159 -122.2208,
160 37.7213
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "stop",
169 "name": "SFO",
170 "transit": true
171 },
172 "geometry": {
173 "type": "Point",
174 "coordinates": [
175 -122.379,
176 37.6213
177 ]
178 }
179 },
180 {
181 "type": "Feature",
182 "properties": {
183 "layer": "stop",
184 "name": "EWR",
185 "transit": false
186 },
187 "geometry": {
188 "type": "Point",
189 "coordinates": [
190 -74.1687,
191 40.6895
192 ]
193 }
194 },
195 {
196 "type": "Feature",
197 "properties": {
198 "layer": "stop",
199 "name": "Newark, NJ, US",
200 "transit": false
201 },
202 "geometry": {
203 "type": "Point",
204 "coordinates": [
205 -74.1724,
206 40.7357
207 ]
208 }
209 },
210 {
211 "type": "Feature",
212 "properties": {
213 "layer": "stop",
214 "name": "New York, US",
215 "transit": false
216 },
217 "geometry": {
218 "type": "Point",
219 "coordinates": [
220 -74.006,
221 40.7128
222 ]
223 }
224 },
225 {
226 "type": "Feature",
227 "properties": {
228 "layer": "stop",
229 "name": "EZE",
230 "transit": false
231 },
232 "geometry": {
233 "type": "Point",
234 "coordinates": [
235 -58.5356,
236 -34.8222
237 ]
238 }
239 },
240 {
241 "type": "Feature",
242 "properties": {
243 "layer": "stop",
244 "name": "MAD",
245 "transit": false
246 },
247 "geometry": {
248 "type": "Point",
249 "coordinates": [
250 -3.5673,
251 40.4936
252 ]
253 }
254 },
255 {
256 "type": "Feature",
257 "properties": {
258 "layer": "stop",
259 "name": "ORY",
260 "transit": false
261 },
262 "geometry": {
263 "type": "Point",
264 "coordinates": [
265 2.3594,
266 48.7233
267 ]
268 }
269 },
270 {
271 "type": "Feature",
272 "properties": {
273 "layer": "stop",
274 "name": "CDG",
275 "transit": false
276 },
277 "geometry": {
278 "type": "Point",
279 "coordinates": [
280 2.5479,
281 49.0097
282 ]
283 }
284 },
285 {
286 "type": "Feature",
287 "properties": {
288 "layer": "stop",
289 "name": "OAK",
290 "transit": false
291 },
292 "geometry": {
293 "type": "Point",
294 "coordinates": [
295 -122.2208,
296 37.7213
297 ]
298 }
299 }
300 ]
301}