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