Apr 18, 2026 4.3 KB
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "MEX",
10 "date": "2018-10-05",
11 "mode": "flight (UA412, A320)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -99.0721,
22 19.4363
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "MEX",
32 "to": "TIJ",
33 "date": "2018-10-08",
34 "mode": "flight (Y4813, A320)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -99.0721,
41 19.4363
42 ],
43 [
44 -116.97,
45 32.5411
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "Tijuana, MX",
55 "to": "San Diego, US",
56 "date": "2018-10-09",
57 "mode": "car, transit"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -117.0382,
64 32.5149
65 ],
66 [
67 -117.1611,
68 32.7157
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "SAN",
78 "to": "SFO",
79 "date": "2018-10-09",
80 "mode": "flight (UA662, 737-800)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -117.1896,
87 32.7336
88 ],
89 [
90 -122.379,
91 37.6213
92 ]
93 ]
94 }
95 },
96 {
97 "type": "Feature",
98 "properties": {
99 "layer": "stop",
100 "name": "SFO",
101 "transit": false,
102 "trips": [
103 {
104 "file": "mexico-city-and-tijuana-2018.md",
105 "title": "",
106 "date": "2018-10-05"
107 }
108 ]
109 },
110 "geometry": {
111 "type": "Point",
112 "coordinates": [
113 -122.379,
114 37.6213
115 ]
116 }
117 },
118 {
119 "type": "Feature",
120 "properties": {
121 "layer": "stop",
122 "name": "MEX",
123 "transit": false,
124 "trips": [
125 {
126 "file": "mexico-city-and-tijuana-2018.md",
127 "title": "",
128 "date": "2018-10-05"
129 }
130 ]
131 },
132 "geometry": {
133 "type": "Point",
134 "coordinates": [
135 -99.0721,
136 19.4363
137 ]
138 }
139 },
140 {
141 "type": "Feature",
142 "properties": {
143 "layer": "stop",
144 "name": "TIJ",
145 "transit": false,
146 "trips": [
147 {
148 "file": "mexico-city-and-tijuana-2018.md",
149 "title": "",
150 "date": "2018-10-08"
151 }
152 ]
153 },
154 "geometry": {
155 "type": "Point",
156 "coordinates": [
157 -116.97,
158 32.5411
159 ]
160 }
161 },
162 {
163 "type": "Feature",
164 "properties": {
165 "layer": "stop",
166 "name": "Tijuana, MX",
167 "transit": true,
168 "trips": [
169 {
170 "file": "mexico-city-and-tijuana-2018.md",
171 "title": "",
172 "date": "2018-10-09"
173 }
174 ]
175 },
176 "geometry": {
177 "type": "Point",
178 "coordinates": [
179 -117.0382,
180 32.5149
181 ]
182 }
183 },
184 {
185 "type": "Feature",
186 "properties": {
187 "layer": "stop",
188 "name": "San Diego, US",
189 "transit": true,
190 "trips": [
191 {
192 "file": "mexico-city-and-tijuana-2018.md",
193 "title": "",
194 "date": "2018-10-09"
195 }
196 ]
197 },
198 "geometry": {
199 "type": "Point",
200 "coordinates": [
201 -117.1611,
202 32.7157
203 ]
204 }
205 },
206 {
207 "type": "Feature",
208 "properties": {
209 "layer": "stop",
210 "name": "SAN",
211 "transit": false,
212 "trips": [
213 {
214 "file": "mexico-city-and-tijuana-2018.md",
215 "title": "",
216 "date": "2018-10-09"
217 }
218 ]
219 },
220 "geometry": {
221 "type": "Point",
222 "coordinates": [
223 -117.1896,
224 32.7336
225 ]
226 }
227 }
228 ]
229}