source: tmcsimulator/trunk/webapps/features.json @ 315

Revision 315, 2.1 KB checked in by jdalbey, 7 years ago (diff)

move images to webapps folder

Line 
1{
2  "type": "FeatureCollection",
3  "features": [
4{
5   "type": "Feature",
6   "id": "405 S 7.01",
7   "geometry":
8       {
9        "type": "Point",
10        "coordinates": [-117.845019,33.677283]
11       },
12   "properties":
13       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
14}, 
15{
16   "type": "Feature",
17   "id": "405 N 7.07",
18   "geometry":
19       {
20        "type": "Point",
21        "coordinates": [-117.845871,33.677945]
22       },
23   "properties":
24       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
25}, 
26{
27   "type": "Feature",
28   "id": "405 S 7.69",
29   "geometry":
30       {
31        "type": "Point",
32        "coordinates": [-117.855449,33.681922]
33       },
34   "properties":
35       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
36}, 
37{
38   "type": "Feature",
39   "id": "405 N 7.73",
40   "geometry":
41       {
42        "type": "Point",
43        "coordinates": [-117.85598,33.682442]
44       },
45   "properties":
46       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
47}, 
48{
49   "type": "Feature",
50   "id": "405 S 8.26",
51   "geometry":
52       {
53        "type": "Point",
54        "coordinates": [-117.86423,33.685751]
55       },
56   "properties":
57       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
58}, 
59{
60   "type": "Feature",
61   "id": "405 N 8.26",
62   "geometry":
63       {
64        "type": "Point",
65        "coordinates": [-117.864081,33.686072]
66       },
67   "properties":
68       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
69}, 
70{
71   "type": "Feature",
72   "id": "405 S 8.4",
73   "geometry":
74       {
75        "type": "Point",
76        "coordinates": [-117.866474,33.686517]
77       },
78   "properties":
79       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
80}, 
81{
82   "type": "Feature",
83   "id": "405 N 8.4",
84   "geometry":
85       {
86        "type": "Point",
87        "coordinates": [-117.866348,33.686795]
88       },
89   "properties":
90       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
91}
92]
93}
Note: See TracBrowser for help on using the repository browser.