Apr 18, 2026 5.8 KB of v3
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "JFK",
9 "to": "BCN",
10 "date": "2022-10-03",
11 "mode": "flight(Delta 168), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -73.7781,
18 40.6413
19 ],
20 [
21 2.0785,
22 41.2971
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Barcelona, ES",
32 "to": "Castelldefels, ES",
33 "date": "2022-10-03",
34 "mode": "car"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 2.1734,
41 41.3851
42 ],
43 [
44 1.9767,
45 41.28
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Castelldefels, ES",
55 "to": "Barcelona, ES",
56 "date": "2022-10-10",
57 "mode": "car"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 1.9767,
64 41.28
65 ],
66 [
67 2.1734,
68 41.3851
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "BCN",
78 "to": "KRK",
79 "date": "2022-10-17",
80 "mode": "flight(FR3053)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 2.0785,
87 41.2971
88 ],
89 [
90 19.7836,
91 50.0777
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "route",
100 "from": "Krakow, PL",
101 "to": "Wroclaw, PL",
102 "date": "2022-11-09",
103 "mode": "train"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 19.945,
110 50.0647
111 ],
112 [
113 17.0385,
114 51.1079
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Wroclaw, PL",
124 "to": "Prague, CZ",
125 "date": "2022-11-16",
126 "mode": "bus"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 17.0385,
133 51.1079
134 ],
135 [
136 14.4378,
137 50.0755
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "flight",
146 "from": "PRG",
147 "to": "BCN",
148 "date": "2022-11-27",
149 "mode": "flight(VY8653)"
150 },
151 "geometry": {
152 "type": "LineString",
153 "coordinates": [
154 [
155 14.2632,
156 50.1008
157 ],
158 [
159 2.0785,
160 41.2971
161 ]
162 ]
163 }
164 },
165 {
166 "type": "Feature",
167 "properties": {
168 "layer": "flight",
169 "from": "BCN",
170 "to": "JFK",
171 "date": "2022-12-11",
172 "mode": "flight(IB 2627)"
173 },
174 "geometry": {
175 "type": "LineString",
176 "coordinates": [
177 [
178 2.0785,
179 41.2971
180 ],
181 [
182 -73.7781,
183 40.6413
184 ]
185 ]
186 }
187 },
188 {
189 "type": "Feature",
190 "properties": {
191 "layer": "stop",
192 "name": "JFK",
193 "transit": false
194 },
195 "geometry": {
196 "type": "Point",
197 "coordinates": [
198 -73.7781,
199 40.6413
200 ]
201 }
202 },
203 {
204 "type": "Feature",
205 "properties": {
206 "layer": "stop",
207 "name": "BCN",
208 "transit": false
209 },
210 "geometry": {
211 "type": "Point",
212 "coordinates": [
213 2.0785,
214 41.2971
215 ]
216 }
217 },
218 {
219 "type": "Feature",
220 "properties": {
221 "layer": "stop",
222 "name": "Barcelona, ES",
223 "transit": false
224 },
225 "geometry": {
226 "type": "Point",
227 "coordinates": [
228 2.1734,
229 41.3851
230 ]
231 }
232 },
233 {
234 "type": "Feature",
235 "properties": {
236 "layer": "stop",
237 "name": "Castelldefels, ES",
238 "transit": false
239 },
240 "geometry": {
241 "type": "Point",
242 "coordinates": [
243 1.9767,
244 41.28
245 ]
246 }
247 },
248 {
249 "type": "Feature",
250 "properties": {
251 "layer": "stop",
252 "name": "KRK",
253 "transit": false
254 },
255 "geometry": {
256 "type": "Point",
257 "coordinates": [
258 19.7836,
259 50.0777
260 ]
261 }
262 },
263 {
264 "type": "Feature",
265 "properties": {
266 "layer": "stop",
267 "name": "Krakow, PL",
268 "transit": false
269 },
270 "geometry": {
271 "type": "Point",
272 "coordinates": [
273 19.945,
274 50.0647
275 ]
276 }
277 },
278 {
279 "type": "Feature",
280 "properties": {
281 "layer": "stop",
282 "name": "Wroclaw, PL",
283 "transit": false
284 },
285 "geometry": {
286 "type": "Point",
287 "coordinates": [
288 17.0385,
289 51.1079
290 ]
291 }
292 },
293 {
294 "type": "Feature",
295 "properties": {
296 "layer": "stop",
297 "name": "Prague, CZ",
298 "transit": false
299 },
300 "geometry": {
301 "type": "Point",
302 "coordinates": [
303 14.4378,
304 50.0755
305 ]
306 }
307 },
308 {
309 "type": "Feature",
310 "properties": {
311 "layer": "stop",
312 "name": "PRG",
313 "transit": false
314 },
315 "geometry": {
316 "type": "Point",
317 "coordinates": [
318 14.2632,
319 50.1008
320 ]
321 }
322 }
323 ]
324}