Apr 18, 2026 5.0 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "SIN",
10 "date": "2017-03-24",
11 "mode": "flight (SQ1, 777-300), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -162.1773484336778,
22 47.288835387563104
23 ],
24 [
25 155.66304305762122,
26 40.944042477345356
27 ],
28 [
29 125.96914242681275,
30 23.209666361119435
31 ],
32 [
33 103.9894,
34 1.3502
35 ]
36 ]
37 }
38 },
39 {
40 "type": "Feature",
41 "properties": {
42 "layer": "flight",
43 "from": "SIN",
44 "to": "DPS",
45 "date": "2017-03-25",
46 "mode": "flight(SQ946, A330-300)"
47 },
48 "geometry": {
49 "type": "LineString",
50 "coordinates": [
51 [
52 103.9894,
53 1.3502
54 ],
55 [
56 115.1671,
57 -8.7482
58 ]
59 ]
60 }
61 },
62 {
63 "type": "Feature",
64 "properties": {
65 "layer": "route",
66 "from": "Denpasar, ID",
67 "to": "Gili Trawangan, ID",
68 "date": "2017-03-26",
69 "mode": "boat"
70 },
71 "geometry": {
72 "type": "LineString",
73 "coordinates": [
74 [
75 115.2126,
76 -8.65
77 ],
78 [
79 116.0345,
80 -8.352
81 ]
82 ]
83 }
84 },
85 {
86 "type": "Feature",
87 "properties": {
88 "layer": "route",
89 "from": "Gili Trawangan, ID",
90 "to": "Denpasar, ID",
91 "date": "2017-04-07",
92 "mode": "boat"
93 },
94 "geometry": {
95 "type": "LineString",
96 "coordinates": [
97 [
98 116.0345,
99 -8.352
100 ],
101 [
102 115.2126,
103 -8.65
104 ]
105 ]
106 }
107 },
108 {
109 "type": "Feature",
110 "properties": {
111 "layer": "flight",
112 "from": "DPS",
113 "to": "SIN",
114 "date": "2017-04-09",
115 "mode": "flight (ISQ943, A330-300), transit"
116 },
117 "geometry": {
118 "type": "LineString",
119 "coordinates": [
120 [
121 115.1671,
122 -8.7482
123 ],
124 [
125 103.9894,
126 1.3502
127 ]
128 ]
129 }
130 },
131 {
132 "type": "Feature",
133 "properties": {
134 "layer": "route",
135 "from": "SIN",
136 "to": "SFO",
137 "date": "2017-04-09",
138 "mode": "SQ2, 777-300"
139 },
140 "geometry": {
141 "type": "LineString",
142 "coordinates": [
143 [
144 103.9894,
145 1.3502
146 ],
147 [
148 -122.379,
149 37.6213
150 ]
151 ]
152 }
153 },
154 {
155 "type": "Feature",
156 "properties": {
157 "layer": "stop",
158 "name": "SFO",
159 "transit": false,
160 "trips": [
161 {
162 "file": "gili-and-bali-2017.md",
163 "title": "",
164 "date": "2017-03-24"
165 }
166 ]
167 },
168 "geometry": {
169 "type": "Point",
170 "coordinates": [
171 -122.379,
172 37.6213
173 ]
174 }
175 },
176 {
177 "type": "Feature",
178 "properties": {
179 "layer": "stop",
180 "name": "SIN",
181 "transit": false,
182 "trips": [
183 {
184 "file": "gili-and-bali-2017.md",
185 "title": "",
186 "date": "2017-03-24"
187 }
188 ]
189 },
190 "geometry": {
191 "type": "Point",
192 "coordinates": [
193 103.9894,
194 1.3502
195 ]
196 }
197 },
198 {
199 "type": "Feature",
200 "properties": {
201 "layer": "stop",
202 "name": "DPS",
203 "transit": false,
204 "trips": [
205 {
206 "file": "gili-and-bali-2017.md",
207 "title": "",
208 "date": "2017-03-25"
209 }
210 ]
211 },
212 "geometry": {
213 "type": "Point",
214 "coordinates": [
215 115.1671,
216 -8.7482
217 ]
218 }
219 },
220 {
221 "type": "Feature",
222 "properties": {
223 "layer": "stop",
224 "name": "Denpasar, ID",
225 "transit": false,
226 "trips": [
227 {
228 "file": "gili-and-bali-2017.md",
229 "title": "",
230 "date": "2017-03-26"
231 }
232 ]
233 },
234 "geometry": {
235 "type": "Point",
236 "coordinates": [
237 115.2126,
238 -8.65
239 ]
240 }
241 },
242 {
243 "type": "Feature",
244 "properties": {
245 "layer": "stop",
246 "name": "Gili Trawangan, ID",
247 "transit": false,
248 "trips": [
249 {
250 "file": "gili-and-bali-2017.md",
251 "title": "",
252 "date": "2017-03-26"
253 }
254 ]
255 },
256 "geometry": {
257 "type": "Point",
258 "coordinates": [
259 116.0345,
260 -8.352
261 ]
262 }
263 }
264 ]
265}