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