Apr 18, 2026 4.2 KB of v4
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 },
161 "geometry": {
162 "type": "Point",
163 "coordinates": [
164 -122.379,
165 37.6213
166 ]
167 }
168 },
169 {
170 "type": "Feature",
171 "properties": {
172 "layer": "stop",
173 "name": "SIN",
174 "transit": false
175 },
176 "geometry": {
177 "type": "Point",
178 "coordinates": [
179 103.9894,
180 1.3502
181 ]
182 }
183 },
184 {
185 "type": "Feature",
186 "properties": {
187 "layer": "stop",
188 "name": "DPS",
189 "transit": false
190 },
191 "geometry": {
192 "type": "Point",
193 "coordinates": [
194 115.1671,
195 -8.7482
196 ]
197 }
198 },
199 {
200 "type": "Feature",
201 "properties": {
202 "layer": "stop",
203 "name": "Denpasar, ID",
204 "transit": false
205 },
206 "geometry": {
207 "type": "Point",
208 "coordinates": [
209 115.2126,
210 -8.65
211 ]
212 }
213 },
214 {
215 "type": "Feature",
216 "properties": {
217 "layer": "stop",
218 "name": "Gili Trawangan, ID",
219 "transit": false
220 },
221 "geometry": {
222 "type": "Point",
223 "coordinates": [
224 116.0345,
225 -8.352
226 ]
227 }
228 }
229 ]
230}