1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "EWR",
10 "date": "2019-09-28",
11 "mode": "flight (UA295), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -74.1687,
22 40.6895
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "route",
31 "from": "Newark, NJ, US",
32 "to": "New York, US",
33 "date": "2019-09-28",
34 "mode": "bus"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -74.1724,
41 40.7357
42 ],
43 [
44 -74.006,
45 40.7128
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "route",
54 "from": "New York, US",
55 "to": "Newark, NJ, US",
56 "date": "2019-10-09",
57 "mode": "bus, transit"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -74.006,
64 40.7128
65 ],
66 [
67 -74.1724,
68 40.7357
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "flight",
77 "from": "EWR",
78 "to": "SFO",
79 "date": "2019-10-09",
80 "mode": "flight (UA497)"
81 },
82 "geometry": {
83 "type": "LineString",
84 "coordinates": [
85 [
86 -74.1687,
87 40.6895
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": "new-york-city-october-2019.md",
105 "title": "",
106 "date": "2019-09-28"
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": "EWR",
123 "transit": false,
124 "trips": [
125 {
126 "file": "new-york-city-october-2019.md",
127 "title": "",
128 "date": "2019-09-28"
129 }
130 ]
131 },
132 "geometry": {
133 "type": "Point",
134 "coordinates": [
135 -74.1687,
136 40.6895
137 ]
138 }
139 },
140 {
141 "type": "Feature",
142 "properties": {
143 "layer": "stop",
144 "name": "Newark, NJ, US",
145 "transit": false,
146 "trips": [
147 {
148 "file": "new-york-city-october-2019.md",
149 "title": "",
150 "date": "2019-09-28"
151 }
152 ]
153 },
154 "geometry": {
155 "type": "Point",
156 "coordinates": [
157 -74.1724,
158 40.7357
159 ]
160 }
161 },
162 {
163 "type": "Feature",
164 "properties": {
165 "layer": "stop",
166 "name": "New York, US",
167 "transit": false,
168 "trips": [
169 {
170 "file": "new-york-city-october-2019.md",
171 "title": "",
172 "date": "2019-09-28"
173 }
174 ]
175 },
176 "geometry": {
177 "type": "Point",
178 "coordinates": [
179 -74.006,
180 40.7128
181 ]
182 }
183 }
184 ]
185}