Apr 18, 2026 6.6 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 },
263 "geometry": {
264 "type": "Point",
265 "coordinates": [
266 -122.379,
267 37.6213
268 ]
269 }
270 },
271 {
272 "type": "Feature",
273 "properties": {
274 "layer": "stop",
275 "name": "IST"
276 },
277 "geometry": {
278 "type": "Point",
279 "coordinates": [
280 28.8141,
281 40.9769
282 ]
283 }
284 },
285 {
286 "type": "Feature",
287 "properties": {
288 "layer": "stop",
289 "name": "KBP"
290 },
291 "geometry": {
292 "type": "Point",
293 "coordinates": [
294 30.8947,
295 50.345
296 ]
297 }
298 },
299 {
300 "type": "Feature",
301 "properties": {
302 "layer": "stop",
303 "name": "Kyiv, UA"
304 },
305 "geometry": {
306 "type": "Point",
307 "coordinates": [
308 30.5234,
309 50.4501
310 ]
311 }
312 },
313 {
314 "type": "Feature",
315 "properties": {
316 "layer": "stop",
317 "name": "Kramatorsk, UA"
318 },
319 "geometry": {
320 "type": "Point",
321 "coordinates": [
322 37.5558,
323 48.7362
324 ]
325 }
326 },
327 {
328 "type": "Feature",
329 "properties": {
330 "layer": "stop",
331 "name": "Lviv, UA"
332 },
333 "geometry": {
334 "type": "Point",
335 "coordinates": [
336 24.0297,
337 49.8397
338 ]
339 }
340 },
341 {
342 "type": "Feature",
343 "properties": {
344 "layer": "stop",
345 "name": "Pylypets, UA"
346 },
347 "geometry": {
348 "type": "Point",
349 "coordinates": [
350 23.3311,
351 48.6614
352 ]
353 }
354 },
355 {
356 "type": "Feature",
357 "properties": {
358 "layer": "stop",
359 "name": "Drogobych, UA"
360 },
361 "geometry": {
362 "type": "Point",
363 "coordinates": [
364 23.5064,
365 49.3497
366 ]
367 }
368 }
369 ]
370}