Apr 18, 2026 4.7 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "HRK",
9 "to": "TIV",
10 "date": "2010-05-21",
11 "mode": "flight, transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 36.286,
18 49.9248
19 ],
20 [
21 18.7233,
22 42.4047
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Tivat, ME",
32 "to": "Becici, ME",
33 "date": "2010-05-21",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 18.7233,
41 42.4047
42 ],
43 [
44 18.8567,
45 42.2886
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Becici, ME",
55 "to": "Dubrovnik, HR",
56 "date": "2010-05-24",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 18.8567,
64 42.2886
65 ],
66 [
67 18.0944,
68 42.6507
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Dubrovnik, HR",
78 "to": "Becici, ME",
79 "date": "2010-05-24",
80 "mode": "bus"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 18.0944,
87 42.6507
88 ],
89 [
90 18.8567,
91 42.2886
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Becici, ME",
101 "to": "Tivat, ME",
102 "date": "2010-05-28",
103 "mode": "bus, transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 18.8567,
110 42.2886
111 ],
112 [
113 18.7233,
114 42.4047
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "flight",
123 "from": "TIV",
124 "to": "HRK",
125 "date": "2010-05-28",
126 "mode": "flight"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 18.7233,
133 42.4047
134 ],
135 [
136 36.286,
137 49.9248
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "stop",
146 "name": "HRK",
147 "transit": false,
148 "trips": [
149 {
150 "file": "montenegro-first-trip.md",
151 "title": "",
152 "date": "2010-05-21"
153 }
154 ]
155 },
156 "geometry": {
157 "type": "Point",
158 "coordinates": [
159 36.286,
160 49.9248
161 ]
162 }
163 },
164 {
165 "type": "Feature",
166 "properties": {
167 "layer": "stop",
168 "name": "TIV",
169 "transit": false,
170 "trips": [
171 {
172 "file": "montenegro-first-trip.md",
173 "title": "",
174 "date": "2010-05-21"
175 }
176 ]
177 },
178 "geometry": {
179 "type": "Point",
180 "coordinates": [
181 18.7233,
182 42.4047
183 ]
184 }
185 },
186 {
187 "type": "Feature",
188 "properties": {
189 "layer": "stop",
190 "name": "Tivat, ME",
191 "transit": false,
192 "trips": [
193 {
194 "file": "montenegro-first-trip.md",
195 "title": "",
196 "date": "2010-05-21"
197 }
198 ]
199 },
200 "geometry": {
201 "type": "Point",
202 "coordinates": [
203 18.7233,
204 42.4047
205 ]
206 }
207 },
208 {
209 "type": "Feature",
210 "properties": {
211 "layer": "stop",
212 "name": "Becici, ME",
213 "transit": false,
214 "trips": [
215 {
216 "file": "montenegro-first-trip.md",
217 "title": "",
218 "date": "2010-05-21"
219 }
220 ]
221 },
222 "geometry": {
223 "type": "Point",
224 "coordinates": [
225 18.8567,
226 42.2886
227 ]
228 }
229 },
230 {
231 "type": "Feature",
232 "properties": {
233 "layer": "stop",
234 "name": "Dubrovnik, HR",
235 "transit": false,
236 "trips": [
237 {
238 "file": "montenegro-first-trip.md",
239 "title": "",
240 "date": "2010-05-24"
241 }
242 ]
243 },
244 "geometry": {
245 "type": "Point",
246 "coordinates": [
247 18.0944,
248 42.6507
249 ]
250 }
251 }
252 ]
253}