Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Update grid.json
Browse files
grid.json
CHANGED
@@ -155,20 +155,77 @@
|
|
155 |
}
|
156 |
],
|
157 |
"roads": [
|
158 |
-
{
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
{
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
]
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
}
|
|
|
155 |
}
|
156 |
],
|
157 |
"roads": [
|
158 |
+
{
|
159 |
+
"start": [0, 0],
|
160 |
+
"end": [20, 0],
|
161 |
+
"color": "#898989",
|
162 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"start": [0, 0],
|
166 |
+
"end": [0, 20],
|
167 |
+
"color": "#898989",
|
168 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"start": [20, 0],
|
172 |
+
"end": [20, 20],
|
173 |
+
"color": "#898989",
|
174 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"start": [0, 20],
|
178 |
+
"end": [20, 20],
|
179 |
+
"color": "#898989",
|
180 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"start": [4, 0],
|
184 |
+
"end": [4, 20],
|
185 |
+
"color": "#898989",
|
186 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"start": [14, 0],
|
190 |
+
"end": [14, 20],
|
191 |
+
"color": "#898989",
|
192 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"start": [0, 4],
|
196 |
+
"end": [20, 4],
|
197 |
+
"color": "#898989",
|
198 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"start": [0, 14],
|
202 |
+
"end": [20, 14],
|
203 |
+
"color": "#898989",
|
204 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"start": [8, 5],
|
208 |
+
"end": [8, 5],
|
209 |
+
"color": "#898989",
|
210 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"start": [5, 11],
|
214 |
+
"end": [5, 11],
|
215 |
+
"color": "#898989",
|
216 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"start": [6, 15],
|
220 |
+
"end": [6, 15],
|
221 |
+
"color": "#898989",
|
222 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"start": [11, 15],
|
226 |
+
"end": [11, 15],
|
227 |
+
"color": "#898989",
|
228 |
+
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
|
229 |
+
}
|
230 |
]
|
231 |
+
}
|
|
|
|
|
|