1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "MIA",
9 "to": "EWR",
10 "date": "2025-12-13",
11 "mode": "flight (United UA2107, N5QX4W)"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -80.2906,
18 25.7959
19 ],
20 [
21 -74.1687,
22 40.6895
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "stop",
31 "name": "MIA",
32 "transit": false,
33 "trips": [
34 {
35 "file": "miami-december-2025.md",
36 "title": "",
37 "date": "2025-12-13"
38 }
39 ]
40 },
41 "geometry": {
42 "type": "Point",
43 "coordinates": [
44 -80.2906,
45 25.7959
46 ]
47 }
48 },
49 {
50 "type": "Feature",
51 "properties": {
52 "layer": "stop",
53 "name": "EWR",
54 "transit": false,
55 "trips": [
56 {
57 "file": "miami-december-2025.md",
58 "title": "",
59 "date": "2025-12-13"
60 }
61 ]
62 },
63 "geometry": {
64 "type": "Point",
65 "coordinates": [
66 -74.1687,
67 40.6895
68 ]
69 }
70 }
71 ]
72}