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-10-13",
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-10-13",
34 "mode": "flight (LH1491), 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": "TXL",
56 "date": "2012-10-13",
57 "mode": "flight (flight)"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 8.5622,
64 50.0333
65 ],
66 [
67 13.2877,
68 52.5597
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "TXL",
78 "to": "MUN",
79 "date": "2012-11-05",
80 "mode": "flight (LH2035), transit"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 13.2877,
87 52.5597
88 ],
89 [
90 11.7861,
91 48.3538
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "flight",
100 "from": "MUN",
101 "to": "KBP",
102 "date": "2012-11-05",
103 "mode": "flight (LH1491), transit"
104 },
105 "geometry": {
106 "type": "LineString",
107 "coordinates": [
108 [
109 11.7861,
110 48.3538
111 ],
112 [
113 30.8947,
114 50.345
115 ]
116 ]
117 }
118 },
119 {
120 "type": "Feature",
121 "properties": {
122 "layer": "route",
123 "from": "Kyiv, UA",
124 "to": "Kharkiv, UA",
125 "date": "2012-11-05",
126 "mode": "bus, train"
127 },
128 "geometry": {
129 "type": "LineString",
130 "coordinates": [
131 [
132 30.5234,
133 50.4501
134 ],
135 [
136 36.2304,
137 49.9935
138 ]
139 ]
140 }
141 },
142 {
143 "type": "Feature",
144 "properties": {
145 "layer": "stop",
146 "name": "Kharkiv, UA",
147 "transit": false
148 },
149 "geometry": {
150 "type": "Point",
151 "coordinates": [
152 36.2304,
153 49.9935
154 ]
155 }
156 },
157 {
158 "type": "Feature",
159 "properties": {
160 "layer": "stop",
161 "name": "Kyiv, UA",
162 "transit": false
163 },
164 "geometry": {
165 "type": "Point",
166 "coordinates": [
167 30.5234,
168 50.4501
169 ]
170 }
171 },
172 {
173 "type": "Feature",
174 "properties": {
175 "layer": "stop",
176 "name": "KBP",
177 "transit": true
178 },
179 "geometry": {
180 "type": "Point",
181 "coordinates": [
182 30.8947,
183 50.345
184 ]
185 }
186 },
187 {
188 "type": "Feature",
189 "properties": {
190 "layer": "stop",
191 "name": "FRA",
192 "transit": false
193 },
194 "geometry": {
195 "type": "Point",
196 "coordinates": [
197 8.5622,
198 50.0333
199 ]
200 }
201 },
202 {
203 "type": "Feature",
204 "properties": {
205 "layer": "stop",
206 "name": "TXL",
207 "transit": false
208 },
209 "geometry": {
210 "type": "Point",
211 "coordinates": [
212 13.2877,
213 52.5597
214 ]
215 }
216 },
217 {
218 "type": "Feature",
219 "properties": {
220 "layer": "stop",
221 "name": "MUN",
222 "transit": true
223 },
224 "geometry": {
225 "type": "Point",
226 "coordinates": [
227 11.7861,
228 48.3538
229 ]
230 }
231 }
232 ]
233}