Apr 18, 2026 6.4 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "route",
8 "from": "Podgorica, ME",
9 "to": "Belgrade, RS",
10 "date": "2011-08-22",
11 "mode": "bus, transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 19.2636,
18 42.4304
19 ],
20 [
21 20.4568,
22 44.7866
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "BEG",
32 "to": "FMM",
33 "date": "2011-08-23",
34 "mode": "flight (W64105), transit"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 20.3091,
41 44.8184
42 ],
43 [
44 10.2395,
45 47.9888
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Memmingen, DE",
55 "to": "Munich, DE",
56 "date": "2011-08-23",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 10.1811,
64 47.9837
65 ],
66 [
67 11.582,
68 48.1351
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Munich, DE",
78 "to": "Prague, CZ",
79 "date": "2011-08-24",
80 "mode": "bus"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 11.582,
87 48.1351
88 ],
89 [
90 14.4378,
91 50.0755
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Prague, CZ",
101 "to": "Munich, DE",
102 "date": "2011-08-27",
103 "mode": "bus"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 14.4378,
110 50.0755
111 ],
112 [
113 11.582,
114 48.1351
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Munich, DE",
124 "to": "Memmingen, DE",
125 "date": "2011-08-30",
126 "mode": "bus, transit"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 11.582,
133 48.1351
134 ],
135 [
136 10.1811,
137 47.9837
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "FMM",
147 "to": "BEG",
148 "date": "2011-08-30",
149 "mode": "flight (W64106), transit"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 10.2395,
156 47.9888
157 ],
158 [
159 20.3091,
160 44.8184
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "route",
169 "from": "Belgrade, RS",
170 "to": "Podgorica, ME",
171 "date": "2011-08-30",
172 "mode": "bus"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 20.4568,
179 44.7866
180 ],
181 [
182 19.2636,
183 42.4304
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "stop",
192 "name": "Podgorica, ME",
193 "transit": false,
194 "trips": [
195 {
196 "file": "munich-and-prague-2011.md",
197 "title": "",
198 "date": "2011-08-22"
199 }
200 ]
201 },
202 "geometry": {
203 "type": "Point",
204 "coordinates": [
205 19.2636,
206 42.4304
207 ]
208 }
209 },
210 {
211 "type": "Feature",
212 "properties": {
213 "layer": "stop",
214 "name": "Belgrade, RS",
215 "transit": false,
216 "trips": [
217 {
218 "file": "munich-and-prague-2011.md",
219 "title": "",
220 "date": "2011-08-22"
221 }
222 ]
223 },
224 "geometry": {
225 "type": "Point",
226 "coordinates": [
227 20.4568,
228 44.7866
229 ]
230 }
231 },
232 {
233 "type": "Feature",
234 "properties": {
235 "layer": "stop",
236 "name": "BEG",
237 "transit": true,
238 "trips": [
239 {
240 "file": "munich-and-prague-2011.md",
241 "title": "",
242 "date": "2011-08-23"
243 }
244 ]
245 },
246 "geometry": {
247 "type": "Point",
248 "coordinates": [
249 20.3091,
250 44.8184
251 ]
252 }
253 },
254 {
255 "type": "Feature",
256 "properties": {
257 "layer": "stop",
258 "name": "FMM",
259 "transit": true,
260 "trips": [
261 {
262 "file": "munich-and-prague-2011.md",
263 "title": "",
264 "date": "2011-08-23"
265 }
266 ]
267 },
268 "geometry": {
269 "type": "Point",
270 "coordinates": [
271 10.2395,
272 47.9888
273 ]
274 }
275 },
276 {
277 "type": "Feature",
278 "properties": {
279 "layer": "stop",
280 "name": "Memmingen, DE",
281 "transit": false,
282 "trips": [
283 {
284 "file": "munich-and-prague-2011.md",
285 "title": "",
286 "date": "2011-08-23"
287 }
288 ]
289 },
290 "geometry": {
291 "type": "Point",
292 "coordinates": [
293 10.1811,
294 47.9837
295 ]
296 }
297 },
298 {
299 "type": "Feature",
300 "properties": {
301 "layer": "stop",
302 "name": "Munich, DE",
303 "transit": false,
304 "trips": [
305 {
306 "file": "munich-and-prague-2011.md",
307 "title": "",
308 "date": "2011-08-23"
309 }
310 ]
311 },
312 "geometry": {
313 "type": "Point",
314 "coordinates": [
315 11.582,
316 48.1351
317 ]
318 }
319 },
320 {
321 "type": "Feature",
322 "properties": {
323 "layer": "stop",
324 "name": "Prague, CZ",
325 "transit": false,
326 "trips": [
327 {
328 "file": "munich-and-prague-2011.md",
329 "title": "",
330 "date": "2011-08-24"
331 }
332 ]
333 },
334 "geometry": {
335 "type": "Point",
336 "coordinates": [
337 14.4378,
338 50.0755
339 ]
340 }
341 }
342 ]
343}