-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtindex_ghs_built_geojson.py
349 lines (348 loc) · 111 KB
/
tindex_ghs_built_geojson.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
#!/usr/bin/env python3
# since it is not provided, this tile-index was created from all individual
# GHS-BUILT tiles
tindex_str = ('{'
'"type": "FeatureCollection",'
'"name": "tindex_ghs_built",'
'"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },'
'"features": ['
'{ "type": "Feature", "properties": { "fid": 1, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 2400000.0 ], [ -18750000.0, 2400000.0 ], [ -18750000.0, 900000.0 ], [ -20250000.0, 900000.0 ], [ -20250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 2, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 900000.0 ], [ -18750000.0, 900000.0 ], [ -18750000.0, -600000.0 ], [ -20250000.0, -600000.0 ], [ -20250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 3, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, -600000.0 ], [ -18750000.0, -600000.0 ], [ -18750000.0, -2100000.0 ], [ -20250000.0, -2100000.0 ], [ -20250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 4, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, -2100000.0 ], [ -18750000.0, -2100000.0 ], [ -18750000.0, -3600000.0 ], [ -20250000.0, -3600000.0 ], [ -20250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 5, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, -3600000.0 ], [ -18750000.0, -3600000.0 ], [ -18750000.0, -5100000.0 ], [ -20250000.0, -5100000.0 ], [ -20250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 6, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, -5100000.0 ], [ -18750000.0, -5100000.0 ], [ -18750000.0, -6600000.0 ], [ -20250000.0, -6600000.0 ], [ -20250000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 7, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 11400000.0 ], [ -18750000.0, 11400000.0 ], [ -18750000.0, 9900000.0 ], [ -20250000.0, 9900000.0 ], [ -20250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 8, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 9900000.0 ], [ -18750000.0, 9900000.0 ], [ -18750000.0, 8400000.0 ], [ -20250000.0, 8400000.0 ], [ -20250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 9, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 8400000.0 ], [ -18750000.0, 8400000.0 ], [ -18750000.0, 6900000.0 ], [ -20250000.0, 6900000.0 ], [ -20250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 10, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 6900000.0 ], [ -18750000.0, 6900000.0 ], [ -18750000.0, 5400000.0 ], [ -20250000.0, 5400000.0 ], [ -20250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 11, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_0_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -20250000.0, 3900000.0 ], [ -18750000.0, 3900000.0 ], [ -18750000.0, 2400000.0 ], [ -20250000.0, 2400000.0 ], [ -20250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 12, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 17400000.0 ], [ -3750000.0, 17400000.0 ], [ -3750000.0, 15900000.0 ], [ -5250000.0, 15900000.0 ], [ -5250000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 13, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 900000.0 ], [ -3750000.0, 900000.0 ], [ -3750000.0, -600000.0 ], [ -5250000.0, -600000.0 ], [ -5250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 14, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, -600000.0 ], [ -3750000.0, -600000.0 ], [ -3750000.0, -2100000.0 ], [ -5250000.0, -2100000.0 ], [ -5250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 15, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, -2100000.0 ], [ -3750000.0, -2100000.0 ], [ -3750000.0, -3600000.0 ], [ -5250000.0, -3600000.0 ], [ -5250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 16, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, -6600000.0 ], [ -3750000.0, -6600000.0 ], [ -3750000.0, -8100000.0 ], [ -5250000.0, -8100000.0 ], [ -5250000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 17, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 15900000.0 ], [ -3750000.0, 15900000.0 ], [ -3750000.0, 14400000.0 ], [ -5250000.0, 14400000.0 ], [ -5250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 18, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 14400000.0 ], [ -3750000.0, 14400000.0 ], [ -3750000.0, 12900000.0 ], [ -5250000.0, 12900000.0 ], [ -5250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 19, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 12900000.0 ], [ -3750000.0, 12900000.0 ], [ -3750000.0, 11400000.0 ], [ -5250000.0, 11400000.0 ], [ -5250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 20, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 11400000.0 ], [ -3750000.0, 11400000.0 ], [ -3750000.0, 9900000.0 ], [ -5250000.0, 9900000.0 ], [ -5250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 21, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 9900000.0 ], [ -3750000.0, 9900000.0 ], [ -3750000.0, 8400000.0 ], [ -5250000.0, 8400000.0 ], [ -5250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 22, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_10_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5250000.0, 8400000.0 ], [ -3750000.0, 8400000.0 ], [ -3750000.0, 6900000.0 ], [ -5250000.0, 6900000.0 ], [ -5250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 23, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 2400000.0 ], [ -17250000.0, 2400000.0 ], [ -17250000.0, 900000.0 ], [ -18750000.0, 900000.0 ], [ -18750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 24, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 17400000.0 ], [ -2250000.0, 17400000.0 ], [ -2250000.0, 15900000.0 ], [ -3750000.0, 15900000.0 ], [ -3750000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 25, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 2400000.0 ], [ -2250000.0, 2400000.0 ], [ -2250000.0, 900000.0 ], [ -3750000.0, 900000.0 ], [ -3750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 26, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 900000.0 ], [ -2250000.0, 900000.0 ], [ -2250000.0, -600000.0 ], [ -3750000.0, -600000.0 ], [ -3750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 27, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, -600000.0 ], [ -2250000.0, -600000.0 ], [ -2250000.0, -2100000.0 ], [ -3750000.0, -2100000.0 ], [ -3750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 28, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, -2100000.0 ], [ -2250000.0, -2100000.0 ], [ -2250000.0, -3600000.0 ], [ -3750000.0, -3600000.0 ], [ -3750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 29, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 900000.0 ], [ -17250000.0, 900000.0 ], [ -17250000.0, -600000.0 ], [ -18750000.0, -600000.0 ], [ -18750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 30, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 15900000.0 ], [ -2250000.0, 15900000.0 ], [ -2250000.0, 14400000.0 ], [ -3750000.0, 14400000.0 ], [ -3750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 31, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, -600000.0 ], [ -17250000.0, -600000.0 ], [ -17250000.0, -2100000.0 ], [ -18750000.0, -2100000.0 ], [ -18750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 32, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 14400000.0 ], [ -2250000.0, 14400000.0 ], [ -2250000.0, 12900000.0 ], [ -3750000.0, 12900000.0 ], [ -3750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 33, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, -2100000.0 ], [ -17250000.0, -2100000.0 ], [ -17250000.0, -3600000.0 ], [ -18750000.0, -3600000.0 ], [ -18750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 34, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 12900000.0 ], [ -2250000.0, 12900000.0 ], [ -2250000.0, 11400000.0 ], [ -3750000.0, 11400000.0 ], [ -3750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 35, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 11400000.0 ], [ -2250000.0, 11400000.0 ], [ -2250000.0, 9900000.0 ], [ -3750000.0, 9900000.0 ], [ -3750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 36, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 9900000.0 ], [ -2250000.0, 9900000.0 ], [ -2250000.0, 8400000.0 ], [ -3750000.0, 8400000.0 ], [ -3750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 37, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_11_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3750000.0, 5400000.0 ], [ -2250000.0, 5400000.0 ], [ -2250000.0, 3900000.0 ], [ -3750000.0, 3900000.0 ], [ -3750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 38, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 17400000.0 ], [ -750000.0, 17400000.0 ], [ -750000.0, 15900000.0 ], [ -2250000.0, 15900000.0 ], [ -2250000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 39, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 2400000.0 ], [ -750000.0, 2400000.0 ], [ -750000.0, 900000.0 ], [ -2250000.0, 900000.0 ], [ -2250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 40, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 900000.0 ], [ -750000.0, 900000.0 ], [ -750000.0, -600000.0 ], [ -2250000.0, -600000.0 ], [ -2250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 41, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, -600000.0 ], [ -750000.0, -600000.0 ], [ -750000.0, -2100000.0 ], [ -2250000.0, -2100000.0 ], [ -2250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 42, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, -3600000.0 ], [ -750000.0, -3600000.0 ], [ -750000.0, -5100000.0 ], [ -2250000.0, -5100000.0 ], [ -2250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 43, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 15900000.0 ], [ -750000.0, 15900000.0 ], [ -750000.0, 14400000.0 ], [ -2250000.0, 14400000.0 ], [ -2250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 44, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 14400000.0 ], [ -750000.0, 14400000.0 ], [ -750000.0, 12900000.0 ], [ -2250000.0, 12900000.0 ], [ -2250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 45, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 12900000.0 ], [ -750000.0, 12900000.0 ], [ -750000.0, 11400000.0 ], [ -2250000.0, 11400000.0 ], [ -2250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 46, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 11400000.0 ], [ -750000.0, 11400000.0 ], [ -750000.0, 9900000.0 ], [ -2250000.0, 9900000.0 ], [ -2250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 47, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 9900000.0 ], [ -750000.0, 9900000.0 ], [ -750000.0, 8400000.0 ], [ -2250000.0, 8400000.0 ], [ -2250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 48, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 8400000.0 ], [ -750000.0, 8400000.0 ], [ -750000.0, 6900000.0 ], [ -2250000.0, 6900000.0 ], [ -2250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 49, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 6900000.0 ], [ -750000.0, 6900000.0 ], [ -750000.0, 5400000.0 ], [ -2250000.0, 5400000.0 ], [ -2250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 50, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 5400000.0 ], [ -750000.0, 5400000.0 ], [ -750000.0, 3900000.0 ], [ -2250000.0, 3900000.0 ], [ -2250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 51, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_12_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2250000.0, 3900000.0 ], [ -750000.0, 3900000.0 ], [ -750000.0, 2400000.0 ], [ -2250000.0, 2400000.0 ], [ -2250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 52, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 17400000.0 ], [ 750000.0, 17400000.0 ], [ 750000.0, 15900000.0 ], [ -750000.0, 15900000.0 ], [ -750000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 53, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 2400000.0 ], [ 750000.0, 2400000.0 ], [ 750000.0, 900000.0 ], [ -750000.0, 900000.0 ], [ -750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 54, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 900000.0 ], [ 750000.0, 900000.0 ], [ 750000.0, -600000.0 ], [ -750000.0, -600000.0 ], [ -750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 55, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, -600000.0 ], [ 750000.0, -600000.0 ], [ 750000.0, -2100000.0 ], [ -750000.0, -2100000.0 ], [ -750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 56, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, -6600000.0 ], [ 750000.0, -6600000.0 ], [ 750000.0, -8100000.0 ], [ -750000.0, -8100000.0 ], [ -750000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 57, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 15900000.0 ], [ 750000.0, 15900000.0 ], [ 750000.0, 14400000.0 ], [ -750000.0, 14400000.0 ], [ -750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 58, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 9900000.0 ], [ 750000.0, 9900000.0 ], [ 750000.0, 8400000.0 ], [ -750000.0, 8400000.0 ], [ -750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 59, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 8400000.0 ], [ 750000.0, 8400000.0 ], [ 750000.0, 6900000.0 ], [ -750000.0, 6900000.0 ], [ -750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 60, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 6900000.0 ], [ 750000.0, 6900000.0 ], [ 750000.0, 5400000.0 ], [ -750000.0, 5400000.0 ], [ -750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 61, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 5400000.0 ], [ 750000.0, 5400000.0 ], [ 750000.0, 3900000.0 ], [ -750000.0, 3900000.0 ], [ -750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 62, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_13_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -750000.0, 3900000.0 ], [ 750000.0, 3900000.0 ], [ 750000.0, 2400000.0 ], [ -750000.0, 2400000.0 ], [ -750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 63, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 12900000.0 ], [ -17250000.0, 12900000.0 ], [ -17250000.0, 11400000.0 ], [ -18750000.0, 11400000.0 ], [ -18750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 64, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 2400000.0 ], [ 2250000.0, 2400000.0 ], [ 2250000.0, 900000.0 ], [ 750000.0, 900000.0 ], [ 750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 65, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 900000.0 ], [ 2250000.0, 900000.0 ], [ 2250000.0, -600000.0 ], [ 750000.0, -600000.0 ], [ 750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 66, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, -600000.0 ], [ 2250000.0, -600000.0 ], [ 2250000.0, -2100000.0 ], [ 750000.0, -2100000.0 ], [ 750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 67, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, -2100000.0 ], [ 2250000.0, -2100000.0 ], [ 2250000.0, -3600000.0 ], [ 750000.0, -3600000.0 ], [ 750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 68, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, -3600000.0 ], [ 2250000.0, -3600000.0 ], [ 2250000.0, -5100000.0 ], [ 750000.0, -5100000.0 ], [ 750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 69, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 12900000.0 ], [ 2250000.0, 12900000.0 ], [ 2250000.0, 11400000.0 ], [ 750000.0, 11400000.0 ], [ 750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 70, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 11400000.0 ], [ 2250000.0, 11400000.0 ], [ 2250000.0, 9900000.0 ], [ 750000.0, 9900000.0 ], [ 750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 71, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 9900000.0 ], [ 2250000.0, 9900000.0 ], [ 2250000.0, 8400000.0 ], [ 750000.0, 8400000.0 ], [ 750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 72, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 8400000.0 ], [ 2250000.0, 8400000.0 ], [ 2250000.0, 6900000.0 ], [ 750000.0, 6900000.0 ], [ 750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 73, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 6900000.0 ], [ 2250000.0, 6900000.0 ], [ 2250000.0, 5400000.0 ], [ 750000.0, 5400000.0 ], [ 750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 74, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 5400000.0 ], [ 2250000.0, 5400000.0 ], [ 2250000.0, 3900000.0 ], [ 750000.0, 3900000.0 ], [ 750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 75, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_14_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 750000.0, 3900000.0 ], [ 2250000.0, 3900000.0 ], [ 2250000.0, 2400000.0 ], [ 750000.0, 2400000.0 ], [ 750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 76, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 11400000.0 ], [ -17250000.0, 11400000.0 ], [ -17250000.0, 9900000.0 ], [ -18750000.0, 9900000.0 ], [ -18750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 77, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 2400000.0 ], [ 3750000.0, 2400000.0 ], [ 3750000.0, 900000.0 ], [ 2250000.0, 900000.0 ], [ 2250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 78, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 900000.0 ], [ 3750000.0, 900000.0 ], [ 3750000.0, -600000.0 ], [ 2250000.0, -600000.0 ], [ 2250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 79, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, -600000.0 ], [ 3750000.0, -600000.0 ], [ 3750000.0, -2100000.0 ], [ 2250000.0, -2100000.0 ], [ 2250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 80, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, -2100000.0 ], [ 3750000.0, -2100000.0 ], [ 3750000.0, -3600000.0 ], [ 2250000.0, -3600000.0 ], [ 2250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 81, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, -3600000.0 ], [ 3750000.0, -3600000.0 ], [ 3750000.0, -5100000.0 ], [ 2250000.0, -5100000.0 ], [ 2250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 82, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 12900000.0 ], [ 3750000.0, 12900000.0 ], [ 3750000.0, 11400000.0 ], [ 2250000.0, 11400000.0 ], [ 2250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 83, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 11400000.0 ], [ 3750000.0, 11400000.0 ], [ 3750000.0, 9900000.0 ], [ 2250000.0, 9900000.0 ], [ 2250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 84, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 9900000.0 ], [ 3750000.0, 9900000.0 ], [ 3750000.0, 8400000.0 ], [ 2250000.0, 8400000.0 ], [ 2250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 85, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 8400000.0 ], [ 3750000.0, 8400000.0 ], [ 3750000.0, 6900000.0 ], [ 2250000.0, 6900000.0 ], [ 2250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 86, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 6900000.0 ], [ 3750000.0, 6900000.0 ], [ 3750000.0, 5400000.0 ], [ 2250000.0, 5400000.0 ], [ 2250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 87, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 5400000.0 ], [ 3750000.0, 5400000.0 ], [ 3750000.0, 3900000.0 ], [ 2250000.0, 3900000.0 ], [ 2250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 88, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_15_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2250000.0, 3900000.0 ], [ 3750000.0, 3900000.0 ], [ 3750000.0, 2400000.0 ], [ 2250000.0, 2400000.0 ], [ 2250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 89, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 9900000.0 ], [ -17250000.0, 9900000.0 ], [ -17250000.0, 8400000.0 ], [ -18750000.0, 8400000.0 ], [ -18750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 90, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 2400000.0 ], [ 5250000.0, 2400000.0 ], [ 5250000.0, 900000.0 ], [ 3750000.0, 900000.0 ], [ 3750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 91, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 900000.0 ], [ 5250000.0, 900000.0 ], [ 5250000.0, -600000.0 ], [ 3750000.0, -600000.0 ], [ 3750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 92, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, -600000.0 ], [ 5250000.0, -600000.0 ], [ 5250000.0, -2100000.0 ], [ 3750000.0, -2100000.0 ], [ 3750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 93, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, -2100000.0 ], [ 5250000.0, -2100000.0 ], [ 5250000.0, -3600000.0 ], [ 3750000.0, -3600000.0 ], [ 3750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 94, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, -5100000.0 ], [ 5250000.0, -5100000.0 ], [ 5250000.0, -6600000.0 ], [ 3750000.0, -6600000.0 ], [ 3750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 95, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 12900000.0 ], [ 5250000.0, 12900000.0 ], [ 5250000.0, 11400000.0 ], [ 3750000.0, 11400000.0 ], [ 3750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 96, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 11400000.0 ], [ 5250000.0, 11400000.0 ], [ 5250000.0, 9900000.0 ], [ 3750000.0, 9900000.0 ], [ 3750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 97, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 9900000.0 ], [ 5250000.0, 9900000.0 ], [ 5250000.0, 8400000.0 ], [ 3750000.0, 8400000.0 ], [ 3750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 98, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 8400000.0 ], [ 5250000.0, 8400000.0 ], [ 5250000.0, 6900000.0 ], [ 3750000.0, 6900000.0 ], [ 3750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 99, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 6900000.0 ], [ 5250000.0, 6900000.0 ], [ 5250000.0, 5400000.0 ], [ 3750000.0, 5400000.0 ], [ 3750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 100, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 5400000.0 ], [ 5250000.0, 5400000.0 ], [ 5250000.0, 3900000.0 ], [ 3750000.0, 3900000.0 ], [ 3750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 101, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_16_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 3750000.0, 3900000.0 ], [ 5250000.0, 3900000.0 ], [ 5250000.0, 2400000.0 ], [ 3750000.0, 2400000.0 ], [ 3750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 102, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 8400000.0 ], [ -17250000.0, 8400000.0 ], [ -17250000.0, 6900000.0 ], [ -18750000.0, 6900000.0 ], [ -18750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 103, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 2400000.0 ], [ 6750000.0, 2400000.0 ], [ 6750000.0, 900000.0 ], [ 5250000.0, 900000.0 ], [ 5250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 104, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 900000.0 ], [ 6750000.0, 900000.0 ], [ 6750000.0, -600000.0 ], [ 5250000.0, -600000.0 ], [ 5250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 105, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, -600000.0 ], [ 6750000.0, -600000.0 ], [ 6750000.0, -2100000.0 ], [ 5250000.0, -2100000.0 ], [ 5250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 106, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, -2100000.0 ], [ 6750000.0, -2100000.0 ], [ 6750000.0, -3600000.0 ], [ 5250000.0, -3600000.0 ], [ 5250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 107, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, -5100000.0 ], [ 6750000.0, -5100000.0 ], [ 6750000.0, -6600000.0 ], [ 5250000.0, -6600000.0 ], [ 5250000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 108, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 14400000.0 ], [ 6750000.0, 14400000.0 ], [ 6750000.0, 12900000.0 ], [ 5250000.0, 12900000.0 ], [ 5250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 109, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 12900000.0 ], [ 6750000.0, 12900000.0 ], [ 6750000.0, 11400000.0 ], [ 5250000.0, 11400000.0 ], [ 5250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 110, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 11400000.0 ], [ 6750000.0, 11400000.0 ], [ 6750000.0, 9900000.0 ], [ 5250000.0, 9900000.0 ], [ 5250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 111, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 9900000.0 ], [ 6750000.0, 9900000.0 ], [ 6750000.0, 8400000.0 ], [ 5250000.0, 8400000.0 ], [ 5250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 112, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 8400000.0 ], [ 6750000.0, 8400000.0 ], [ 6750000.0, 6900000.0 ], [ 5250000.0, 6900000.0 ], [ 5250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 113, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 6900000.0 ], [ 6750000.0, 6900000.0 ], [ 6750000.0, 5400000.0 ], [ 5250000.0, 5400000.0 ], [ 5250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 114, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 5400000.0 ], [ 6750000.0, 5400000.0 ], [ 6750000.0, 3900000.0 ], [ 5250000.0, 3900000.0 ], [ 5250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 115, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_17_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 5250000.0, 3900000.0 ], [ 6750000.0, 3900000.0 ], [ 6750000.0, 2400000.0 ], [ 5250000.0, 2400000.0 ], [ 5250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 116, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 6900000.0 ], [ -17250000.0, 6900000.0 ], [ -17250000.0, 5400000.0 ], [ -18750000.0, 5400000.0 ], [ -18750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 117, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 2400000.0 ], [ 8250000.0, 2400000.0 ], [ 8250000.0, 900000.0 ], [ 6750000.0, 900000.0 ], [ 6750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 118, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 900000.0 ], [ 8250000.0, 900000.0 ], [ 8250000.0, -600000.0 ], [ 6750000.0, -600000.0 ], [ 6750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 119, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, -600000.0 ], [ 8250000.0, -600000.0 ], [ 8250000.0, -2100000.0 ], [ 6750000.0, -2100000.0 ], [ 6750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 120, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, -2100000.0 ], [ 8250000.0, -2100000.0 ], [ 8250000.0, -3600000.0 ], [ 6750000.0, -3600000.0 ], [ 6750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 121, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, -5100000.0 ], [ 8250000.0, -5100000.0 ], [ 8250000.0, -6600000.0 ], [ 6750000.0, -6600000.0 ], [ 6750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 122, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, -6600000.0 ], [ 8250000.0, -6600000.0 ], [ 8250000.0, -8100000.0 ], [ 6750000.0, -8100000.0 ], [ 6750000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 123, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 15900000.0 ], [ 8250000.0, 15900000.0 ], [ 8250000.0, 14400000.0 ], [ 6750000.0, 14400000.0 ], [ 6750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 124, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 14400000.0 ], [ 8250000.0, 14400000.0 ], [ 8250000.0, 12900000.0 ], [ 6750000.0, 12900000.0 ], [ 6750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 125, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 12900000.0 ], [ 8250000.0, 12900000.0 ], [ 8250000.0, 11400000.0 ], [ 6750000.0, 11400000.0 ], [ 6750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 126, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 11400000.0 ], [ 8250000.0, 11400000.0 ], [ 8250000.0, 9900000.0 ], [ 6750000.0, 9900000.0 ], [ 6750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 127, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 9900000.0 ], [ 8250000.0, 9900000.0 ], [ 8250000.0, 8400000.0 ], [ 6750000.0, 8400000.0 ], [ 6750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 128, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 8400000.0 ], [ 8250000.0, 8400000.0 ], [ 8250000.0, 6900000.0 ], [ 6750000.0, 6900000.0 ], [ 6750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 129, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 6900000.0 ], [ 8250000.0, 6900000.0 ], [ 8250000.0, 5400000.0 ], [ 6750000.0, 5400000.0 ], [ 6750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 130, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 5400000.0 ], [ 8250000.0, 5400000.0 ], [ 8250000.0, 3900000.0 ], [ 6750000.0, 3900000.0 ], [ 6750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 131, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_18_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 6750000.0, 3900000.0 ], [ 8250000.0, 3900000.0 ], [ 8250000.0, 2400000.0 ], [ 6750000.0, 2400000.0 ], [ 6750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 132, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 2400000.0 ], [ 9750000.0, 2400000.0 ], [ 9750000.0, 900000.0 ], [ 8250000.0, 900000.0 ], [ 8250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 133, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 900000.0 ], [ 9750000.0, 900000.0 ], [ 9750000.0, -600000.0 ], [ 8250000.0, -600000.0 ], [ 8250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 134, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, -600000.0 ], [ 9750000.0, -600000.0 ], [ 9750000.0, -2100000.0 ], [ 8250000.0, -2100000.0 ], [ 8250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 135, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, -3600000.0 ], [ 9750000.0, -3600000.0 ], [ 9750000.0, -5100000.0 ], [ 8250000.0, -5100000.0 ], [ 8250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 136, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, -6600000.0 ], [ 9750000.0, -6600000.0 ], [ 9750000.0, -8100000.0 ], [ 8250000.0, -8100000.0 ], [ 8250000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 137, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 14400000.0 ], [ 9750000.0, 14400000.0 ], [ 9750000.0, 12900000.0 ], [ 8250000.0, 12900000.0 ], [ 8250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 138, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 12900000.0 ], [ 9750000.0, 12900000.0 ], [ 9750000.0, 11400000.0 ], [ 8250000.0, 11400000.0 ], [ 8250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 139, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 11400000.0 ], [ 9750000.0, 11400000.0 ], [ 9750000.0, 9900000.0 ], [ 8250000.0, 9900000.0 ], [ 8250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 140, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 9900000.0 ], [ 9750000.0, 9900000.0 ], [ 9750000.0, 8400000.0 ], [ 8250000.0, 8400000.0 ], [ 8250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 141, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 8400000.0 ], [ 9750000.0, 8400000.0 ], [ 9750000.0, 6900000.0 ], [ 8250000.0, 6900000.0 ], [ 8250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 142, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 6900000.0 ], [ 9750000.0, 6900000.0 ], [ 9750000.0, 5400000.0 ], [ 8250000.0, 5400000.0 ], [ 8250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 143, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 5400000.0 ], [ 9750000.0, 5400000.0 ], [ 9750000.0, 3900000.0 ], [ 8250000.0, 3900000.0 ], [ 8250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 144, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_19_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 8250000.0, 3900000.0 ], [ 9750000.0, 3900000.0 ], [ 9750000.0, 2400000.0 ], [ 8250000.0, 2400000.0 ], [ 8250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 145, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_1_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -18750000.0, 3900000.0 ], [ -17250000.0, 3900000.0 ], [ -17250000.0, 2400000.0 ], [ -18750000.0, 2400000.0 ], [ -18750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 146, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 2400000.0 ], [ 11250000.0, 2400000.0 ], [ 11250000.0, 900000.0 ], [ 9750000.0, 900000.0 ], [ 9750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 147, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 900000.0 ], [ 11250000.0, 900000.0 ], [ 11250000.0, -600000.0 ], [ 9750000.0, -600000.0 ], [ 9750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 148, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, -600000.0 ], [ 11250000.0, -600000.0 ], [ 11250000.0, -2100000.0 ], [ 9750000.0, -2100000.0 ], [ 9750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 149, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 15900000.0 ], [ 11250000.0, 15900000.0 ], [ 11250000.0, 14400000.0 ], [ 9750000.0, 14400000.0 ], [ 9750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 150, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 14400000.0 ], [ 11250000.0, 14400000.0 ], [ 11250000.0, 12900000.0 ], [ 9750000.0, 12900000.0 ], [ 9750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 151, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 12900000.0 ], [ 11250000.0, 12900000.0 ], [ 11250000.0, 11400000.0 ], [ 9750000.0, 11400000.0 ], [ 9750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 152, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 11400000.0 ], [ 11250000.0, 11400000.0 ], [ 11250000.0, 9900000.0 ], [ 9750000.0, 9900000.0 ], [ 9750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 153, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 9900000.0 ], [ 11250000.0, 9900000.0 ], [ 11250000.0, 8400000.0 ], [ 9750000.0, 8400000.0 ], [ 9750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 154, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 8400000.0 ], [ 11250000.0, 8400000.0 ], [ 11250000.0, 6900000.0 ], [ 9750000.0, 6900000.0 ], [ 9750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 155, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 6900000.0 ], [ 11250000.0, 6900000.0 ], [ 11250000.0, 5400000.0 ], [ 9750000.0, 5400000.0 ], [ 9750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 156, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 5400000.0 ], [ 11250000.0, 5400000.0 ], [ 11250000.0, 3900000.0 ], [ 9750000.0, 3900000.0 ], [ 9750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 157, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_20_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9750000.0, 3900000.0 ], [ 11250000.0, 3900000.0 ], [ 11250000.0, 2400000.0 ], [ 9750000.0, 2400000.0 ], [ 9750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 158, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 2400000.0 ], [ -15750000.0, 2400000.0 ], [ -15750000.0, 900000.0 ], [ -17250000.0, 900000.0 ], [ -17250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 159, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 2400000.0 ], [ 12750000.0, 2400000.0 ], [ 12750000.0, 900000.0 ], [ 11250000.0, 900000.0 ], [ 11250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 160, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 900000.0 ], [ 12750000.0, 900000.0 ], [ 12750000.0, -600000.0 ], [ 11250000.0, -600000.0 ], [ 11250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 161, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, -600000.0 ], [ 12750000.0, -600000.0 ], [ 12750000.0, -2100000.0 ], [ 11250000.0, -2100000.0 ], [ 11250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 162, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, -2100000.0 ], [ 12750000.0, -2100000.0 ], [ 12750000.0, -3600000.0 ], [ 11250000.0, -3600000.0 ], [ 11250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 163, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, -3600000.0 ], [ 12750000.0, -3600000.0 ], [ 12750000.0, -5100000.0 ], [ 11250000.0, -5100000.0 ], [ 11250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 164, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 900000.0 ], [ -15750000.0, 900000.0 ], [ -15750000.0, -600000.0 ], [ -17250000.0, -600000.0 ], [ -17250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 165, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 15900000.0 ], [ 12750000.0, 15900000.0 ], [ 12750000.0, 14400000.0 ], [ 11250000.0, 14400000.0 ], [ 11250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 166, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, -600000.0 ], [ -15750000.0, -600000.0 ], [ -15750000.0, -2100000.0 ], [ -17250000.0, -2100000.0 ], [ -17250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 167, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 14400000.0 ], [ 12750000.0, 14400000.0 ], [ 12750000.0, 12900000.0 ], [ 11250000.0, 12900000.0 ], [ 11250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 168, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, -2100000.0 ], [ -15750000.0, -2100000.0 ], [ -15750000.0, -3600000.0 ], [ -17250000.0, -3600000.0 ], [ -17250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 169, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 12900000.0 ], [ 12750000.0, 12900000.0 ], [ 12750000.0, 11400000.0 ], [ 11250000.0, 11400000.0 ], [ 11250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 170, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 11400000.0 ], [ 12750000.0, 11400000.0 ], [ 12750000.0, 9900000.0 ], [ 11250000.0, 9900000.0 ], [ 11250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 171, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 9900000.0 ], [ 12750000.0, 9900000.0 ], [ 12750000.0, 8400000.0 ], [ 11250000.0, 8400000.0 ], [ 11250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 172, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 8400000.0 ], [ 12750000.0, 8400000.0 ], [ 12750000.0, 6900000.0 ], [ 11250000.0, 6900000.0 ], [ 11250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 173, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 6900000.0 ], [ 12750000.0, 6900000.0 ], [ 12750000.0, 5400000.0 ], [ 11250000.0, 5400000.0 ], [ 11250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 174, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 5400000.0 ], [ 12750000.0, 5400000.0 ], [ 12750000.0, 3900000.0 ], [ 11250000.0, 3900000.0 ], [ 11250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 175, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_21_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 11250000.0, 3900000.0 ], [ 12750000.0, 3900000.0 ], [ 12750000.0, 2400000.0 ], [ 11250000.0, 2400000.0 ], [ 11250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 176, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 2400000.0 ], [ 14250000.0, 2400000.0 ], [ 14250000.0, 900000.0 ], [ 12750000.0, 900000.0 ], [ 12750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 177, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 900000.0 ], [ 14250000.0, 900000.0 ], [ 14250000.0, -600000.0 ], [ 12750000.0, -600000.0 ], [ 12750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 178, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, -600000.0 ], [ 14250000.0, -600000.0 ], [ 14250000.0, -2100000.0 ], [ 12750000.0, -2100000.0 ], [ 12750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 179, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, -2100000.0 ], [ 14250000.0, -2100000.0 ], [ 14250000.0, -3600000.0 ], [ 12750000.0, -3600000.0 ], [ 12750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 180, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, -3600000.0 ], [ 14250000.0, -3600000.0 ], [ 14250000.0, -5100000.0 ], [ 12750000.0, -5100000.0 ], [ 12750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 181, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 15900000.0 ], [ 14250000.0, 15900000.0 ], [ 14250000.0, 14400000.0 ], [ 12750000.0, 14400000.0 ], [ 12750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 182, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 14400000.0 ], [ 14250000.0, 14400000.0 ], [ 14250000.0, 12900000.0 ], [ 12750000.0, 12900000.0 ], [ 12750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 183, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 12900000.0 ], [ 14250000.0, 12900000.0 ], [ 14250000.0, 11400000.0 ], [ 12750000.0, 11400000.0 ], [ 12750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 184, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 11400000.0 ], [ 14250000.0, 11400000.0 ], [ 14250000.0, 9900000.0 ], [ 12750000.0, 9900000.0 ], [ 12750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 185, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 9900000.0 ], [ 14250000.0, 9900000.0 ], [ 14250000.0, 8400000.0 ], [ 12750000.0, 8400000.0 ], [ 12750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 186, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 8400000.0 ], [ 14250000.0, 8400000.0 ], [ 14250000.0, 6900000.0 ], [ 12750000.0, 6900000.0 ], [ 12750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 187, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 6900000.0 ], [ 14250000.0, 6900000.0 ], [ 14250000.0, 5400000.0 ], [ 12750000.0, 5400000.0 ], [ 12750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 188, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 5400000.0 ], [ 14250000.0, 5400000.0 ], [ 14250000.0, 3900000.0 ], [ 12750000.0, 3900000.0 ], [ 12750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 189, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_22_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12750000.0, 3900000.0 ], [ 14250000.0, 3900000.0 ], [ 14250000.0, 2400000.0 ], [ 12750000.0, 2400000.0 ], [ 12750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 190, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 2400000.0 ], [ 15750000.0, 2400000.0 ], [ 15750000.0, 900000.0 ], [ 14250000.0, 900000.0 ], [ 14250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 191, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 900000.0 ], [ 15750000.0, 900000.0 ], [ 15750000.0, -600000.0 ], [ 14250000.0, -600000.0 ], [ 14250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 192, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, -600000.0 ], [ 15750000.0, -600000.0 ], [ 15750000.0, -2100000.0 ], [ 14250000.0, -2100000.0 ], [ 14250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 193, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, -2100000.0 ], [ 15750000.0, -2100000.0 ], [ 15750000.0, -3600000.0 ], [ 14250000.0, -3600000.0 ], [ 14250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 194, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, -3600000.0 ], [ 15750000.0, -3600000.0 ], [ 15750000.0, -5100000.0 ], [ 14250000.0, -5100000.0 ], [ 14250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 195, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 14400000.0 ], [ 15750000.0, 14400000.0 ], [ 15750000.0, 12900000.0 ], [ 14250000.0, 12900000.0 ], [ 14250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 196, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 12900000.0 ], [ 15750000.0, 12900000.0 ], [ 15750000.0, 11400000.0 ], [ 14250000.0, 11400000.0 ], [ 14250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 197, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 11400000.0 ], [ 15750000.0, 11400000.0 ], [ 15750000.0, 9900000.0 ], [ 14250000.0, 9900000.0 ], [ 14250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 198, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 9900000.0 ], [ 15750000.0, 9900000.0 ], [ 15750000.0, 8400000.0 ], [ 14250000.0, 8400000.0 ], [ 14250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 199, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 8400000.0 ], [ 15750000.0, 8400000.0 ], [ 15750000.0, 6900000.0 ], [ 14250000.0, 6900000.0 ], [ 14250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 200, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 6900000.0 ], [ 15750000.0, 6900000.0 ], [ 15750000.0, 5400000.0 ], [ 14250000.0, 5400000.0 ], [ 14250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 201, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 5400000.0 ], [ 15750000.0, 5400000.0 ], [ 15750000.0, 3900000.0 ], [ 14250000.0, 3900000.0 ], [ 14250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 202, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_23_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 14250000.0, 3900000.0 ], [ 15750000.0, 3900000.0 ], [ 15750000.0, 2400000.0 ], [ 14250000.0, 2400000.0 ], [ 14250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 203, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 12900000.0 ], [ -15750000.0, 12900000.0 ], [ -15750000.0, 11400000.0 ], [ -17250000.0, 11400000.0 ], [ -17250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 204, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 2400000.0 ], [ 17250000.0, 2400000.0 ], [ 17250000.0, 900000.0 ], [ 15750000.0, 900000.0 ], [ 15750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 205, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 900000.0 ], [ 17250000.0, 900000.0 ], [ 17250000.0, -600000.0 ], [ 15750000.0, -600000.0 ], [ 15750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 206, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, -600000.0 ], [ 17250000.0, -600000.0 ], [ 17250000.0, -2100000.0 ], [ 15750000.0, -2100000.0 ], [ 15750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 207, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, -2100000.0 ], [ 17250000.0, -2100000.0 ], [ 17250000.0, -3600000.0 ], [ 15750000.0, -3600000.0 ], [ 15750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 208, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, -3600000.0 ], [ 17250000.0, -3600000.0 ], [ 17250000.0, -5100000.0 ], [ 15750000.0, -5100000.0 ], [ 15750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 209, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, -5100000.0 ], [ 17250000.0, -5100000.0 ], [ 17250000.0, -6600000.0 ], [ 15750000.0, -6600000.0 ], [ 15750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 210, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 14400000.0 ], [ 17250000.0, 14400000.0 ], [ 17250000.0, 12900000.0 ], [ 15750000.0, 12900000.0 ], [ 15750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 211, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 12900000.0 ], [ 17250000.0, 12900000.0 ], [ 17250000.0, 11400000.0 ], [ 15750000.0, 11400000.0 ], [ 15750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 212, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 11400000.0 ], [ 17250000.0, 11400000.0 ], [ 17250000.0, 9900000.0 ], [ 15750000.0, 9900000.0 ], [ 15750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 213, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 9900000.0 ], [ 17250000.0, 9900000.0 ], [ 17250000.0, 8400000.0 ], [ 15750000.0, 8400000.0 ], [ 15750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 214, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 8400000.0 ], [ 17250000.0, 8400000.0 ], [ 17250000.0, 6900000.0 ], [ 15750000.0, 6900000.0 ], [ 15750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 215, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 6900000.0 ], [ 17250000.0, 6900000.0 ], [ 17250000.0, 5400000.0 ], [ 15750000.0, 5400000.0 ], [ 15750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 216, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 5400000.0 ], [ 17250000.0, 5400000.0 ], [ 17250000.0, 3900000.0 ], [ 15750000.0, 3900000.0 ], [ 15750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 217, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_24_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15750000.0, 3900000.0 ], [ 17250000.0, 3900000.0 ], [ 17250000.0, 2400000.0 ], [ 15750000.0, 2400000.0 ], [ 15750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 218, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 11400000.0 ], [ -15750000.0, 11400000.0 ], [ -15750000.0, 9900000.0 ], [ -17250000.0, 9900000.0 ], [ -17250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 219, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 2400000.0 ], [ 18750000.0, 2400000.0 ], [ 18750000.0, 900000.0 ], [ 17250000.0, 900000.0 ], [ 17250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 220, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 900000.0 ], [ 18750000.0, 900000.0 ], [ 18750000.0, -600000.0 ], [ 17250000.0, -600000.0 ], [ 17250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 221, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, -600000.0 ], [ 18750000.0, -600000.0 ], [ 18750000.0, -2100000.0 ], [ 17250000.0, -2100000.0 ], [ 17250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 222, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, -2100000.0 ], [ 18750000.0, -2100000.0 ], [ 18750000.0, -3600000.0 ], [ 17250000.0, -3600000.0 ], [ 17250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 223, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, -3600000.0 ], [ 18750000.0, -3600000.0 ], [ 18750000.0, -5100000.0 ], [ 17250000.0, -5100000.0 ], [ 17250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 224, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, -5100000.0 ], [ 18750000.0, -5100000.0 ], [ 18750000.0, -6600000.0 ], [ 17250000.0, -6600000.0 ], [ 17250000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 225, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, -6600000.0 ], [ 18750000.0, -6600000.0 ], [ 18750000.0, -8100000.0 ], [ 17250000.0, -8100000.0 ], [ 17250000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 226, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 12900000.0 ], [ 18750000.0, 12900000.0 ], [ 18750000.0, 11400000.0 ], [ 17250000.0, 11400000.0 ], [ 17250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 227, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 11400000.0 ], [ 18750000.0, 11400000.0 ], [ 18750000.0, 9900000.0 ], [ 17250000.0, 9900000.0 ], [ 17250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 228, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 9900000.0 ], [ 18750000.0, 9900000.0 ], [ 18750000.0, 8400000.0 ], [ 17250000.0, 8400000.0 ], [ 17250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 229, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 8400000.0 ], [ 18750000.0, 8400000.0 ], [ 18750000.0, 6900000.0 ], [ 17250000.0, 6900000.0 ], [ 17250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 230, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 6900000.0 ], [ 18750000.0, 6900000.0 ], [ 18750000.0, 5400000.0 ], [ 17250000.0, 5400000.0 ], [ 17250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 231, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_25_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17250000.0, 3900000.0 ], [ 18750000.0, 3900000.0 ], [ 18750000.0, 2400000.0 ], [ 17250000.0, 2400000.0 ], [ 17250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 232, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 9900000.0 ], [ -15750000.0, 9900000.0 ], [ -15750000.0, 8400000.0 ], [ -17250000.0, 8400000.0 ], [ -17250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 233, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 2400000.0 ], [ 20250000.0, 2400000.0 ], [ 20250000.0, 900000.0 ], [ 18750000.0, 900000.0 ], [ 18750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 234, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 900000.0 ], [ 20250000.0, 900000.0 ], [ 20250000.0, -600000.0 ], [ 18750000.0, -600000.0 ], [ 18750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 235, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, -600000.0 ], [ 20250000.0, -600000.0 ], [ 20250000.0, -2100000.0 ], [ 18750000.0, -2100000.0 ], [ 18750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 236, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, -2100000.0 ], [ 20250000.0, -2100000.0 ], [ 20250000.0, -3600000.0 ], [ 18750000.0, -3600000.0 ], [ 18750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 237, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, -3600000.0 ], [ 20250000.0, -3600000.0 ], [ 20250000.0, -5100000.0 ], [ 18750000.0, -5100000.0 ], [ 18750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 238, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, -5100000.0 ], [ 20250000.0, -5100000.0 ], [ 20250000.0, -6600000.0 ], [ 18750000.0, -6600000.0 ], [ 18750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 239, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, -6600000.0 ], [ 20250000.0, -6600000.0 ], [ 20250000.0, -8100000.0 ], [ 18750000.0, -8100000.0 ], [ 18750000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 240, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 12900000.0 ], [ 20250000.0, 12900000.0 ], [ 20250000.0, 11400000.0 ], [ 18750000.0, 11400000.0 ], [ 18750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 241, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 11400000.0 ], [ 20250000.0, 11400000.0 ], [ 20250000.0, 9900000.0 ], [ 18750000.0, 9900000.0 ], [ 18750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 242, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 9900000.0 ], [ 20250000.0, 9900000.0 ], [ 20250000.0, 8400000.0 ], [ 18750000.0, 8400000.0 ], [ 18750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 243, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 8400000.0 ], [ 20250000.0, 8400000.0 ], [ 20250000.0, 6900000.0 ], [ 18750000.0, 6900000.0 ], [ 18750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 244, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_26_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 18750000.0, 6900000.0 ], [ 20250000.0, 6900000.0 ], [ 20250000.0, 5400000.0 ], [ 18750000.0, 5400000.0 ], [ 18750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 245, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 8400000.0 ], [ -15750000.0, 8400000.0 ], [ -15750000.0, 6900000.0 ], [ -17250000.0, 6900000.0 ], [ -17250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 246, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_2_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -17250000.0, 3900000.0 ], [ -15750000.0, 3900000.0 ], [ -15750000.0, 2400000.0 ], [ -17250000.0, 2400000.0 ], [ -17250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 247, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, -600000.0 ], [ -14250000.0, -600000.0 ], [ -14250000.0, -2100000.0 ], [ -15750000.0, -2100000.0 ], [ -15750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 248, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, -2100000.0 ], [ -14250000.0, -2100000.0 ], [ -14250000.0, -3600000.0 ], [ -15750000.0, -3600000.0 ], [ -15750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 249, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, 12900000.0 ], [ -14250000.0, 12900000.0 ], [ -14250000.0, 11400000.0 ], [ -15750000.0, 11400000.0 ], [ -15750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 250, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, 11400000.0 ], [ -14250000.0, 11400000.0 ], [ -14250000.0, 9900000.0 ], [ -15750000.0, 9900000.0 ], [ -15750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 251, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, 9900000.0 ], [ -14250000.0, 9900000.0 ], [ -14250000.0, 8400000.0 ], [ -15750000.0, 8400000.0 ], [ -15750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 252, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, 8400000.0 ], [ -14250000.0, 8400000.0 ], [ -14250000.0, 6900000.0 ], [ -15750000.0, 6900000.0 ], [ -15750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 253, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_3_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -15750000.0, 6900000.0 ], [ -14250000.0, 6900000.0 ], [ -14250000.0, 5400000.0 ], [ -15750000.0, 5400000.0 ], [ -15750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 254, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 2400000.0 ], [ -12750000.0, 2400000.0 ], [ -12750000.0, 900000.0 ], [ -14250000.0, 900000.0 ], [ -14250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 255, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, -2100000.0 ], [ -12750000.0, -2100000.0 ], [ -12750000.0, -3600000.0 ], [ -14250000.0, -3600000.0 ], [ -14250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 256, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 15900000.0 ], [ -12750000.0, 15900000.0 ], [ -12750000.0, 14400000.0 ], [ -14250000.0, 14400000.0 ], [ -14250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 257, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 14400000.0 ], [ -12750000.0, 14400000.0 ], [ -12750000.0, 12900000.0 ], [ -14250000.0, 12900000.0 ], [ -14250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 258, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 12900000.0 ], [ -12750000.0, 12900000.0 ], [ -12750000.0, 11400000.0 ], [ -14250000.0, 11400000.0 ], [ -14250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 259, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 11400000.0 ], [ -12750000.0, 11400000.0 ], [ -12750000.0, 9900000.0 ], [ -14250000.0, 9900000.0 ], [ -14250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 260, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 9900000.0 ], [ -12750000.0, 9900000.0 ], [ -12750000.0, 8400000.0 ], [ -14250000.0, 8400000.0 ], [ -14250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 261, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 8400000.0 ], [ -12750000.0, 8400000.0 ], [ -12750000.0, 6900000.0 ], [ -14250000.0, 6900000.0 ], [ -14250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 262, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 6900000.0 ], [ -12750000.0, 6900000.0 ], [ -12750000.0, 5400000.0 ], [ -14250000.0, 5400000.0 ], [ -14250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 263, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 5400000.0 ], [ -12750000.0, 5400000.0 ], [ -12750000.0, 3900000.0 ], [ -14250000.0, 3900000.0 ], [ -14250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 264, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_4_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -14250000.0, 3900000.0 ], [ -12750000.0, 3900000.0 ], [ -12750000.0, 2400000.0 ], [ -14250000.0, 2400000.0 ], [ -14250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 265, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 17400000.0 ], [ -11250000.0, 17400000.0 ], [ -11250000.0, 15900000.0 ], [ -12750000.0, 15900000.0 ], [ -12750000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 266, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 2400000.0 ], [ -11250000.0, 2400000.0 ], [ -11250000.0, 900000.0 ], [ -12750000.0, 900000.0 ], [ -12750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 267, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, -2100000.0 ], [ -11250000.0, -2100000.0 ], [ -11250000.0, -3600000.0 ], [ -12750000.0, -3600000.0 ], [ -12750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 268, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 15900000.0 ], [ -11250000.0, 15900000.0 ], [ -11250000.0, 14400000.0 ], [ -12750000.0, 14400000.0 ], [ -12750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 269, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 14400000.0 ], [ -11250000.0, 14400000.0 ], [ -11250000.0, 12900000.0 ], [ -12750000.0, 12900000.0 ], [ -12750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 270, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 12900000.0 ], [ -11250000.0, 12900000.0 ], [ -11250000.0, 11400000.0 ], [ -12750000.0, 11400000.0 ], [ -12750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 271, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 11400000.0 ], [ -11250000.0, 11400000.0 ], [ -11250000.0, 9900000.0 ], [ -12750000.0, 9900000.0 ], [ -12750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 272, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 9900000.0 ], [ -11250000.0, 9900000.0 ], [ -11250000.0, 8400000.0 ], [ -12750000.0, 8400000.0 ], [ -12750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 273, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 8400000.0 ], [ -11250000.0, 8400000.0 ], [ -11250000.0, 6900000.0 ], [ -12750000.0, 6900000.0 ], [ -12750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 274, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 6900000.0 ], [ -11250000.0, 6900000.0 ], [ -11250000.0, 5400000.0 ], [ -12750000.0, 5400000.0 ], [ -12750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 275, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 5400000.0 ], [ -11250000.0, 5400000.0 ], [ -11250000.0, 3900000.0 ], [ -12750000.0, 3900000.0 ], [ -12750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 276, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_5_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -12750000.0, 3900000.0 ], [ -11250000.0, 3900000.0 ], [ -11250000.0, 2400000.0 ], [ -12750000.0, 2400000.0 ], [ -12750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 277, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 17400000.0 ], [ -9750000.0, 17400000.0 ], [ -9750000.0, 15900000.0 ], [ -11250000.0, 15900000.0 ], [ -11250000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 278, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 2400000.0 ], [ -9750000.0, 2400000.0 ], [ -9750000.0, 900000.0 ], [ -11250000.0, 900000.0 ], [ -11250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 279, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 900000.0 ], [ -9750000.0, 900000.0 ], [ -9750000.0, -600000.0 ], [ -11250000.0, -600000.0 ], [ -11250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 280, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 15900000.0 ], [ -9750000.0, 15900000.0 ], [ -9750000.0, 14400000.0 ], [ -11250000.0, 14400000.0 ], [ -11250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 281, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 14400000.0 ], [ -9750000.0, 14400000.0 ], [ -9750000.0, 12900000.0 ], [ -11250000.0, 12900000.0 ], [ -11250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 282, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 12900000.0 ], [ -9750000.0, 12900000.0 ], [ -9750000.0, 11400000.0 ], [ -11250000.0, 11400000.0 ], [ -11250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 283, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 11400000.0 ], [ -9750000.0, 11400000.0 ], [ -9750000.0, 9900000.0 ], [ -11250000.0, 9900000.0 ], [ -11250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 284, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 9900000.0 ], [ -9750000.0, 9900000.0 ], [ -9750000.0, 8400000.0 ], [ -11250000.0, 8400000.0 ], [ -11250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 285, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 8400000.0 ], [ -9750000.0, 8400000.0 ], [ -9750000.0, 6900000.0 ], [ -11250000.0, 6900000.0 ], [ -11250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 286, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 6900000.0 ], [ -9750000.0, 6900000.0 ], [ -9750000.0, 5400000.0 ], [ -11250000.0, 5400000.0 ], [ -11250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 287, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 5400000.0 ], [ -9750000.0, 5400000.0 ], [ -9750000.0, 3900000.0 ], [ -11250000.0, 3900000.0 ], [ -11250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 288, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_6_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -11250000.0, 3900000.0 ], [ -9750000.0, 3900000.0 ], [ -9750000.0, 2400000.0 ], [ -11250000.0, 2400000.0 ], [ -11250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 289, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 17400000.0 ], [ -8250000.0, 17400000.0 ], [ -8250000.0, 15900000.0 ], [ -9750000.0, 15900000.0 ], [ -9750000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 290, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 2400000.0 ], [ -8250000.0, 2400000.0 ], [ -8250000.0, 900000.0 ], [ -9750000.0, 900000.0 ], [ -9750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 291, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 900000.0 ], [ -8250000.0, 900000.0 ], [ -8250000.0, -600000.0 ], [ -9750000.0, -600000.0 ], [ -9750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 292, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, -600000.0 ], [ -8250000.0, -600000.0 ], [ -8250000.0, -2100000.0 ], [ -9750000.0, -2100000.0 ], [ -9750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 293, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, -2100000.0 ], [ -8250000.0, -2100000.0 ], [ -8250000.0, -3600000.0 ], [ -9750000.0, -3600000.0 ], [ -9750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 294, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, -3600000.0 ], [ -8250000.0, -3600000.0 ], [ -8250000.0, -5100000.0 ], [ -9750000.0, -5100000.0 ], [ -9750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 295, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, -5100000.0 ], [ -8250000.0, -5100000.0 ], [ -8250000.0, -6600000.0 ], [ -9750000.0, -6600000.0 ], [ -9750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 296, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, -6600000.0 ], [ -8250000.0, -6600000.0 ], [ -8250000.0, -8100000.0 ], [ -9750000.0, -8100000.0 ], [ -9750000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 297, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 15900000.0 ], [ -8250000.0, 15900000.0 ], [ -8250000.0, 14400000.0 ], [ -9750000.0, 14400000.0 ], [ -9750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 298, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 14400000.0 ], [ -8250000.0, 14400000.0 ], [ -8250000.0, 12900000.0 ], [ -9750000.0, 12900000.0 ], [ -9750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 299, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 12900000.0 ], [ -8250000.0, 12900000.0 ], [ -8250000.0, 11400000.0 ], [ -9750000.0, 11400000.0 ], [ -9750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 300, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 11400000.0 ], [ -8250000.0, 11400000.0 ], [ -8250000.0, 9900000.0 ], [ -9750000.0, 9900000.0 ], [ -9750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 301, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 9900000.0 ], [ -8250000.0, 9900000.0 ], [ -8250000.0, 8400000.0 ], [ -9750000.0, 8400000.0 ], [ -9750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 302, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 8400000.0 ], [ -8250000.0, 8400000.0 ], [ -8250000.0, 6900000.0 ], [ -9750000.0, 6900000.0 ], [ -9750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 303, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 6900000.0 ], [ -8250000.0, 6900000.0 ], [ -8250000.0, 5400000.0 ], [ -9750000.0, 5400000.0 ], [ -9750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 304, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 5400000.0 ], [ -8250000.0, 5400000.0 ], [ -8250000.0, 3900000.0 ], [ -9750000.0, 3900000.0 ], [ -9750000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 305, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_7_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -9750000.0, 3900000.0 ], [ -8250000.0, 3900000.0 ], [ -8250000.0, 2400000.0 ], [ -9750000.0, 2400000.0 ], [ -9750000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 306, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 17400000.0 ], [ -6750000.0, 17400000.0 ], [ -6750000.0, 15900000.0 ], [ -8250000.0, 15900000.0 ], [ -8250000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 307, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 2400000.0 ], [ -6750000.0, 2400000.0 ], [ -6750000.0, 900000.0 ], [ -8250000.0, 900000.0 ], [ -8250000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 308, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 900000.0 ], [ -6750000.0, 900000.0 ], [ -6750000.0, -600000.0 ], [ -8250000.0, -600000.0 ], [ -8250000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 309, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, -600000.0 ], [ -6750000.0, -600000.0 ], [ -6750000.0, -2100000.0 ], [ -8250000.0, -2100000.0 ], [ -8250000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 310, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, -2100000.0 ], [ -6750000.0, -2100000.0 ], [ -6750000.0, -3600000.0 ], [ -8250000.0, -3600000.0 ], [ -8250000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 311, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, -3600000.0 ], [ -6750000.0, -3600000.0 ], [ -6750000.0, -5100000.0 ], [ -8250000.0, -5100000.0 ], [ -8250000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 312, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, -5100000.0 ], [ -6750000.0, -5100000.0 ], [ -6750000.0, -6600000.0 ], [ -8250000.0, -6600000.0 ], [ -8250000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 313, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, -6600000.0 ], [ -6750000.0, -6600000.0 ], [ -6750000.0, -8100000.0 ], [ -8250000.0, -8100000.0 ], [ -8250000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 314, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 15900000.0 ], [ -6750000.0, 15900000.0 ], [ -6750000.0, 14400000.0 ], [ -8250000.0, 14400000.0 ], [ -8250000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 315, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 14400000.0 ], [ -6750000.0, 14400000.0 ], [ -6750000.0, 12900000.0 ], [ -8250000.0, 12900000.0 ], [ -8250000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 316, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 12900000.0 ], [ -6750000.0, 12900000.0 ], [ -6750000.0, 11400000.0 ], [ -8250000.0, 11400000.0 ], [ -8250000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 317, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 11400000.0 ], [ -6750000.0, 11400000.0 ], [ -6750000.0, 9900000.0 ], [ -8250000.0, 9900000.0 ], [ -8250000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 318, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 9900000.0 ], [ -6750000.0, 9900000.0 ], [ -6750000.0, 8400000.0 ], [ -8250000.0, 8400000.0 ], [ -8250000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 319, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 8400000.0 ], [ -6750000.0, 8400000.0 ], [ -6750000.0, 6900000.0 ], [ -8250000.0, 6900000.0 ], [ -8250000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 320, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 6900000.0 ], [ -6750000.0, 6900000.0 ], [ -6750000.0, 5400000.0 ], [ -8250000.0, 5400000.0 ], [ -8250000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 321, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 5400000.0 ], [ -6750000.0, 5400000.0 ], [ -6750000.0, 3900000.0 ], [ -8250000.0, 3900000.0 ], [ -8250000.0, 5400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 322, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_8_9" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -8250000.0, 3900000.0 ], [ -6750000.0, 3900000.0 ], [ -6750000.0, 2400000.0 ], [ -8250000.0, 2400000.0 ], [ -8250000.0, 3900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 323, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_0" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 17400000.0 ], [ -5250000.0, 17400000.0 ], [ -5250000.0, 15900000.0 ], [ -6750000.0, 15900000.0 ], [ -6750000.0, 17400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 324, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_10" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 2400000.0 ], [ -5250000.0, 2400000.0 ], [ -5250000.0, 900000.0 ], [ -6750000.0, 900000.0 ], [ -6750000.0, 2400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 325, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_11" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 900000.0 ], [ -5250000.0, 900000.0 ], [ -5250000.0, -600000.0 ], [ -6750000.0, -600000.0 ], [ -6750000.0, 900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 326, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_12" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, -600000.0 ], [ -5250000.0, -600000.0 ], [ -5250000.0, -2100000.0 ], [ -6750000.0, -2100000.0 ], [ -6750000.0, -600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 327, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_13" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, -2100000.0 ], [ -5250000.0, -2100000.0 ], [ -5250000.0, -3600000.0 ], [ -6750000.0, -3600000.0 ], [ -6750000.0, -2100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 328, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_14" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, -3600000.0 ], [ -5250000.0, -3600000.0 ], [ -5250000.0, -5100000.0 ], [ -6750000.0, -5100000.0 ], [ -6750000.0, -3600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 329, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_15" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, -5100000.0 ], [ -5250000.0, -5100000.0 ], [ -5250000.0, -6600000.0 ], [ -6750000.0, -6600000.0 ], [ -6750000.0, -5100000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 330, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_16" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, -6600000.0 ], [ -5250000.0, -6600000.0 ], [ -5250000.0, -8100000.0 ], [ -6750000.0, -8100000.0 ], [ -6750000.0, -6600000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 331, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 15900000.0 ], [ -5250000.0, 15900000.0 ], [ -5250000.0, 14400000.0 ], [ -6750000.0, 14400000.0 ], [ -6750000.0, 15900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 332, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 14400000.0 ], [ -5250000.0, 14400000.0 ], [ -5250000.0, 12900000.0 ], [ -6750000.0, 12900000.0 ], [ -6750000.0, 14400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 333, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_3" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 12900000.0 ], [ -5250000.0, 12900000.0 ], [ -5250000.0, 11400000.0 ], [ -6750000.0, 11400000.0 ], [ -6750000.0, 12900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 334, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_4" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 11400000.0 ], [ -5250000.0, 11400000.0 ], [ -5250000.0, 9900000.0 ], [ -6750000.0, 9900000.0 ], [ -6750000.0, 11400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 335, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_5" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 9900000.0 ], [ -5250000.0, 9900000.0 ], [ -5250000.0, 8400000.0 ], [ -6750000.0, 8400000.0 ], [ -6750000.0, 9900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 336, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_6" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 8400000.0 ], [ -5250000.0, 8400000.0 ], [ -5250000.0, 6900000.0 ], [ -6750000.0, 6900000.0 ], [ -6750000.0, 8400000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 337, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_7" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 6900000.0 ], [ -5250000.0, 6900000.0 ], [ -5250000.0, 5400000.0 ], [ -6750000.0, 5400000.0 ], [ -6750000.0, 6900000.0 ] ] ] ] } },'
'{ "type": "Feature", "properties": { "fid": 338, "tilename": "GHS_BUILT_LDSMT_GLOBE_R2018A_3857_30_V2_0_9_8" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6750000.0, 5400000.0 ], [ -5250000.0, 5400000.0 ], [ -5250000.0, 3900000.0 ], [ -6750000.0, 3900000.0 ], [ -6750000.0, 5400000.0 ] ] ] ] } }'
']'
'}')