Apr 18, 2026 1.3 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "route",
8 "from": "Dubrovnik, HR",
9 "to": "Zagreb, HR",
10 "date": "2023-05",
11 "mode": "car/bus"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 18.0944,
18 42.6507
19 ],
20 [
21 15.9819,
22 45.815
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "stop",
31 "name": "Dubrovnik, HR",
32 "transit": false,
33 "trips": [
34 {
35 "file": "gdynia-and-balkans-2023.md",
36 "title": "",
37 "date": "2023-05"
38 }
39 ]
40 },
41 "geometry": {
42 "type": "Point",
43 "coordinates": [
44 18.0944,
45 42.6507
46 ]
47 }
48 },
49 {
50 "type": "Feature",
51 "properties": {
52 "layer": "stop",
53 "name": "Zagreb, HR",
54 "transit": false,
55 "trips": [
56 {
57 "file": "gdynia-and-balkans-2023.md",
58 "title": "",
59 "date": "2023-05"
60 }
61 ]
62 },
63 "geometry": {
64 "type": "Point",
65 "coordinates": [
66 15.9819,
67 45.815
68 ]
69 }
70 }
71 ]
72}