Apr 18, 2026 8.0 KB of v3
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 },
287 "geometry": {
288 "type": "Point",
289 "coordinates": [
290 8.5622,
291 50.0333
292 ]
293 }
294 },
295 {
296 "type": "Feature",
297 "properties": {
298 "layer": "stop",
299 "name": "BEG",
300 "transit": false
301 },
302 "geometry": {
303 "type": "Point",
304 "coordinates": [
305 20.3091,
306 44.8184
307 ]
308 }
309 },
310 {
311 "type": "Feature",
312 "properties": {
313 "layer": "stop",
314 "name": "Belgrade, RS",
315 "transit": false
316 },
317 "geometry": {
318 "type": "Point",
319 "coordinates": [
320 20.4568,
321 44.7866
322 ]
323 }
324 },
325 {
326 "type": "Feature",
327 "properties": {
328 "layer": "stop",
329 "name": "Zagreb, HR",
330 "transit": false
331 },
332 "geometry": {
333 "type": "Point",
334 "coordinates": [
335 15.9819,
336 45.815
337 ]
338 }
339 },
340 {
341 "type": "Feature",
342 "properties": {
343 "layer": "stop",
344 "name": "Zadar, HR",
345 "transit": false
346 },
347 "geometry": {
348 "type": "Point",
349 "coordinates": [
350 15.2314,
351 44.1194
352 ]
353 }
354 },
355 {
356 "type": "Feature",
357 "properties": {
358 "layer": "stop",
359 "name": "Kornati, HR",
360 "transit": false
361 },
362 "geometry": {
363 "type": "Point",
364 "coordinates": [
365 15.3,
366 43.8
367 ]
368 }
369 },
370 {
371 "type": "Feature",
372 "properties": {
373 "layer": "stop",
374 "name": "Split, HR",
375 "transit": false
376 },
377 "geometry": {
378 "type": "Point",
379 "coordinates": [
380 16.4402,
381 43.5081
382 ]
383 }
384 },
385 {
386 "type": "Feature",
387 "properties": {
388 "layer": "stop",
389 "name": "Sarajevo, BA",
390 "transit": false
391 },
392 "geometry": {
393 "type": "Point",
394 "coordinates": [
395 18.4131,
396 43.8563
397 ]
398 }
399 },
400 {
401 "type": "Feature",
402 "properties": {
403 "layer": "stop",
404 "name": "Podgorica, ME",
405 "transit": false
406 },
407 "geometry": {
408 "type": "Point",
409 "coordinates": [
410 19.2636,
411 42.4304
412 ]
413 }
414 },
415 {
416 "type": "Feature",
417 "properties": {
418 "layer": "stop",
419 "name": "VIE",
420 "transit": false
421 },
422 "geometry": {
423 "type": "Point",
424 "coordinates": [
425 16.5697,
426 48.1103
427 ]
428 }
429 },
430 {
431 "type": "Feature",
432 "properties": {
433 "layer": "stop",
434 "name": "KBP",
435 "transit": false
436 },
437 "geometry": {
438 "type": "Point",
439 "coordinates": [
440 30.8947,
441 50.345
442 ]
443 }
444 }
445 ]
446}