1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "GYE",
9 "to": "UIO",
10 "date": "2013-08-05",
11 "mode": "flight(EQ314)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -79.8836,
18 -2.1574
19 ],
20 [
21 -78.3575,
22 -0.1292
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Quito, EC",
32 "to": "Banos, EC",
33 "date": "2013-08-25",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -78.4678,
41 -0.1807
42 ],
43 [
44 -78.4247,
45 -1.3928
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Banos, EC",
55 "to": "Quito, EC",
56 "date": "2013-09-01",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -78.4247,
64 -1.3928
65 ],
66 [
67 -78.4678,
68 -0.1807
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "UIO",
78 "to": "GYE",
79 "date": "2013-09-02",
80 "mode": "flight(LA1441), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -78.3575,
87 -0.1292
88 ],
89 [
90 -79.8836,
91 -2.1574
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "GYE",
101 "to": "SCL",
102 "date": "2013-09-02",
103 "mode": "flight(LA1447), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -79.8836,
110 -2.1574
111 ],
112 [
113 -70.7858,
114 -33.393
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "SCL",
124 "to": "EZE",
125 "date": "2013-09-02",
126 "mode": "flight (LA443)"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 -70.7858,
133 -33.393
134 ],
135 [
136 -58.5356,
137 -34.8222
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "EZE",
147 "to": "GRU",
148 "date": "2013-09-26",
149 "mode": "flight"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 -58.5356,
156 -34.8222
157 ],
158 [
159 -46.473,
160 -23.4356
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "flight",
169 "from": "GRU",
170 "to": "PTY",
171 "date": "2013-09-27",
172 "mode": "flight(CM758), transit"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 -46.473,
179 -23.4356
180 ],
181 [
182 -79.3835,
183 9.0714
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "stop",
192 "name": "GYE",
193 "transit": false
194 },
195 "geometry": {
196 "type": "Point",
197 "coordinates": [
198 -79.8836,
199 -2.1574
200 ]
201 }
202 },
203 {
204 "type": "Feature",
205 "properties": {
206 "layer": "stop",
207 "name": "UIO",
208 "transit": false
209 },
210 "geometry": {
211 "type": "Point",
212 "coordinates": [
213 -78.3575,
214 -0.1292
215 ]
216 }
217 },
218 {
219 "type": "Feature",
220 "properties": {
221 "layer": "stop",
222 "name": "Quito, EC",
223 "transit": false
224 },
225 "geometry": {
226 "type": "Point",
227 "coordinates": [
228 -78.4678,
229 -0.1807
230 ]
231 }
232 },
233 {
234 "type": "Feature",
235 "properties": {
236 "layer": "stop",
237 "name": "Banos, EC",
238 "transit": false
239 },
240 "geometry": {
241 "type": "Point",
242 "coordinates": [
243 -78.4247,
244 -1.3928
245 ]
246 }
247 },
248 {
249 "type": "Feature",
250 "properties": {
251 "layer": "stop",
252 "name": "SCL",
253 "transit": false
254 },
255 "geometry": {
256 "type": "Point",
257 "coordinates": [
258 -70.7858,
259 -33.393
260 ]
261 }
262 },
263 {
264 "type": "Feature",
265 "properties": {
266 "layer": "stop",
267 "name": "EZE",
268 "transit": false
269 },
270 "geometry": {
271 "type": "Point",
272 "coordinates": [
273 -58.5356,
274 -34.8222
275 ]
276 }
277 },
278 {
279 "type": "Feature",
280 "properties": {
281 "layer": "stop",
282 "name": "GRU",
283 "transit": false
284 },
285 "geometry": {
286 "type": "Point",
287 "coordinates": [
288 -46.473,
289 -23.4356
290 ]
291 }
292 },
293 {
294 "type": "Feature",
295 "properties": {
296 "layer": "stop",
297 "name": "PTY",
298 "transit": true
299 },
300 "geometry": {
301 "type": "Point",
302 "coordinates": [
303 -79.3835,
304 9.0714
305 ]
306 }
307 }
308 ]
309}