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 },
172 "geometry": {
173 "type": "Point",
174 "coordinates": [
175 36.286,
176 49.9248
177 ]
178 }
179 },
180 {
181 "type": "Feature",
182 "properties": {
183 "layer": "stop",
184 "name": "SAW",
185 "transit": false
186 },
187 "geometry": {
188 "type": "Point",
189 "coordinates": [
190 29.3092,
191 40.8986
192 ]
193 }
194 },
195 {
196 "type": "Feature",
197 "properties": {
198 "layer": "stop",
199 "name": "SKP",
200 "transit": false
201 },
202 "geometry": {
203 "type": "Point",
204 "coordinates": [
205 21.6214,
206 41.9617
207 ]
208 }
209 },
210 {
211 "type": "Feature",
212 "properties": {
213 "layer": "stop",
214 "name": "Skopje, MK",
215 "transit": false
216 },
217 "geometry": {
218 "type": "Point",
219 "coordinates": [
220 21.4254,
221 41.9973
222 ]
223 }
224 },
225 {
226 "type": "Feature",
227 "properties": {
228 "layer": "stop",
229 "name": "Ohrid, MK",
230 "transit": false
231 },
232 "geometry": {
233 "type": "Point",
234 "coordinates": [
235 20.8019,
236 41.1231
237 ]
238 }
239 },
240 {
241 "type": "Feature",
242 "properties": {
243 "layer": "stop",
244 "name": "IST",
245 "transit": true
246 },
247 "geometry": {
248 "type": "Point",
249 "coordinates": [
250 28.8141,
251 40.9769
252 ]
253 }
254 },
255 {
256 "type": "Feature",
257 "properties": {
258 "layer": "stop",
259 "name": "FRA",
260 "transit": false
261 },
262 "geometry": {
263 "type": "Point",
264 "coordinates": [
265 8.5622,
266 50.0333
267 ]
268 }
269 },
270 {
271 "type": "Feature",
272 "properties": {
273 "layer": "stop",
274 "name": "SFO",
275 "transit": false
276 },
277 "geometry": {
278 "type": "Point",
279 "coordinates": [
280 -122.379,
281 37.6213
282 ]
283 }
284 }
285 ]
286}