CPTMSTestCases: highways_startup_test.json

File highways_startup_test.json, 3.3 KB (added by jdalbey, 7 years ago)

Highways startup file for functional testing, contains 13 vds locations, all white.

Line 
1{
2  "type": "FeatureCollection",
3  "features": [
4{
5   "type": "Feature",
6   "id": "55 S 7.62",
7   "geometry":
8       {
9        "type": "Point",
10        "coordinates": [-117.854598,33.705879]
11       },
12   "properties":
13       {"street": "DYER 1", "color": "white", "perpx": "0", "perpy": "0"}
14}, 
15{
16   "type": "Feature",
17   "id": "55 N 7.85",
18   "geometry":
19       {
20        "type": "Point",
21        "coordinates": [-117.85183,33.708364]
22       },
23   "properties":
24       {"street": "DYER 1", "color": "white", "perpx": "0", "perpy": "0"}
25}, 
26{
27   "type": "Feature",
28   "id": "55 N 8.12",
29   "geometry":
30       {
31        "type": "Point",
32        "coordinates": [-117.848847,33.711314]
33       },
34   "properties":
35       {"street": "DYER 2", "color": "white", "perpx": "0.71172", "perpy": "-0.702463"}
36}, 
37{
38   "type": "Feature",
39   "id": "55 S 8.12",
40   "geometry":
41       {
42        "type": "Point",
43        "coordinates": [-117.849099,33.711451]
44       },
45   "properties":
46       {"street": "DYER 2", "color": "white", "perpx": "-0.708914", "perpy": "0.705295"}
47}, 
48{
49   "type": "Feature",
50   "id": "55 S 9.19",
51   "geometry":
52       {
53        "type": "Point",
54        "coordinates": [-117.837265,33.723387]
55       },
56   "properties":
57       {"street": "EDINGER 1", "color": "white", "perpx": "0", "perpy": "0"}
58}, 
59{
60   "type": "Feature",
61   "id": "55 N 9.41",
62   "geometry":
63       {
64        "type": "Point",
65        "coordinates": [-117.83503,33.726049]
66       },
67   "properties":
68       {"street": "EDINGER 2", "color": "white", "perpx": "0", "perpy": "0"}
69}, 
70{
71   "type": "Feature",
72   "id": "55 S 9.84",
73   "geometry":
74       {
75        "type": "Point",
76        "coordinates": [-117.833996,33.73212]
77       },
78   "properties":
79       {"street": "MCFADDEN", "color": "white", "perpx": "-0.999946", "perpy": "-0.010425"}
80}, 
81{
82   "type": "Feature",
83   "id": "55 N 9.84",
84   "geometry":
85       {
86        "type": "Point",
87        "coordinates": [-117.833555,33.732101]
88       },
89   "properties":
90       {"street": "MCFADDEN", "color": "white", "perpx": "0.999932", "perpy": "-0.011627"}
91}, 
92{
93   "type": "Feature",
94   "id": "55 N 10.2",
95   "geometry":
96       {
97        "type": "Point",
98        "coordinates": [-117.833583,33.737088]
99       },
100   "properties":
101       {"street": "N OF 5 OFF", "color": "white", "perpx": "0", "perpy": "0"}
102}, 
103{
104   "type": "Feature",
105   "id": "55 S 10.4",
106   "geometry":
107       {
108        "type": "Point",
109        "coordinates": [-117.833908,33.739982]
110       },
111   "properties":
112       {"street": "S OF 5", "color": "white", "perpx": "-0.999756", "perpy": "0.022109"}
113}, 
114{
115   "type": "Feature",
116   "id": "55 N 10.4",
117   "geometry":
118       {
119        "type": "Point",
120        "coordinates": [-117.83368,33.739982]
121       },
122   "properties":
123       {"street": "S OF 5", "color": "white", "perpx": "0.999923", "perpy": "0.012439"}
124}, 
125{
126   "type": "Feature",
127   "id": "55 S 10.5",
128   "geometry":
129       {
130        "type": "Point",
131        "coordinates": [-117.833876,33.741429]
132       },
133   "properties":
134       {"street": "N OF 5", "color": "white", "perpx": "-0.987616", "perpy": "0.156888"}
135}, 
136{
137   "type": "Feature",
138   "id": "55 N 10.5",
139   "geometry":
140       {
141        "type": "Point",
142        "coordinates": [-117.833698,33.741429]
143       },
144   "properties":
145       {"street": "N OF 5", "color": "white", "perpx": "0.97478", "perpy": "-0.22317"}
146}
147  ]
148}