Apr 18, 2026 6.8 KB of v3
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "IST",
10 "date": "2019-04-13",
11 "mode": "flight (TK80)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 28.8141,
22 40.9769
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "IST",
32 "to": "KBP",
33 "date": "2019-04-15",
34 "mode": "flight (TK459)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 28.8141,
41 40.9769
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": "Kramatorsk, UA",
56 "date": "2019-04-18",
57 "mode": "train"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 30.5234,
64 50.4501
65 ],
66 [
67 37.5558,
68 48.7362
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Kramatorsk, UA",
78 "to": "Kyiv, UA",
79 "date": "2019-04-18",
80 "mode": "train"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 37.5558,
87 48.7362
88 ],
89 [
90 30.5234,
91 50.4501
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Kyiv, UA",
101 "to": "Lviv, UA",
102 "date": "2019-04-26",
103 "mode": "car"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 30.5234,
110 50.4501
111 ],
112 [
113 24.0297,
114 49.8397
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Lviv, UA",
124 "to": "Pylypets, UA",
125 "date": "2019-04-27",
126 "mode": "car"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 24.0297,
133 49.8397
134 ],
135 [
136 23.3311,
137 48.6614
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Pylypets, UA",
147 "to": "Drogobych, UA",
148 "date": "2019-04-29",
149 "mode": "car"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 23.3311,
156 48.6614
157 ],
158 [
159 23.5064,
160 49.3497
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Drogobych, UA",
170 "to": "Lviv, UA",
171 "date": "2019-04-29",
172 "mode": "car, transit"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 23.5064,
179 49.3497
180 ],
181 [
182 24.0297,
183 49.8397
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Lviv, UA",
193 "to": "Kyiv, UA",
194 "date": "2019-04-30",
195 "mode": "car, transit"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 24.0297,
202 49.8397
203 ],
204 [
205 30.5234,
206 50.4501
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "flight",
215 "from": "KBP",
216 "to": "IST",
217 "date": "2019-04-30",
218 "mode": "flight(TK460)"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 30.8947,
225 50.345
226 ],
227 [
228 28.8141,
229 40.9769
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "flight",
238 "from": "IST",
239 "to": "SFO",
240 "date": "2019-05-01",
241 "mode": "flight(TK79)"
242 },
243 "geometry": {
244 "type": "LineString",
245 "coordinates": [
246 [
247 28.8141,
248 40.9769
249 ],
250 [
251 -122.379,
252 37.6213
253 ]
254 ]
255 }
256 },
257 {
258 "type": "Feature",
259 "properties": {
260 "layer": "stop",
261 "name": "SFO",
262 "transit": false
263 },
264 "geometry": {
265 "type": "Point",
266 "coordinates": [
267 -122.379,
268 37.6213
269 ]
270 }
271 },
272 {
273 "type": "Feature",
274 "properties": {
275 "layer": "stop",
276 "name": "IST",
277 "transit": false
278 },
279 "geometry": {
280 "type": "Point",
281 "coordinates": [
282 28.8141,
283 40.9769
284 ]
285 }
286 },
287 {
288 "type": "Feature",
289 "properties": {
290 "layer": "stop",
291 "name": "KBP",
292 "transit": false
293 },
294 "geometry": {
295 "type": "Point",
296 "coordinates": [
297 30.8947,
298 50.345
299 ]
300 }
301 },
302 {
303 "type": "Feature",
304 "properties": {
305 "layer": "stop",
306 "name": "Kyiv, UA",
307 "transit": false
308 },
309 "geometry": {
310 "type": "Point",
311 "coordinates": [
312 30.5234,
313 50.4501
314 ]
315 }
316 },
317 {
318 "type": "Feature",
319 "properties": {
320 "layer": "stop",
321 "name": "Kramatorsk, UA",
322 "transit": false
323 },
324 "geometry": {
325 "type": "Point",
326 "coordinates": [
327 37.5558,
328 48.7362
329 ]
330 }
331 },
332 {
333 "type": "Feature",
334 "properties": {
335 "layer": "stop",
336 "name": "Lviv, UA",
337 "transit": false
338 },
339 "geometry": {
340 "type": "Point",
341 "coordinates": [
342 24.0297,
343 49.8397
344 ]
345 }
346 },
347 {
348 "type": "Feature",
349 "properties": {
350 "layer": "stop",
351 "name": "Pylypets, UA",
352 "transit": false
353 },
354 "geometry": {
355 "type": "Point",
356 "coordinates": [
357 23.3311,
358 48.6614
359 ]
360 }
361 },
362 {
363 "type": "Feature",
364 "properties": {
365 "layer": "stop",
366 "name": "Drogobych, UA",
367 "transit": false
368 },
369 "geometry": {
370 "type": "Point",
371 "coordinates": [
372 23.5064,
373 49.3497
374 ]
375 }
376 }
377 ]
378}