Apr 18, 2026 5.2 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 },
171 "geometry": {
172 "type": "Point",
173 "coordinates": [
174 -122.379,
175 37.6213
176 ]
177 }
178 },
179 {
180 "type": "Feature",
181 "properties": {
182 "layer": "stop",
183 "name": "EWR"
184 },
185 "geometry": {
186 "type": "Point",
187 "coordinates": [
188 -74.1687,
189 40.6895
190 ]
191 }
192 },
193 {
194 "type": "Feature",
195 "properties": {
196 "layer": "stop",
197 "name": "Newark, NJ, US"
198 },
199 "geometry": {
200 "type": "Point",
201 "coordinates": [
202 -74.1724,
203 40.7357
204 ]
205 }
206 },
207 {
208 "type": "Feature",
209 "properties": {
210 "layer": "stop",
211 "name": "New York, US"
212 },
213 "geometry": {
214 "type": "Point",
215 "coordinates": [
216 -74.006,
217 40.7128
218 ]
219 }
220 },
221 {
222 "type": "Feature",
223 "properties": {
224 "layer": "stop",
225 "name": "EZE"
226 },
227 "geometry": {
228 "type": "Point",
229 "coordinates": [
230 -58.5356,
231 -34.8222
232 ]
233 }
234 },
235 {
236 "type": "Feature",
237 "properties": {
238 "layer": "stop",
239 "name": "MAD"
240 },
241 "geometry": {
242 "type": "Point",
243 "coordinates": [
244 -3.5673,
245 40.4936
246 ]
247 }
248 },
249 {
250 "type": "Feature",
251 "properties": {
252 "layer": "stop",
253 "name": "ORY"
254 },
255 "geometry": {
256 "type": "Point",
257 "coordinates": [
258 2.3594,
259 48.7233
260 ]
261 }
262 },
263 {
264 "type": "Feature",
265 "properties": {
266 "layer": "stop",
267 "name": "CDG"
268 },
269 "geometry": {
270 "type": "Point",
271 "coordinates": [
272 2.5479,
273 49.0097
274 ]
275 }
276 },
277 {
278 "type": "Feature",
279 "properties": {
280 "layer": "stop",
281 "name": "OAK"
282 },
283 "geometry": {
284 "type": "Point",
285 "coordinates": [
286 -122.2208,
287 37.7213
288 ]
289 }
290 }
291 ]
292}