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