Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
4e1f2cb
1
Parent(s):
552881c
Update grid.json
Browse files
grid.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"city": "Green Smart Village",
|
3 |
"population": 10000,
|
4 |
"size": {
|
5 |
-
"rows":
|
6 |
-
"columns":
|
7 |
},
|
8 |
"buildings": [
|
9 |
{
|
@@ -17,30 +17,30 @@
|
|
17 |
{
|
18 |
"coords": [
|
19 |
1,
|
20 |
-
|
21 |
],
|
22 |
"type": "commercial",
|
23 |
"size": 3
|
24 |
},
|
25 |
{
|
26 |
"coords": [
|
27 |
-
|
28 |
-
|
29 |
],
|
30 |
"type": "community_facilities",
|
31 |
"size": 1
|
32 |
},
|
33 |
{
|
34 |
"coords": [
|
35 |
-
|
36 |
-
|
37 |
],
|
38 |
"type": "school",
|
39 |
"size": 2
|
40 |
},
|
41 |
{
|
42 |
"coords": [
|
43 |
-
|
44 |
1
|
45 |
],
|
46 |
"type": "healthcare_facility",
|
@@ -48,8 +48,8 @@
|
|
48 |
},
|
49 |
{
|
50 |
"coords": [
|
51 |
-
|
52 |
-
|
53 |
],
|
54 |
"type": "green_space",
|
55 |
"size": 6
|
@@ -57,119 +57,119 @@
|
|
57 |
{
|
58 |
"coords": [
|
59 |
6,
|
60 |
-
|
61 |
],
|
62 |
"type": "utility_infrastructure",
|
63 |
"size": 2
|
64 |
},
|
65 |
{
|
66 |
"coords": [
|
67 |
-
|
68 |
-
|
69 |
],
|
70 |
"type": "emergency_services",
|
71 |
"size": 3
|
72 |
},
|
73 |
{
|
74 |
"coords": [
|
75 |
-
|
76 |
-
|
77 |
],
|
78 |
"type": "cultural_facilities",
|
79 |
"size": 2
|
80 |
},
|
81 |
{
|
82 |
"coords": [
|
83 |
-
|
84 |
-
|
85 |
],
|
86 |
"type": "recreational_facilities",
|
87 |
"size": 3
|
88 |
},
|
89 |
{
|
90 |
"coords": [
|
91 |
-
|
92 |
-
|
93 |
],
|
94 |
"type": "innovation_center",
|
95 |
"size": 2
|
96 |
},
|
97 |
{
|
98 |
"coords": [
|
99 |
-
|
100 |
-
|
101 |
],
|
102 |
"type": "elderly_care_home",
|
103 |
"size": 1
|
104 |
},
|
105 |
{
|
106 |
"coords": [
|
107 |
-
|
108 |
-
|
109 |
],
|
110 |
"type": "childcare_centers",
|
111 |
"size": 1
|
112 |
},
|
113 |
{
|
114 |
"coords": [
|
115 |
-
|
116 |
-
|
117 |
],
|
118 |
"type": "places_of_worship",
|
119 |
"size": 2
|
120 |
},
|
121 |
{
|
122 |
"coords": [
|
123 |
-
|
124 |
-
|
125 |
],
|
126 |
"type": "event_spaces",
|
127 |
"size": 2
|
128 |
},
|
129 |
{
|
130 |
"coords": [
|
131 |
-
|
132 |
-
|
133 |
],
|
134 |
"type": "guest_housing",
|
135 |
"size": 1
|
136 |
},
|
137 |
{
|
138 |
"coords": [
|
139 |
-
|
140 |
-
|
141 |
],
|
142 |
"type": "pet_care_facilities",
|
143 |
"size": 1
|
144 |
},
|
145 |
{
|
146 |
"coords": [
|
147 |
-
|
148 |
-
|
149 |
],
|
150 |
"type": "public_sanitation_facilities",
|
151 |
"size": 1
|
152 |
},
|
153 |
{
|
154 |
"coords": [
|
155 |
-
|
156 |
-
|
157 |
],
|
158 |
"type": "environmental_monitoring_stations",
|
159 |
"size": 1
|
160 |
},
|
161 |
{
|
162 |
"coords": [
|
163 |
-
|
164 |
-
|
165 |
],
|
166 |
"type": "disaster_preparedness_center",
|
167 |
"size": 1
|
168 |
},
|
169 |
{
|
170 |
"coords": [
|
171 |
-
|
172 |
-
|
173 |
],
|
174 |
"type": "outdoor_community_spaces",
|
175 |
"size": 2
|
|
|
2 |
"city": "Green Smart Village",
|
3 |
"population": 10000,
|
4 |
"size": {
|
5 |
+
"rows": 20,
|
6 |
+
"columns": 20
|
7 |
},
|
8 |
"buildings": [
|
9 |
{
|
|
|
17 |
{
|
18 |
"coords": [
|
19 |
1,
|
20 |
+
6
|
21 |
],
|
22 |
"type": "commercial",
|
23 |
"size": 3
|
24 |
},
|
25 |
{
|
26 |
"coords": [
|
27 |
+
1,
|
28 |
+
11
|
29 |
],
|
30 |
"type": "community_facilities",
|
31 |
"size": 1
|
32 |
},
|
33 |
{
|
34 |
"coords": [
|
35 |
+
1,
|
36 |
+
15
|
37 |
],
|
38 |
"type": "school",
|
39 |
"size": 2
|
40 |
},
|
41 |
{
|
42 |
"coords": [
|
43 |
+
6,
|
44 |
1
|
45 |
],
|
46 |
"type": "healthcare_facility",
|
|
|
48 |
},
|
49 |
{
|
50 |
"coords": [
|
51 |
+
6,
|
52 |
+
6
|
53 |
],
|
54 |
"type": "green_space",
|
55 |
"size": 6
|
|
|
57 |
{
|
58 |
"coords": [
|
59 |
6,
|
60 |
+
15
|
61 |
],
|
62 |
"type": "utility_infrastructure",
|
63 |
"size": 2
|
64 |
},
|
65 |
{
|
66 |
"coords": [
|
67 |
+
11,
|
68 |
+
1
|
69 |
],
|
70 |
"type": "emergency_services",
|
71 |
"size": 3
|
72 |
},
|
73 |
{
|
74 |
"coords": [
|
75 |
+
11,
|
76 |
+
6
|
77 |
],
|
78 |
"type": "cultural_facilities",
|
79 |
"size": 2
|
80 |
},
|
81 |
{
|
82 |
"coords": [
|
83 |
+
11,
|
84 |
+
11
|
85 |
],
|
86 |
"type": "recreational_facilities",
|
87 |
"size": 3
|
88 |
},
|
89 |
{
|
90 |
"coords": [
|
91 |
+
11,
|
92 |
+
15
|
93 |
],
|
94 |
"type": "innovation_center",
|
95 |
"size": 2
|
96 |
},
|
97 |
{
|
98 |
"coords": [
|
99 |
+
16,
|
100 |
+
1
|
101 |
],
|
102 |
"type": "elderly_care_home",
|
103 |
"size": 1
|
104 |
},
|
105 |
{
|
106 |
"coords": [
|
107 |
+
16,
|
108 |
+
6
|
109 |
],
|
110 |
"type": "childcare_centers",
|
111 |
"size": 1
|
112 |
},
|
113 |
{
|
114 |
"coords": [
|
115 |
+
16,
|
116 |
+
11
|
117 |
],
|
118 |
"type": "places_of_worship",
|
119 |
"size": 2
|
120 |
},
|
121 |
{
|
122 |
"coords": [
|
123 |
+
16,
|
124 |
+
15
|
125 |
],
|
126 |
"type": "event_spaces",
|
127 |
"size": 2
|
128 |
},
|
129 |
{
|
130 |
"coords": [
|
131 |
+
16,
|
132 |
+
19
|
133 |
],
|
134 |
"type": "guest_housing",
|
135 |
"size": 1
|
136 |
},
|
137 |
{
|
138 |
"coords": [
|
139 |
+
19,
|
140 |
+
16
|
141 |
],
|
142 |
"type": "pet_care_facilities",
|
143 |
"size": 1
|
144 |
},
|
145 |
{
|
146 |
"coords": [
|
147 |
+
19,
|
148 |
+
11
|
149 |
],
|
150 |
"type": "public_sanitation_facilities",
|
151 |
"size": 1
|
152 |
},
|
153 |
{
|
154 |
"coords": [
|
155 |
+
19,
|
156 |
+
6
|
157 |
],
|
158 |
"type": "environmental_monitoring_stations",
|
159 |
"size": 1
|
160 |
},
|
161 |
{
|
162 |
"coords": [
|
163 |
+
19,
|
164 |
+
1
|
165 |
],
|
166 |
"type": "disaster_preparedness_center",
|
167 |
"size": 1
|
168 |
},
|
169 |
{
|
170 |
"coords": [
|
171 |
+
10,
|
172 |
+
10
|
173 |
],
|
174 |
"type": "outdoor_community_spaces",
|
175 |
"size": 2
|