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 },
125 "geometry": {
126 "type": "Point",
127 "coordinates": [
128 36.2304,
129 49.9935
130 ]
131 }
132 },
133 {
134 "type": "Feature",
135 "properties": {
136 "layer": "stop",
137 "name": "Kyiv, UA"
138 },
139 "geometry": {
140 "type": "Point",
141 "coordinates": [
142 30.5234,
143 50.4501
144 ]
145 }
146 },
147 {
148 "type": "Feature",
149 "properties": {
150 "layer": "stop",
151 "name": "KBP"
152 },
153 "geometry": {
154 "type": "Point",
155 "coordinates": [
156 30.8947,
157 50.345
158 ]
159 }
160 },
161 {
162 "type": "Feature",
163 "properties": {
164 "layer": "stop",
165 "name": "FRA"
166 },
167 "geometry": {
168 "type": "Point",
169 "coordinates": [
170 8.5622,
171 50.0333
172 ]
173 }
174 },
175 {
176 "type": "Feature",
177 "properties": {
178 "layer": "stop",
179 "name": "GIG"
180 },
181 "geometry": {
182 "type": "Point",
183 "coordinates": [
184 -43.2436,
185 -22.8099
186 ]
187 }
188 },
189 {
190 "type": "Feature",
191 "properties": {
192 "layer": "stop",
193 "name": "Rio de Janeiro, BR"
194 },
195 "geometry": {
196 "type": "Point",
197 "coordinates": [
198 -43.1729,
199 -22.9068
200 ]
201 }
202 },
203 {
204 "type": "Feature",
205 "properties": {
206 "layer": "stop",
207 "name": "Sao Paulo, BR"
208 },
209 "geometry": {
210 "type": "Point",
211 "coordinates": [
212 -46.6333,
213 -23.5505
214 ]
215 }
216 },
217 {
218 "type": "Feature",
219 "properties": {
220 "layer": "stop",
221 "name": "GRU"
222 },
223 "geometry": {
224 "type": "Point",
225 "coordinates": [
226 -46.473,
227 -23.4356
228 ]
229 }
230 },
231 {
232 "type": "Feature",
233 "properties": {
234 "layer": "stop",
235 "name": "PTY"
236 },
237 "geometry": {
238 "type": "Point",
239 "coordinates": [
240 -79.3835,
241 9.0714
242 ]
243 }
244 }
245 ]
246}