eaglelandsonce commited on
Commit
27f2446
·
verified ·
1 Parent(s): 8b80cd3

Update grid.json

Browse files
Files changed (1) hide show
  1. grid.json +24 -1
grid.json CHANGED
@@ -202,7 +202,30 @@
202
  "end": [20, 14],
203
  "color": "#898989",
204
  "sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
- // The remaining roads have been omitted for brevity, but they would also include traffic flow sensors, smart streetlights, and pollution monitoring sensors.
207
  ]
208
  }
 
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
  }