Warning: Can't use blame annotator:
svn blame failed on trunk/webapps/data_layers/har_locations_D12.gjson: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/webapps/data_layers/har_locations_D12.gjson @ 327

Revision 327, 762 bytes checked in by jdalbey, 7 years ago (diff)

Add HAR layer.

RevLine 
1{
2  "type": "FeatureCollection",
3  "features": [
4  {
5  "type": "Feature",
6  "id": "HAR1",
7  "geometry":
8      {
9      "type": "Point",
10      "coordinates": [-117.807584,33.728551]
11      },
12  "properties":
13      {
14      "location":"N I-5 28.54",
15      "street":"S/O REDHILL"
16      }
17  },
18  {
19  "type": "Feature",
20  "id": "HAR2",
21  "geometry":
22      {
23      "type": "Point",
24      "coordinates": [-117.766893,33.687054]
25      },
26  "properties":
27      {
28      "location":"S I-5 24.78",
29      "street":"JEFFREY"
30      }
31  },
32  {
33  "type": "Feature",
34  "id": "HAR3",
35  "geometry":
36      {
37      "type": "Point",
38      "coordinates": [-117.847695,33.712247]
39      },
40  "properties":
41      {
42      "location":"N SR-55  8.21",
43      "street":"DYER ROAD"
44      }
45  }
46]
47}
Note: See TracBrowser for help on using the repository browser.