source: tmcsimulator/trunk/webapps/visualizer/data_layers/har_locations_D12.gjson @ 516

Revision 516, 1.2 KB checked in by jdalbey, 6 years ago (diff)

Add new web app: Traffic Events Visualizer

Line 
1{
2  "type": "FeatureCollection",
3  "features": [
4  {
5  "type": "Feature",
6  "id": "HAR1",
7  "geometry":
8      {
9      "type": "Point",
10      "coordinates": [-117.717500, 33.824722]
11      },
12  "properties":
13      {
14      "location":"N 241 36.104",
15      "street":"S/O 91"
16      }
17  },
18  {
19  "type": "Feature",
20  "id": "HAR2",
21  "geometry":
22      {
23      "type": "Point",
24      "coordinates": [-117.793889, 33.605556]
25      },
26  "properties":
27      {
28      "location":"N 73 19.044",
29      "street":"S/O 55"
30      }
31  },
32  {
33  "type": "Feature",
34  "id": "HAR3",
35  "geometry":
36      {
37      "type": "Point",
38      "coordinates": [-117.849556, 33.639889]
39      },
40  "properties":
41      {
42      "location":"Health Sciences Rd",
43      "street":"S/O Bison Ave"
44      }
45  },
46  {
47  "type": "Feature",
48  "id": "HAR4",
49  "geometry":
50      {
51      "type": "Point",
52      "coordinates": [-117.834500, 33.725583]
53      },
54  "properties":
55      {
56      "location":"N 55 9.4",
57      "street":"S/O Edinger Ave"
58      }
59  },
60  {
61  "type": "Feature",
62  "id": "HAR5",
63  "geometry":
64      {
65      "type": "Point",
66      "coordinates": [-117.909222, 33.881139]
67      },
68  "properties":
69      {
70      "location":"Dorothy Ln, Fullerton",
71      "street":"N Cornell Ave"
72      }
73  }
74]
75}
Note: See TracBrowser for help on using the repository browser.