Apr 18, 2026 3.1 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "route",
8 "from": "Kharkiv, UA",
9 "to": "Ivano-Frankivsk, UA",
10 "date": "2010-02-23",
11 "mode": "train, transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 36.2304,
18 49.9935
19 ],
20 [
21 24.7111,
22 48.9226
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Ivano-Frankivsk, UA",
32 "to": "Vorokhta, UA",
33 "date": "2010-02-23",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 24.7111,
41 48.9226
42 ],
43 [
44 24.5417,
45 48.2747
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Vorokhta, UA",
55 "to": "Ivano-Frankivsk, UA",
56 "date": "2010-03-01",
57 "mode": "bus"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 24.5417,
64 48.2747
65 ],
66 [
67 24.7111,
68 48.9226
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "route",
77 "from": "Ivano-Frankivsk, UA",
78 "to": "Kharkiv, UA",
79 "date": "2010-03-02",
80 "mode": "train"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 24.7111,
87 48.9226
88 ],
89 [
90 36.2304,
91 49.9935
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "stop",
100 "name": "Kharkiv, UA",
101 "transit": false,
102 "trips": [
103 {
104 "file": "carpathian-mountains-2010.md",
105 "title": "",
106 "date": "2010-02-23"
107 }
108 ]
109 },
110 "geometry": {
111 "type": "Point",
112 "coordinates": [
113 36.2304,
114 49.9935
115 ]
116 }
117 },
118 {
119 "type": "Feature",
120 "properties": {
121 "layer": "stop",
122 "name": "Ivano-Frankivsk, UA",
123 "transit": false,
124 "trips": [
125 {
126 "file": "carpathian-mountains-2010.md",
127 "title": "",
128 "date": "2010-02-23"
129 }
130 ]
131 },
132 "geometry": {
133 "type": "Point",
134 "coordinates": [
135 24.7111,
136 48.9226
137 ]
138 }
139 },
140 {
141 "type": "Feature",
142 "properties": {
143 "layer": "stop",
144 "name": "Vorokhta, UA",
145 "transit": false,
146 "trips": [
147 {
148 "file": "carpathian-mountains-2010.md",
149 "title": "",
150 "date": "2010-02-23"
151 }
152 ]
153 },
154 "geometry": {
155 "type": "Point",
156 "coordinates": [
157 24.5417,
158 48.2747
159 ]
160 }
161 }
162 ]
163}