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