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