1dd90fa ←12c17ebsublimatedApr 18, 2026 system

v1

A /anton/undefined +79 -0
A /anton/undefined +79 -0
1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "properties": {
7 "layer": "flight",
8 "from": "SFO",
9 "to": "LAX",
10 "date": "2018-07-06",
11 "mode": "flight (AS 1936)"
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": "SFO",
33 "date": "2018-07-10",
34 "mode": "flight (AS 1923)"
35 },
36 "geometry": {
37 "type": "LineString",
38 "coordinates": [
39 [
40 -118.4085,
41 33.9425
42 ],
43 [
44 -122.379,
45 37.6213
46 ]
47 ]
48 }
49 },
50 {
51 "type": "Feature",
52 "properties": {
53 "layer": "stop",
54 "name": "SFO"
55 },
56 "geometry": {
57 "type": "Point",
58 "coordinates": [
59 -122.379,
60 37.6213
61 ]
62 }
63 },
64 {
65 "type": "Feature",
66 "properties": {
67 "layer": "stop",
68 "name": "LAX"
69 },
70 "geometry": {
71 "type": "Point",
72 "coordinates": [
73 -118.4085,
74 33.9425
75 ]
76 }
77 }
78 ]
79}