Apr 18, 2026 2.8 KB of v3
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 },
79 "geometry": {
80 "type": "Point",
81 "coordinates": [
82 36.2304,
83 49.9935
84 ]
85 }
86 },
87 {
88 "type": "Feature",
89 "properties": {
90 "layer": "stop",
91 "name": "Zaporizhzhia, UA"
92 },
93 "geometry": {
94 "type": "Point",
95 "coordinates": [
96 35.1396,
97 47.8388
98 ]
99 }
100 },
101 {
102 "type": "Feature",
103 "properties": {
104 "layer": "stop",
105 "name": "OZH"
106 },
107 "geometry": {
108 "type": "Point",
109 "coordinates": [
110 35.3157,
111 47.8671
112 ]
113 }
114 },
115 {
116 "type": "Feature",
117 "properties": {
118 "layer": "stop",
119 "name": "TIV"
120 },
121 "geometry": {
122 "type": "Point",
123 "coordinates": [
124 18.7233,
125 42.4047
126 ]
127 }
128 },
129 {
130 "type": "Feature",
131 "properties": {
132 "layer": "stop",
133 "name": "Tivat, ME"
134 },
135 "geometry": {
136 "type": "Point",
137 "coordinates": [
138 18.7233,
139 42.4047
140 ]
141 }
142 },
143 {
144 "type": "Feature",
145 "properties": {
146 "layer": "stop",
147 "name": "Podgorica, ME"
148 },
149 "geometry": {
150 "type": "Point",
151 "coordinates": [
152 19.2636,
153 42.4304
154 ]
155 }
156 }
157 ]
158}