1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "MIA",
9 "to": "EZE",
10 "date": "2019-11-30",
11 "mode": "flight (AA931)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -80.2906,
18 25.7959
19 ],
20 [
21 -58.5356,
22 -34.8222
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Buenos Aires, AR",
32 "to": "El Palomar, AR",
33 "date": "2019-12-25",
34 "mode": "car, transit"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -58.3816,
41 -34.6037
42 ],
43 [
44 -58.6126,
45 -34.6099
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "EPA",
55 "to": "IGR",
56 "date": "2019-12-25",
57 "mode": "flight(FO5100)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -58.6126,
64 -34.6099
65 ],
66 [
67 -54.4734,
68 -25.7373
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "IGR",
78 "to": "EPA",
79 "date": "2019-12-26",
80 "mode": "flight (WJ 3399), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -54.4734,
87 -25.7373
88 ],
89 [
90 -58.6126,
91 -34.6099
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "El Palomar, AR",
101 "to": "Buenos Aires, AR",
102 "date": "2019-12-26",
103 "mode": "car"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -58.6126,
110 -34.6099
111 ],
112 [
113 -58.3816,
114 -34.6037
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "EZE",
124 "to": "MIA",
125 "date": "2020-01-06",
126 "mode": "flight(AA900), transit"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -58.5356,
133 -34.8222
134 ],
135 [
136 -80.2906,
137 25.7959
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "MIA",
147 "to": "SFO",
148 "date": "2020-01-07",
149 "mode": "flight (AA132)"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -80.2906,
156 25.7959
157 ],
158 [
159 -122.379,
160 37.6213
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "stop",
169 "name": "MIA",
170 "transit": false
171 },
172 "geometry": {
173 "type": "Point",
174 "coordinates": [
175 -80.2906,
176 25.7959
177 ]
178 }
179 },
180 {
181 "type": "Feature",
182 "properties": {
183 "layer": "stop",
184 "name": "EZE",
185 "transit": false
186 },
187 "geometry": {
188 "type": "Point",
189 "coordinates": [
190 -58.5356,
191 -34.8222
192 ]
193 }
194 },
195 {
196 "type": "Feature",
197 "properties": {
198 "layer": "stop",
199 "name": "Buenos Aires, AR",
200 "transit": false
201 },
202 "geometry": {
203 "type": "Point",
204 "coordinates": [
205 -58.3816,
206 -34.6037
207 ]
208 }
209 },
210 {
211 "type": "Feature",
212 "properties": {
213 "layer": "stop",
214 "name": "El Palomar, AR",
215 "transit": false
216 },
217 "geometry": {
218 "type": "Point",
219 "coordinates": [
220 -58.6126,
221 -34.6099
222 ]
223 }
224 },
225 {
226 "type": "Feature",
227 "properties": {
228 "layer": "stop",
229 "name": "EPA",
230 "transit": false
231 },
232 "geometry": {
233 "type": "Point",
234 "coordinates": [
235 -58.6126,
236 -34.6099
237 ]
238 }
239 },
240 {
241 "type": "Feature",
242 "properties": {
243 "layer": "stop",
244 "name": "IGR",
245 "transit": false
246 },
247 "geometry": {
248 "type": "Point",
249 "coordinates": [
250 -54.4734,
251 -25.7373
252 ]
253 }
254 },
255 {
256 "type": "Feature",
257 "properties": {
258 "layer": "stop",
259 "name": "SFO",
260 "transit": false
261 },
262 "geometry": {
263 "type": "Point",
264 "coordinates": [
265 -122.379,
266 37.6213
267 ]
268 }
269 }
270 ]
271}