Apr 18, 2026 3.8 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "route",
8 "from": "Kharkiv, UA",
9 "to": "Zaporizhzhia, UA",
10 "date": "2010-08-08",
11 "mode": "bus"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 36.2304,
18 49.9935
19 ],
20 [
21 35.1396,
22 47.8388
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "OZH",
32 "to": "TIV",
33 "date": "2010-08-08",
34 "mode": "flight, transit"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 35.3157,
41 47.8671
42 ],
43 [
44 18.7233,
45 42.4047
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Tivat, ME",
55 "to": "Podgorica, ME",
56 "date": "2010-08-08",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 18.7233,
64 42.4047
65 ],
66 [
67 19.2636,
68 42.4304
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "stop",
77 "name": "Kharkiv, UA",
78 "transit": false,
79 "trips": [
80 {
81 "file": "leaving-ukraine.md",
82 "title": "",
83 "date": "2010-08-08"
84 }
85 ]
86 },
87 "geometry": {
88 "type": "Point",
89 "coordinates": [
90 36.2304,
91 49.9935
92 ]
93 }
94 },
95 {
96 "type": "Feature",
97 "properties": {
98 "layer": "stop",
99 "name": "Zaporizhzhia, UA",
100 "transit": false,
101 "trips": [
102 {
103 "file": "leaving-ukraine.md",
104 "title": "",
105 "date": "2010-08-08"
106 }
107 ]
108 },
109 "geometry": {
110 "type": "Point",
111 "coordinates": [
112 35.1396,
113 47.8388
114 ]
115 }
116 },
117 {
118 "type": "Feature",
119 "properties": {
120 "layer": "stop",
121 "name": "OZH",
122 "transit": true,
123 "trips": [
124 {
125 "file": "leaving-ukraine.md",
126 "title": "",
127 "date": "2010-08-08"
128 }
129 ]
130 },
131 "geometry": {
132 "type": "Point",
133 "coordinates": [
134 35.3157,
135 47.8671
136 ]
137 }
138 },
139 {
140 "type": "Feature",
141 "properties": {
142 "layer": "stop",
143 "name": "TIV",
144 "transit": true,
145 "trips": [
146 {
147 "file": "leaving-ukraine.md",
148 "title": "",
149 "date": "2010-08-08"
150 }
151 ]
152 },
153 "geometry": {
154 "type": "Point",
155 "coordinates": [
156 18.7233,
157 42.4047
158 ]
159 }
160 },
161 {
162 "type": "Feature",
163 "properties": {
164 "layer": "stop",
165 "name": "Tivat, ME",
166 "transit": false,
167 "trips": [
168 {
169 "file": "leaving-ukraine.md",
170 "title": "",
171 "date": "2010-08-08"
172 }
173 ]
174 },
175 "geometry": {
176 "type": "Point",
177 "coordinates": [
178 18.7233,
179 42.4047
180 ]
181 }
182 },
183 {
184 "type": "Feature",
185 "properties": {
186 "layer": "stop",
187 "name": "Podgorica, ME",
188 "transit": false,
189 "trips": [
190 {
191 "file": "leaving-ukraine.md",
192 "title": "",
193 "date": "2010-08-08"
194 }
195 ]
196 },
197 "geometry": {
198 "type": "Point",
199 "coordinates": [
200 19.2636,
201 42.4304
202 ]
203 }
204 }
205 ]
206}