Apr 18, 2026 4.6 KB of v3
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "route",
8 "from": "Kharkiv, UA",
9 "to": "Kyiv, UA",
10 "date": "2012-11-16",
11 "mode": "train, transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 36.2304,
18 49.9935
19 ],
20 [
21 30.5234,
22 50.4501
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "KBP",
32 "to": "FRA",
33 "date": "2012-11-17",
34 "mode": "flight (LH1493), transit"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 30.8947,
41 50.345
42 ],
43 [
44 8.5622,
45 50.0333
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "FRA",
55 "to": "GIG",
56 "date": "2012-11-17",
57 "mode": "flight (DE6080)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 8.5622,
64 50.0333
65 ],
66 [
67 -43.2436,
68 -22.8099
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Rio de Janeiro, BR",
78 "to": "Sao Paulo, BR",
79 "date": "2012-12-14",
80 "mode": "bus"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -43.1729,
87 -22.9068
88 ],
89 [
90 -46.6333,
91 -23.5505
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "GRU",
101 "to": "PTY",
102 "date": "2013-01-30",
103 "mode": "flight (CM724), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 -46.473,
110 -23.4356
111 ],
112 [
113 -79.3835,
114 9.0714
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "stop",
123 "name": "Kharkiv, UA",
124 "transit": true
125 },
126 "geometry": {
127 "type": "Point",
128 "coordinates": [
129 36.2304,
130 49.9935
131 ]
132 }
133 },
134 {
135 "type": "Feature",
136 "properties": {
137 "layer": "stop",
138 "name": "Kyiv, UA",
139 "transit": true
140 },
141 "geometry": {
142 "type": "Point",
143 "coordinates": [
144 30.5234,
145 50.4501
146 ]
147 }
148 },
149 {
150 "type": "Feature",
151 "properties": {
152 "layer": "stop",
153 "name": "KBP",
154 "transit": true
155 },
156 "geometry": {
157 "type": "Point",
158 "coordinates": [
159 30.8947,
160 50.345
161 ]
162 }
163 },
164 {
165 "type": "Feature",
166 "properties": {
167 "layer": "stop",
168 "name": "FRA",
169 "transit": false
170 },
171 "geometry": {
172 "type": "Point",
173 "coordinates": [
174 8.5622,
175 50.0333
176 ]
177 }
178 },
179 {
180 "type": "Feature",
181 "properties": {
182 "layer": "stop",
183 "name": "GIG",
184 "transit": false
185 },
186 "geometry": {
187 "type": "Point",
188 "coordinates": [
189 -43.2436,
190 -22.8099
191 ]
192 }
193 },
194 {
195 "type": "Feature",
196 "properties": {
197 "layer": "stop",
198 "name": "Rio de Janeiro, BR",
199 "transit": false
200 },
201 "geometry": {
202 "type": "Point",
203 "coordinates": [
204 -43.1729,
205 -22.9068
206 ]
207 }
208 },
209 {
210 "type": "Feature",
211 "properties": {
212 "layer": "stop",
213 "name": "Sao Paulo, BR",
214 "transit": false
215 },
216 "geometry": {
217 "type": "Point",
218 "coordinates": [
219 -46.6333,
220 -23.5505
221 ]
222 }
223 },
224 {
225 "type": "Feature",
226 "properties": {
227 "layer": "stop",
228 "name": "GRU",
229 "transit": true
230 },
231 "geometry": {
232 "type": "Point",
233 "coordinates": [
234 -46.473,
235 -23.4356
236 ]
237 }
238 },
239 {
240 "type": "Feature",
241 "properties": {
242 "layer": "stop",
243 "name": "PTY",
244 "transit": true
245 },
246 "geometry": {
247 "type": "Point",
248 "coordinates": [
249 -79.3835,
250 9.0714
251 ]
252 }
253 }
254 ]
255}