Apr 18, 2026 6.0 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "PTY",
9 "to": "JFK",
10 "date": "2013-09-27",
11 "mode": "flight(CM830)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -79.3835,
18 9.0714
19 ],
20 [
21 -73.7781,
22 40.6413
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "New York, US",
32 "to": "Washington, US",
33 "date": "2013-11-13",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -74.006,
41 40.7128
42 ],
43 [
44 -77.0369,
45 38.9072
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Washington, US",
55 "to": "New York, US",
56 "date": "2013-11-17",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -77.0369,
64 38.9072
65 ],
66 [
67 -74.006,
68 40.7128
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "JFK",
78 "to": "FRA",
79 "date": "2013-12-28",
80 "mode": "flight(LA1441), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -73.7781,
87 40.6413
88 ],
89 [
90 8.5622,
91 50.0333
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "FRA",
101 "to": "KBP",
102 "date": "2013-12-28",
103 "mode": "flight(LA1447), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 8.5622,
110 50.0333
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": "2013-12-28",
126 "mode": "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": "PTY",
147 "transit": false,
148 "trips": [
149 {
150 "file": "study-in-new-york-2013.md",
151 "title": "",
152 "date": "2013-09-27"
153 }
154 ]
155 },
156 "geometry": {
157 "type": "Point",
158 "coordinates": [
159 -79.3835,
160 9.0714
161 ]
162 }
163 },
164 {
165 "type": "Feature",
166 "properties": {
167 "layer": "stop",
168 "name": "JFK",
169 "transit": false,
170 "trips": [
171 {
172 "file": "study-in-new-york-2013.md",
173 "title": "",
174 "date": "2013-09-27"
175 }
176 ]
177 },
178 "geometry": {
179 "type": "Point",
180 "coordinates": [
181 -73.7781,
182 40.6413
183 ]
184 }
185 },
186 {
187 "type": "Feature",
188 "properties": {
189 "layer": "stop",
190 "name": "New York, US",
191 "transit": false,
192 "trips": [
193 {
194 "file": "study-in-new-york-2013.md",
195 "title": "",
196 "date": "2013-11-13"
197 }
198 ]
199 },
200 "geometry": {
201 "type": "Point",
202 "coordinates": [
203 -74.006,
204 40.7128
205 ]
206 }
207 },
208 {
209 "type": "Feature",
210 "properties": {
211 "layer": "stop",
212 "name": "Washington, US",
213 "transit": false,
214 "trips": [
215 {
216 "file": "study-in-new-york-2013.md",
217 "title": "",
218 "date": "2013-11-13"
219 }
220 ]
221 },
222 "geometry": {
223 "type": "Point",
224 "coordinates": [
225 -77.0369,
226 38.9072
227 ]
228 }
229 },
230 {
231 "type": "Feature",
232 "properties": {
233 "layer": "stop",
234 "name": "FRA",
235 "transit": true,
236 "trips": [
237 {
238 "file": "study-in-new-york-2013.md",
239 "title": "",
240 "date": "2013-12-28"
241 }
242 ]
243 },
244 "geometry": {
245 "type": "Point",
246 "coordinates": [
247 8.5622,
248 50.0333
249 ]
250 }
251 },
252 {
253 "type": "Feature",
254 "properties": {
255 "layer": "stop",
256 "name": "KBP",
257 "transit": true,
258 "trips": [
259 {
260 "file": "study-in-new-york-2013.md",
261 "title": "",
262 "date": "2013-12-28"
263 }
264 ]
265 },
266 "geometry": {
267 "type": "Point",
268 "coordinates": [
269 30.8947,
270 50.345
271 ]
272 }
273 },
274 {
275 "type": "Feature",
276 "properties": {
277 "layer": "stop",
278 "name": "Kyiv, UA",
279 "transit": false,
280 "trips": [
281 {
282 "file": "study-in-new-york-2013.md",
283 "title": "",
284 "date": "2013-12-28"
285 }
286 ]
287 },
288 "geometry": {
289 "type": "Point",
290 "coordinates": [
291 30.5234,
292 50.4501
293 ]
294 }
295 },
296 {
297 "type": "Feature",
298 "properties": {
299 "layer": "stop",
300 "name": "Kharkiv, UA",
301 "transit": false,
302 "trips": [
303 {
304 "file": "study-in-new-york-2013.md",
305 "title": "",
306 "date": "2013-12-28"
307 }
308 ]
309 },
310 "geometry": {
311 "type": "Point",
312 "coordinates": [
313 36.2304,
314 49.9935
315 ]
316 }
317 }
318 ]
319}