eaglelandsonce commited on
Commit
609049f
1 Parent(s): 5a69658

Update grid.json

Browse files
Files changed (1) hide show
  1. grid.json +15 -1
grid.json CHANGED
@@ -152,13 +152,27 @@
152
  "size": 2,
153
  "color": "Dark Green",
154
  "sensors": ["Environmental sensors", "Smart irrigation systems", "Adaptive lighting systems"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  }
156
  ],
157
  "roads": [
158
  {
159
  "start": [0, 0],
160
  "end": [20, 0],
161
- "color": "#AA0000",
162
  "sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
163
  },
164
  {
 
152
  "size": 2,
153
  "color": "Dark Green",
154
  "sensors": ["Environmental sensors", "Smart irrigation systems", "Adaptive lighting systems"]
155
+ },
156
+ {
157
+ "coords": [0, 0],
158
+ "type": "Typical Road",
159
+ "size": 1,
160
+ "color": "Dark Grey",
161
+ "sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
162
+ },
163
+ {
164
+ "coords": [0, 0],
165
+ "type": "Typical Road Crossing",
166
+ "size": 1,
167
+ "color": "Dark Grey",
168
+ "sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
169
  }
170
  ],
171
  "roads": [
172
  {
173
  "start": [0, 0],
174
  "end": [20, 0],
175
+ "color": "#898989",
176
  "sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
177
  },
178
  {