CPTMSTestCases: highway_status_test.json

File highway_status_test.json, 2.1 KB (added by jdalbey, 7 years ago)

Highway status file for functional testing, contains 8 colored vds locations

Line 
1{
2  "type": "FeatureCollection",
3  "features": [
4{
5   "type": "Feature",
6   "id": "55 N 7.85",
7   "geometry":
8       {
9        "type": "Point",
10        "coordinates": [-117.85183,33.708364]
11       },
12   "properties":
13       {"street": "DYER 1", "color": "red", "perpx": "0", "perpy": "0"}
14},
15{
16   "type": "Feature",
17   "id": "55 N 8.12",
18   "geometry":
19       {
20        "type": "Point",
21        "coordinates": [-117.848847,33.711314]
22       },
23   "properties":
24       {"street": "DYER 2", "color": "yellow", "perpx": "0.71172", "perpy": "-0.702463"}
25}, 
26{
27   "type": "Feature",
28   "id": "55 S 8.12",
29   "geometry":
30       {
31        "type": "Point",
32        "coordinates": [-117.849099,33.711451]
33       },
34   "properties":
35       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
36}, 
37{
38   "type": "Feature",
39   "id": "55 S 9.19",
40   "geometry":
41       {
42        "type": "Point",
43        "coordinates": [-117.837265,33.723387]
44       },
45   "properties":
46       {"street": "EDINGER 1", "color": "red", "perpx": "0", "perpy": "0"}
47}, 
48{
49   "type": "Feature",
50   "id": "55 N 9.41",
51   "geometry":
52       {
53        "type": "Point",
54        "coordinates": [-117.83503,33.726049]
55       },
56   "properties":
57       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
58}, 
59{
60   "type": "Feature",
61   "id": "55 S 9.84",
62   "geometry":
63       {
64        "type": "Point",
65        "coordinates": [-117.833996,33.73212]
66       },
67   "properties":
68       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
69}, 
70{
71   "type": "Feature",
72   "id": "55 N 9.84",
73   "geometry":
74       {
75        "type": "Point",
76        "coordinates": [-117.833555,33.732101]
77       },
78   "properties":
79       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
80}, 
81{
82   "type": "Feature",
83   "id": "55 N 10.2",
84   "geometry":
85       {
86        "type": "Point",
87        "coordinates": [-117.833583,33.737088]
88       },
89   "properties":
90       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
91}
92]
93}