4db9956 ←c8e145csublimatedApr 18, 2026 system

v1

A /anton/undefined +130 -0
A /anton/undefined +130 -0
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "IAH",
10 "date": "2019-11-22",
11 "mode": "flight (UA1122), transit"
12 },
13 "geometry": {
14 "type": "LineString",
15 "coordinates": [
16 [
17 -122.379,
18 37.6213
19 ],
20 [
21 -95.3414,
22 29.9844
23 ]
24 ]
25 }
26 },
27 {
28 "type": "Feature",
29 "properties": {
30 "layer": "flight",
31 "from": "IAH",
32 "to": "SJU",
33 "date": "2019-11-23",
34 "mode": "flight (UA1297)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -95.3414,
41 29.9844
42 ],
43 [
44 -66.0018,
45 18.4394
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "flight",
54 "from": "SJU",
55 "to": "MIA",
56 "date": "2019-11-30",
57 "mode": "flight (AA1355), transit"
58 },
59 "geometry": {
60 "type": "LineString",
61 "coordinates": [
62 [
63 -66.0018,
64 18.4394
65 ],
66 [
67 -80.2906,
68 25.7959
69 ]
70 ]
71 }
72 },
73 {
74 "type": "Feature",
75 "properties": {
76 "layer": "stop",
77 "name": "SFO"
78 },
79 "geometry": {
80 "type": "Point",
81 "coordinates": [
82 -122.379,
83 37.6213
84 ]
85 }
86 },
87 {
88 "type": "Feature",
89 "properties": {
90 "layer": "stop",
91 "name": "IAH"
92 },
93 "geometry": {
94 "type": "Point",
95 "coordinates": [
96 -95.3414,
97 29.9844
98 ]
99 }
100 },
101 {
102 "type": "Feature",
103 "properties": {
104 "layer": "stop",
105 "name": "SJU"
106 },
107 "geometry": {
108 "type": "Point",
109 "coordinates": [
110 -66.0018,
111 18.4394
112 ]
113 }
114 },
115 {
116 "type": "Feature",
117 "properties": {
118 "layer": "stop",
119 "name": "MIA"
120 },
121 "geometry": {
122 "type": "Point",
123 "coordinates": [
124 -80.2906,
125 25.7959
126 ]
127 }
128 }
129 ]
130}