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