Apr 18, 2026 9.6 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "FRA",
9 "to": "BEG",
10 "date": "2012-06-22",
11 "mode": "flight(LH1406)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 8.5622,
18 50.0333
19 ],
20 [
21 20.3091,
22 44.8184
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Belgrade, RS",
32 "to": "Zagreb, HR",
33 "date": "2012-07-10",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 20.4568,
41 44.7866
42 ],
43 [
44 15.9819,
45 45.815
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Zagreb, HR",
55 "to": "Zadar, HR",
56 "date": "2012-07-31",
57 "mode": "bus, transit"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 15.9819,
64 45.815
65 ],
66 [
67 15.2314,
68 44.1194
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Zadar, HR",
78 "to": "Kornati, HR",
79 "date": "2012-07-31",
80 "mode": "boat"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 15.2314,
87 44.1194
88 ],
89 [
90 15.3,
91 43.8
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Kornati, HR",
101 "to": "Zadar, HR",
102 "date": "2012-08-03",
103 "mode": "boat"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 15.3,
110 43.8
111 ],
112 [
113 15.2314,
114 44.1194
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Zadar, HR",
124 "to": "Split, HR",
125 "date": "2012-08-06",
126 "mode": "bus"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 15.2314,
133 44.1194
134 ],
135 [
136 16.4402,
137 43.5081
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "route",
146 "from": "Split, HR",
147 "to": "Zagreb, HR",
148 "date": "2012-08-14",
149 "mode": "train"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 16.4402,
156 43.5081
157 ],
158 [
159 15.9819,
160 45.815
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Zagreb, HR",
170 "to": "Sarajevo, BA",
171 "date": "2012-08-20",
172 "mode": "bus"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 15.9819,
179 45.815
180 ],
181 [
182 18.4131,
183 43.8563
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "route",
192 "from": "Sarajevo, BA",
193 "to": "Podgorica, ME",
194 "date": "2012-09-05",
195 "mode": "bus"
196 },
197 "geometry": {
198 "type": "LineString",
199 "coordinates": [
200 [
201 18.4131,
202 43.8563
203 ],
204 [
205 19.2636,
206 42.4304
207 ]
208 ]
209 }
210 },
211 {
212 "type": "Feature",
213 "properties": {
214 "layer": "route",
215 "from": "Podgorica, ME",
216 "to": "Belgrade, RS",
217 "date": "2012-09-05",
218 "mode": "bus"
219 },
220 "geometry": {
221 "type": "LineString",
222 "coordinates": [
223 [
224 19.2636,
225 42.4304
226 ],
227 [
228 20.4568,
229 44.7866
230 ]
231 ]
232 }
233 },
234 {
235 "type": "Feature",
236 "properties": {
237 "layer": "flight",
238 "from": "BEG",
239 "to": "VIE",
240 "date": "2012-09-06",
241 "mode": "flight(OS738), transit"
242 },
243 "geometry": {
244 "type": "LineString",
245 "coordinates": [
246 [
247 20.3091,
248 44.8184
249 ],
250 [
251 16.5697,
252 48.1103
253 ]
254 ]
255 }
256 },
257 {
258 "type": "Feature",
259 "properties": {
260 "layer": "flight",
261 "from": "VIE",
262 "to": "KBP",
263 "date": "2012-09-06",
264 "mode": "flight(OS663)"
265 },
266 "geometry": {
267 "type": "LineString",
268 "coordinates": [
269 [
270 16.5697,
271 48.1103
272 ],
273 [
274 30.8947,
275 50.345
276 ]
277 ]
278 }
279 },
280 {
281 "type": "Feature",
282 "properties": {
283 "layer": "stop",
284 "name": "FRA",
285 "transit": false,
286 "trips": [
287 {
288 "file": "balkans-2012.md",
289 "title": "",
290 "date": "2012-06-22"
291 }
292 ]
293 },
294 "geometry": {
295 "type": "Point",
296 "coordinates": [
297 8.5622,
298 50.0333
299 ]
300 }
301 },
302 {
303 "type": "Feature",
304 "properties": {
305 "layer": "stop",
306 "name": "BEG",
307 "transit": false,
308 "trips": [
309 {
310 "file": "balkans-2012.md",
311 "title": "",
312 "date": "2012-06-22"
313 }
314 ]
315 },
316 "geometry": {
317 "type": "Point",
318 "coordinates": [
319 20.3091,
320 44.8184
321 ]
322 }
323 },
324 {
325 "type": "Feature",
326 "properties": {
327 "layer": "stop",
328 "name": "Belgrade, RS",
329 "transit": false,
330 "trips": [
331 {
332 "file": "balkans-2012.md",
333 "title": "",
334 "date": "2012-07-10"
335 }
336 ]
337 },
338 "geometry": {
339 "type": "Point",
340 "coordinates": [
341 20.4568,
342 44.7866
343 ]
344 }
345 },
346 {
347 "type": "Feature",
348 "properties": {
349 "layer": "stop",
350 "name": "Zagreb, HR",
351 "transit": false,
352 "trips": [
353 {
354 "file": "balkans-2012.md",
355 "title": "",
356 "date": "2012-07-10"
357 }
358 ]
359 },
360 "geometry": {
361 "type": "Point",
362 "coordinates": [
363 15.9819,
364 45.815
365 ]
366 }
367 },
368 {
369 "type": "Feature",
370 "properties": {
371 "layer": "stop",
372 "name": "Zadar, HR",
373 "transit": false,
374 "trips": [
375 {
376 "file": "balkans-2012.md",
377 "title": "",
378 "date": "2012-07-31"
379 }
380 ]
381 },
382 "geometry": {
383 "type": "Point",
384 "coordinates": [
385 15.2314,
386 44.1194
387 ]
388 }
389 },
390 {
391 "type": "Feature",
392 "properties": {
393 "layer": "stop",
394 "name": "Kornati, HR",
395 "transit": false,
396 "trips": [
397 {
398 "file": "balkans-2012.md",
399 "title": "",
400 "date": "2012-07-31"
401 }
402 ]
403 },
404 "geometry": {
405 "type": "Point",
406 "coordinates": [
407 15.3,
408 43.8
409 ]
410 }
411 },
412 {
413 "type": "Feature",
414 "properties": {
415 "layer": "stop",
416 "name": "Split, HR",
417 "transit": false,
418 "trips": [
419 {
420 "file": "balkans-2012.md",
421 "title": "",
422 "date": "2012-08-06"
423 }
424 ]
425 },
426 "geometry": {
427 "type": "Point",
428 "coordinates": [
429 16.4402,
430 43.5081
431 ]
432 }
433 },
434 {
435 "type": "Feature",
436 "properties": {
437 "layer": "stop",
438 "name": "Sarajevo, BA",
439 "transit": false,
440 "trips": [
441 {
442 "file": "balkans-2012.md",
443 "title": "",
444 "date": "2012-08-20"
445 }
446 ]
447 },
448 "geometry": {
449 "type": "Point",
450 "coordinates": [
451 18.4131,
452 43.8563
453 ]
454 }
455 },
456 {
457 "type": "Feature",
458 "properties": {
459 "layer": "stop",
460 "name": "Podgorica, ME",
461 "transit": false,
462 "trips": [
463 {
464 "file": "balkans-2012.md",
465 "title": "",
466 "date": "2012-09-05"
467 }
468 ]
469 },
470 "geometry": {
471 "type": "Point",
472 "coordinates": [
473 19.2636,
474 42.4304
475 ]
476 }
477 },
478 {
479 "type": "Feature",
480 "properties": {
481 "layer": "stop",
482 "name": "VIE",
483 "transit": false,
484 "trips": [
485 {
486 "file": "balkans-2012.md",
487 "title": "",
488 "date": "2012-09-06"
489 }
490 ]
491 },
492 "geometry": {
493 "type": "Point",
494 "coordinates": [
495 16.5697,
496 48.1103
497 ]
498 }
499 },
500 {
501 "type": "Feature",
502 "properties": {
503 "layer": "stop",
504 "name": "KBP",
505 "transit": false,
506 "trips": [
507 {
508 "file": "balkans-2012.md",
509 "title": "",
510 "date": "2012-09-06"
511 }
512 ]
513 },
514 "geometry": {
515 "type": "Point",
516 "coordinates": [
517 30.8947,
518 50.345
519 ]
520 }
521 }
522 ]
523}