-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
587 lines (536 loc) · 338 KB
/
index.html
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html>
<head>
<title>HCM Pop Density</title>
<!--This is a comment. To make use of Leaflet we need to reference its CSS and JavaScript files in the HTML file.-->
<meta charset="utf-8" />
<!-- Leaflet -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" type="text/javascript"></script>
<style>
/* <!--This is a comment. Leaflet requires a <div> element to contain the map and that that <div> element have a set height.--> */
body {margin:0; padding0;}
#map {position:absolute; top:0; bottom:0; width:100%;}
/* or another way is
#map{
height: 100vh;
width: 100%;
}
*/
/* Add a homebutton */
{ height: 340px; }
.leaflet-bar a { background-color: #fff; border-bottom: 1px solid #ccc; color: #444; display: block; height: 26px; width: 26px; line-height: 1.45 !important; text-align: center; text-decoration: none; font: bold 18px 'Lucida Console', Monaco, monospace; }
/*<!--This is a comment. Leaflet requires a <div> element to contain the map and that that <div> element have a set height.-->*/
</style>
<style>
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
</style>
</head>
<body>
<!--This is a comment. Leaflet requires a <div> element to contain the map and that that <div> element have a set height.-->
<div id="map"></div>
</script>
<script>
/* <!--This is a comment. The first script we will write pulls in some map tiles and configures a few basic map settings.--> */
var map = L.map('map',{
center: [10.78218,106.69748],
scrollWheelZoom: true,
zoom: 11
});
/* <!--This is a comment. Find more basemaps: https://leaflet-extras.github.io/leaflet-providers/preview/ */
L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a> contributors'
}).addTo(map);
/* ADDING POINT AND CIRCLE TO MAP
var singleMarker = L.marker([10.78218,106.69748]);
singleMarker.addTo(map);
var popup = singleMarker.bindPopup('This is a popup')
popup.addTo(map);
var circle = L.circle([10.78218,106.69748], {
color: 'red',
fillColor: '#f03',
fillOpacity: 0.5,
radius: 500
}).addTo(map);*/
/* var CartoDB_DarkMatter = L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', {
attribution: '© OpenStreetMap contributors © CARTO',
subdomains: 'abcd',
maxZoom: 19
});
CartoDB_DarkMatter.addTo(map);
// Google Map Layer
googleStreets = L.tileLayer('http://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',{
maxZoom: 20,
subdomains:['mt0','mt1','mt2','mt3']
});
googleStreets.addTo(map);
// Satelite Layer
googleSat = L.tileLayer('http://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}',{
maxZoom: 20,
subdomains:['mt0','mt1','mt2','mt3']
});
googleSat.addTo(map);
var Stamen_Watercolor = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.{ext}', {
attribution: 'Map tiles by Stamen Design, CC BY 3.0 — Map data © OpenStreetMap contributors',
subdomains: 'abcd',
minZoom: 1,
maxZoom: 16,
ext: 'jpg'
});
Stamen_Watercolor.addTo(map); */
var hcm = {"type":"FeatureCollection", "features": [
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62373352100019,10.692982673000131],[106.62071228000008,10.699774741999988],[106.61856079200004,10.699030876999984],[106.61812591600011,10.697731970999996],[106.61489105200013,10.697760582000171],[106.60959625200013,10.695403099000032],[106.60481262200011,10.69569683100002],[106.60146331800007,10.695123673000012],[106.5989227290001,10.698650361000148],[106.59780883700012,10.701824188000103],[106.59732818700013,10.701690674000076],[106.59691619800009,10.697180748000164],[106.59346771300011,10.686504365000076],[106.59213256800007,10.684330940000109],[106.59712982200017,10.682795526000064],[106.59896087600015,10.682963371000028],[106.60022735500002,10.682072640000115],[106.59939575100015,10.681539535000127],[106.60009765700016,10.681132318000095],[106.6034851080002,10.68041992200017],[106.60102844300008,10.678738593000048],[106.60009765700016,10.675627708000093],[106.60139465300017,10.674145698000075],[106.60514831600017,10.672390937999978],[106.60656738200015,10.67404556300005],[106.61026001000016,10.67600631800019],[106.61145019600002,10.678668975000107],[106.614913941,10.67748165200004],[106.62200164800015,10.692165375000059],[106.62373352100019,10.692982673000131]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"An Phú Tây","Phường_":"An Phú Tây","Mật_đ":3796,"Dân_số":22282,"Diện_tí":5.87,"Biên_ch":36,"Tỉ_lệ_":619}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.58055877600009,10.673963547000028],[106.57788086,10.671327591000022],[106.57685852000014,10.673377037000137],[106.57457733100011,10.67203426400016],[106.57406616200001,10.673091888999977],[106.57025909400016,10.672802925000099],[106.56950378300013,10.679677010000148],[106.5664520270002,10.67823124000006],[106.56240844800004,10.677544595000029],[106.56229400500007,10.674664497000094],[106.56281280500019,10.674091340000189],[106.56130981400008,10.673409461000176],[106.5583419800002,10.675727845000154],[106.55437469400005,10.675965309000048],[106.5535278320001,10.675369263000164],[106.55319213900015,10.671867371000133],[106.55208587700008,10.670639039000093],[106.55358886700009,10.668537140000183],[106.55323791600011,10.666133880000075],[106.55163574300013,10.664264679999974],[106.55049896200018,10.659065246000182],[106.54927063000014,10.659651756000073],[106.54891204800015,10.657441140000117],[106.55593872000014,10.656961441000135],[106.55529022200011,10.652394294000146],[106.55559539900003,10.650903702000107],[106.55744934100017,10.650382997000065],[106.55788421600016,10.648553849000109],[106.55854797400019,10.648627282000064],[106.55920410100003,10.649913788000106],[106.5590362550002,10.65185356100011],[106.56315612800006,10.651436806000163],[106.56323242200017,10.65219783700013],[106.56529998799999,10.652293206000138],[106.56629181000017,10.656438828000148],[106.56904602100008,10.656511307000187],[106.57351684600008,10.654156684000156],[106.57339477500017,10.649812698000062],[106.57514953500004,10.649863243000084],[106.57700347900015,10.648867608000046],[106.57939147900004,10.650334358000066],[106.57955169600007,10.651867867000021],[106.5780258170002,10.651867867000021],[106.57791900700005,10.65326976700004],[106.5797500610002,10.656102180000175],[106.58332061800013,10.655403137000121],[106.58317565900012,10.661927223000134],[106.58238220200013,10.662426949000064],[106.58295440600006,10.663641931000086],[106.58460235600012,10.664256097000077],[106.58426666200006,10.66843795800014],[106.5825653080002,10.669469834000097],[106.58045959400005,10.669227600000113],[106.57955932700008,10.67008590800009],[106.58198547300009,10.671895027999994],[106.5825653080002,10.671286584000086],[106.584152222,10.671669960000031],[106.58055877600009,10.673963547000028]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Bình Chánh","Phường_":"Bình Chánh","Mật_đ":3469,"Dân_số":28308,"Diện_tí":8.16,"Biên_ch":36,"Tỉ_lệ_":786}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6733322140002,10.692356109000173],[106.67459869300006,10.702202797999973],[106.67330169700006,10.70408916600013],[106.67444610600018,10.7051057810001],[106.67665862900014,10.709708214000159],[106.67819976900012,10.709828377000065],[106.67872619600007,10.711665154000059],[106.681228638,10.714529991000063],[106.68395996100014,10.713407518000167],[106.68576049799998,10.711659431000044],[106.68886566100014,10.712101937000057],[106.68849182100013,10.71605205700007],[106.689620972,10.71881580400003],[106.68886566100014,10.72119903600003],[106.6901321410001,10.725257873000032],[106.69062042300004,10.73081398100004],[106.69355011100015,10.733144760000073],[106.69497680700005,10.73613834300005],[106.69197082400012,10.741564750000066],[106.68769836400008,10.740268707000041],[106.68606567500012,10.739944459000185],[106.68282318100006,10.739459991000047],[106.68184662000016,10.734516143999997],[106.67601013100017,10.735355377000076],[106.67362213199999,10.737387657],[106.6717147830002,10.73624992300006],[106.66616058300019,10.732114792000118],[106.66575622600004,10.73421001500003],[106.65610504100005,10.73220634400002],[106.64945984000008,10.73034381900004],[106.65010070700009,10.728730201000133],[106.64949798600009,10.72263049999998],[106.65042877200017,10.72202110400002],[106.65050506600005,10.720718383000133],[106.64906311100003,10.718531608000148],[106.64901733400006,10.716724396000188],[106.64650726400004,10.715172768000059],[106.64665985100015,10.714146615000118],[106.64926147500012,10.711409569000182],[106.65412902800006,10.711084365999966],[106.65502929600012,10.713179589000049],[106.65590667700019,10.712775231000023],[106.65612793000008,10.71352100300004],[106.66017150900007,10.711252212000034],[106.66389465400005,10.7108078010001],[106.66519928000014,10.708712578000018],[106.66349792500017,10.706903458000113],[106.66421508800005,10.700851440000122],[106.6636734010001,10.698154450000061],[106.66831207300004,10.696713448000025],[106.6733322140002,10.692356109000173]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Bình Hưng","Phường_":"Bình Hưng","Mật_đ":7737,"Dân_số":106156,"Diện_tí":13.72,"Biên_ch":36,"Tỉ_lệ_":2949}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.51406097500018,10.789743425000154],[106.50574493500011,10.793745994999995],[106.50457000800014,10.788954735000061],[106.48714447100014,10.774307251000153],[106.47219848600008,10.763063432000024],[106.46369171200001,10.756516458000078],[106.47227478000019,10.745457650000105],[106.47351074200014,10.746401787000138],[106.47451019200008,10.745443343999966],[106.48212432900004,10.735456466000187],[106.49157714900008,10.724333763000118],[106.4957809460002,10.7276287090001],[106.49967956600017,10.724991798000133],[106.50167846700009,10.726509094000107],[106.50934600900018,10.717177392000167],[106.51097869800014,10.717970848999983],[106.52021789600008,10.723677636000104],[106.53022766000015,10.717284202000144],[106.52844238400002,10.714969636000092],[106.5361785890002,10.710937500000114],[106.5356674200001,10.720710755000027],[106.48120117300004,10.75220108100018],[106.50889587300003,10.773878099000171],[106.51074981700015,10.777018546000022],[106.51406097500018,10.789743425000154]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Bình Lợi","Phường_":"Bình Lợi","Mật_đ":660,"Dân_số":13133,"Diện_tí":19.9,"Biên_ch":36,"Tỉ_lệ_":365}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64548492400019,10.653997420999985],[106.6461181630001,10.651880265000159],[106.64811706500012,10.650717735000057],[106.65865326000011,10.649548531000164],[106.66281128000008,10.645489693000059],[106.66662597700014,10.640302657000063],[106.66814422499999,10.639122009000062],[106.66960144100011,10.639202118000185],[106.67282104400016,10.64265251200004],[106.67420196400019,10.644495011000174],[106.67906952000004,10.645612716000187],[106.68509674000012,10.650992393000081],[106.68574524000013,10.653278350000107],[106.68532562300015,10.656728744000134],[106.6842956550002,10.661338806000003],[106.68037414600019,10.662919045000137],[106.67892456000015,10.664473535000127],[106.67877197300004,10.668339729000081],[106.67295837300009,10.671054841000057],[106.66942596500019,10.67059040100014],[106.66442108100017,10.678490639000131],[106.65772247400002,10.6795244220001],[106.65488433900015,10.678173065000124],[106.6540908820001,10.682233810000128],[106.651535034,10.681709290000072],[106.64965057400008,10.682723044999989],[106.65057373000008,10.684650421000129],[106.65020752000015,10.686573028000169],[106.65135192800017,10.68674373600004],[106.65124511800019,10.687346459000082],[106.64915466300016,10.686390877000065],[106.6446914660001,10.686630248000085],[106.6384277350001,10.68299675000003],[106.63861083900014,10.681360246000168],[106.63732910100015,10.681620597999995],[106.63364410400015,10.680083276000175],[106.63613891600016,10.676969528000143],[106.63753509600002,10.669939041000077],[106.63948059200004,10.667387962000134],[106.63815307700008,10.663860321000186],[106.63861083900014,10.661194801000079],[106.63963317900016,10.659602166000013],[106.6428451550002,10.658294678000004],[106.64553070100015,10.656217575000028],[106.64548492400019,10.653997420999985]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Đa Phước","Phường_":"Đa Phước","Mật_đ":1677,"Dân_số":28349,"Diện_tí":16.9,"Biên_ch":36,"Tỉ_lệ_":787}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.614913941,10.67748165200004],[106.60541534300012,10.658771515000126],[106.60594177300015,10.658024788000091],[106.61083984500004,10.656898500000125],[106.61419677700019,10.653846742000042],[106.61557006900011,10.654110909000167],[106.61567687900009,10.653351784000165],[106.61675262500006,10.653312684000127],[106.61684417700019,10.652178764000098],[106.61778259300002,10.651671410000006],[106.617340087,10.65017700200002],[106.61902618400018,10.64960384300008],[106.61896514800009,10.649017333000074],[106.62479400600012,10.647425650999992],[106.623947144,10.646351815000173],[106.62434387300004,10.644489288000159],[106.62186431900005,10.644108773000028],[106.62120056100002,10.64095306500002],[106.62415313700012,10.639417648000062],[106.62583160500009,10.639723778000189],[106.6272201550002,10.642402648000143],[106.62949371400009,10.64203834600005],[106.62994384800004,10.640429498000117],[106.63182067800011,10.641407014000038],[106.63281250000006,10.64061164900005],[106.63730621299999,10.643199921000132],[106.63829803400012,10.644399644000032],[106.63557434100005,10.645246506000092],[106.63751983500009,10.649188995999964],[106.6397857660001,10.648029327000017],[106.6402740470001,10.652229309000063],[106.6412124630001,10.653507233000141],[106.64548492400019,10.653997420999985],[106.64553070100015,10.656217575000028],[106.6428451550002,10.658294678000004],[106.63963317900016,10.659602166000013],[106.63861083900014,10.661194801000079],[106.63815307700008,10.663860321000186],[106.63948059200004,10.667387962000134],[106.63753509600002,10.669939041000077],[106.63613891600016,10.676969528000143],[106.63364410400015,10.680083276000175],[106.63020324700011,10.682052613000167],[106.62889862100019,10.68357563000012],[106.62850952100013,10.689610482000091],[106.62403869600013,10.692471504000025],[106.62373352100019,10.692982673000131],[106.62200164800015,10.692165375000059],[106.614913941,10.67748165200004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Hưng Long","Phường_":"Hưng Long","Mật_đ":2087,"Dân_số":27073,"Diện_tí":12.97,"Biên_ch":36,"Tỉ_lệ_":752}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.5356674200001,10.720710755000027],[106.53485870400016,10.735864640000045],[106.53868103100012,10.744662285000118],[106.55754089300007,10.734809876000156],[106.55877685500019,10.734482764999996],[106.55883789100011,10.736474991000023],[106.55830383300014,10.739473344000032],[106.55934143200011,10.742253303999973],[106.5588989260001,10.744581223000125],[106.55942535300005,10.748983383000052],[106.56799316500019,10.754944802000068],[106.57340240500008,10.760396957000125],[106.56776428200016,10.76292705600008],[106.51406097500018,10.789743425000154],[106.51074981700015,10.777018546000022],[106.50889587300003,10.773878099000171],[106.48120117300004,10.75220108100018],[106.5356674200001,10.720710755000027]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Lê Minh Xuân","Phường_":"Lê Minh Xuân","Mật_đ":1156,"Dân_số":41507,"Diện_tí":35.9,"Biên_ch":36,"Tỉ_lệ_":1153}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.51406097500018,10.789743425000154],[106.56776428200016,10.76292705600008],[106.56800842300004,10.764332772000046],[106.5523605350001,10.77148723700003],[106.55481720000006,10.786515236000128],[106.5427703850001,10.78831005000012],[106.53946685800003,10.792066574000046],[106.53999328499998,10.79683208500012],[106.53884124800015,10.797151567000071],[106.5403671270002,10.802355766000176],[106.54179382200005,10.806572914000014],[106.53595733600008,10.807949066000049],[106.54270172200017,10.833235740000077],[106.54236602900005,10.83389949900004],[106.54463958800011,10.843183517000057],[106.52880859400017,10.847504616000094],[106.53499603300008,10.87186908800004],[106.52589416500012,10.87363147800005],[106.52580261300005,10.873647689000052],[106.52006530900013,10.852251054000078],[106.50574493500011,10.793745994999995],[106.51406097500018,10.789743425000154]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Phạm Văn Hai","Phường_":"Phạm Văn Hai","Mật_đ":1290,"Dân_số":35436,"Diện_tí":27.46,"Biên_ch":36,"Tỉ_lệ_":984}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65010070700009,10.728730201000133],[106.64553833100007,10.729085922000138],[106.64344024700006,10.727681158999985],[106.64221191500019,10.727717401000177],[106.62548828100006,10.694498062000036],[106.62611389100016,10.69368362400013],[106.62403869600013,10.692471504000025],[106.62850952100013,10.689610482000091],[106.62889862100019,10.68357563000012],[106.63020324700011,10.682052613000167],[106.63364410400015,10.680083276000175],[106.63732910100015,10.681620597999995],[106.63861083900014,10.681360246000168],[106.6384277350001,10.68299675000003],[106.6446914660001,10.686630248000085],[106.64915466300016,10.686390877000065],[106.65124511800019,10.687346459000082],[106.65135192800017,10.68674373600004],[106.65020752000015,10.686573028000169],[106.65057373000008,10.684650421000129],[106.64965057400008,10.682723044999989],[106.651535034,10.681709290000072],[106.6540908820001,10.682233810000128],[106.65488433900015,10.678173065000124],[106.65772247400002,10.6795244220001],[106.66442108100017,10.678490639000131],[106.66942596500019,10.67059040100014],[106.67295837300009,10.671054841000057],[106.67877197300004,10.668339729000081],[106.67896270700004,10.672113418000151],[106.68117523100011,10.67573833500012],[106.68148803800017,10.67757415900013],[106.67955780000017,10.682463646000144],[106.67620086800002,10.685407638000186],[106.67570495700011,10.689283372000034],[106.6733322140002,10.692356109000173],[106.66831207300004,10.696713448000025],[106.6636734010001,10.698154450000061],[106.66421508800005,10.700851440000122],[106.66349792500017,10.706903458000113],[106.66519928000014,10.708712578000018],[106.66389465400005,10.7108078010001],[106.66017150900007,10.711252212000034],[106.65612793000008,10.71352100300004],[106.65590667700019,10.712775231000023],[106.65502929600012,10.713179589000049],[106.65412902800006,10.711084365999966],[106.64926147500012,10.711409569000182],[106.64665985100015,10.714146615000118],[106.64650726400004,10.715172768000059],[106.64901733400006,10.716724396000188],[106.64906311100003,10.718531608000148],[106.65050506600005,10.720718383000133],[106.65042877200017,10.72202110400002],[106.64949798600009,10.72263049999998],[106.65010070700009,10.728730201000133]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Phong Phú","Phường_":"Phong Phú","Mật_đ":2156,"Dân_số":40274,"Diện_tí":18.68,"Biên_ch":36,"Tỉ_lệ_":1119}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64548492400019,10.653997420999985],[106.6412124630001,10.653507233000141],[106.6402740470001,10.652229309000063],[106.6397857660001,10.648029327000017],[106.63751983500009,10.649188995999964],[106.63557434100005,10.645246506000092],[106.63829803400012,10.644399644000032],[106.63730621299999,10.643199921000132],[106.63281250000006,10.64061164900005],[106.63182067800011,10.641407014000038],[106.62994384800004,10.640429498000117],[106.62963104300019,10.639444352000169],[106.63058471800014,10.639051437999967],[106.63117981000016,10.636803628000166],[106.62950897200011,10.63633728100001],[106.62937164300007,10.635316849000162],[106.62963867100012,10.631642341000088],[106.63085937500006,10.6301946640001],[106.62966156000016,10.628935814000045],[106.63020324700011,10.626694680000071],[106.63214874300013,10.62821579100006],[106.63484192000016,10.625433923000116],[106.63885498000019,10.627498627000023],[106.64099120999998,10.626665116000083],[106.64380645700015,10.629582405000178],[106.64620971700003,10.634218217000011],[106.64865875200007,10.632754326000168],[106.65295410100009,10.63246822299999],[106.65352630500001,10.633333206000088],[106.65295410100009,10.637989043999994],[106.654014588,10.639569283000128],[106.65627288900009,10.63836288400006],[106.65694427500006,10.643550872000105],[106.66077423000013,10.641977311000062],[106.66016387900015,10.639814377000164],[106.66247558700013,10.639375686000164],[106.6633758540001,10.640136719000168],[106.6649475100001,10.638867378000043],[106.66564941299998,10.639643669000066],[106.666091919,10.638472557000114],[106.66662597700014,10.640302657000063],[106.66281128000008,10.645489693000059],[106.65865326000011,10.649548531000164],[106.64811706500012,10.650717735000057],[106.6461181630001,10.651880265000159],[106.64548492400019,10.653997420999985]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Quy Đức","Phường_":"Quy Đức","Mật_đ":2243,"Dân_số":14533,"Diện_tí":6.48,"Biên_ch":36,"Tỉ_lệ_":404}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.59780883700012,10.701824188000103],[106.6044082640002,10.704312324000114],[106.60379028200003,10.710849762999999],[106.60311126800019,10.71156215600007],[106.60356903200005,10.71326255800011],[106.60280609100005,10.714962006000178],[106.60394287200006,10.71733665500011],[106.60009765700016,10.717938422999964],[106.60089874200008,10.722314835000077],[106.590332031,10.726927756999999],[106.58194732600003,10.729436874000044],[106.58168029800015,10.733256340000082],[106.57725524900019,10.730553626000074],[106.5743331920001,10.727632522000135],[106.57407379200015,10.732726098000057],[106.5677261350001,10.734351159000141],[106.56543731700009,10.729555130000051],[106.56578063900008,10.727814675000047],[106.56782531700014,10.725758552000173],[106.5672378540001,10.725153923000164],[106.56838226300005,10.724144936000073],[106.56736755300011,10.718772889000093],[106.56821441699998,10.714841843000102],[106.56854248000008,10.714316368000084],[106.57044220000006,10.715441703000181],[106.57086181700004,10.714919091000127],[106.57266998400013,10.709282875000042],[106.57641601500006,10.701577186000122],[106.57647705000005,10.700003625000022],[106.57976531900005,10.695749283000112],[106.57986450100009,10.694439889000137],[106.58421325699999,10.695450784000172],[106.59732818700013,10.701690674000076],[106.59780883700012,10.701824188000103]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Tân Kiên","Phường_":"Tân Kiên","Mật_đ":5000,"Dân_số":57450,"Diện_tí":11.49,"Biên_ch":36,"Tỉ_lệ_":1596}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.52844238400002,10.714969636000092],[106.52724456800007,10.709258081000144],[106.52891540600012,10.702502252000102],[106.53404998700012,10.687893867000128],[106.53559112599999,10.685657502000083],[106.54742431600016,10.686983109000039],[106.56556701600005,10.689586639000026],[106.57057190000012,10.691779137000026],[106.57986450100009,10.694439889000137],[106.57976531900005,10.695749283000112],[106.57647705000005,10.700003625000022],[106.57641601500006,10.701577186000122],[106.57266998400013,10.709282875000042],[106.57086181700004,10.714919091000127],[106.57044220000006,10.715441703000181],[106.56854248000008,10.714316368000084],[106.56821441699998,10.714841843000102],[106.56736755300011,10.718772889000093],[106.56838226300005,10.724144936000073],[106.5672378540001,10.725153923000164],[106.56782531700014,10.725758552000173],[106.56578063900008,10.727814675000047],[106.56543731700009,10.729555130000051],[106.5677261350001,10.734351159000141],[106.55883789100011,10.736474991000023],[106.55877685500019,10.734482764999996],[106.55754089300007,10.734809876000156],[106.53868103100012,10.744662285000118],[106.53485870400016,10.735864640000045],[106.5356674200001,10.720710755000027],[106.5361785890002,10.710937500000114],[106.52844238400002,10.714969636000092]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Tân Nhựt","Phường_":"Tân Nhựt","Mật_đ":1355,"Dân_số":31772,"Diện_tí":23.44,"Biên_ch":36,"Tỉ_lệ_":883}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.59213256800007,10.684330940000109],[106.58055877600009,10.673963547000028],[106.584152222,10.671669960000031],[106.5825653080002,10.671286584000086],[106.58198547300009,10.671895027999994],[106.57955932700008,10.67008590800009],[106.58045959400005,10.669227600000113],[106.5825653080002,10.669469834000097],[106.58426666200006,10.66843795800014],[106.58460235600012,10.664256097000077],[106.58295440600006,10.663641931000086],[106.58238220200013,10.662426949000064],[106.58317565900012,10.661927223000134],[106.58332061800013,10.655403137000121],[106.58413696399998,10.653681754000104],[106.58744812100014,10.65281009600011],[106.59045410200008,10.653070450000143],[106.59177398700012,10.650076865000187],[106.59515380800008,10.650992393000081],[106.59564971800012,10.65109634300012],[106.59535217200016,10.65378379900011],[106.59963989300013,10.652587890000177],[106.60064697200005,10.650732041000026],[106.60151672300015,10.651050568000187],[106.60541534300012,10.658771515000126],[106.614913941,10.67748165200004],[106.61145019600002,10.678668975000107],[106.61026001000016,10.67600631800019],[106.60656738200015,10.67404556300005],[106.60514831600017,10.672390937999978],[106.60139465300017,10.674145698000075],[106.60009765700016,10.675627708000093],[106.60102844300008,10.678738593000048],[106.6034851080002,10.68041992200017],[106.60009765700016,10.681132318000095],[106.59939575100015,10.681539535000127],[106.60022735500002,10.682072640000115],[106.59896087600015,10.682963371000028],[106.59712982200017,10.682795526000064],[106.59213256800007,10.684330940000109]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Tân Quý Tây","Phường_":"Tân Quý Tây","Mật_đ":3043,"Dân_số":25439,"Diện_tí":8.36,"Biên_ch":36,"Tỉ_lệ_":707}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.59732818700013,10.701690674000076],[106.58421325699999,10.695450784000172],[106.57986450100009,10.694439889000137],[106.57057190000012,10.691779137000026],[106.56556701600005,10.689586639000026],[106.54742431600016,10.686983109000039],[106.5476303100001,10.68676471700013],[106.55052185099998,10.685439110000118],[106.55157470799998,10.679435731000183],[106.5535278320001,10.675369263000164],[106.55437469400005,10.675965309000048],[106.5583419800002,10.675727845000154],[106.56130981400008,10.673409461000176],[106.56281280500019,10.674091340000189],[106.56229400500007,10.674664497000094],[106.56240844800004,10.677544595000029],[106.5664520270002,10.67823124000006],[106.56950378300013,10.679677010000148],[106.57025909400016,10.672802925000099],[106.57406616200001,10.673091888999977],[106.57457733100011,10.67203426400016],[106.57685852000014,10.673377037000137],[106.57788086,10.671327591000022],[106.58055877600009,10.673963547000028],[106.59213256800007,10.684330940000109],[106.59346771300011,10.686504365000076],[106.59691619800009,10.697180748000164],[106.59732818700013,10.701690674000076]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Tân Túc","Phường_":"Tân Túc","Mật_đ":2815,"Dân_số":24072,"Diện_tí":8.55,"Biên_ch":36,"Tỉ_lệ_":669}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.5403671270002,10.802355766000176],[106.55119323700012,10.803800583000054],[106.5565490730001,10.803136825000024],[106.55900573600002,10.803808212000092],[106.55981445400016,10.803742408000119],[106.55978393500004,10.80281734500005],[106.56188201900011,10.80289840600011],[106.56309509300007,10.80203437800003],[106.56541442900016,10.80481529299999],[106.58195495600012,10.815656662000038],[106.59029388500005,10.823304177000182],[106.59374999900001,10.827848435000078],[106.59516906800013,10.829792024000085],[106.5930786130001,10.829384805000018],[106.59095001300017,10.831834792000166],[106.58781433100006,10.832812310000008],[106.58200073300009,10.832774163000181],[106.5790863040001,10.835502624000071],[106.57656860400016,10.838379858999986],[106.575759888,10.842615127000101],[106.56924438600004,10.842817307000132],[106.56458282500006,10.840765953000073],[106.56324005200008,10.841381072000047],[106.56239318799999,10.844723700999964],[106.55594635000006,10.843028069000184],[106.54503631600011,10.844790458999967],[106.54463958800011,10.843183517000057],[106.54236602900005,10.83389949900004],[106.54270172200017,10.833235740000077],[106.53595733600008,10.807949066000049],[106.54179382200005,10.806572914000014],[106.5403671270002,10.802355766000176]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Vĩnh Lộc A","Phường_":"Vĩnh Lộc A","Mật_đ":8367,"Dân_số":164488,"Diện_tí":19.66,"Biên_ch":36,"Tỉ_lệ_":4569}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.56800842300004,10.764332772000046],[106.56759643600014,10.764939308000123],[106.56961059600013,10.768594742000062],[106.57383728100018,10.768250465000108],[106.57582092400008,10.76924419400018],[106.5768890390001,10.771208763999994],[106.58115386899999,10.775156974000026],[106.58522796700015,10.774991989000114],[106.58816528300014,10.77795887000002],[106.5888366690001,10.779147148000106],[106.58808898900008,10.781717301000072],[106.58902740500008,10.787350655000068],[106.58668518100006,10.78816700100009],[106.58687591500006,10.789258004000033],[106.58563995400004,10.789465904000167],[106.58561706600005,10.79061412800013],[106.58446502700008,10.790753365000057],[106.58473968500005,10.794721603000085],[106.58542633100001,10.794583321000005],[106.58548736500012,10.795727730000124],[106.5844802850001,10.795802116000061],[106.58473968500005,10.797231674000045],[106.58289337100007,10.797322273000134],[106.58351898200004,10.806367874000102],[106.58456420900012,10.806757927000149],[106.58602905200007,10.813118935000148],[106.5849304210002,10.81401062000009],[106.5837631230001,10.81379699700011],[106.58337402300003,10.815313340000046],[106.58195495600012,10.815656662000038],[106.56541442900016,10.80481529299999],[106.56309509300007,10.80203437800003],[106.56188201900011,10.80289840600011],[106.55978393500004,10.80281734500005],[106.55981445400016,10.803742408000119],[106.55900573600002,10.803808212000092],[106.5565490730001,10.803136825000024],[106.55119323700012,10.803800583000054],[106.5403671270002,10.802355766000176],[106.53884124800015,10.797151567000071],[106.53999328499998,10.79683208500012],[106.53946685800003,10.792066574000046],[106.5427703850001,10.78831005000012],[106.55481720000006,10.786515236000128],[106.5523605350001,10.77148723700003],[106.56800842300004,10.764332772000046]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Chánh","NAME_3":"Vĩnh Lộc B","Phường_":"Vĩnh Lộc B","Mật_đ":8040,"Dân_số":140226,"Diện_tí":17.44,"Biên_ch":36,"Tỉ_lệ_":3895}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.60379028200003,10.710849762999999],[106.61603546100008,10.714255333000096],[106.6155624390002,10.71499920000008],[106.61906433100006,10.716245651000065],[106.62112426700014,10.734058379999965],[106.62251281700009,10.743352891000143],[106.62306213300008,10.74506092100006],[106.61562347400019,10.738843917000054],[106.61347198600015,10.735413552000011],[106.612289428,10.736292840000146],[106.60469818200005,10.727920533000088],[106.60345458900008,10.727209092000123],[106.60186004700012,10.728277207000133],[106.60089874200008,10.722314835000077],[106.60009765700016,10.717938422999964],[106.60394287200006,10.71733665500011],[106.60280609100005,10.714962006000178],[106.60356903200005,10.71326255800011],[106.60311126800019,10.71156215600007],[106.60379028200003,10.710849762999999]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"An Lạc","Phường_":"An Lạc","Mật_đ":17834,"Dân_số":86316,"Diện_tí":4.84,"Biên_ch":36,"Tỉ_lệ_":2398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62306213300008,10.74506092100006],[106.62379455500007,10.745667457000138],[106.62450409000007,10.755973815000061],[106.61925506700004,10.757302285000037],[106.61979675200018,10.755981445000145],[106.61891174300001,10.75160789500012],[106.61947631700019,10.751584054000034],[106.61933136000005,10.750689507000175],[106.62065887500017,10.750607491000153],[106.6203308100001,10.747879028000057],[106.61985015900007,10.747041702000047],[106.61595916700014,10.747252464000098],[106.61592102100019,10.743291856000155],[106.61520385700004,10.743228913000166],[106.61400604300002,10.74108886700003],[106.61363983100011,10.73921299000017],[106.61288452100013,10.739395141000045],[106.61247253400006,10.738183021000111],[106.61318206700008,10.73764419600019],[106.612289428,10.736292840000146],[106.61347198600015,10.735413552000011],[106.61562347400019,10.738843917000054],[106.62306213300008,10.74506092100006]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"An Lạc A","Phường_":"An Lạc A","Mật_đ":28387,"Dân_số":32929,"Diện_tí":1.16,"Biên_ch":36,"Tỉ_lệ_":915}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61368560800008,10.79672908700013],[106.60842895500008,10.805858612000065],[106.60676574700011,10.806114197],[106.60774230999999,10.813019753000106],[106.61090087800005,10.816213608000112],[106.61617279000018,10.819410325000035],[106.61439514200015,10.821216584000183],[106.60742950500014,10.823338509000166],[106.60332489000007,10.826301575000002],[106.59555816600016,10.789899827000113],[106.59851837200011,10.78761100800017],[106.61368560800008,10.79672908700013]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Hưng Hòa","Phường_":"Bình Hưng Hòa","Mật_đ":21277,"Dân_số":95534,"Diện_tí":4.49,"Biên_ch":36,"Tỉ_lệ_":2654}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.59555816600016,10.789899827000113],[106.59314727800017,10.778484345000095],[106.60089111400015,10.776394844000095],[106.60905456600005,10.776260375999982],[106.61317443900015,10.776079177000042],[106.62157440300007,10.773786545000064],[106.62123870800008,10.77728176100004],[106.61878967300004,10.784527778000154],[106.617408753,10.788085937000119],[106.61368560800008,10.79672908700013],[106.59851837200011,10.78761100800017],[106.59555816600016,10.789899827000113]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Hưng Hoà A","Phường_":"Bình Hưng Hoà A","Mật_đ":27074,"Dân_số":125894,"Diện_tí":4.65,"Biên_ch":36,"Tỉ_lệ_":3497}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.58195495600012,10.815656662000038],[106.58337402300003,10.815313340000046],[106.5837631230001,10.81379699700011],[106.5849304210002,10.81401062000009],[106.58602905200007,10.813118935000148],[106.58456420900012,10.806757927000149],[106.58351898200004,10.806367874000102],[106.58289337100007,10.797322273000134],[106.58473968500005,10.797231674000045],[106.5844802850001,10.795802116000061],[106.58548736500012,10.795727730000124],[106.58542633100001,10.794583321000005],[106.58473968500005,10.794721603000085],[106.58446502700008,10.790753365000057],[106.58561706600005,10.79061412800013],[106.58563995400004,10.789465904000167],[106.58687591500006,10.789258004000033],[106.58668518100006,10.78816700100009],[106.58902740500008,10.787350655000068],[106.58808898900008,10.781717301000072],[106.5888366690001,10.779147148000106],[106.58816528300014,10.77795887000002],[106.5891113290001,10.776400567000167],[106.59234619100005,10.77473640400001],[106.59314727800017,10.778484345000095],[106.59555816600016,10.789899827000113],[106.60332489000007,10.826301575000002],[106.60045623800005,10.826073647000158],[106.59374999900001,10.827848435000078],[106.59029388500005,10.823304177000182],[106.58195495600012,10.815656662000038]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Hưng Hoà B","Phường_":"Bình Hưng Hoà B","Mật_đ":13475,"Dân_số":98773,"Diện_tí":7.33,"Biên_ch":36,"Tỉ_lệ_":2744}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62450409000007,10.755973815000061],[106.62526702900004,10.757501602000104],[106.62490844700005,10.758951187000036],[106.62406921500008,10.762431144999994],[106.62301635800009,10.767416954000169],[106.62157440300007,10.773786545000064],[106.61317443900015,10.776079177000042],[106.60905456600005,10.776260375999982],[106.61004638800006,10.76194381700003],[106.60918426500007,10.75790596000013],[106.61256408600019,10.758254052000154],[106.61925506700004,10.757302285000037],[106.62450409000007,10.755973815000061]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Trị Đông","Phường_":"Bình Trị Đông","Mật_đ":28998,"Dân_số":85834,"Diện_tí":2.96,"Biên_ch":36,"Tỉ_lệ_":2384}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.5768890390001,10.771208763999994],[106.58116149900013,10.769296646999976],[106.58232116600004,10.770495415000028],[106.58300781300011,10.770190239000044],[106.58359527600015,10.767922402000067],[106.59064483600008,10.765165328000023],[106.59629821800013,10.76232910300007],[106.59626770000006,10.761802673000034],[106.59877777000008,10.762862205000147],[106.60332489000007,10.761876107000091],[106.60312652600004,10.758825303000094],[106.6056976320001,10.75827789300007],[106.6058883660001,10.757129669000108],[106.6070327760001,10.75809097399997],[106.60918426500007,10.75790596000013],[106.61004638800006,10.76194381700003],[106.60905456600005,10.776260375999982],[106.60089111400015,10.776394844000095],[106.59314727800017,10.778484345000095],[106.59234619100005,10.77473640400001],[106.5891113290001,10.776400567000167],[106.58816528300014,10.77795887000002],[106.58522796700015,10.774991989000114],[106.58115386899999,10.775156974000026],[106.5768890390001,10.771208763999994]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Trị Đông A","Phường_":"Bình Trị Đông A","Mật_đ":16383,"Dân_số":76347,"Diện_tí":4.66,"Biên_ch":36,"Tỉ_lệ_":2121}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61925506700004,10.757302285000037],[106.61256408600019,10.758254052000154],[106.60918426500007,10.75790596000013],[106.6070327760001,10.75809097399997],[106.6058883660001,10.757129669000108],[106.60499572800012,10.755809785000167],[106.60563659600007,10.75562858600017],[106.60562133800005,10.752034188000152],[106.60415649400016,10.751251221000132],[106.60420227100013,10.745337487000029],[106.59766388000014,10.7434425350001],[106.60258483800015,10.735355377000076],[106.60186004700012,10.728277207000133],[106.60345458900008,10.727209092000123],[106.60469818200005,10.727920533000088],[106.612289428,10.736292840000146],[106.61318206700008,10.73764419600019],[106.61247253400006,10.738183021000111],[106.61288452100013,10.739395141000045],[106.61363983100011,10.73921299000017],[106.61400604300002,10.74108886700003],[106.61520385700004,10.743228913000166],[106.61592102100019,10.743291856000155],[106.61595916700014,10.747252464000098],[106.61985015900007,10.747041702000047],[106.6203308100001,10.747879028000057],[106.62065887500017,10.750607491000153],[106.61933136000005,10.750689507000175],[106.61947631700019,10.751584054000034],[106.61891174300001,10.75160789500012],[106.61979675200018,10.755981445000145],[106.61925506700004,10.757302285000037]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Bình Trị Đông B","Phường_":"Bình Trị Đông B","Mật_đ":14359,"Dân_số":63180,"Diện_tí":4.4,"Biên_ch":36,"Tỉ_lệ_":1755}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.57340240500008,10.760396957000125],[106.58650970500014,10.756831170000055],[106.59192657400007,10.756382942000073],[106.59320831400004,10.750643730000036],[106.59766388000014,10.7434425350001],[106.60420227100013,10.745337487000029],[106.60415649400016,10.751251221000132],[106.60562133800005,10.752034188000152],[106.60563659600007,10.75562858600017],[106.60499572800012,10.755809785000167],[106.6058883660001,10.757129669000108],[106.6056976320001,10.75827789300007],[106.60312652600004,10.758825303000094],[106.60332489000007,10.761876107000091],[106.59877777000008,10.762862205000147],[106.59626770000006,10.761802673000034],[106.59629821800013,10.76232910300007],[106.59064483600008,10.765165328000023],[106.58359527600015,10.767922402000067],[106.58300781300011,10.770190239000044],[106.58232116600004,10.770495415000028],[106.58116149900013,10.769296646999976],[106.5768890390001,10.771208763999994],[106.57582092400008,10.76924419400018],[106.57383728100018,10.768250465000108],[106.56961059600013,10.768594742000062],[106.56759643600014,10.764939308000123],[106.56800842300004,10.764332772000046],[106.56776428200016,10.76292705600008],[106.57340240500008,10.760396957000125]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Tân Tạo","Phường_":"Tân Tạo","Mật_đ":13633,"Dân_số":76343,"Diện_tí":5.6,"Biên_ch":36,"Tỉ_lệ_":2121}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.55883789100011,10.736474991000023],[106.5677261350001,10.734351159000141],[106.57407379200015,10.732726098000057],[106.5743331920001,10.727632522000135],[106.57725524900019,10.730553626000074],[106.58168029800015,10.733256340000082],[106.58194732600003,10.729436874000044],[106.590332031,10.726927756999999],[106.60089874200008,10.722314835000077],[106.60186004700012,10.728277207000133],[106.60258483800015,10.735355377000076],[106.59766388000014,10.7434425350001],[106.59320831400004,10.750643730000036],[106.59192657400007,10.756382942000073],[106.58650970500014,10.756831170000055],[106.57340240500008,10.760396957000125],[106.56799316500019,10.754944802000068],[106.55942535300005,10.748983383000052],[106.5588989260001,10.744581223000125],[106.55934143200011,10.742253303999973],[106.55830383300014,10.739473344000032],[106.55883789100011,10.736474991000023]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Tân","NAME_3":"Tân Tạo A","Phường_":"Tân Tạo A","Mật_đ":6282,"Dân_số":77515,"Diện_tí":12.34,"Biên_ch":36,"Tỉ_lệ_":2153}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69654846100008,10.802615166000123],[106.6960067760001,10.793567656999983],[106.69752502400013,10.793650628000023],[106.69956970300012,10.79947376299998],[106.69868469200014,10.802742004000152],[106.69654846100008,10.802615166000123]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69866180500014,10.818285941999989],[106.6973648070001,10.821741104000068],[106.69861602800017,10.822103501000129],[106.69861602800017,10.823243142000024],[106.6935195920002,10.822010994000038],[106.69412231500007,10.820528030000048],[106.6926879880001,10.818684578000102],[106.69333648600013,10.817848207000111],[106.69205474800015,10.817540170000086],[106.69130706800007,10.81566715200006],[106.68949890100015,10.814881325000101],[106.69104766800012,10.811177254000143],[106.69512939500004,10.808317185000021],[106.69551086500019,10.811169624000058],[106.69525146500001,10.815609932000086],[106.69783782900015,10.816843032000179],[106.69866180500014,10.818285941999989]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69551086500019,10.811169624000058],[106.69776916600006,10.80674648400003],[106.69876098700018,10.80665016200004],[106.70003509500009,10.807527543000049],[106.70772552500006,10.808245658999965],[106.70774078300008,10.809686662000104],[106.70406341600005,10.81098461300013],[106.70419311500001,10.813771248000023],[106.70528411800012,10.815169334000075],[106.704833984,10.816736222000031],[106.70359039400017,10.816609384000003],[106.7030334480001,10.81818199200012],[106.70080566300004,10.817226410000103],[106.69866180500014,10.818285941999989],[106.69783782900015,10.816843032000179],[106.69525146500001,10.815609932000086],[106.69551086500019,10.811169624000058]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69866180500014,10.818285941999989],[106.70080566300004,10.817226410000103],[106.7030334480001,10.81818199200012],[106.70359039400017,10.816609384000003],[106.704833984,10.816736222000031],[106.70841980000006,10.819585801000187],[106.70992279000006,10.817164422000133],[106.71064758199998,10.817115785000055],[106.7117691040001,10.817927361000102],[106.71318817100018,10.821173668000029],[106.70996856700003,10.82375431100013],[106.70908355600011,10.825600625000106],[106.70822906600011,10.83372688300011],[106.7073898320001,10.835790634999967],[106.70281219500015,10.839135170000077],[106.70095062300015,10.837411881000037],[106.70048523000008,10.835284234000085],[106.69594574000018,10.832696915000156],[106.69528198200015,10.831055641000091],[106.69979095500014,10.830294610000067],[106.699577331,10.828639985000052],[106.7008590710002,10.828209877000177],[106.70106506300004,10.827153206000048],[106.69916534400011,10.825724601000047],[106.69861602800017,10.823243142000024],[106.69861602800017,10.822103501000129],[106.6973648070001,10.821741104000068],[106.69866180500014,10.818285941999989]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69868469200014,10.802742004000152],[106.70159912100013,10.80385398900006],[106.70163726700014,10.804838180000047],[106.69963836599999,10.804362297000182],[106.69876098700018,10.80665016200004],[106.69776916600006,10.80674648400003],[106.69551086500019,10.811169624000058],[106.69512939500004,10.808317185000021],[106.6949386610001,10.802841186000023],[106.69654846100008,10.802615166000123],[106.69868469200014,10.802742004000152]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7113723760001,10.801460266000163],[106.71142578100017,10.802798272000189],[106.70281219500015,10.803544044000091],[106.70429229700005,10.800341606000131],[106.7027130130001,10.79786682100007],[106.6994171130001,10.797739029000184],[106.69783020100004,10.793642045000126],[106.70048523000008,10.793336867999983],[106.70652770900011,10.799584389000074],[106.7113723760001,10.801460266000163]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70048523000008,10.793336867999983],[106.70637512200017,10.79165077200014],[106.70999908400017,10.79548072900019],[106.7113723760001,10.801460266000163],[106.70652770900011,10.799584389000074],[106.70048523000008,10.793336867999983]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 17","Phường_":"Phường 17","Mật_đ":45285,"Dân_số":23548,"Diện_tí":0.52,"Biên_ch":36,"Tỉ_lệ_":654}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70637512200017,10.79165077200014],[106.70877838200005,10.78772544800006],[106.71240997200016,10.787820817000068],[106.71353912300009,10.790212632000134],[106.71343994000011,10.79221916299997],[106.70935821600006,10.793366432000141],[106.70999908400017,10.79548072900019],[106.70637512200017,10.79165077200014]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 19","Phường_":"Phường 19","Mật_đ":27978,"Dân_số":17906,"Diện_tí":0.64,"Biên_ch":36,"Tỉ_lệ_":497}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69752502400013,10.793650628000023],[106.69783020100004,10.793642045000126],[106.6994171130001,10.797739029000184],[106.7027130130001,10.79786682100007],[106.70429229700005,10.800341606000131],[106.70281219500015,10.803544044000091],[106.70159912100013,10.80385398900006],[106.69868469200014,10.802742004000152],[106.69956970300012,10.79947376299998],[106.69752502400013,10.793650628000023]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70999908400017,10.79548072900019],[106.70935821600006,10.793366432000141],[106.71343994000011,10.79221916299997],[106.71326446500007,10.797064781000188],[106.71473693900003,10.798888206000129],[106.71620178200004,10.798812867000038],[106.71627044799999,10.800426483000138],[106.7113723760001,10.801460266000163],[106.70999908400017,10.79548072900019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 21","Phường_":"Phường 21","Mật_đ":56953,"Dân_số":22781,"Diện_tí":0.4,"Biên_ch":36,"Tỉ_lệ_":633}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71240997200016,10.787820817000068],[106.71388244600013,10.786849022000183],[106.71439361500006,10.784905433000063],[106.72199249300013,10.787326814000096],[106.7240905770002,10.788966179000113],[106.72677612299998,10.793645858000161],[106.72731018000002,10.798935891000099],[106.721260072,10.79792022800018],[106.71627044799999,10.800426483000138],[106.71620178200004,10.798812867000038],[106.71473693900003,10.798888206000129],[106.71326446500007,10.797064781000188],[106.71343994000011,10.79221916299997],[106.71353912300009,10.790212632000134],[106.71240997200016,10.787820817000068]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 22","Phường_":"Phường 22","Mật_đ":24582,"Dân_số":43510,"Diện_tí":1.77,"Biên_ch":36,"Tỉ_lệ_":1209}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69876098700018,10.80665016200004],[106.69963836599999,10.804362297000182],[106.70163726700014,10.804838180000047],[106.70159912100013,10.80385398900006],[106.70281219500015,10.803544044000091],[106.71142578100017,10.802798272000189],[106.71153259300013,10.805632592000052],[106.70999908400017,10.806250573000113],[106.70813751200018,10.80564499000019],[106.70833587600004,10.807314873000053],[106.70772552500006,10.808245658999965],[106.70003509500009,10.807527543000049],[106.69876098700018,10.80665016200004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 24","Phường_":"Phường 24","Mật_đ":42647,"Dân_số":24309,"Diện_tí":0.57,"Biên_ch":36,"Tỉ_lệ_":675}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7113723760001,10.801460266000163],[106.71627044799999,10.800426483000138],[106.721260072,10.79792022800018],[106.72731018000002,10.798935891000099],[106.72701263400012,10.800393104000136],[106.72314453200016,10.806142808000175],[106.72231292600009,10.80980301000011],[106.72050476100014,10.810441972000092],[106.71755981400014,10.814313889000061],[106.71226501500018,10.809639930000117],[106.71153259300013,10.805632592000052],[106.71142578100017,10.802798272000189],[106.7113723760001,10.801460266000163]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 25","Phường_":"Phường 25","Mật_đ":22479,"Dân_số":41361,"Diện_tí":1.84,"Biên_ch":36,"Tỉ_lệ_":1149}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70772552500006,10.808245658999965],[106.70833587600004,10.807314873000053],[106.70813751200018,10.80564499000019],[106.70999908400017,10.806250573000113],[106.71153259300013,10.805632592000052],[106.71226501500018,10.809639930000117],[106.71755981400014,10.814313889000061],[106.71469116200007,10.818325997000045],[106.71421051100003,10.820795060000137],[106.71318817100018,10.821173668000029],[106.7117691040001,10.817927361000102],[106.71064758199998,10.817115785000055],[106.70992279000006,10.817164422000133],[106.70841980000006,10.819585801000187],[106.704833984,10.816736222000031],[106.70528411800012,10.815169334000075],[106.70419311500001,10.813771248000023],[106.70406341600005,10.81098461300013],[106.70774078300008,10.809686662000104],[106.70772552500006,10.808245658999965]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 26","Phường_":"Phường 26","Mật_đ":29539,"Dân_số":38991,"Diện_tí":1.32,"Biên_ch":36,"Tỉ_lệ_":1083}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72231292600009,10.80980301000011],[106.72342681800006,10.813806535000026],[106.72556304900019,10.8167467130001],[106.7230987550002,10.820981026000084],[106.71715545700016,10.820258140000135],[106.71421051100003,10.820795060000137],[106.71469116200007,10.818325997000045],[106.71755981400014,10.814313889000061],[106.72050476100014,10.810441972000092],[106.72231292600009,10.80980301000011]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 27","Phường_":"Phường 27","Mật_đ":24646,"Dân_số":20949,"Diện_tí":0.85,"Biên_ch":36,"Tỉ_lệ_":582}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72556304900019,10.8167467130001],[106.72996521000016,10.819359780000013],[106.73345184300007,10.819189072000142],[106.73484802300015,10.817567826000072],[106.73641204900002,10.812768936000055],[106.73813629200015,10.810224532000007],[106.74242401100008,10.80854988100009],[106.74443817100013,10.808447838999996],[106.74822998000008,10.809681892000071],[106.75098419200003,10.812877656000182],[106.75122833300009,10.828183174000173],[106.74916076700009,10.83242035000012],[106.74739837700008,10.833538055000133],[106.73985290500019,10.835525513000107],[106.7367935170002,10.833500863000097],[106.73233795100009,10.826512338000157],[106.729850769,10.824186326000074],[106.7230987550002,10.820981026000084],[106.72556304900019,10.8167467130001]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 28","Phường_":"Phường 28","Mật_đ":3055,"Dân_số":16771,"Diện_tí":5.49,"Biên_ch":36,"Tỉ_lệ_":466}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69654846100008,10.802615166000123],[106.6949386610001,10.802841186000023],[106.6924591070001,10.803141595000056],[106.69092559800015,10.803343772000005],[106.69078063900014,10.802369119000105],[106.69216156099998,10.802294731000188],[106.69242096000005,10.800934792000021],[106.69178772000004,10.800062181000044],[106.69203949000013,10.797289849000151],[106.69161224300001,10.795526506000158],[106.69440460300012,10.79488563600006],[106.69483947800012,10.793485643000167],[106.6960067760001,10.793567656999983],[106.69654846100008,10.802615166000123]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68949890100015,10.814881325000101],[106.68827056800001,10.815803528000117],[106.68739318899998,10.814707757000122],[106.68508911200001,10.813944817000106],[106.68518829400006,10.81156540000012],[106.68399047800011,10.809968948000176],[106.68809509300013,10.808341026000164],[106.69104766800012,10.811177254000143],[106.68949890100015,10.814881325000101]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6924591070001,10.803141595000056],[106.69142150900007,10.80510902500015],[106.68809509300013,10.808341026000164],[106.68399047800011,10.809968948000176],[106.68391418400017,10.807001114000116],[106.68708038300002,10.805244446000074],[106.68704986600011,10.806217194000112],[106.68849945100004,10.805626869000037],[106.68792724700012,10.803721428000188],[106.69092559800015,10.803343772000005],[106.6924591070001,10.803141595000056]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69104766800012,10.811177254000143],[106.68809509300013,10.808341026000164],[106.69142150900007,10.80510902500015],[106.6924591070001,10.803141595000056],[106.6949386610001,10.802841186000023],[106.69512939500004,10.808317185000021],[106.69104766800012,10.811177254000143]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Bình Thạnh","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77784729100006,10.605042458000185],[106.78263092000014,10.597100258000125],[106.78343963600008,10.587901116000126],[106.78267669700011,10.581935882000039],[106.77918243400012,10.57726001800006],[106.773132325,10.57584381200013],[106.76975250200007,10.576524734000145],[106.76564788899998,10.579456329000152],[106.76085662900005,10.58152961799999],[106.75795745900012,10.581753731000163],[106.75133514400011,10.580826760000093],[106.747047425,10.577923774000055],[106.74528503500005,10.575675964000084],[106.74263000500008,10.571018218000177],[106.74196624700005,10.56537151300006],[106.74293518000002,10.55956363600012],[106.75100708100007,10.560802459000001],[106.76199340800002,10.559050560000117],[106.76464843700006,10.559547425000062],[106.76799774199998,10.559079171000064],[106.77169799800009,10.556534767000016],[106.7724685660001,10.555164338000054],[106.77317047200006,10.55000114500018],[106.77961730900012,10.54706192000009],[106.78016662700009,10.545794486000034],[106.77975463800004,10.544526099000109],[106.77655029300001,10.540678024000158],[106.77610015900007,10.538397789000044],[106.780593872,10.530808449000062],[106.78177642800017,10.521413804000133],[106.78785705500013,10.515400887000112],[106.78857421900011,10.513285638000127],[106.78675079300007,10.504397392000158],[106.79804992700008,10.4901046760001],[106.80300140400004,10.494133950000048],[106.809379578,10.49298763400003],[106.81247711100008,10.49342823000012],[106.81784057700008,10.495803834000185],[106.81968688900008,10.49804592099997],[106.82112121600005,10.503393173999996],[106.82321166900005,10.506889343000182],[106.82456970300018,10.506630898000026],[106.82529449399999,10.505507469000065],[106.82725524900013,10.499988557000108],[106.8290557860002,10.498180390000186],[106.83176422200012,10.4972543720001],[106.83405304000013,10.497656823000113],[106.84235382100007,10.504880905999983],[106.84438323900014,10.505077362999998],[106.84609985400016,10.504589080000187],[106.84799194300012,10.502560615000164],[106.8488769540001,10.497199059000081],[106.85073089600019,10.494669915000088],[106.85275268600014,10.493682862000014],[106.85518646200006,10.493679047000171],[106.86390686100015,10.49645614700006],[106.86563110400004,10.497477532000119],[106.8701629640002,10.498240469999985],[106.87186431900005,10.499556541999993],[106.873062135,10.502904892000117],[106.87165069600002,10.505639077000126],[106.86704254100005,10.5078821190001],[106.86656951800006,10.50957489100017],[106.86768341100014,10.511238099000138],[106.87039947500017,10.512688637000053],[106.87088012800007,10.518851281000138],[106.87266540600012,10.522920609000039],[106.8664321890002,10.530939102000104],[106.86277008000013,10.534061431000055],[106.85876464799998,10.536084176000031],[106.85074615400003,10.538552284000104],[106.849403381,10.539852143000132],[106.8488998410001,10.543325425000091],[106.85063934400006,10.548287393000123],[106.84982299800004,10.550825119000137],[106.84115600500013,10.556327820000035],[106.83866119300012,10.558685303000175],[106.83749389600007,10.563808440000116],[106.83802795400004,10.569881440000074],[106.83465576300017,10.57888698700009],[106.83467102100019,10.581714630000022],[106.83747100700003,10.583516121000116],[106.84947967500011,10.582981109000116],[106.84799194300012,10.58787632000002],[106.8485412610001,10.58844947800003],[106.84715271100015,10.591170312000088],[106.84501647900015,10.589525223000123],[106.84431457500017,10.590315820000114],[106.84548950300001,10.590282441000056],[106.84543609600013,10.59119033800016],[106.844352722,10.59087181100017],[106.84471130400004,10.59170532200011],[106.84297180200014,10.592635156000142],[106.84313964800003,10.593202590000033],[106.83861541800013,10.59500408200006],[106.83823394800004,10.5964965820001],[106.83659362800017,10.597297669],[106.83692932200006,10.59904003100013],[106.83575439400005,10.599930763000089],[106.83707427900009,10.600837708000086],[106.83705902100007,10.601927757000112],[106.83599853600015,10.602078438000092],[106.83425903400013,10.599797249000062],[106.83239746200007,10.600812912000151],[106.83209991500007,10.602445603000149],[106.83383941700009,10.606478692000167],[106.83234405500019,10.608746529000143],[106.82962799000012,10.607036591000053],[106.82859039300013,10.603851319000114],[106.82370758000013,10.605188369000075],[106.81921386700003,10.601759911000102],[106.817344666,10.602282523000156],[106.81673431300004,10.60327911500002],[106.81838226300016,10.607541085000037],[106.81790161000009,10.609063148000132],[106.816909791,10.609612464000122],[106.81466674900003,10.608864784000048],[106.8116378790001,10.604639054000188],[106.80744934100011,10.604966164000075],[106.8059005730002,10.606052400000067],[106.80582427900009,10.60780334400016],[106.81015014700012,10.610831261000158],[106.8108749390002,10.613029479000147],[106.80950927700019,10.61535835300009],[106.80638122500017,10.616287232000104],[106.80077362000009,10.613895417000037],[106.79448700000006,10.6078796380001],[106.79212951700015,10.607198716000084],[106.79050445600006,10.60908889700005],[106.79281616200018,10.61366081400007],[106.79262542800006,10.616191865000133],[106.79117584300008,10.617408752000188],[106.78868865900017,10.617930412000021],[106.7867050160001,10.617454529000156],[106.78501129200009,10.615869522000025],[106.78211212100013,10.610142709000002],[106.77784729100006,10.605042458000185]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"An Thới Đông","Phường_":"An Thới Đông","Mật_đ":137,"Dân_số":14222,"Diện_tí":103.72,"Biên_ch":36,"Tỉ_lệ_":395}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77275848500017,10.676292419000163],[106.7737045290001,10.673105239000051],[106.77279663100012,10.668706893000092],[106.76880645700004,10.665810585000088],[106.76551056000011,10.665286065000032],[106.752456666,10.670428276000166],[106.74760437100008,10.670933723000132],[106.74230957100002,10.66978549900017],[106.73989105200002,10.667200088000016],[106.73915863000019,10.665126800999985],[106.73924255400004,10.661205292000147],[106.74160766500006,10.655708314000094],[106.74906921500013,10.649641037000151],[106.7639770510001,10.644950867000034],[106.7691421510001,10.640007019000109],[106.77096557600004,10.636748313000112],[106.77151489200003,10.633431435000148],[106.77042388799998,10.620055199000035],[106.77243042000009,10.613737107000077],[106.77784729100006,10.605042458000185],[106.78211212100013,10.610142709000002],[106.78501129200009,10.615869522000025],[106.7867050160001,10.617454529000156],[106.78868865900017,10.617930412000021],[106.79117584300008,10.617408752000188],[106.79262542800006,10.616191865000133],[106.79281616200018,10.61366081400007],[106.79050445600006,10.60908889700005],[106.79212951700015,10.607198716000084],[106.79448700000006,10.6078796380001],[106.80077362000009,10.613895417000037],[106.80638122500017,10.616287232000104],[106.80950927700019,10.61535835300009],[106.8108749390002,10.613029479000147],[106.81015014700012,10.610831261000158],[106.80582427900009,10.60780334400016],[106.8059005730002,10.606052400000067],[106.80744934100011,10.604966164000075],[106.8116378790001,10.604639054000188],[106.81466674900003,10.608864784000048],[106.816909791,10.609612464000122],[106.81790161000009,10.609063148000132],[106.81838226300016,10.607541085000037],[106.81673431300004,10.60327911500002],[106.817344666,10.602282523000156],[106.81921386700003,10.601759911000102],[106.82370758000013,10.605188369000075],[106.82859039300013,10.603851319000114],[106.82962799000012,10.607036591000053],[106.83234405500019,10.608746529000143],[106.83301544100016,10.610858917000144],[106.83473968400011,10.611361504000058],[106.83673858600008,10.611284257000136],[106.83872985900013,10.609121323000068],[106.84104919500015,10.609868051000035],[106.84551238900013,10.622099877000096],[106.83761596700015,10.627042771000163],[106.82664489700011,10.627803802000187],[106.82392883300008,10.629042625000068],[106.81405639700017,10.640548706000061],[106.80897522000015,10.654984475000163],[106.80708313100018,10.657456398000136],[106.79718780500014,10.662158965999993],[106.79222870000007,10.667312623000043],[106.78279876800019,10.673059464000062],[106.77275848500017,10.676292419000163]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Bình Khánh","Phường_":"Bình Khánh","Mật_đ":508,"Dân_số":22078,"Diện_tí":43.45,"Biên_ch":36,"Tỉ_lệ_":613}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.9626846320001,10.438494683000101],[106.95385742100007,10.44493103000002],[106.93994903700019,10.439945221000073],[106.92866516100003,10.44021797199997],[106.92186737000009,10.438760758],[106.92008972100018,10.437056541000175],[106.91764831500012,10.431018830000028],[106.9178390510001,10.429660797000167],[106.9193420410001,10.428164482000113],[106.92261505200014,10.426531791999992],[106.92243957600016,10.424896241000113],[106.92022705000005,10.420723915000053],[106.92361450100015,10.417856216000189],[106.92515563900008,10.415512086000035],[106.93032074000018,10.412838936000185],[106.93573760999999,10.41264629400007],[106.93528747600004,10.405288697000117],[106.93683624300002,10.405252458000064],[106.93648529000006,10.400741577000133],[106.9336013790001,10.398477555000056],[106.93354797400019,10.397981645000073],[106.935264587,10.397986412000023],[106.93347168100019,10.396248818000117],[106.9340362550002,10.395922661000043],[106.9360198980001,10.396951676000185],[106.93479156500013,10.395163535000108],[106.9354019160001,10.393560410000077],[106.94264984100005,10.385449410000092],[106.97055053800005,10.394813539000097],[106.97621917700008,10.399692535000042],[106.98096466100014,10.40523052200001],[106.98561096200007,10.41319561000006],[106.98529815700005,10.418202400000041],[106.9822921760001,10.424745559000087],[106.97260284400005,10.433160783000062],[106.9626846320001,10.438494683000101]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Cần Thạnh","Phường_":"Cần Thạnh","Mật_đ":490,"Dân_số":12018,"Diện_tí":24.51,"Biên_ch":36,"Tỉ_lệ_":334}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.86390686100015,10.49645614700006],[106.8669357300002,10.49108982000007],[106.86735534700017,10.486544610000067],[106.86525726400004,10.48124218099997],[106.86180877800018,10.476469993000023],[106.86106872600004,10.472885132000158],[106.86328888000008,10.47053337200009],[106.87066650300005,10.467540742000097],[106.87538146900005,10.46178436200006],[106.87410736100014,10.456239700000083],[106.86305236800001,10.446281433000138],[106.8579330440001,10.434458734000032],[106.8590621940001,10.422382355000138],[106.86545562800012,10.40523147700003],[106.86738586400014,10.39711379900018],[106.86669921900005,10.369734764000157],[106.867584228,10.359869957000058],[106.87587738000013,10.360718726000016],[106.89455413700011,10.365085603000125],[106.9184646600001,10.373980522000068],[106.94264984100005,10.385449410000092],[106.9354019160001,10.393560410000077],[106.93479156500013,10.395163535000108],[106.9360198980001,10.396951676000185],[106.9340362550002,10.395922661000043],[106.93347168100019,10.396248818000117],[106.935264587,10.397986412000023],[106.93354797400019,10.397981645000073],[106.9336013790001,10.398477555000056],[106.93648529000006,10.400741577000133],[106.93683624300002,10.405252458000064],[106.93528747600004,10.405288697000117],[106.93573760999999,10.41264629400007],[106.93032074000018,10.412838936000185],[106.92515563900008,10.415512086000035],[106.92361450100015,10.417856216000189],[106.92022705000005,10.420723915000053],[106.92243957600016,10.424896241000113],[106.92261505200014,10.426531791999992],[106.9193420410001,10.428164482000113],[106.9178390510001,10.429660797000167],[106.91764831500012,10.431018830000028],[106.92008972100018,10.437056541000175],[106.92186737000009,10.438760758],[106.92866516100003,10.44021797199997],[106.93994903700019,10.439945221000073],[106.95385742100007,10.44493103000002],[106.95168304400005,10.447339058000125],[106.94946289000018,10.45158767700002],[106.94699096700003,10.463891983000053],[106.93884277300015,10.467460633000144],[106.93793487500017,10.469951630000082],[106.93794250500008,10.471196175000102],[106.94075775200008,10.475585938000165],[106.95021057000008,10.482254981000096],[106.95133209300002,10.485160827000016],[106.9514617910001,10.487497329000064],[106.94929504500004,10.499023437000062],[106.948898316,10.512245179000104],[106.94787597600015,10.5163869860001],[106.94480896000005,10.52199459100018],[106.94068145800014,10.525143623000133],[106.92073059100005,10.531583785000066],[106.91696930000018,10.530756951000058],[106.91534423900009,10.529471398000169],[106.9140853880001,10.527993202000062],[106.91320800900007,10.522371293000049],[106.911659241,10.51989364700006],[106.9092254640002,10.517805099999975],[106.90592956500006,10.51657295199999],[106.90321350100004,10.516672134000032],[106.8949356080002,10.519356727000059],[106.88436889700012,10.518844606000016],[106.87435150100009,10.521798134000164],[106.87266540600012,10.522920609000039],[106.87088012800007,10.518851281000138],[106.87039947500017,10.512688637000053],[106.86768341100014,10.511238099000138],[106.86656951800006,10.50957489100017],[106.86704254100005,10.5078821190001],[106.87165069600002,10.505639077000126],[106.873062135,10.502904892000117],[106.87186431900005,10.499556541999993],[106.8701629640002,10.498240469999985],[106.86563110400004,10.497477532000119],[106.86390686100015,10.49645614700006]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Long Hoà","Phường_":"Long Hoà","Mật_đ":87,"Dân_số":11498,"Diện_tí":132.58,"Biên_ch":36,"Tỉ_lệ_":319}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74293518000002,10.55956363600012],[106.74417877300016,10.552998544000104],[106.74909973100017,10.530714035000074],[106.74844360300006,10.518561363000117],[106.74401855500003,10.499987602000147],[106.74358368000003,10.497627259000183],[106.74539184500014,10.488436699000033],[106.75231170700005,10.472353935000172],[106.756858825,10.462568284000042],[106.76315307700014,10.452453614000035],[106.77225494400017,10.440358163000099],[106.77774047800017,10.43307113700007],[106.80444336000016,10.403644562000068],[106.81508636600006,10.391258240000184],[106.8225326550002,10.377412795999987],[106.83459472700008,10.354226111999992],[106.85276794400016,10.358331681000152],[106.867584228,10.359869957000058],[106.86669921900005,10.369734764000157],[106.86738586400014,10.39711379900018],[106.86545562800012,10.40523147700003],[106.8590621940001,10.422382355000138],[106.8579330440001,10.434458734000032],[106.86305236800001,10.446281433000138],[106.87410736100014,10.456239700000083],[106.87538146900005,10.46178436200006],[106.87066650300005,10.467540742000097],[106.86328888000008,10.47053337200009],[106.86106872600004,10.472885132000158],[106.86180877800018,10.476469993000023],[106.86525726400004,10.48124218099997],[106.86735534700017,10.486544610000067],[106.8669357300002,10.49108982000007],[106.86390686100015,10.49645614700006],[106.85518646200006,10.493679047000171],[106.85275268600014,10.493682862000014],[106.85073089600019,10.494669915000088],[106.8488769540001,10.497199059000081],[106.84799194300012,10.502560615000164],[106.84609985400016,10.504589080000187],[106.84438323900014,10.505077362999998],[106.84235382100007,10.504880905999983],[106.83405304000013,10.497656823000113],[106.83176422200012,10.4972543720001],[106.8290557860002,10.498180390000186],[106.82725524900013,10.499988557000108],[106.82529449399999,10.505507469000065],[106.82456970300018,10.506630898000026],[106.82321166900005,10.506889343000182],[106.82112121600005,10.503393173999996],[106.81968688900008,10.49804592099997],[106.81784057700008,10.495803834000185],[106.81247711100008,10.49342823000012],[106.809379578,10.49298763400003],[106.80300140400004,10.494133950000048],[106.79804992700008,10.4901046760001],[106.78675079300007,10.504397392000158],[106.78857421900011,10.513285638000127],[106.78785705500013,10.515400887000112],[106.78177642800017,10.521413804000133],[106.780593872,10.530808449000062],[106.77610015900007,10.538397789000044],[106.77655029300001,10.540678024000158],[106.77975463800004,10.544526099000109],[106.78016662700009,10.545794486000034],[106.77961730900012,10.54706192000009],[106.77317047200006,10.55000114500018],[106.7724685660001,10.555164338000054],[106.77169799800009,10.556534767000016],[106.76799774199998,10.559079171000064],[106.76464843700006,10.559547425000062],[106.76199340800002,10.559050560000117],[106.75100708100007,10.560802459000001],[106.74293518000002,10.55956363600012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Lý Nhơn","Phường_":"Lý Nhơn","Mật_đ":40,"Dân_số":6350,"Diện_tí":158.15,"Biên_ch":36,"Tỉ_lệ_":176}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.93458557100018,10.600764275000131],[106.93278503400012,10.60189628500018],[106.92653656100015,10.60348129200014],[106.92063903700011,10.610041619000185],[106.91819763200004,10.609908103000123],[106.91391754200009,10.60750579800009],[106.9113693230002,10.60827159900009],[106.90969848700013,10.610023498000032],[106.90561676000004,10.620779992000053],[106.90338897600009,10.624799728000141],[106.89839172400013,10.629342078999969],[106.89273071200017,10.632203103000109],[106.8895645130001,10.637545586000101],[106.88506317200012,10.640255928000158],[106.88296508900015,10.647404670000128],[106.874908447,10.648377418000166],[106.8729095450002,10.648084642000072],[106.87185668900008,10.646986008000113],[106.86996460000012,10.643173219000062],[106.8649749760001,10.642299653000066],[106.8637390130001,10.641481400000146],[106.86156463600003,10.637654305000126],[106.86004638700007,10.63655471900006],[106.85153961200012,10.63978958100006],[106.84280395500002,10.63802051500005],[106.84036254800009,10.635622025000032],[106.83761596700015,10.627042771000163],[106.84551238900013,10.622099877000096],[106.84104919500015,10.609868051000035],[106.83872985900013,10.609121323000068],[106.83673858600008,10.611284257000136],[106.83473968400011,10.611361504000058],[106.83301544100016,10.610858917000144],[106.83234405500019,10.608746529000143],[106.83383941700009,10.606478692000167],[106.83209991500007,10.602445603000149],[106.83239746200007,10.600812912000151],[106.83425903400013,10.599797249000062],[106.83599853600015,10.602078438000092],[106.83705902100007,10.601927757000112],[106.83707427900009,10.600837708000086],[106.83575439400005,10.599930763000089],[106.83692932200006,10.59904003100013],[106.83659362800017,10.597297669],[106.83823394800004,10.5964965820001],[106.83861541800013,10.59500408200006],[106.84313964800003,10.593202590000033],[106.84297180200014,10.592635156000142],[106.84471130400004,10.59170532200011],[106.844352722,10.59087181100017],[106.84543609600013,10.59119033800016],[106.84548950300001,10.590282441000056],[106.84431457500017,10.590315820000114],[106.84501647900015,10.589525223000123],[106.84715271100015,10.591170312000088],[106.8485412610001,10.58844947800003],[106.84799194300012,10.58787632000002],[106.84947967500011,10.582981109000116],[106.83747100700003,10.583516121000116],[106.83467102100019,10.581714630000022],[106.83465576300017,10.57888698700009],[106.83802795400004,10.569881440000074],[106.83749389600007,10.563808440000116],[106.83866119300012,10.558685303000175],[106.84115600500013,10.556327820000035],[106.84982299800004,10.550825119000137],[106.85063934400006,10.548287393000123],[106.8488998410001,10.543325425000091],[106.849403381,10.539852143000132],[106.85074615400003,10.538552284000104],[106.85876464799998,10.536084176000031],[106.86277008000013,10.534061431000055],[106.8664321890002,10.530939102000104],[106.87266540600012,10.522920609000039],[106.87435150100009,10.521798134000164],[106.88436889700012,10.518844606000016],[106.8949356080002,10.519356727000059],[106.90321350100004,10.516672134000032],[106.90592956500006,10.51657295199999],[106.9092254640002,10.517805099999975],[106.911659241,10.51989364700006],[106.91320800900007,10.522371293000049],[106.9140853880001,10.527993202000062],[106.91534423900009,10.529471398000169],[106.91696930000018,10.530756951000058],[106.92073059100005,10.531583785000066],[106.92681121900011,10.538924217000101],[106.93208313100007,10.54727363600017],[106.93360901000011,10.552189828000166],[106.9337463380001,10.55643367700003],[106.93286895800014,10.560121537000157],[106.93067932200017,10.564075470000034],[106.92861175600018,10.56537151300006],[106.92417907800001,10.565937995000013],[106.91996002200017,10.567389488000117],[106.91825103800016,10.569551469000032],[106.91804504300012,10.572507858000165],[106.92015838700019,10.576293945000145],[106.92781066800012,10.581223488999967],[106.93209838900009,10.586258888000145],[106.93524932899999,10.592179299000179],[106.93627929700017,10.596113204000176],[106.93573760999999,10.599208832000159],[106.93458557100018,10.600764275000131]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Tam Thôn Hiệp","Phường_":"Tam Thôn Hiệp","Mật_đ":53,"Dân_số":5796,"Diện_tí":110.38,"Biên_ch":36,"Tỉ_lệ_":161}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.9626846320001,10.438494683000101],[106.96610260000011,10.44648933500008],[106.98085784900019,10.447344780000094],[106.99147033600008,10.45094680900013],[106.99658203100017,10.460490226000104],[106.99820709200009,10.478636742000162],[106.99735259900018,10.503215791000173],[107.00019073500016,10.507111549000115],[107.00574493500017,10.509368897000172],[107.00696563700012,10.51051425999998],[107.00949859600018,10.514119149000123],[107.01248169000007,10.52054691300009],[107.018630981,10.529051781000021],[107.02404022200005,10.533820153000022],[107.02709961000005,10.537796974000173],[107.02727508600015,10.54205989899998],[107.02500915500019,10.545907021000176],[107.01471710300001,10.547947883999996],[107.01228332599999,10.550367355000105],[107.01068878200005,10.554615022000121],[107.01073455900018,10.557829857000058],[107.011947631,10.56070232500008],[107.024230956,10.578543663000119],[107.02665710500008,10.583477020000032],[107.02700805600011,10.586341859000186],[107.02659606900005,10.588459967999995],[107.02227020200013,10.595083235999994],[107.01905822700002,10.604387284000154],[107.01744842600016,10.606520654000064],[107.01248169000007,10.610098839000102],[107.00794982800011,10.613261223000109],[107.00655365000006,10.609838487000047],[107.00292205800014,10.610896112000091],[107.00215148900003,10.610423087000129],[107.00257873600015,10.60863590300005],[107.00066375700004,10.607091904000129],[106.99805450500014,10.607663155000012],[106.99633026100014,10.605456352000147],[106.99214935300006,10.60569095599999],[106.99069213900009,10.604887963000067],[106.99060821600017,10.600696564000145],[106.98604583700006,10.59602546700006],[106.98705291700009,10.587846756999966],[106.98386383000008,10.579434395000078],[106.979888916,10.581732750000128],[106.97458648700012,10.582368849999966],[106.96855926500007,10.589404107000064],[106.96320342900015,10.591450691000091],[106.96067047000008,10.59354114600012],[106.95626068100017,10.593955993000122],[106.9468536380001,10.597257615000046],[106.94138336200012,10.596688271000062],[106.93836212200006,10.599245071000041],[106.93458557100018,10.600764275000131],[106.93573760999999,10.599208832000159],[106.93627929700017,10.596113204000176],[106.93524932899999,10.592179299000179],[106.93209838900009,10.586258888000145],[106.92781066800012,10.581223488999967],[106.92015838700019,10.576293945000145],[106.91804504300012,10.572507858000165],[106.91825103800016,10.569551469000032],[106.91996002200017,10.567389488000117],[106.92417907800001,10.565937995000013],[106.92861175600018,10.56537151300006],[106.93067932200017,10.564075470000034],[106.93286895800014,10.560121537000157],[106.9337463380001,10.55643367700003],[106.93360901000011,10.552189828000166],[106.93208313100007,10.54727363600017],[106.92681121900011,10.538924217000101],[106.92073059100005,10.531583785000066],[106.94068145800014,10.525143623000133],[106.94480896000005,10.52199459100018],[106.94787597600015,10.5163869860001],[106.948898316,10.512245179000104],[106.94929504500004,10.499023437000062],[106.9514617910001,10.487497329000064],[106.95133209300002,10.485160827000016],[106.95021057000008,10.482254981000096],[106.94075775200008,10.475585938000165],[106.93794250500008,10.471196175000102],[106.93793487500017,10.469951630000082],[106.93884277300015,10.467460633000144],[106.94699096700003,10.463891983000053],[106.94946289000018,10.45158767700002],[106.95168304400005,10.447339058000125],[106.95385742100007,10.44493103000002],[106.9626846320001,10.438494683000101]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Cần Giờ","NAME_3":"Thạnh An","Phường_":"Thạnh An","Mật_đ":34,"Dân_số":4523,"Diện_tí":131.41,"Biên_ch":36,"Tỉ_lệ_":126}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.51653289799998,11.101610184000151],[106.51496124200014,11.103572846000134],[106.51440429600007,11.102068900000063],[106.50849151600005,11.099933625000062],[106.5092239380001,11.098096847000136],[106.50761413500004,11.09706878600008],[106.51003265400004,11.09174346900005],[106.50954437300004,11.086926461000132],[106.50723266500012,11.084986687000026],[106.49987030000011,11.086597443000073],[106.4986877450001,11.088933945000122],[106.4978790290001,11.089213370999971],[106.49509429900013,11.086952209000117],[106.49104309100011,11.085320473000138],[106.49117279000012,11.08466243700002],[106.48994445800008,11.08636283900006],[106.4895401010001,11.088815689000114],[106.48867035000018,11.087322234000112],[106.48777008100001,11.08757972699999],[106.48702240000006,11.08605766300019],[106.48017120400004,11.086414337000008],[106.47609710600011,11.099688531000027],[106.47360992400019,11.099720955000066],[106.47206878700013,11.09867000600002],[106.46790313700006,11.097749710000073],[106.464744569,11.094531059000133],[106.46406555200008,11.092806816000063],[106.46273040699998,11.092972756000108],[106.4588241570001,11.091000557000086],[106.45919799900008,11.090106010000056],[106.4581069950001,11.086975098000153],[106.45182037300003,11.082198144000131],[106.45128631600016,11.079345703000115],[106.452095031,11.072625160000143],[106.45569610500007,11.060301781000078],[106.45581817600015,11.056239128000072],[106.45683288600009,11.054642678000164],[106.4582748410001,11.051632881999979],[106.46175384600008,11.048454285000162],[106.46521759100006,11.046592713000166],[106.46797943100017,11.046148300000027],[106.470779419,11.043356896000034],[106.47716522100006,11.050156593000168],[106.47624206500006,11.051615716000185],[106.48183441200013,11.055287361000126],[106.48551941000005,11.056708337000089],[106.49095153700017,11.061145783000086],[106.49552917400013,11.062087058999964],[106.49809265200014,11.063467978999995],[106.50230407700013,11.063924790000044],[106.50357055600006,11.06481170700016],[106.5046081540001,11.06428146400009],[106.50585174500003,11.065117836000184],[106.50787353499999,11.064471246000153],[106.50984954799998,11.065069199000163],[106.51311492800016,11.068478584000104],[106.5127182,11.069537163000177],[106.51398468100007,11.072053909000033],[106.51593780500002,11.071935653000025],[106.51610565100009,11.072867394000127],[106.51921844400016,11.073128700999973],[106.52070617600015,11.074486733000072],[106.52237701500007,11.073576928000023],[106.52383422800017,11.073662759000115],[106.52606201200007,11.079769135000163],[106.53305816700015,11.087321282000005],[106.53413391100014,11.090201379000007],[106.53260040400016,11.092044831000123],[106.53016662700014,11.092406273000051],[106.52729034500004,11.091659545000084],[106.52443695099998,11.089542388000098],[106.52316284200003,11.089863778000051],[106.51744842600004,11.097511292000092],[106.5161972050002,11.100804329000141],[106.51653289799998,11.101610184000151]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"An Nhơn Tây","Phường_":"An Nhơn Tây","Mật_đ":671,"Dân_số":19397,"Diện_tí":28.9,"Biên_ch":36,"Tỉ_lệ_":539}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.51653289799998,11.101610184000151],[106.52416229300019,11.103723525000078],[106.52602386500001,11.105278016],[106.52780151400015,11.114624978000165],[106.526870728,11.117885589000025],[106.52696991000005,11.1203327180001],[106.52617645300006,11.121473312000148],[106.52135467400018,11.12180328500017],[106.51737213000013,11.124215126000138],[106.51531219400005,11.126337052000054],[106.51373291000016,11.128792763000092],[106.5117111200002,11.134901046000039],[106.50859832700013,11.139249802000109],[106.50764465400016,11.141969680000102],[106.50615692200017,11.14203071500009],[106.50146484500016,11.140153885000075],[106.49491119300006,11.143618585000013],[106.49146270800009,11.14450836200001],[106.48840332000009,11.144370080000101],[106.48827362100013,11.134883880000018],[106.4850540160001,11.132289885999967],[106.48497772200017,11.126424789000112],[106.4856414790001,11.124775887000112],[106.48152923600014,11.122274399000048],[106.47710418800011,11.111586571000032],[106.47513580300006,11.108732225000097],[106.47609710600011,11.099688531000027],[106.48017120400004,11.086414337000008],[106.48702240000006,11.08605766300019],[106.48777008100001,11.08757972699999],[106.48867035000018,11.087322234000112],[106.4895401010001,11.088815689000114],[106.48994445800008,11.08636283900006],[106.49117279000012,11.08466243700002],[106.49104309100011,11.085320473000138],[106.49509429900013,11.086952209000117],[106.4978790290001,11.089213370999971],[106.4986877450001,11.088933945000122],[106.49987030000011,11.086597443000073],[106.50723266500012,11.084986687000026],[106.50954437300004,11.086926461000132],[106.51003265400004,11.09174346900005],[106.50761413500004,11.09706878600008],[106.5092239380001,11.098096847000136],[106.50849151600005,11.099933625000062],[106.51440429600007,11.102068900000063],[106.51496124200014,11.103572846000134],[106.51653289799998,11.101610184000151]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"An Phú","Phường_":"An Phú","Mật_đ":470,"Dân_số":11426,"Diện_tí":24.32,"Biên_ch":36,"Tỉ_lệ_":317}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.627929688,10.979483604000109],[106.62300872800017,10.966703415000097],[106.62435150099998,10.957592010000155],[106.62558746400003,10.952016831000094],[106.62532806400003,10.949183464000043],[106.60278320300012,10.922911645000113],[106.60121154900014,10.92304897400004],[106.60047149700017,10.917745589999981],[106.62174987900005,10.914484978000019],[106.63098907400001,10.916369438000174],[106.63891601600005,10.916306496000118],[106.6460495,10.919941903000108],[106.65316009600019,10.919587136000132],[106.65548705999998,10.921676637000076],[106.65723419200015,10.92593574500006],[106.6532363890002,10.929310800000167],[106.65042877200017,10.933916093000107],[106.65007781900016,10.937898637000103],[106.65132904000006,10.94247722700004],[106.65224456800013,10.947338105000028],[106.65205383400013,10.952750206000132],[106.64883422800006,10.964340211000092],[106.6488800050002,10.96921920800014],[106.65019226100003,10.972983361000104],[106.648399353,10.980821609000088],[106.64602661100014,10.981560708000018],[106.64331054700017,10.980935097000042],[106.63691711400008,10.977610588000061],[106.627929688,10.979483604000109]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Bình Mỹ","Phường_":"Bình Mỹ","Mật_đ":2060,"Dân_số":52302,"Diện_tí":25.39,"Biên_ch":36,"Tỉ_lệ_":1453}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.49654388400006,10.985431672000061],[106.49298095700004,10.979881287000069],[106.48942565800013,10.98118972800006],[106.48935699500004,10.979085922000081],[106.48791504000019,10.97701072700005],[106.48658752500006,10.976621627000043],[106.48654174800009,10.974541664000128],[106.48206329300018,10.975976944000081],[106.47959900000012,10.969878196000138],[106.48696899300018,10.9663314820001],[106.49383545000012,10.96449375100002],[106.49466705400005,10.965044975000183],[106.4998397830002,10.962179185000025],[106.50025177000009,10.968007088000036],[106.4997024540001,10.968239784000104],[106.49977111800007,10.969992639000111],[106.50010681100008,10.970636369000033],[106.50178527700001,10.970032693000007],[106.5030441290001,10.97250175400012],[106.50193023700012,10.973844529000132],[106.50337982200006,10.974491120000039],[106.5026702890001,10.975913049000042],[106.50540161200001,10.974773408000146],[106.50604248000013,10.976178169000093],[106.50315856900016,10.977962495000156],[106.50497436400019,10.979514122000182],[106.49937438900002,10.98431301200003],[106.49654388400006,10.985431672000061]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Củ Chi","Phường_":"Củ Chi","Mật_đ":7509,"Dân_số":28459,"Diện_tí":3.79,"Biên_ch":36,"Tỉ_lệ_":791}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61668395900011,10.994041443000185],[106.61377715999998,10.994665145000113],[106.61193847600009,10.996233941000071],[106.60978698800011,10.994029045000048],[106.60770416300016,10.99544715900015],[106.60713195900007,10.996694565000155],[106.60521697900003,10.996663094000155],[106.60470581000015,10.99600982800007],[106.6019210820001,10.99682521900013],[106.59918975900018,10.993768692999993],[106.5978698720001,10.990992544999983],[106.5989913950001,10.98754501400009],[106.59832000800003,10.986374856000111],[106.59589386000005,10.987102508000078],[106.5940170290001,10.98649978700007],[106.59479522800007,10.982626916000129],[106.59423828199999,10.982521058000088],[106.59306335400015,10.975776671999995],[106.59774017400002,10.974848747000067],[106.61061859200015,10.974532126999975],[106.6103744510001,10.972211838000135],[106.60872650099998,10.971982002000118],[106.60868072600005,10.967679978000149],[106.60974121100014,10.964226723000138],[106.610443116,10.964104653000163],[106.60923767000008,10.960223198000108],[106.61408996500006,10.959491729000035],[106.61453247100008,10.96051693000004],[106.6156311040001,10.960823059000063],[106.62435150099998,10.957592010000155],[106.62300872800017,10.966703415000097],[106.627929688,10.979483604000109],[106.62506103599998,10.981077195000069],[106.62195587100018,10.984771729000045],[106.61708831800007,10.988098145000151],[106.6158218380001,10.990901946000065],[106.61668395900011,10.994041443000185]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Hòa Phú","Phường_":"Hòa Phú","Mật_đ":2079,"Dân_số":18923,"Diện_tí":9.1,"Biên_ch":34,"Tỉ_lệ_":557}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.52383422800017,11.073662759000115],[106.52237701500007,11.073576928000023],[106.52070617600015,11.074486733000072],[106.51921844400016,11.073128700999973],[106.51610565100009,11.072867394000127],[106.51593780500002,11.071935653000025],[106.51398468100007,11.072053909000033],[106.5127182,11.069537163000177],[106.51311492800016,11.068478584000104],[106.50984954799998,11.065069199000163],[106.50787353499999,11.064471246000153],[106.50585174500003,11.065117836000184],[106.5046081540001,11.06428146400009],[106.50357055600006,11.06481170700016],[106.50230407700013,11.063924790000044],[106.49809265200014,11.063467978999995],[106.49552917400013,11.062087058999964],[106.49095153700017,11.061145783000086],[106.48551941000005,11.056708337000089],[106.48183441200013,11.055287361000126],[106.47624206500006,11.051615716000185],[106.47716522100006,11.050156593000168],[106.470779419,11.043356896000034],[106.47229766800012,11.040189743000042],[106.47183990400009,11.037500382000019],[106.47230529800004,11.032763480000142],[106.47600555400015,11.026601791000076],[106.47716522100006,11.02282237900016],[106.47713470500003,11.018355370000108],[106.47929382299998,11.01340961599999],[106.48451232800005,11.007171631000176],[106.48615265000007,11.00680351300008],[106.48970794600007,11.007700921000094],[106.49417114300013,11.00899028800012],[106.4969406130001,11.007678032000058],[106.49813842900011,11.007814408000172],[106.5000000010001,11.00892448500008],[106.50151825000006,11.007829667000067],[106.50519561700014,11.008694650000166],[106.51553344700017,11.007170678000023],[106.52442932100007,11.011717796000028],[106.5171890260001,11.017623901000093],[106.51409912200006,11.016212464000091],[106.51235962000004,11.019889832000104],[106.50791931200013,11.017805099000157],[106.50042724600002,11.018327714000122],[106.50009918300015,11.020003320000058],[106.49581909300002,11.01963424700017],[106.49697876000016,11.024188041000173],[106.49440002400013,11.024189949000174],[106.49314880300005,11.03073978500015],[106.50217437800018,11.037412643000152],[106.50178527700001,11.038132667000013],[106.5105056760001,11.043700218000026],[106.50511932400013,11.051943779000055],[106.50411224400011,11.05117988600017],[106.50164032000004,11.054341316000091],[106.50580596800006,11.058167458000128],[106.51018524100016,11.060814857000025],[106.51104736400015,11.059717178000085],[106.51120758100018,11.061002731000144],[106.51791381800001,11.066389083000104],[106.51760864300007,11.066931723999971],[106.51962280300012,11.068589211000074],[106.52134704600007,11.065984727000057],[106.52346801800002,11.067659378000144],[106.52467346200012,11.06630039200013],[106.52371215700009,11.065243722000105],[106.52404785100015,11.064434052000081],[106.52552795500003,11.065673827000069],[106.526367187,11.064882278000084],[106.530349731,11.05579853200004],[106.53142547600015,11.054893494000112],[106.53150940000012,11.052871705000086],[106.53430175800008,11.050017356000069],[106.5361099230002,11.051083565999988],[106.53881836000005,11.049231529000167],[106.53911590600012,11.04959106399997],[106.54447937000003,11.044713020000131],[106.54595184400017,11.045223236000083],[106.54765319900014,11.04339122800019],[106.5486907950002,11.043766023000046],[106.5498886110002,11.046284676000141],[106.5462646490002,11.052132608000136],[106.53431701700003,11.057547569000064],[106.5316848760001,11.061276436000128],[106.52971649100004,11.065657616000067],[106.52522277800011,11.069792748000111],[106.52383422800017,11.073662759000115]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Nhuận Đức","Phường_":"Nhuận Đức","Mật_đ":711,"Dân_số":15517,"Diện_tí":21.83,"Biên_ch":36,"Tỉ_lệ_":431}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.52442932100007,11.011717796000028],[106.54809570300017,11.023590088000162],[106.54718780500019,11.025006294000093],[106.55426025400016,11.028216362000137],[106.54611969000018,11.043083190999994],[106.54765319900014,11.04339122800019],[106.54595184400017,11.045223236000083],[106.54447937000003,11.044713020000131],[106.53911590600012,11.04959106399997],[106.53881836000005,11.049231529000167],[106.5361099230002,11.051083565999988],[106.53430175800008,11.050017356000069],[106.53150940000012,11.052871705000086],[106.53142547600015,11.054893494000112],[106.530349731,11.05579853200004],[106.526367187,11.064882278000084],[106.52552795500003,11.065673827000069],[106.52404785100015,11.064434052000081],[106.52371215700009,11.065243722000105],[106.52467346200012,11.06630039200013],[106.52346801800002,11.067659378000144],[106.52134704600007,11.065984727000057],[106.51962280300012,11.068589211000074],[106.51760864300007,11.066931723999971],[106.51791381800001,11.066389083000104],[106.51120758100018,11.061002731000144],[106.51104736400015,11.059717178000085],[106.51018524100016,11.060814857000025],[106.50580596800006,11.058167458000128],[106.50164032000004,11.054341316000091],[106.50411224400011,11.05117988600017],[106.50511932400013,11.051943779000055],[106.5105056760001,11.043700218000026],[106.50178527700001,11.038132667000013],[106.50217437800018,11.037412643000152],[106.49314880300005,11.03073978500015],[106.49440002400013,11.024189949000174],[106.49697876000016,11.024188041000173],[106.49581909300002,11.01963424700017],[106.50009918300015,11.020003320000058],[106.50042724600002,11.018327714000122],[106.50791931200013,11.017805099000157],[106.51235962000004,11.019889832000104],[106.51409912200006,11.016212464000091],[106.5171890260001,11.017623901000093],[106.52442932100007,11.011717796000028]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phạm Văn Cội","Phường_":"Phạm Văn Cội","Mật_đ":380,"Dân_số":8805,"Diện_tí":23.2,"Biên_ch":36,"Tỉ_lệ_":245}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.5498886110002,11.046284676000141],[106.5486907950002,11.043766023000046],[106.54765319900014,11.04339122800019],[106.54611969000018,11.043083190999994],[106.55426025400016,11.028216362000137],[106.54718780500019,11.025006294000093],[106.54809570300017,11.023590088000162],[106.52442932100007,11.011717796000028],[106.51553344700017,11.007170678000023],[106.5176773070001,11.005405426000152],[106.51882171599999,11.00339221900009],[106.52217865000011,11.002947807999988],[106.53171539200014,10.996985436000159],[106.53861999600014,10.99552345300009],[106.54068756000015,10.995008469000084],[106.54215240400003,10.995829582000113],[106.54296875000006,10.995317459999967],[106.54632568400018,10.996631621999995],[106.55367279100011,11.004838943999971],[106.55535888700018,11.005924225000172],[106.5580749500001,11.001252174000058],[106.5631866450002,11.004515649000155],[106.56666565,11.005788804000076],[106.56604766900011,11.006999970000095],[106.58119964600013,11.015372277000154],[106.5780258170002,11.01876449700012],[106.57955932700008,11.021994591000066],[106.57860565200014,11.022994995000033],[106.57833099400011,11.02641868500018],[106.58011627300016,11.02824783400007],[106.57955169600007,11.029595374000053],[106.57764434700005,11.029546736999976],[106.5775909420002,11.03087711400002],[106.57810974100005,11.032912255000099],[106.57939147900004,11.034698486000025],[106.58071136500018,11.034860611],[106.58216094900001,11.036133766000091],[106.58277130200014,11.038214683000092],[106.58115386899999,11.041620255000112],[106.57962799000012,11.047698020000041],[106.57266235400004,11.054627419000042],[106.57167816200018,11.054294587000015],[106.56900787500012,11.050752640000155],[106.5684204100001,11.046619415000066],[106.56757354799998,11.045443534000185],[106.5646133420002,11.04493427300008],[106.55878448600004,11.045549392000055],[106.5498886110002,11.046284676000141]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phú Hoà Đông","Phường_":"Phú Hoà Đông","Mật_đ":1415,"Dân_số":30830,"Diện_tí":21.79,"Biên_ch":36,"Tỉ_lệ_":856}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.48840332000009,11.144370080000101],[106.48242187500017,11.142499925000038],[106.47945404100011,11.142275810000058],[106.4722824100001,11.143343927000046],[106.46723938100001,11.147885322000036],[106.47116851800013,11.153635979],[106.47095489500015,11.15525436500019],[106.46629333400017,11.157217027000002],[106.46385193000015,11.16001033800012],[106.45967102100019,11.158364296000173],[106.456146241,11.160309792000021],[106.45276641800007,11.158177377000072],[106.45146179200015,11.153482437000093],[106.45181274300012,11.151982306999969],[106.45269012400013,11.151446342000156],[106.45633697500017,11.15340232800014],[106.45774841400015,11.152915000000121],[106.45828247100002,11.147959710000123],[106.45631408700007,11.141487122000171],[106.45089721700003,11.136437416000149],[106.44577789300013,11.135831832000122],[106.44840240600013,11.130870820000155],[106.44478607100012,11.126762390000067],[106.44238281300005,11.115839958000151],[106.43781280500014,11.112166406000142],[106.43740844800016,11.109901427000011],[106.44405365,11.103986740000096],[106.44479370200014,11.10437393300009],[106.44703674400012,11.099267006000048],[106.44526672400019,11.09708881400013],[106.45182037300003,11.082198144000131],[106.4581069950001,11.086975098000153],[106.45919799900008,11.090106010000056],[106.4588241570001,11.091000557000086],[106.46273040699998,11.092972756000108],[106.46406555200008,11.092806816000063],[106.464744569,11.094531059000133],[106.46790313700006,11.097749710000073],[106.47206878700013,11.09867000600002],[106.47360992400019,11.099720955000066],[106.47609710600011,11.099688531000027],[106.47513580300006,11.108732225000097],[106.47710418800011,11.111586571000032],[106.48152923600014,11.122274399000048],[106.4856414790001,11.124775887000112],[106.48497772200017,11.126424789000112],[106.4850540160001,11.132289885999967],[106.48827362100013,11.134883880000018],[106.48840332000009,11.144370080000101]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phú Mỹ Hưng","Phường_":"Phú Mỹ Hưng","Mật_đ":335,"Dân_số":8199,"Diện_tí":24.45,"Biên_ch":36,"Tỉ_lệ_":228}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.42836761500001,10.98859691600012],[106.43314361600005,10.97989845300009],[106.43258667000015,10.979060174000097],[106.43334961000005,10.978881834999981],[106.43277740400015,10.97459220900015],[106.43215179400005,10.974802017000115],[106.42866516100014,10.966605187000141],[106.426078797,10.963061334000088],[106.44029235800019,10.9521017080001],[106.44372558600003,10.949375153000005],[106.45839691200018,10.968392370999993],[106.46046447800018,10.969740867000041],[106.4634399410001,10.97803402000011],[106.46372222900015,10.982103349000113],[106.4625167850001,10.98297882200012],[106.46425628600002,10.987040520000107],[106.46546936000004,10.98708057400006],[106.46597290100004,10.98886585300005],[106.46845245300005,10.988459587000023],[106.46779632500011,10.988947869000128],[106.46859741200007,10.990171432000182],[106.46964263900009,10.990414620000024],[106.46939086900005,10.991207123000152],[106.47039031900016,10.990764617000139],[106.4704818730001,10.992037774000039],[106.47116851800013,10.99224472100002],[106.47082519600013,10.993480682000097],[106.46867370600012,10.99301529000013],[106.46702575600006,11.000506401000052],[106.46419525100004,11.000812530000076],[106.4645156860002,11.0044775020001],[106.46537780900019,11.004830361000074],[106.46590423600014,11.006380081000032],[106.46279907300016,11.007985116000043],[106.46443176200017,11.011060715000099],[106.46436309900008,11.0130071640001],[106.46307373100018,11.014587403000007],[106.46141052300004,11.013672828000097],[106.45547485400016,11.015269280000041],[106.45049285900018,11.015634537000153],[106.44979858400018,11.012787819000152],[106.44120788600009,10.999096870000074],[106.43979644800004,10.999787330000174],[106.4367980950002,10.994597434000127],[106.43187713600008,10.991479873000173],[106.43029022200005,10.989368439000089],[106.42836761500001,10.98859691600012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phước Hiệp","Phường_":"Phước Hiệp","Mật_đ":713,"Dân_số":14002,"Diện_tí":19.64,"Biên_ch":36,"Tỉ_lệ_":389}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.45049285900018,11.015634537000153],[106.44765472300014,11.015448571000036],[106.44627380400004,11.019215585000154],[106.44486999500015,11.0196323400001],[106.44430541900016,11.020918847000019],[106.43964385999999,11.022933960000046],[106.43304443400001,11.026547432000086],[106.4326782220001,11.028852462000032],[106.43359374900007,11.029033661000028],[106.43383789100005,11.029994011000042],[106.43244171100014,11.03076648700005],[106.43238830500019,11.033741951000025],[106.43143463100012,11.033781053000041],[106.43164825300005,11.037895203000119],[106.4309158320001,11.039044380000064],[106.427925109,11.03782272400008],[106.42624664300007,11.039851190000036],[106.42643737900005,11.0414419170001],[106.42581939700005,11.041483879000054],[106.42335510200019,11.045410155000184],[106.42221069300007,11.044540404999964],[106.42273712100013,11.042773247000127],[106.42163085900006,11.04197597500007],[106.42219543500005,11.041465760000051],[106.42008209100015,11.036164284000165],[106.4181289670002,11.036014557000101],[106.41622161800007,11.034109116000081],[106.41517639100016,11.034151078000036],[106.41330718900002,11.031935691000115],[106.41138458300014,11.029254912999988],[106.40891265800013,11.022430421000081],[106.40953063900002,11.017859459000022],[106.40910339400011,11.014724732000104],[106.41127777100019,11.013175010000111],[106.41281890800008,11.008935929000131],[106.41614532400013,11.000707626000121],[106.42066955600018,10.99637699200008],[106.42505645700015,10.99409675600009],[106.42836761500001,10.98859691600012],[106.43029022200005,10.989368439000089],[106.43187713600008,10.991479873000173],[106.4367980950002,10.994597434000127],[106.43979644800004,10.999787330000174],[106.44120788600009,10.999096870000074],[106.44979858400018,11.012787819000152],[106.45049285900018,11.015634537000153]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phước Thạnh","Phường_":"Phước Thạnh","Mật_đ":1207,"Dân_số":18948,"Diện_tí":15.7,"Biên_ch":36,"Tỉ_lệ_":526}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.50604248000013,10.976178169000093],[106.50857544000007,10.973517419000075],[106.50789642400002,10.972056388000055],[106.51777648900014,10.961732864000112],[106.51990509100006,10.964380265000045],[106.52058410600017,10.963848113000097],[106.521896362,10.96540355600007],[106.52973938000008,10.956918716000075],[106.5347518920002,10.958798409000053],[106.53887939500004,10.96158504500005],[106.53994751000005,10.965381623000155],[106.53936004600007,10.969296456000109],[106.5421447760001,10.975323677999995],[106.54325866800008,10.975181579000093],[106.54566192600015,10.976939202000096],[106.54321289100011,10.977898599000184],[106.53768157900004,10.983906746000173],[106.5377960200002,10.989315034000185],[106.53858184900008,10.992203712000105],[106.53778076200018,10.993618966000156],[106.53861999600014,10.99552345300009],[106.53171539200014,10.996985436000159],[106.52217865000011,11.002947807999988],[106.51882171599999,11.00339221900009],[106.5176773070001,11.005405426000152],[106.51553344700017,11.007170678000023],[106.49928283700012,10.989789964000067],[106.49654388400006,10.985431672000061],[106.49937438900002,10.98431301200003],[106.50497436400019,10.979514122000182],[106.50315856900016,10.977962495000156],[106.50604248000013,10.976178169000093]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Phước Vĩnh An","Phường_":"Phước Vĩnh An","Mật_đ":1635,"Dân_số":26550,"Diện_tí":16.24,"Biên_ch":36,"Tỉ_lệ_":738}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.49654388400006,10.985431672000061],[106.49928283700012,10.989789964000067],[106.51553344700017,11.007170678000023],[106.50519561700014,11.008694650000166],[106.50151825000006,11.007829667000067],[106.5000000010001,11.00892448500008],[106.49813842900011,11.007814408000172],[106.4969406130001,11.007678032000058],[106.49417114300013,11.00899028800012],[106.48970794600007,11.007700921000094],[106.49117279000012,10.999427796000077],[106.49108123800016,10.996389388000068],[106.48590850800008,10.998278619000132],[106.48637390200003,10.986598969000113],[106.48396301200006,10.986546517000022],[106.4839324960002,10.987388611000029],[106.47979736399998,10.987297057000092],[106.47975158700001,10.989157677000037],[106.47811889600001,10.99004459300005],[106.47834777900005,10.989316941000084],[106.47647094600012,10.990084648000106],[106.47507476800007,10.989857674000177],[106.47116851800013,10.99224472100002],[106.4704818730001,10.992037774000039],[106.47039031900016,10.990764617000139],[106.46939086900005,10.991207123000152],[106.46964263900009,10.990414620000024],[106.46859741200007,10.990171432000182],[106.46779632500011,10.988947869000128],[106.46845245300005,10.988459587000023],[106.46597290100004,10.98886585300005],[106.46546936000004,10.98708057400006],[106.46425628600002,10.987040520000107],[106.4625167850001,10.98297882200012],[106.46372222900015,10.982103349000113],[106.4634399410001,10.97803402000011],[106.46046447800018,10.969740867000041],[106.45839691200018,10.968392370999993],[106.44372558600003,10.949375153000005],[106.45351410000012,10.94188022600008],[106.48738861000015,10.925061226000082],[106.49863433900009,10.947276117000058],[106.49771881200013,10.947512628000027],[106.4980697630001,10.950256349000085],[106.50077056999999,10.954605103000006],[106.4994277950002,10.956410407000021],[106.49837494000002,10.956149102000154],[106.49944305500003,10.956825257000048],[106.4990081790001,10.959694863000152],[106.49817657500006,10.960599899000101],[106.4998397830002,10.962179185000025],[106.49466705400005,10.965044975000183],[106.49383545000012,10.96449375100002],[106.48696899300018,10.9663314820001],[106.47959900000012,10.969878196000138],[106.48206329300018,10.975976944000081],[106.48654174800009,10.974541664000128],[106.48658752500006,10.976621627000043],[106.48791504000019,10.97701072700005],[106.48935699500004,10.979085922000081],[106.48942565800013,10.98118972800006],[106.49298095700004,10.979881287000069],[106.49654388400006,10.985431672000061]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Tân An Hội","Phường_":"Tân An Hội","Mật_đ":1168,"Dân_số":35327,"Diện_tí":30.24,"Biên_ch":36,"Tỉ_lệ_":981}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.52973938000008,10.956918716000075],[106.53437042200005,10.951902389000054],[106.53321075500014,10.95122241900009],[106.53321838300008,10.948609352000176],[106.53208923300008,10.94637107900013],[106.52954864600008,10.944824219000054],[106.52637481700015,10.941051483000024],[106.52555847100007,10.941308021999987],[106.52367401100014,10.940265656000122],[106.5247955330002,10.934314727000014],[106.52000427300004,10.92540550200016],[106.51810455200018,10.918312072000163],[106.53818512000004,10.91593742300006],[106.5613937380001,10.916891098000178],[106.56308746300016,10.918173790000083],[106.5642471320001,10.918977737999967],[106.57254791300011,10.919730186000095],[106.58437347500012,10.919637679000118],[106.58266449000001,10.924942017000092],[106.5815734860002,10.926076889],[106.58148193400007,10.929300309000098],[106.58351135200013,10.92873191800004],[106.58041381900006,10.934204102000024],[106.57559204100005,10.94646453900009],[106.56413269100017,10.968585015000144],[106.5622634890002,10.970419884000023],[106.54566192600015,10.976939202000096],[106.54325866800008,10.975181579000093],[106.5421447760001,10.975323677999995],[106.53936004600007,10.969296456000109],[106.53994751000005,10.965381623000155],[106.53887939500004,10.96158504500005],[106.5347518920002,10.958798409000053],[106.52973938000008,10.956918716000075]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Tân Phú Trung","Phường_":"Tân Phú Trung","Mật_đ":1654,"Dân_số":50913,"Diện_tí":30.78,"Biên_ch":36,"Tỉ_lệ_":1414}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62435150099998,10.957592010000155],[106.6156311040001,10.960823059000063],[106.61453247100008,10.96051693000004],[106.61408996500006,10.959491729000035],[106.60923767000008,10.960223198000108],[106.610443116,10.964104653000163],[106.60974121100014,10.964226723000138],[106.60868072600005,10.967679978000149],[106.60872650099998,10.971982002000118],[106.6103744510001,10.972211838000135],[106.61061859200015,10.974532126999975],[106.59774017400002,10.974848747000067],[106.59306335400015,10.975776671999995],[106.59423828199999,10.982521058000088],[106.57649993800015,10.983708382000088],[106.57751464800009,10.981341363000126],[106.58065795800007,10.977985383000089],[106.57344818100017,10.972573280000177],[106.57087707500006,10.97539806400016],[106.5622634890002,10.970419884000023],[106.56413269100017,10.968585015000144],[106.57559204100005,10.94646453900009],[106.58041381900006,10.934204102000024],[106.58351135200013,10.92873191800004],[106.60121154900014,10.92304897400004],[106.60278320300012,10.922911645000113],[106.62532806400003,10.949183464000043],[106.62558746400003,10.952016831000094],[106.62435150099998,10.957592010000155]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Tân Thạnh Đông","Phường_":"Tân Thạnh Đông","Mật_đ":1824,"Dân_số":48330,"Diện_tí":26.5,"Biên_ch":36,"Tỉ_lệ_":1343}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.53861999600014,10.99552345300009],[106.53778076200018,10.993618966000156],[106.53858184900008,10.992203712000105],[106.5377960200002,10.989315034000185],[106.53768157900004,10.983906746000173],[106.54321289100011,10.977898599000184],[106.54566192600015,10.976939202000096],[106.5622634890002,10.970419884000023],[106.57087707500006,10.97539806400016],[106.57344818100017,10.972573280000177],[106.58065795800007,10.977985383000089],[106.57751464800009,10.981341363000126],[106.57649993800015,10.983708382000088],[106.56666565,11.005788804000076],[106.5631866450002,11.004515649000155],[106.5580749500001,11.001252174000058],[106.55535888700018,11.005924225000172],[106.55367279100011,11.004838943999971],[106.54632568400018,10.996631621999995],[106.54296875000006,10.995317459999967],[106.54215240400003,10.995829582000113],[106.54068756000015,10.995008469000084],[106.53861999600014,10.99552345300009]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Tân Thạnh Tây","Phường_":"Tân Thạnh Tây","Mật_đ":1455,"Dân_số":16702,"Diện_tí":11.48,"Biên_ch":34,"Tỉ_lệ_":491}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.4998397830002,10.962179185000025],[106.49817657500006,10.960599899000101],[106.4990081790001,10.959694863000152],[106.49944305500003,10.956825257000048],[106.49837494000002,10.956149102000154],[106.4994277950002,10.956410407000021],[106.50077056999999,10.954605103000006],[106.4980697630001,10.950256349000085],[106.49771881200013,10.947512628000027],[106.49863433900009,10.947276117000058],[106.48738861000015,10.925061226000082],[106.48851776100008,10.924527168000111],[106.49600219600018,10.920837403000121],[106.51810455200018,10.918312072000163],[106.52000427300004,10.92540550200016],[106.5247955330002,10.934314727000014],[106.52367401100014,10.940265656000122],[106.52555847100007,10.941308021999987],[106.52637481700015,10.941051483000024],[106.52954864600008,10.944824219000054],[106.53208923300008,10.94637107900013],[106.53321838300008,10.948609352000176],[106.53321075500014,10.95122241900009],[106.53437042200005,10.951902389000054],[106.52973938000008,10.956918716000075],[106.521896362,10.96540355600007],[106.52058410600017,10.963848113000097],[106.51990509100006,10.964380265000045],[106.51777648900014,10.961732864000112],[106.50789642400002,10.972056388000055],[106.50857544000007,10.973517419000075],[106.50604248000013,10.976178169000093],[106.50540161200001,10.974773408000146],[106.5026702890001,10.975913049000042],[106.50337982200006,10.974491120000039],[106.50193023700012,10.973844529000132],[106.5030441290001,10.97250175400012],[106.50178527700001,10.970032693000007],[106.50010681100008,10.970636369000033],[106.49977111800007,10.969992639000111],[106.4997024540001,10.968239784000104],[106.50025177000009,10.968007088000036],[106.4998397830002,10.962179185000025]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Tân Thông Hội","Phường_":"Tân Thông Hội","Mật_đ":2925,"Dân_số":52299,"Diện_tí":17.88,"Biên_ch":36,"Tỉ_lệ_":1453}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.42836761500001,10.98859691600012],[106.42505645700015,10.99409675600009],[106.42066955600018,10.99637699200008],[106.41614532400013,11.000707626000121],[106.41281890800008,11.008935929000131],[106.4105224610002,11.00741386500016],[106.40633392400014,11.006213188000174],[106.40528869600013,11.003798485000118],[106.39203643700012,10.999791145000017],[106.38073730500014,10.998404503000074],[106.377250672,11.000427247000118],[106.3669509890002,10.998704911000061],[106.36360168499999,10.99726772400004],[106.36325073300009,10.997668266000176],[106.36206817500016,10.996241569000176],[106.35996246400009,10.995318413000177],[106.36030578500015,10.994663240000023],[106.35667419500004,10.991619110000045],[106.36173248199998,10.984683990000178],[106.37297058100017,10.969743729000072],[106.4114456170002,10.973843574000114],[106.426078797,10.963061334000088],[106.42866516100014,10.966605187000141],[106.43215179400005,10.974802017000115],[106.43277740400015,10.97459220900015],[106.43334961000005,10.978881834999981],[106.43258667000015,10.979060174000097],[106.43314361600005,10.97989845300009],[106.42836761500001,10.98859691600012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Thái Mỹ","Phường_":"Thái Mỹ","Mật_đ":616,"Dân_số":14878,"Diện_tí":24.14,"Biên_ch":36,"Tỉ_lệ_":413}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.58277130200014,11.038214683000092],[106.58216094900001,11.036133766000091],[106.58071136500018,11.034860611],[106.57939147900004,11.034698486000025],[106.57810974100005,11.032912255000099],[106.5775909420002,11.03087711400002],[106.57764434700005,11.029546736999976],[106.57955169600007,11.029595374000053],[106.58011627300016,11.02824783400007],[106.57833099400011,11.02641868500018],[106.57860565200014,11.022994995000033],[106.57955932700008,11.021994591000066],[106.5780258170002,11.01876449700012],[106.58119964600013,11.015372277000154],[106.56604766900011,11.006999970000095],[106.56666565,11.005788804000076],[106.57649993800015,10.983708382000088],[106.59423828199999,10.982521058000088],[106.59479522800007,10.982626916000129],[106.5940170290001,10.98649978700007],[106.59589386000005,10.987102508000078],[106.59832000800003,10.986374856000111],[106.5989913950001,10.98754501400009],[106.5978698720001,10.990992544999983],[106.59918975900018,10.993768692999993],[106.6019210820001,10.99682521900013],[106.60470581000015,10.99600982800007],[106.60521697900003,10.996663094000155],[106.60713195900007,10.996694565000155],[106.60770416300016,10.99544715900015],[106.60978698800011,10.994029045000048],[106.61193847600009,10.996233941000071],[106.61377715999998,10.994665145000113],[106.61668395900011,10.994041443000185],[106.62101745700016,11.001879693000035],[106.62130737299998,11.00367736700008],[106.62005615200013,11.008162500000026],[106.61750030500014,11.011021614000128],[106.61589050400005,11.01148510000013],[106.60834503100006,11.011837006999997],[106.59931183000003,11.014636993000067],[106.59751129100005,11.016832351000119],[106.59519195600006,11.02565097900009],[106.59556579700018,11.029976845000078],[106.60329437200005,11.039573669000049],[106.60299682500005,11.041106224000146],[106.60022735500002,11.044748307000134],[106.59618377600003,11.045753479000155],[106.59281158499999,11.04323577800011],[106.59104156500013,11.036905289000117],[106.5864868160001,11.036406518000149],[106.58277130200014,11.038214683000092]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Trung An","Phường_":"Trung An","Mật_đ":1341,"Dân_số":26809,"Diện_tí":19.99,"Biên_ch":36,"Tỉ_lệ_":745}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.45683288600009,11.054642678000164],[106.45524597200006,11.048827171000084],[106.45481109600013,11.040987015000155],[106.44465637300004,11.032081603000108],[106.43964385999999,11.022933960000046],[106.44430541900016,11.020918847000019],[106.44486999500015,11.0196323400001],[106.44627380400004,11.019215585000154],[106.44765472300014,11.015448571000036],[106.45049285900018,11.015634537000153],[106.45547485400016,11.015269280000041],[106.46141052300004,11.013672828000097],[106.46307373100018,11.014587403000007],[106.46436309900008,11.0130071640001],[106.46443176200017,11.011060715000099],[106.46279907300016,11.007985116000043],[106.46590423600014,11.006380081000032],[106.46537780900019,11.004830361000074],[106.4645156860002,11.0044775020001],[106.46419525100004,11.000812530000076],[106.46702575600006,11.000506401000052],[106.46867370600012,10.99301529000013],[106.47082519600013,10.993480682000097],[106.47116851800013,10.99224472100002],[106.47507476800007,10.989857674000177],[106.47647094600012,10.990084648000106],[106.47834777900005,10.989316941000084],[106.47811889600001,10.99004459300005],[106.47975158700001,10.989157677000037],[106.47979736399998,10.987297057000092],[106.4839324960002,10.987388611000029],[106.48396301200006,10.986546517000022],[106.48637390200003,10.986598969000113],[106.48590850800008,10.998278619000132],[106.49108123800016,10.996389388000068],[106.49117279000012,10.999427796000077],[106.48970794600007,11.007700921000094],[106.48615265000007,11.00680351300008],[106.48451232800005,11.007171631000176],[106.47929382299998,11.01340961599999],[106.47713470500003,11.018355370000108],[106.47716522100006,11.02282237900016],[106.47600555400015,11.026601791000076],[106.47230529800004,11.032763480000142],[106.47183990400009,11.037500382000019],[106.47229766800012,11.040189743000042],[106.470779419,11.043356896000034],[106.46797943100017,11.046148300000027],[106.46521759100006,11.046592713000166],[106.46175384600008,11.048454285000162],[106.4582748410001,11.051632881999979],[106.45683288600009,11.054642678000164]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Trung Lập Hạ","Phường_":"Trung Lập Hạ","Mật_đ":909,"Dân_số":15441,"Diện_tí":16.99,"Biên_ch":36,"Tỉ_lệ_":429}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.45182037300003,11.082198144000131],[106.44526672400019,11.09708881400013],[106.44703674400012,11.099267006000048],[106.44479370200014,11.10437393300009],[106.44405365,11.103986740000096],[106.43740844800016,11.109901427000011],[106.43384552100014,11.100222589000168],[106.43309021099998,11.100301742000056],[106.43228912300015,11.098292351000168],[106.43155670100009,11.098290443000167],[106.43084716800013,11.09206199600004],[106.42597198500005,11.091619491000131],[106.42654418900014,11.084137916999964],[106.42602539000012,11.077945709999995],[106.42735290500008,11.074014663000128],[106.42523193300013,11.068811417000177],[106.42575073200015,11.066558839000152],[106.42179870700011,11.06629085600008],[106.42073059100017,11.065135957000166],[106.42108154300007,11.064583779000145],[106.42018890400004,11.063364029000127],[106.42157745400016,11.061895370000002],[106.42069244500004,11.061096193000083],[106.42227172900016,11.059138298000164],[106.42053985500002,11.05823421600013],[106.42132568400012,11.05528354800009],[106.42063140900012,11.05303383000006],[106.42034912100007,11.051921844999981],[106.42432403500015,11.04778385200001],[106.42430877700014,11.047111512000185],[106.4225921640001,11.046586038000044],[106.42335510200019,11.045410155000184],[106.42581939700005,11.041483879000054],[106.42643737900005,11.0414419170001],[106.42624664300007,11.039851190000036],[106.427925109,11.03782272400008],[106.4309158320001,11.039044380000064],[106.43164825300005,11.037895203000119],[106.43143463100012,11.033781053000041],[106.43238830500019,11.033741951000025],[106.43244171100014,11.03076648700005],[106.43383789100005,11.029994011000042],[106.43359374900007,11.029033661000028],[106.4326782220001,11.028852462000032],[106.43304443400001,11.026547432000086],[106.43964385999999,11.022933960000046],[106.44465637300004,11.032081603000108],[106.45481109600013,11.040987015000155],[106.45524597200006,11.048827171000084],[106.45683288600009,11.054642678000164],[106.45581817600015,11.056239128000072],[106.45569610500007,11.060301781000078],[106.452095031,11.072625160000143],[106.45128631600016,11.079345703000115],[106.45182037300003,11.082198144000131]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Củ Chi","NAME_3":"Trung Lập Thượng","Phường_":"Trung Lập Thượng","Mật_đ":566,"Dân_số":13149,"Diện_tí":23.23,"Biên_ch":36,"Tỉ_lệ_":365}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6935195920002,10.822010994000038],[106.68904113700012,10.820918083000095],[106.68710327100018,10.819614410000156],[106.68560028100012,10.817108154999971],[106.68215179399999,10.810818672000153],[106.68399047800011,10.809968948000176],[106.68518829400006,10.81156540000012],[106.68508911200001,10.813944817000106],[106.68739318899998,10.814707757000122],[106.68827056800001,10.815803528000117],[106.68949890100015,10.814881325000101],[106.69130706800007,10.81566715200006],[106.69205474800015,10.817540170000086],[106.69333648600013,10.817848207000111],[106.6926879880001,10.818684578000102],[106.69412231500007,10.820528030000048],[106.6935195920002,10.822010994000038]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66358184900014,10.830674173000148],[106.66613769600013,10.82845211100016],[106.66801452700008,10.828392029000156],[106.67043304500004,10.827169419000029],[106.67311859099999,10.827956200000074],[106.67449951100002,10.826183320000098],[106.67759704600007,10.827013015999967],[106.67999267600004,10.82648563400005],[106.67758941600016,10.830865860000074],[106.67560577500007,10.835225105999996],[106.67552947899998,10.838553429000171],[106.670562744,10.838611602000071],[106.66525268500004,10.838645936000091],[106.66358184900014,10.830674173000148]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66525268500004,10.838645936000091],[106.6648025510001,10.844973565000032],[106.66037750200013,10.846263886000145],[106.66041565000012,10.846987725000076],[106.65690612800017,10.847702981000111],[106.65715026800012,10.842557907000185],[106.65833282500017,10.836441041000171],[106.65724945000017,10.835331916000143],[106.65934753300013,10.833194733000141],[106.66358184900014,10.830674173000148],[106.66525268500004,10.838645936000091]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.633972169,10.832386971000119],[106.64250946100015,10.828199386999984],[106.64633178800011,10.837343216000136],[106.64715576200007,10.839277268000103],[106.640151978,10.84433937100016],[106.633972169,10.832386971000119]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6561431880001,10.85147094700011],[106.66062164300018,10.852453231000027],[106.66500091500018,10.849802017000059],[106.66607666099998,10.856234551000057],[106.66550445600018,10.856317520000118],[106.66358184900014,10.855546951000008],[106.66150665200013,10.855701446000126],[106.65882873600009,10.857893943000079],[106.65687561000016,10.857729913000185],[106.65411377000004,10.859185219000153],[106.65265655500019,10.860740662000126],[106.65090942300003,10.859877586000152],[106.64988708499999,10.85906982400013],[106.65119171100014,10.857621193000057],[106.65141296400003,10.856031418000043],[106.6530303950002,10.856414794000159],[106.654014588,10.85505581000018],[106.65583801300016,10.855044365000026],[106.6561431880001,10.85147094700011]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.640151978,10.84433937100016],[106.64417266900006,10.846261978000143],[106.6561431880001,10.85147094700011],[106.65583801300016,10.855044365000026],[106.654014588,10.85505581000018],[106.6530303950002,10.856414794000159],[106.65141296400003,10.856031418000043],[106.65119171100014,10.857621193000057],[106.64988708499999,10.85906982400013],[106.64694976700014,10.857906342000092],[106.64636993500017,10.854077339000128],[106.64499664300001,10.854526520000093],[106.64427948000014,10.852835656000138],[106.64295196500012,10.852230073000044],[106.64281463600008,10.851004601000056],[106.64129638700012,10.849542617000054],[106.64015960700004,10.84932136599997],[106.63498687700013,10.844961167000065],[106.63375854400005,10.845123292000096],[106.63352966299999,10.841055870000162],[106.63210296600016,10.840346336000096],[106.63301849400005,10.838150978000158],[106.63193511900005,10.836775779000163],[106.6328201300002,10.83468055800006],[106.63236999400004,10.833011627000076],[106.633972169,10.832386971000119],[106.640151978,10.84433937100016]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66500091500018,10.849802017000059],[106.67338562100008,10.844358444000022],[106.67556762800007,10.847895622000124],[106.6769485480001,10.848731041000065],[106.67574310400016,10.850602149000167],[106.67598724300001,10.852073670000152],[106.67581939700017,10.853270532000067],[106.67504882899999,10.854911804000153],[106.67501831000004,10.85750103000015],[106.67282104400016,10.860648155000035],[106.66833496200007,10.857862472000022],[106.6670913690001,10.856014253000126],[106.66607666099998,10.856234551000057],[106.66500091500018,10.849802017000059]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.670562744,10.838611602000071],[106.67108154300001,10.841419221000137],[106.67338562100008,10.844358444000022],[106.66500091500018,10.849802017000059],[106.66062164300018,10.852453231000027],[106.6561431880001,10.85147094700011],[106.65690612800017,10.847702981000111],[106.66041565000012,10.846987725000076],[106.66037750200013,10.846263886000145],[106.6648025510001,10.844973565000032],[106.66525268500004,10.838645936000091],[106.670562744,10.838611602000071]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 16","Phường_":"Phường 16","Mật_đ":59921,"Dân_số":19774,"Diện_tí":0.33,"Biên_ch":36,"Tỉ_lệ_":549}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67758941600016,10.830865860000074],[106.67832183700011,10.830619813000055],[106.68213653600014,10.833525658999974],[106.68037414600019,10.838109016000033],[106.67661285400004,10.841985703000091],[106.67840576100014,10.847001076000026],[106.67888641400003,10.850951195000107],[106.67598724300001,10.852073670000152],[106.67574310400016,10.850602149000167],[106.6769485480001,10.848731041000065],[106.67556762800007,10.847895622000124],[106.67338562100008,10.844358444000022],[106.67108154300001,10.841419221000137],[106.670562744,10.838611602000071],[106.67552947899998,10.838553429000171],[106.67560577500007,10.835225105999996],[106.67758941600016,10.830865860000074]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 17","Phường_":"Phường 17","Mật_đ":45285,"Dân_số":23548,"Diện_tí":0.52,"Biên_ch":36,"Tỉ_lệ_":654}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68560028100012,10.817108154999971],[106.68238830500013,10.818875312999978],[106.68350982800013,10.820310591999998],[106.68202972400002,10.82301044400009],[106.67999267600004,10.82648563400005],[106.67759704600007,10.827013015999967],[106.67859649700011,10.826145173000043],[106.67833709800004,10.825201989000163],[106.6733322140002,10.822359086000063],[106.67487335300007,10.81829929300011],[106.67418670600017,10.817979812999965],[106.67562866100002,10.816505432000099],[106.676048278,10.814852714000153],[106.67498779300013,10.815129280000122],[106.67279815600006,10.814127922000068],[106.67855835000006,10.811285019000081],[106.67861175600001,10.812079429000107],[106.6806106570001,10.811951638000096],[106.68079376300017,10.811019896999994],[106.68192291300016,10.810402870000019],[106.68215179399999,10.810818672000153],[106.68560028100012,10.817108154999971]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68904113700012,10.820918083000095],[106.68806457600004,10.822941780000122],[106.68654632500011,10.82415771500007],[106.68561553900014,10.824885369000071],[106.68202972400002,10.82301044400009],[106.68350982800013,10.820310591999998],[106.68238830500013,10.818875312999978],[106.68560028100012,10.817108154999971],[106.68710327100018,10.819614410000156],[106.68904113700012,10.820918083000095]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69861602800017,10.823243142000024],[106.69916534400011,10.825724601000047],[106.70106506300004,10.827153206000048],[106.7008590710002,10.828209877000177],[106.699577331,10.828639985000052],[106.69979095500014,10.830294610000067],[106.69528198200015,10.831055641000091],[106.69348907500006,10.830047608000086],[106.69223022400007,10.830673218000129],[106.69079589900014,10.835723876999964],[106.68890380800019,10.838827133000052],[106.68441772500017,10.834486009000045],[106.6906356820001,10.827561379000144],[106.68654632500011,10.82415771500007],[106.68806457600004,10.822941780000122],[106.68904113700012,10.820918083000095],[106.6935195920002,10.822010994000038],[106.69861602800017,10.823243142000024]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68213653600014,10.833525658999974],[106.68441772500017,10.834486009000045],[106.68890380800019,10.838827133000052],[106.6892013550002,10.843909263000114],[106.68807220400015,10.846309663000113],[106.68666076600005,10.847331048000171],[106.68333435000017,10.847228051000059],[106.68300628700013,10.84856891600009],[106.6842269890002,10.850239755000018],[106.68360901000017,10.85161209100005],[106.68047332800006,10.851066589000027],[106.67888641400003,10.850951195000107],[106.67840576100014,10.847001076000026],[106.67661285400004,10.841985703000091],[106.68037414600019,10.838109016000033],[106.68213653600014,10.833525658999974]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67999267600004,10.82648563400005],[106.68202972400002,10.82301044400009],[106.68561553900014,10.824885369000071],[106.68654632500011,10.82415771500007],[106.6906356820001,10.827561379000144],[106.68441772500017,10.834486009000045],[106.68213653600014,10.833525658999974],[106.67832183700011,10.830619813000055],[106.67758941600016,10.830865860000074],[106.67999267600004,10.82648563400005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65715026800012,10.842557907000185],[106.64836120600017,10.843701363000093],[106.64417266900006,10.846261978000143],[106.640151978,10.84433937100016],[106.64715576200007,10.839277268000103],[106.64633178800011,10.837343216000136],[106.64910888600019,10.836615564000112],[106.65206146200006,10.836833001000059],[106.65724945000017,10.835331916000143],[106.65833282500017,10.836441041000171],[106.65715026800012,10.842557907000185]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65690612800017,10.847702981000111],[106.6561431880001,10.85147094700011],[106.64417266900006,10.846261978000143],[106.64836120600017,10.843701363000093],[106.65715026800012,10.842557907000185],[106.65690612800017,10.847702981000111]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Gò Vấp","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.59374999900001,10.827848435000078],[106.60045623800005,10.826073647000158],[106.60332489000007,10.826301575000002],[106.60428619300012,10.829675674000043],[106.60775756800001,10.835579873000142],[106.61532592800006,10.842793466000046],[106.60723114100011,10.855320930000062],[106.60620880100004,10.856877328000053],[106.60414123600015,10.85547351800011],[106.60163116400008,10.856542588000082],[106.60186004700012,10.857481004000078],[106.59889221200012,10.85797119200015],[106.59683227600004,10.85615253400016],[106.59446716300005,10.851532936000183],[106.5941543580002,10.845849036999994],[106.59287261999998,10.845752717000039],[106.5882110600001,10.842940330000147],[106.58004760700015,10.83697414300002],[106.5790863040001,10.835502624000071],[106.58200073300009,10.832774163000181],[106.58781433100006,10.832812310000008],[106.59095001300017,10.831834792000166],[106.5930786130001,10.829384805000018],[106.59516906800013,10.829792024000085],[106.59374999900001,10.827848435000078]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Bà Điểm","Phường_":"Bà Điểm","Mật_đ":12852,"Dân_số":96388,"Diện_tí":7.5,"Biên_ch":36,"Tỉ_lệ_":2677}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62174987900005,10.914484978000019],[106.61730957100013,10.912725448000117],[106.6175460820001,10.910314560000131],[106.62073516900011,10.90792083800011],[106.61941528400001,10.90411472400018],[106.61990356500002,10.899449348000132],[106.61901092500005,10.897399902000018],[106.62204742500012,10.895257948999983],[106.6218948360002,10.889919281000061],[106.6235351570001,10.889601707000054],[106.6235809320001,10.888527871000065],[106.62699127200017,10.884618758000158],[106.62921905600012,10.886434556000154],[106.63177490300012,10.891706468000052],[106.64236450200013,10.892301560000078],[106.64318847600009,10.893804551000187],[106.64689636200012,10.894784927000103],[106.64939117400013,10.895302774000072],[106.6523132330002,10.89478111200009],[106.65254211400003,10.893004418000146],[106.6532135010001,10.89179802000018],[106.65386962900004,10.891873360000034],[106.66335296600016,10.89300727900013],[106.66738891500006,10.891714096000157],[106.66899109000019,10.891857147000167],[106.67050933900009,10.897306443000048],[106.67057037400008,10.90117263899998],[106.65690612800017,10.904201508000085],[106.65666198700012,10.907179833000043],[106.65727996900011,10.908480644000065],[106.65380859400005,10.911643029000174],[106.65390777600004,10.914829254000097],[106.65318298400013,10.917684554999994],[106.65223693800004,10.91821670500019],[106.65316009600019,10.919587136000132],[106.6460495,10.919941903000108],[106.63891601600005,10.916306496000118],[106.63098907400001,10.916369438000174],[106.62174987900005,10.914484978000019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Đông Thạnh","Phường_":"Đông Thạnh","Mật_đ":6482,"Dân_số":83160,"Diện_tí":12.83,"Biên_ch":36,"Tỉ_lệ_":2310}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.58905029400012,10.89225387600004],[106.58701324400016,10.890969275999964],[106.58596801700008,10.8887729650001],[106.58394622700013,10.888416291000055],[106.58462524400011,10.887442588000056],[106.5913925160001,10.877782823000075],[106.5925216670002,10.878714562000141],[106.59390258900004,10.881950377999999],[106.5984878540001,10.883500098000184],[106.59854125900017,10.884801864000053],[106.60095977700007,10.884534837000047],[106.60242462100013,10.887691497000105],[106.60015106200001,10.888028145000078],[106.60054016200007,10.88901805900008],[106.59815216000004,10.88936710300004],[106.59893798700011,10.892276763999973],[106.59799194300018,10.89256954300015],[106.59466552700013,10.892978668000183],[106.59341430600006,10.891087531000096],[106.59107208300014,10.89102840400011],[106.58905029400012,10.89225387600004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Hóc Môn","Phường_":"Hóc Môn","Mật_đ":11924,"Dân_số":20748,"Diện_tí":1.74,"Biên_ch":36,"Tỉ_lệ_":576}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65723419200015,10.92593574500006],[106.65548705999998,10.921676637000076],[106.65316009600019,10.919587136000132],[106.65223693800004,10.91821670500019],[106.65318298400013,10.917684554999994],[106.65390777600004,10.914829254000097],[106.65380859400005,10.911643029000174],[106.65727996900011,10.908480644000065],[106.65666198700012,10.907179833000043],[106.65690612800017,10.904201508000085],[106.67057037400008,10.90117263899998],[106.67970275900012,10.903696060000186],[106.68151092400012,10.898436546000028],[106.68798828000013,10.901298522000047],[106.69274902300009,10.904171944000097],[106.69002533000008,10.911126138000157],[106.68489074700005,10.921139717000074],[106.68076324400005,10.92352199600009],[106.66790771400008,10.920942308000178],[106.6648025510001,10.921882629000095],[106.65723419200015,10.92593574500006]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Nhị Bình","Phường_":"Nhị Bình","Mật_đ":2044,"Dân_số":17433,"Diện_tí":8.53,"Biên_ch":36,"Tỉ_lệ_":484}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.60121154900014,10.92304897400004],[106.58351135200013,10.92873191800004],[106.58148193400007,10.929300309000098],[106.5815734860002,10.926076889],[106.58266449000001,10.924942017000092],[106.58437347500012,10.919637679000118],[106.57254791300011,10.919730186000095],[106.5642471320001,10.918977737999967],[106.56308746300016,10.918173790000083],[106.575698853,10.900306701000147],[106.58905029400012,10.89225387600004],[106.59107208300014,10.89102840400011],[106.59341430600006,10.891087531000096],[106.59466552700013,10.892978668000183],[106.59799194300018,10.89256954300015],[106.60208129900013,10.899267197000086],[106.60051727400014,10.906846047000101],[106.60167694100005,10.906842232000088],[106.60523986800007,10.909325601000091],[106.60936737100008,10.910928726000122],[106.61730957100013,10.912725448000117],[106.62174987900005,10.914484978000019],[106.60047149700017,10.917745589999981],[106.60121154900014,10.92304897400004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Tân Hiệp","Phường_":"Tân Hiệp","Mật_đ":2849,"Dân_số":34107,"Diện_tí":11.97,"Biên_ch":36,"Tỉ_lệ_":947}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.51810455200018,10.918312072000163],[106.49600219600018,10.920837403000121],[106.53160095200008,10.90264511099997],[106.53292846700003,10.900355338000168],[106.53219604500003,10.897535324000046],[106.54537963800004,10.88991069900004],[106.54917907800001,10.896371841000132],[106.56225585900012,10.886300087000109],[106.56442260700015,10.885600089000093],[106.56473541200018,10.887353897000082],[106.57721710200013,10.883934021000073],[106.58252716100014,10.885558129000174],[106.58261871300004,10.886676789000035],[106.58462524400011,10.887442588000056],[106.58394622700013,10.888416291000055],[106.58596801700008,10.8887729650001],[106.58701324400016,10.890969275999964],[106.58905029400012,10.89225387600004],[106.575698853,10.900306701000147],[106.56308746300016,10.918173790000083],[106.5613937380001,10.916891098000178],[106.53818512000004,10.91593742300006],[106.51810455200018,10.918312072000163]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Tân Thới Nhì","Phường_":"Tân Thới Nhì","Mật_đ":1838,"Dân_số":31769,"Diện_tí":17.28,"Biên_ch":36,"Tỉ_lệ_":882}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.5913925160001,10.877782823000075],[106.60130310100004,10.863780022000071],[106.60290527300009,10.865204811000126],[106.60488128600008,10.865345955000066],[106.60465240500008,10.86762619000018],[106.60730743400012,10.871026994000033],[106.60617828400012,10.871992110999997],[106.60691070600012,10.874937057000125],[106.60868072600005,10.874603271000069],[106.61077880900018,10.876918792000083],[106.60768890500015,10.883008003000043],[106.60078430100009,10.883970260000183],[106.5984878540001,10.883500098000184],[106.59390258900004,10.881950377999999],[106.5925216670002,10.878714562000141],[106.5913925160001,10.877782823000075]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Tân Xuân","Phường_":"Tân Xuân","Mật_đ":11534,"Dân_số":31604,"Diện_tí":2.74,"Biên_ch":36,"Tỉ_lệ_":878}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61730957100013,10.912725448000117],[106.60936737100008,10.910928726000122],[106.60523986800007,10.909325601000091],[106.60167694100005,10.906842232000088],[106.60051727400014,10.906846047000101],[106.60208129900013,10.899267197000086],[106.59799194300018,10.89256954300015],[106.59893798700011,10.892276763999973],[106.59815216000004,10.88936710300004],[106.60054016200007,10.88901805900008],[106.60015106200001,10.888028145000078],[106.60242462100013,10.887691497000105],[106.60095977700007,10.884534837000047],[106.59854125900017,10.884801864000053],[106.5984878540001,10.883500098000184],[106.60078430100009,10.883970260000183],[106.60768890500015,10.883008003000043],[106.61077880900018,10.876918792000083],[106.61495971800014,10.870325088000016],[106.61942291200012,10.871188164000046],[106.62484741200007,10.877152443000114],[106.62787628100011,10.881158829000128],[106.62524414000006,10.883132936000152],[106.62699127200017,10.884618758000158],[106.6235809320001,10.888527871000065],[106.6235351570001,10.889601707000054],[106.6218948360002,10.889919281000061],[106.62204742500012,10.895257948999983],[106.61901092500005,10.897399902000018],[106.61990356500002,10.899449348000132],[106.61941528400001,10.90411472400018],[106.62073516900011,10.90792083800011],[106.6175460820001,10.910314560000131],[106.61730957100013,10.912725448000117]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Thới Tam Thôn","Phường_":"Thới Tam Thôn","Mật_đ":9541,"Dân_số":85293,"Diện_tí":8.94,"Biên_ch":36,"Tỉ_lệ_":2369}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.60723114100011,10.855320930000062],[106.61552429200015,10.867368698000007],[106.61495971800014,10.870325088000016],[106.61077880900018,10.876918792000083],[106.60868072600005,10.874603271000069],[106.60691070600012,10.874937057000125],[106.60617828400012,10.871992110999997],[106.60730743400012,10.871026994000033],[106.60465240500008,10.86762619000018],[106.60488128600008,10.865345955000066],[106.60290527300009,10.865204811000126],[106.60130310100004,10.863780022000071],[106.60620880100004,10.856877328000053],[106.60723114100011,10.855320930000062]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Trung Chánh","Phường_":"Trung Chánh","Mật_đ":20355,"Dân_số":36028,"Diện_tí":1.77,"Biên_ch":36,"Tỉ_lệ_":1001}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.60620880100004,10.856877328000053],[106.60130310100004,10.863780022000071],[106.5913925160001,10.877782823000075],[106.59061432000004,10.87498188100011],[106.58660125700004,10.876641274000008],[106.58482360800014,10.875316620000035],[106.583648681,10.871152877000043],[106.5843658440001,10.868251801000156],[106.58347320500008,10.857686996000098],[106.58928680500003,10.859158515000047],[106.58917236200006,10.860019683000075],[106.59472656200012,10.862252235000085],[106.59555053600008,10.86334323900013],[106.59611511200006,10.860828401000049],[106.59688568100012,10.860953332000179],[106.59797668500016,10.858088493000025],[106.59883880500007,10.858518600000139],[106.59889221200012,10.85797119200015],[106.60186004700012,10.857481004000078],[106.60163116400008,10.856542588000082],[106.60414123600015,10.85547351800011],[106.60620880100004,10.856877328000053]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Xuân Thới Đông","Phường_":"Xuân Thới Đông","Mật_đ":12990,"Dân_số":38841,"Diện_tí":2.99,"Biên_ch":36,"Tỉ_lệ_":1079}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.53499603300008,10.87186908800004],[106.55796814000018,10.868254661000037],[106.56623840300011,10.871613504000038],[106.56909942600015,10.87127113300005],[106.57592010600013,10.867010117999996],[106.5757675170002,10.865942001000178],[106.57707214300012,10.865425111000036],[106.57669830300011,10.861248016000047],[106.57747650200014,10.859694480000087],[106.58054351800007,10.857751847000031],[106.58347320500008,10.857686996000098],[106.5843658440001,10.868251801000156],[106.583648681,10.871152877000043],[106.58482360800014,10.875316620000035],[106.58660125700004,10.876641274000008],[106.59061432000004,10.87498188100011],[106.5913925160001,10.877782823000075],[106.58462524400011,10.887442588000056],[106.58261871300004,10.886676789000035],[106.58252716100014,10.885558129000174],[106.57721710200013,10.883934021000073],[106.56473541200018,10.887353897000082],[106.56442260700015,10.885600089000093],[106.56225585900012,10.886300087000109],[106.54917907800001,10.896371841000132],[106.54537963800004,10.88991069900004],[106.53219604500003,10.897535324000046],[106.52589416500012,10.87363147800005],[106.53499603300008,10.87186908800004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Xuân Thới Sơn","Phường_":"Xuân Thới Sơn","Mật_đ":2377,"Dân_số":36123,"Diện_tí":15.2,"Biên_ch":36,"Tỉ_lệ_":1003}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.54463958800011,10.843183517000057],[106.54503631600011,10.844790458999967],[106.55594635000006,10.843028069000184],[106.56239318799999,10.844723700999964],[106.56324005200008,10.841381072000047],[106.56458282500006,10.840765953000073],[106.56924438600004,10.842817307000132],[106.575759888,10.842615127000101],[106.57656860400016,10.838379858999986],[106.5790863040001,10.835502624000071],[106.58004760700015,10.83697414300002],[106.5882110600001,10.842940330000147],[106.59287261999998,10.845752717000039],[106.5941543580002,10.845849036999994],[106.59446716300005,10.851532936000183],[106.59683227600004,10.85615253400016],[106.59889221200012,10.85797119200015],[106.59883880500007,10.858518600000139],[106.59797668500016,10.858088493000025],[106.59688568100012,10.860953332000179],[106.59611511200006,10.860828401000049],[106.59555053600008,10.86334323900013],[106.59472656200012,10.862252235000085],[106.58917236200006,10.860019683000075],[106.58928680500003,10.859158515000047],[106.58347320500008,10.857686996000098],[106.58054351800007,10.857751847000031],[106.57747650200014,10.859694480000087],[106.57669830300011,10.861248016000047],[106.57707214300012,10.865425111000036],[106.5757675170002,10.865942001000178],[106.57592010600013,10.867010117999996],[106.56909942600015,10.87127113300005],[106.56623840300011,10.871613504000038],[106.55796814000018,10.868254661000037],[106.53499603300008,10.87186908800004],[106.52880859400017,10.847504616000094],[106.54463958800011,10.843183517000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Hóc Môn","NAME_3":"Xuân Thới Thượng","Phường_":"Xuân Thới Thượng","Mật_đ":4404,"Dân_số":81781,"Diện_tí":18.57,"Biên_ch":36,"Tỉ_lệ_":2272}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77784729100006,10.605042458000185],[106.77243042000009,10.613737107000077],[106.77042388799998,10.620055199000035],[106.77151489200003,10.633431435000148],[106.77096557600004,10.636748313000112],[106.7691421510001,10.640007019000109],[106.7639770510001,10.644950867000034],[106.74906921500013,10.649641037000151],[106.74620056100014,10.645574569000132],[106.74098205600006,10.641120911000087],[106.73600006000015,10.639846801000147],[106.73462677000003,10.637735367000062],[106.73297882100019,10.636763574000042],[106.73249054000001,10.63412475500013],[106.731422425,10.633916855000166],[106.73116302600016,10.632938384999989],[106.7333145140002,10.628840447000073],[106.7316741950001,10.62771511000011],[106.72981262200017,10.628580092999982],[106.72905731200018,10.628087045000086],[106.72836303700001,10.624320983000018],[106.7315597540001,10.623653412000124],[106.73186492900004,10.622745514000144],[106.72996521000016,10.620363235000127],[106.72930908200004,10.616479873000173],[106.72790527299998,10.616720200000032],[106.7276382450001,10.61568737100015],[106.7290725700002,10.612116814000046],[106.73152923500015,10.61217308100015],[106.73282623400007,10.609901428000057],[106.73153686600017,10.608832360000065],[106.72904205400016,10.609231949000161],[106.72859191800006,10.608686448000071],[106.72662353500016,10.611152649000076],[106.72386932400008,10.61190032900015],[106.72231292600009,10.607312204000038],[106.71880340600018,10.605900765000058],[106.71966552700019,10.602659226000185],[106.72229004000019,10.599536897000178],[106.7205429080002,10.597715379000135],[106.72023010300018,10.596308708000151],[106.72350311200017,10.59359359800004],[106.72357177700007,10.591095924000172],[106.7232894890002,10.588068961999966],[106.72554779000006,10.585155488000169],[106.72718048100006,10.58550167200002],[106.72660827700014,10.584297180000021],[106.72871398900008,10.579957009000168],[106.73276519800004,10.580203056000187],[106.73495483400018,10.582699776000027],[106.73522186300016,10.585901261000117],[106.7370224,10.586334228000169],[106.73897552400013,10.585094453000181],[106.73948669400016,10.582783699000117],[106.73892211900005,10.581408500000123],[106.73502349900008,10.578934669000148],[106.73513793900014,10.57758903600012],[106.73670959500015,10.576925277000157],[106.73812866200007,10.578425408000044],[106.74121856700003,10.579106332000038],[106.74528503500005,10.575675964000084],[106.747047425,10.577923774000055],[106.75133514400011,10.580826760000093],[106.75795745900012,10.581753731000163],[106.76085662900005,10.58152961799999],[106.76564788899998,10.579456329000152],[106.76975250200007,10.576524734000145],[106.773132325,10.57584381200013],[106.77918243400012,10.57726001800006],[106.78267669700011,10.581935882000039],[106.78343963600008,10.587901116000126],[106.78263092000014,10.597100258000125],[106.77784729100006,10.605042458000185]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Hiệp Phước","Phường_":"Hiệp Phước","Mật_đ":542,"Dân_số":20687,"Diện_tí":38.2,"Biên_ch":36,"Tỉ_lệ_":575}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.73915863000019,10.665126800999985],[106.72968292200005,10.666622163000113],[106.72898864700011,10.667510987000071],[106.72721862800012,10.666799546000107],[106.72570037800006,10.668684006999968],[106.72310638300013,10.668189049000034],[106.72237396200018,10.667788505000146],[106.72282409700006,10.666952133000052],[106.7156906130001,10.66402626100006],[106.7138595580002,10.664410591999967],[106.71249389600018,10.66586113000011],[106.70623779300007,10.666854859000182],[106.70351410000006,10.66542148700006],[106.70383453300019,10.661718368000152],[106.70302581700008,10.661396026000148],[106.70288848800016,10.658972740000024],[106.70214080800014,10.659102441000186],[106.70175933799999,10.658082963000027],[106.70258331400015,10.655861854000023],[106.70052337700014,10.65523242900008],[106.70092010600018,10.653949737000175],[106.70186615000011,10.653083801000093],[106.70396423400018,10.653173448000132],[106.704833984,10.650925637000057],[106.70751190200008,10.649882316000117],[106.71204376200006,10.650300026000082],[106.71875762900004,10.64558506000003],[106.72129058800004,10.64624881800006],[106.72258758600009,10.645868301000121],[106.72321319600019,10.64142990200014],[106.72489929200003,10.640098572000113],[106.72559356700003,10.638223647000132],[106.7296295160001,10.63644599900016],[106.731422425,10.633916855000166],[106.73249054000001,10.63412475500013],[106.73297882100019,10.636763574000042],[106.73462677000003,10.637735367000062],[106.73600006000015,10.639846801000147],[106.74098205600006,10.641120911000087],[106.74620056100014,10.645574569000132],[106.74906921500013,10.649641037000151],[106.74160766500006,10.655708314000094],[106.73924255400004,10.661205292000147],[106.73915863000019,10.665126800999985]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Long Thới","Phường_":"Long Thới","Mật_đ":1471,"Dân_số":16022,"Diện_tí":10.89,"Biên_ch":34,"Tỉ_lệ_":471}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76012420600011,10.691086769000151],[106.75730896100015,10.694090843000026],[106.75194549500009,10.704977990000089],[106.74478912400014,10.703153610000129],[106.73572540200018,10.703181266000115],[106.73419952300014,10.698902131000182],[106.73242950500003,10.69778347099998],[106.72760009900014,10.698835373000179],[106.72627258400018,10.699845315000061],[106.72293853800016,10.696909905000041],[106.72315979100011,10.696038246000114],[106.72702789200014,10.693415641000115],[106.72750854500003,10.687933922000127],[106.72877502400007,10.6854486470001],[106.72754669100016,10.683520317000102],[106.72943115200002,10.683882714000106],[106.7306213380001,10.683356285000173],[106.73171997200006,10.68640041499998],[106.73309326100008,10.687495231000185],[106.73410797100018,10.68744182600011],[106.73459625200019,10.68649768900002],[106.73754882800006,10.686144828000067],[106.73913574200009,10.686841965000099],[106.73939514200003,10.686145783000086],[106.73995971800002,10.687197685000058],[106.74156189000007,10.687853813000174],[106.741996766,10.68743419599997],[106.74255371200007,10.688201904000096],[106.74700927800012,10.681813240000167],[106.75080871600011,10.685234070000035],[106.7516555790001,10.684254647000103],[106.75369262700008,10.68548965500014],[106.76012420600011,10.691086769000151]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Nhà Bè","Phường_":"Nhà Bè","Mật_đ":7578,"Dân_số":45395,"Diện_tí":5.99,"Biên_ch":36,"Tỉ_lệ_":1261}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68532562300015,10.656728744000134],[106.68764495900001,10.655729295000128],[106.68843841600005,10.653415679000034],[106.69036102400014,10.651372911000124],[106.69049072200005,10.64884948800011],[106.69133758500004,10.648495674000173],[106.69621276800007,10.649800300000095],[106.69730377200011,10.65190219800013],[106.70092010600018,10.653949737000175],[106.70052337700014,10.65523242900008],[106.70258331400015,10.655861854000023],[106.70175933799999,10.658082963000027],[106.70214080800014,10.659102441000186],[106.70288848800016,10.658972740000024],[106.70302581700008,10.661396026000148],[106.70383453300019,10.661718368000152],[106.70351410000006,10.66542148700006],[106.70623779300007,10.666854859000182],[106.71249389600018,10.66586113000011],[106.7138595580002,10.664410591999967],[106.7156906130001,10.66402626100006],[106.72282409700006,10.666952133000052],[106.72237396200018,10.667788505000146],[106.72310638300013,10.668189049000034],[106.72570037800006,10.668684006999968],[106.72721862800012,10.666799546000107],[106.72898864700011,10.667510987000071],[106.7270736690001,10.674090386000103],[106.72740936200006,10.678096771000014],[106.7257995600001,10.680801392000092],[106.71952819800009,10.680493355000067],[106.71705627500012,10.681992531000162],[106.71471405,10.681385995000028],[106.71305847200017,10.682200433000105],[106.7126388550002,10.684444428000063],[106.70995330700003,10.682188034999967],[106.70863342300004,10.682689665999987],[106.70873260500008,10.684578897000108],[106.70721435600018,10.686068534000128],[106.70561981100013,10.686509132000026],[106.70283508300008,10.688972472999978],[106.70162200900012,10.688751220000086],[106.69841766400009,10.692227363000029],[106.69486999500009,10.691151620000085],[106.69065094000013,10.694418908000046],[106.6890487670002,10.689399720000097],[106.69007873600003,10.688237191000098],[106.68959045500009,10.685542107000003],[106.6861190800002,10.686012269000003],[106.67955780000017,10.682463646000144],[106.68148803800017,10.67757415900013],[106.68117523100011,10.67573833500012],[106.67896270700004,10.672113418000151],[106.67877197300004,10.668339729000081],[106.67892456000015,10.664473535000127],[106.68037414600019,10.662919045000137],[106.6842956550002,10.661338806000003],[106.68532562300015,10.656728744000134]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Nhơn Đức","Phường_":"Nhơn Đức","Mật_đ":2000,"Dân_số":29120,"Diện_tí":14.56,"Biên_ch":36,"Tỉ_lệ_":809}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76012420600011,10.691086769000151],[106.75369262700008,10.68548965500014],[106.7516555790001,10.684254647000103],[106.75080871600011,10.685234070000035],[106.74700927800012,10.681813240000167],[106.74255371200007,10.688201904000096],[106.741996766,10.68743419599997],[106.74156189000007,10.687853813000174],[106.73995971800002,10.687197685000058],[106.73939514200003,10.686145783000086],[106.73913574200009,10.686841965000099],[106.73754882800006,10.686144828000067],[106.73459625200019,10.68649768900002],[106.73410797100018,10.68744182600011],[106.73309326100008,10.687495231000185],[106.73171997200006,10.68640041499998],[106.7306213380001,10.683356285000173],[106.72943115200002,10.683882714000106],[106.72754669100016,10.683520317000102],[106.7257995600001,10.680801392000092],[106.72740936200006,10.678096771000014],[106.7270736690001,10.674090386000103],[106.72898864700011,10.667510987000071],[106.72968292200005,10.666622163000113],[106.73915863000019,10.665126800999985],[106.73989105200002,10.667200088000016],[106.74230957100002,10.66978549900017],[106.74760437100008,10.670933723000132],[106.752456666,10.670428276000166],[106.76551056000011,10.665286065000032],[106.76880645700004,10.665810585000088],[106.77279663100012,10.668706893000092],[106.7737045290001,10.673105239000051],[106.77275848500017,10.676292419000163],[106.77217865000006,10.677515031000041],[106.77097320600018,10.68009090400011],[106.76012420600011,10.691086769000151]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Phú Xuân","Phường_":"Phú Xuân","Mật_đ":3612,"Dân_số":36116,"Diện_tí":10,"Biên_ch":36,"Tỉ_lệ_":1003}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68886566100014,10.712101937000057],[106.69071960500008,10.710690498000076],[106.69352722200011,10.703731537000124],[106.69419097800011,10.700278282999989],[106.69903564500015,10.694420815000115],[106.69841766400009,10.692227363000029],[106.70162200900012,10.688751220000086],[106.70283508300008,10.688972472999978],[106.70561981100013,10.686509132000026],[106.70721435600018,10.686068534000128],[106.70873260500008,10.684578897000108],[106.70863342300004,10.682689665999987],[106.70995330700003,10.682188034999967],[106.7126388550002,10.684444428000063],[106.71305847200017,10.682200433000105],[106.71471405,10.681385995000028],[106.71705627500012,10.681992531000162],[106.71952819800009,10.680493355000067],[106.7257995600001,10.680801392000092],[106.72754669100016,10.683520317000102],[106.72877502400007,10.6854486470001],[106.72750854500003,10.687933922000127],[106.72702789200014,10.693415641000115],[106.72315979100011,10.696038246000114],[106.72293853800016,10.696909905000041],[106.72627258400018,10.699845315000061],[106.725868225,10.70308113100009],[106.72447204500014,10.705680847999986],[106.72588348300002,10.709387779000053],[106.72514343300008,10.71212482499999],[106.7229690540002,10.715728759000115],[106.72515869200004,10.719257355000025],[106.72485351500006,10.720833777999985],[106.7205429080002,10.722593308000114],[106.7190933230001,10.719290734000083],[106.71799469100011,10.718853951000085],[106.71141815300007,10.720744134000029],[106.70875549300001,10.719594002999997],[106.70766449000007,10.72043418900006],[106.70742797900016,10.723452568000141],[106.70626831100014,10.725007057000084],[106.70322418200004,10.725328446000105],[106.69931793100005,10.724266052000132],[106.69267273000008,10.72553634600007],[106.6901321410001,10.725257873000032],[106.68886566100014,10.72119903600003],[106.689620972,10.71881580400003],[106.68849182100013,10.71605205700007],[106.68886566100014,10.712101937000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Phước Kiển","Phường_":"Phước Kiển","Mật_đ":3954,"Dân_số":60898,"Diện_tí":15.4,"Biên_ch":36,"Tỉ_lệ_":1692}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6733322140002,10.692356109000173],[106.67570495700011,10.689283372000034],[106.67620086800002,10.685407638000186],[106.67955780000017,10.682463646000144],[106.6861190800002,10.686012269000003],[106.68959045500009,10.685542107000003],[106.69007873600003,10.688237191000098],[106.6890487670002,10.689399720000097],[106.69065094000013,10.694418908000046],[106.69486999500009,10.691151620000085],[106.69841766400009,10.692227363000029],[106.69903564500015,10.694420815000115],[106.69419097800011,10.700278282999989],[106.69352722200011,10.703731537000124],[106.69071960500008,10.710690498000076],[106.68886566100014,10.712101937000057],[106.68576049799998,10.711659431000044],[106.68395996100014,10.713407518000167],[106.681228638,10.714529991000063],[106.67872619600007,10.711665154000059],[106.67819976900012,10.709828377000065],[106.67665862900014,10.709708214000159],[106.67444610600018,10.7051057810001],[106.67330169700006,10.70408916600013],[106.67459869300006,10.702202797999973],[106.6733322140002,10.692356109000173]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Nhà Bè","NAME_3":"Phước Lộc","Phường_":"Phước Lộc","Mật_đ":2406,"Dân_số":15641,"Diện_tí":6.5,"Biên_ch":34,"Tỉ_lệ_":460}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6819305410001,10.79586505900005],[106.68267059300001,10.795273781000105],[106.68423461900011,10.797129631000018],[106.68461608900009,10.799917222000033],[106.68302154500014,10.801754953000113],[106.68029022200017,10.799200057999997],[106.6819305410001,10.79586505900005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67445373600009,10.796245575000057],[106.66990661600005,10.798922540000149],[106.66848754900019,10.798221587000114],[106.66846466000015,10.79415512100013],[106.6715774540001,10.791848183000013],[106.6720428480001,10.791496277000022],[106.67445373600009,10.796245575000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6720428480001,10.791496277000022],[106.67389679000019,10.790120125000044],[106.67629242000015,10.790533067000126],[106.67709350700011,10.794686317000185],[106.67445373600009,10.796245575000057],[106.6720428480001,10.791496277000022]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67629242000015,10.790533067000126],[106.68165588300008,10.79127597900009],[106.68196106000005,10.791580201000045],[106.68005371100003,10.792943955000112],[106.67787933400018,10.7942237850001],[106.67709350700011,10.794686317000185],[106.67629242000015,10.790533067000126]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6715774540001,10.791848183000013],[106.670013428,10.791667938000103],[106.66807556200007,10.788895608000075],[106.67078399600018,10.78790092600019],[106.6710510260001,10.789291381000055],[106.67389679000019,10.790120125000044],[106.6720428480001,10.791496277000022],[106.6715774540001,10.791848183000013]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66846466000015,10.79415512100013],[106.66592407100018,10.791006089000177],[106.6660003670001,10.790733339000155],[106.66687011800019,10.789620399000057],[106.66807556200007,10.788895608000075],[106.670013428,10.791667938000103],[106.6715774540001,10.791848183000013],[106.66846466000015,10.79415512100013]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68029022200017,10.799200057999997],[106.67756652900016,10.799352645000113],[106.67787933400018,10.7942237850001],[106.68005371100003,10.792943955000112],[106.6819305410001,10.79586505900005],[106.68029022200017,10.799200057999997]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6819305410001,10.79586505900005],[106.68005371100003,10.792943955000112],[106.68196106000005,10.791580201000045],[106.68358612100013,10.792420388000039],[106.68613433799999,10.792519570000081],[106.68267059300001,10.795273781000105],[106.6819305410001,10.79586505900005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 17","Phường_":"Phường 17","Mật_đ":45285,"Dân_số":23548,"Diện_tí":0.52,"Biên_ch":36,"Tỉ_lệ_":654}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69203949000013,10.797289849000151],[106.6863479610002,10.799170494000066],[106.68453979600008,10.803251267999997],[106.68302154500014,10.801754953000113],[106.68461608900009,10.799917222000033],[106.68423461900011,10.797129631000018],[106.68267059300001,10.795273781000105],[106.68613433799999,10.792519570000081],[106.68635559100011,10.793237686000168],[106.68503570600006,10.79468345600003],[106.68524932900004,10.796864509000102],[106.68617248500004,10.796696663000091],[106.68724060000005,10.794877053000164],[106.69161224300001,10.795526506000158],[106.69203949000013,10.797289849000151]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68302154500014,10.801754953000113],[106.68453979600008,10.803251267999997],[106.68350219700011,10.804414749999978],[106.67899322600016,10.803329469000175],[106.68029022200017,10.799200057999997],[106.68302154500014,10.801754953000113]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67855835000006,10.811285019000081],[106.67899322600016,10.803329469000175],[106.68350219700011,10.804414749999978],[106.68012237600016,10.807054520999998],[106.68192291300016,10.810402870000019],[106.68079376300017,10.811019896999994],[106.6806106570001,10.811951638000096],[106.67861175600001,10.812079429000107],[106.67855835000006,10.811285019000081]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68399047800011,10.809968948000176],[106.68215179399999,10.810818672000153],[106.68192291300016,10.810402870000019],[106.68012237600016,10.807054520999998],[106.68350219700011,10.804414749999978],[106.68453979600008,10.803251267999997],[106.68560791100009,10.803980827000089],[106.68792724700012,10.803721428000188],[106.68849945100004,10.805626869000037],[106.68704986600011,10.806217194000112],[106.68708038300002,10.805244446000074],[106.68391418400017,10.807001114000116],[106.68399047800011,10.809968948000176]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69092559800015,10.803343772000005],[106.68792724700012,10.803721428000188],[106.68560791100009,10.803980827000089],[106.68453979600008,10.803251267999997],[106.6863479610002,10.799170494000066],[106.69203949000013,10.797289849000151],[106.69178772000004,10.800062181000044],[106.69242096000005,10.800934792000021],[106.69216156099998,10.802294731000188],[106.69078063900014,10.802369119000105],[106.69092559800015,10.803343772000005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67445373600009,10.796245575000057],[106.67709350700011,10.794686317000185],[106.67787933400018,10.7942237850001],[106.67756652900016,10.799352645000113],[106.66779327400019,10.800182342000085],[106.66990661600005,10.798922540000149],[106.67445373600009,10.796245575000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67279815600006,10.814127922000068],[106.672065734,10.812586785000178],[106.6724090580002,10.81066703800002],[106.67165374700011,10.809391976000029],[106.67073821900004,10.809853555000132],[106.67103576600005,10.807877540000163],[106.66999816900011,10.807718277000049],[106.66942596500019,10.806654930000093],[106.66904449500004,10.803326607000088],[106.66825103800005,10.802960396999993],[106.66715240400009,10.80024433200009],[106.66779327400019,10.800182342000085],[106.67756652900016,10.799352645000113],[106.68029022200017,10.799200057999997],[106.67899322600016,10.803329469000175],[106.67855835000006,10.811285019000081],[106.67279815600006,10.814127922000068]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Phú Nhuận","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70637512200017,10.79165077200014],[106.69808959900001,10.782894134000173],[106.69499206600017,10.779581071000052],[106.69906616200012,10.775832176000108],[106.7011413570001,10.770990371000153],[106.70816040000011,10.77058983000012],[106.70840454200004,10.775245666000046],[106.71039581300005,10.781879426000046],[106.71439361500006,10.784905433000063],[106.71388244600013,10.786849022000183],[106.71240997200016,10.787820817000068],[106.70877838200005,10.78772544800006],[106.70637512200017,10.79165077200014]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Bến Nghé","Phường_":"Bến Nghé","Mật_đ":4619,"Dân_số":11454,"Diện_tí":2.48,"Biên_ch":36,"Tỉ_lệ_":318}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69499206600017,10.779581071000052],[106.68943023700012,10.773625374000119],[106.687202453,10.771262169000067],[106.6899490350001,10.768446922000123],[106.69788360600012,10.771672248000186],[106.69821929900013,10.771148681000113],[106.7011413570001,10.770990371000153],[106.69906616200012,10.775832176000108],[106.69499206600017,10.779581071000052]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Bến Thành","Phường_":"Bến Thành","Mật_đ":12631,"Dân_số":11747,"Diện_tí":0.93,"Biên_ch":36,"Tỉ_lệ_":326}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68978881900011,10.761617662000106],[106.68523407100002,10.756423950999988],[106.68725585900017,10.753556252000124],[106.69268036,10.75829124400002],[106.69151306300017,10.760506630000009],[106.68978881900011,10.761617662000106]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Cầu kho","Phường_":"Cầu kho","Mật_đ":40253,"Dân_số":13686,"Diện_tí":0.34,"Biên_ch":36,"Tỉ_lệ_":380}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69705963000018,10.761876107000091],[106.69715118400012,10.762005805000172],[106.69986724900002,10.76440811200007],[106.70034790000011,10.764719010000022],[106.69988250700004,10.765391351000176],[106.69888305600006,10.764740943000163],[106.69645690900012,10.769207000000108],[106.69433593800005,10.766796112000122],[106.69705963000018,10.761876107000091]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Cầu Ông Lãnh","Phường_":"Cầu Ông Lãnh","Mật_đ":45770,"Dân_số":10527,"Diện_tí":0.23,"Biên_ch":36,"Tỉ_lệ_":292}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69268036,10.75829124400002],[106.69477081300005,10.759470939000039],[106.69705963000018,10.761876107000091],[106.69433593800005,10.766796112000122],[106.69265747100019,10.764883995000105],[106.68978881900011,10.761617662000106],[106.69151306300017,10.760506630000009],[106.69268036,10.75829124400002]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Cô Giang","Phường_":"Cô Giang","Mật_đ":32150,"Dân_số":11574,"Diện_tí":0.36,"Biên_ch":36,"Tỉ_lệ_":322}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6960067760001,10.793567656999983],[106.69590759300013,10.791851998000084],[106.69196319600019,10.787871362000033],[106.69808959900001,10.782894134000173],[106.70637512200017,10.79165077200014],[106.70048523000008,10.793336867999983],[106.69783020100004,10.793642045000126],[106.69752502400013,10.793650628000023],[106.6960067760001,10.793567656999983]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Đa Kao","Phường_":"Đa Kao","Mật_đ":14674,"Dân_số":14527,"Diện_tí":0.99,"Biên_ch":36,"Tỉ_lệ_":404}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68978881900011,10.761617662000106],[106.69265747100019,10.764883995000105],[106.6908264160001,10.764204978000123],[106.68954467800012,10.76614761400009],[106.68451690700005,10.768405915000187],[106.6842956550002,10.768170357000031],[106.6816711420002,10.765427590000058],[106.6833572380001,10.761177064000094],[106.68400573800011,10.759481430000108],[106.68523407100002,10.756423950999988],[106.68978881900011,10.761617662000106]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Nguyễn Cư Trinh","Phường_":"Nguyễn Cư Trinh","Mật_đ":27114,"Dân_số":20878,"Diện_tí":0.77,"Biên_ch":36,"Tỉ_lệ_":580}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7011413570001,10.770990371000153],[106.69821929900013,10.771148681000113],[106.69645690900012,10.769207000000108],[106.69888305600006,10.764740943000163],[106.69988250700004,10.765391351000176],[106.70034790000011,10.764719010000022],[106.701210022,10.765358925000157],[106.7036972040001,10.768116951000081],[106.70825195200001,10.769728662000091],[106.70816040000011,10.77058983000012],[106.7011413570001,10.770990371000153]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Nguyễn Thái Bình","Phường_":"Nguyễn Thái Bình","Mật_đ":20220,"Dân_số":9908,"Diện_tí":0.49,"Biên_ch":36,"Tỉ_lệ_":275}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.687202453,10.771262169000067],[106.68451690700005,10.768405915000187],[106.68954467800012,10.76614761400009],[106.6908264160001,10.764204978000123],[106.69265747100019,10.764883995000105],[106.69433593800005,10.766796112000122],[106.69645690900012,10.769207000000108],[106.69821929900013,10.771148681000113],[106.69788360600012,10.771672248000186],[106.6899490350001,10.768446922000123],[106.687202453,10.771262169000067]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Phạm Ngũ Lão","Phường_":"Phạm Ngũ Lão","Mật_đ":30034,"Dân_số":15017,"Diện_tí":0.5,"Biên_ch":36,"Tỉ_lệ_":417}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69161224300001,10.795526506000158],[106.68724060000005,10.794877053000164],[106.68617248500004,10.796696663000091],[106.68524932900004,10.796864509000102],[106.68503570600006,10.79468345600003],[106.68635559100011,10.793237686000168],[106.68613433799999,10.792519570000081],[106.69196319600019,10.787871362000033],[106.69590759300013,10.791851998000084],[106.6960067760001,10.793567656999983],[106.69483947800012,10.793485643000167],[106.69440460300012,10.79488563600006],[106.69161224300001,10.795526506000158]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 1","NAME_3":"Tân Định","Phường_":"Tân Định","Mật_đ":35298,"Dân_số":22238,"Diện_tí":0.63,"Biên_ch":36,"Tỉ_lệ_":618}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67643737900016,10.762205124000047],[106.6816711420002,10.765427590000058],[106.67866516100008,10.766381265000177],[106.67440032899998,10.767697334000104],[106.67643737900016,10.762205124000047]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67370605600001,10.771307946000036],[106.66769409200015,10.767997741000158],[106.67440032899998,10.767697334000104],[106.67581176700008,10.769604684000171],[106.67370605600001,10.771307946000036]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67581176700008,10.769604684000171],[106.67673492500006,10.770581245000074],[106.67903900100009,10.77271938400014],[106.68278503400018,10.775903701000061],[106.68162536700004,10.777841566999996],[106.67961883500016,10.774984361000008],[106.67370605600001,10.771307946000036],[106.67581176700008,10.769604684000171]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67370605600001,10.771307946000036],[106.67961883500016,10.774984361000008],[106.68162536700004,10.777841566999996],[106.6771316540001,10.7802352920001],[106.67103576600005,10.777963638000074],[106.67144775500014,10.777009963000125],[106.66683197100014,10.775149346000092],[106.66468811100003,10.777266503000021],[106.66377258300014,10.776565552000022],[106.66711425700004,10.767708780000135],[106.66769409200015,10.767997741000158],[106.67370605600001,10.771307946000036]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6771316540001,10.7802352920001],[106.67214965800002,10.782916070000056],[106.66468811100003,10.777266503000021],[106.66683197100014,10.775149346000092],[106.67144775500014,10.777009963000125],[106.67103576600005,10.777963638000074],[106.6771316540001,10.7802352920001]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66377258300014,10.776565552000022],[106.66197967600004,10.77816295700012],[106.66151428200004,10.777835847000063],[106.66027831900004,10.782124520000082],[106.65608978300003,10.777830124000047],[106.66001129200004,10.763837814000112],[106.66157531700003,10.764680862999967],[106.66403198300009,10.766017913000155],[106.66711425700004,10.767708780000135],[106.66377258300014,10.776565552000022]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66468811100003,10.777266503000021],[106.67214965800002,10.782916070000056],[106.67195892400008,10.78301715900011],[106.66463470600013,10.786920548000069],[106.66027831900004,10.782124520000082],[106.66151428200004,10.777835847000063],[106.66197967600004,10.77816295700012],[106.66377258300014,10.776565552000022],[106.66468811100003,10.777266503000021]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67440032899998,10.767697334000104],[106.67241668800011,10.764818192000064],[106.67227935900019,10.764616967000052],[106.67314911000011,10.760759354000129],[106.6750411980002,10.761299134000069],[106.67643737900016,10.762205124000047],[106.67440032899998,10.767697334000104]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67227935900019,10.764616967000052],[106.66889953600008,10.759855272000152],[106.67314911000011,10.760759354000129],[106.67227935900019,10.764616967000052]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67241668800011,10.764818192000064],[106.67024230900006,10.764305115000184],[106.66981506400015,10.76619720400015],[106.66758727900009,10.765681267000161],[106.66801452700008,10.76377773300004],[106.66889953600008,10.759855272000152],[106.67227935900019,10.764616967000052],[106.67241668800011,10.764818192000064]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66801452700008,10.76377773300004],[106.66472625800009,10.763009072000159],[106.665588378,10.759247781000056],[106.66889953600008,10.759855272000152],[106.66801452700008,10.76377773300004]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66157531700003,10.764680862999967],[106.66278839200015,10.758690835000152],[106.665588378,10.759247781000056],[106.66472625800009,10.763009072000159],[106.66403198300009,10.766017913000155],[106.66157531700003,10.764680862999967]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66001129200004,10.763837814000112],[106.66152954000006,10.758434295000086],[106.66278839200015,10.758690835000152],[106.66157531700003,10.764680862999967],[106.66001129200004,10.763837814000112]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66403198300009,10.766017913000155],[106.66472625800009,10.763009072000159],[106.66801452700008,10.76377773300004],[106.66758727900009,10.765681267000161],[106.66711425700004,10.767708780000135],[106.66403198300009,10.766017913000155]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66769409200015,10.767997741000158],[106.66711425700004,10.767708780000135],[106.66758727900009,10.765681267000161],[106.66981506400015,10.76619720400015],[106.67024230900006,10.764305115000184],[106.67241668800011,10.764818192000064],[106.67440032899998,10.767697334000104],[106.66769409200015,10.767997741000158]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 10","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64159393300002,10.759007455000074],[106.63533020000006,10.757831574000022],[106.63760375900011,10.754665376000048],[106.64186096100013,10.754345894000096],[106.6417007440001,10.758532525000021],[106.64159393300002,10.759007455000074]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6417007440001,10.758532525000021],[106.643928528,10.758405686000117],[106.64497375500008,10.764348985000083],[106.64646911699998,10.765336991000083],[106.64487457200016,10.765921593000144],[106.64237976000015,10.766786576000072],[106.64159393300002,10.759007455000074],[106.6417007440001,10.758532525000021]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65406799300007,10.766478539000047],[106.65249633700006,10.768779755000025],[106.65203094500009,10.768955231000177],[106.64646911699998,10.765336991000083],[106.64730072100008,10.764866829000084],[106.65122985800019,10.762787819000039],[106.6517868040001,10.76617813100006],[106.65406799300007,10.766478539000047]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65122985800019,10.762787819000039],[106.65091705300017,10.758927346000121],[106.65145111100009,10.759222985000122],[106.65706634600008,10.76224041100005],[106.65122985800019,10.762787819000039]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65122985800019,10.762787819000039],[106.65706634600008,10.76224041100005],[106.65406799300007,10.766478539000047],[106.6517868040001,10.76617813100006],[106.65122985800019,10.762787819000039]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64646911699998,10.765336991000083],[106.65203094500009,10.768955231000177],[106.64907073900014,10.77324485700018],[106.64796447700007,10.77224064000012],[106.64487457200016,10.765921593000144],[106.64646911699998,10.765336991000083]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65608978300003,10.777830124000047],[106.65593719600014,10.778373719000172],[106.6532135010001,10.775415421000162],[106.65249633700006,10.768779755000025],[106.65406799300007,10.766478539000047],[106.65706634600008,10.76224041100005],[106.66001129200004,10.763837814000112],[106.65608978300003,10.777830124000047]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65091705300017,10.758927346000121],[106.64928436400015,10.758040429000175],[106.64247131400009,10.754281998000124],[106.64317321800007,10.754207612000016],[106.64978027200016,10.753503799000157],[106.65075683600014,10.75341415500003],[106.65110015900001,10.756342887000017],[106.65131378200005,10.758126258000061],[106.65145111100009,10.759222985000122],[106.65091705300017,10.758927346000121]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 16","Phường_":"Phường 16","Mật_đ":59921,"Dân_số":19774,"Diện_tí":0.33,"Biên_ch":36,"Tỉ_lệ_":549}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64186096100013,10.754345894000096],[106.64247131400009,10.754281998000124],[106.64928436400015,10.758040429000175],[106.64587402400008,10.758270265000021],[106.643928528,10.758405686000117],[106.6417007440001,10.758532525000021],[106.64186096100013,10.754345894000096]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64159393300002,10.759007455000074],[106.64237976000015,10.766786576000072],[106.63760375900011,10.768992425000022],[106.63568878200005,10.76957225700005],[106.63570404000006,10.762531280000019],[106.63504028400001,10.759801864000167],[106.63416290300017,10.759028435000005],[106.63533020000006,10.757831574000022],[106.64159393300002,10.759007455000074]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65110015900001,10.756342887000017],[106.65603637800012,10.757323266000071],[106.65953826900011,10.75803470600016],[106.65879821700014,10.75972175600009],[106.65131378200005,10.758126258000061],[106.65110015900001,10.756342887000017]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64487457200016,10.765921593000144],[106.64796447700007,10.77224064000012],[106.64907073900014,10.77324485700018],[106.64806365900012,10.774791717000085],[106.64770507800006,10.77524376000008],[106.6443252570001,10.775012969999977],[106.64212036100008,10.772140503000116],[106.64162445000017,10.77255249000018],[106.63760375900011,10.768992425000022],[106.64237976000015,10.766786576000072],[106.64487457200016,10.765921593000144]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65145111100009,10.759222985000122],[106.65131378200005,10.758126258000061],[106.65879821700014,10.75972175600009],[106.65706634600008,10.76224041100005],[106.65145111100009,10.759222985000122]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66001129200004,10.763837814000112],[106.65706634600008,10.76224041100005],[106.65879821700014,10.75972175600009],[106.65953826900011,10.75803470600016],[106.66152954000006,10.758434295000086],[106.66001129200004,10.763837814000112]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64730072100008,10.764866829000084],[106.6462554920002,10.762938499000086],[106.64587402400008,10.758270265000021],[106.64928436400015,10.758040429000175],[106.65091705300017,10.758927346000121],[106.65122985800019,10.762787819000039],[106.64730072100008,10.764866829000084]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.643928528,10.758405686000117],[106.64587402400008,10.758270265000021],[106.6462554920002,10.762938499000086],[106.64730072100008,10.764866829000084],[106.64646911699998,10.765336991000083],[106.64497375500008,10.764348985000083],[106.643928528,10.758405686000117]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 11","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69688415500013,10.871295929000155],[106.68959808300019,10.86626243600017],[106.68339538500015,10.856394768000087],[106.68161773700012,10.855289459000062],[106.68047332800006,10.851066589000027],[106.68360901000017,10.85161209100005],[106.6842269890002,10.850239755000018],[106.68300628700013,10.84856891600009],[106.68333435000017,10.847228051000059],[106.68666076600005,10.847331048000171],[106.68807220400015,10.846309663000113],[106.6892013550002,10.843909263000114],[106.68890380800019,10.838827133000052],[106.69079589900014,10.835723876999964],[106.69223022400007,10.830673218000129],[106.69348907500006,10.830047608000086],[106.69528198200015,10.831055641000091],[106.69594574000018,10.832696915000156],[106.70048523000008,10.835284234000085],[106.70095062300015,10.837411881000037],[106.70281219500015,10.839135170000077],[106.70000457800012,10.840802193000059],[106.6980590820001,10.843642235000004],[106.6980056770002,10.847475053000096],[106.69905090300017,10.850017547000107],[106.7043304440001,10.851715089000038],[106.71039581300005,10.851119996000136],[106.71403503300007,10.85153198300003],[106.71643829300012,10.853275299000188],[106.71813202000004,10.856006622000166],[106.71714782700002,10.861390115000177],[106.71543884400012,10.86406135499999],[106.71322631800001,10.86588955000019],[106.70280456500006,10.866961479000167],[106.69986724900002,10.868433952000032],[106.69688415500013,10.871295929000155]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"An Phú Đông","Phường_":"An Phú Đông","Mật_đ":7017,"Dân_số":61892,"Diện_tí":8.82,"Biên_ch":36,"Tỉ_lệ_":1719}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64295196500012,10.852230073000044],[106.640930175,10.852849960000071],[106.64109039300013,10.853846551000004],[106.63853454500003,10.854258538000124],[106.63938141000006,10.856578827000135],[106.63748931900005,10.85554885900018],[106.62862396300017,10.850887300000068],[106.62349700800007,10.848493576000067],[106.62400817899999,10.844426155000065],[106.62799835200019,10.843751908000115],[106.62655639600007,10.825943946000166],[106.62789154100017,10.824694633000092],[106.63024139400017,10.827888490000134],[106.63236999400004,10.833011627000076],[106.6328201300002,10.83468055800006],[106.63193511900005,10.836775779000163],[106.63301849400005,10.838150978000158],[106.63210296600016,10.840346336000096],[106.63352966299999,10.841055870000162],[106.63375854400005,10.845123292000096],[106.63498687700013,10.844961167000065],[106.64015960700004,10.84932136599997],[106.64129638700012,10.849542617000054],[106.64281463600008,10.851004601000056],[106.64295196500012,10.852230073000044]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Đông Hưng Thuận","Phường_":"Đông Hưng Thuận","Mật_đ":18137,"Dân_số":46250,"Diện_tí":2.55,"Biên_ch":36,"Tỉ_lệ_":1285}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62699127200017,10.884618758000158],[106.62524414000006,10.883132936000152],[106.62787628100011,10.881158829000128],[106.62484741200007,10.877152443000114],[106.62669372500017,10.875116348000176],[106.63069152800011,10.874184609000054],[106.63681793200004,10.870452882000109],[106.63832092300015,10.871799470000155],[106.6496200570001,10.865020752000078],[106.64877319300007,10.881164551000097],[106.64689636200012,10.894784927000103],[106.64318847600009,10.893804551000187],[106.64236450200013,10.892301560000078],[106.63177490300012,10.891706468000052],[106.62921905600012,10.886434556000154],[106.62699127200017,10.884618758000158]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Hiệp Thành","Phường_":"Hiệp Thành","Mật_đ":19157,"Dân_số":103832,"Diện_tí":5.42,"Biên_ch":36,"Tỉ_lệ_":2884}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61495971800014,10.870325088000016],[106.61552429200015,10.867368698000007],[106.61785125800014,10.85891437600003],[106.62467193600014,10.854766847000121],[106.62712097300016,10.851457597000092],[106.62862396300017,10.850887300000068],[106.63748931900005,10.85554885900018],[106.63095092700013,10.860073090000185],[106.63436126700009,10.865153313000121],[106.63681793200004,10.870452882000109],[106.63069152800011,10.874184609000054],[106.62669372500017,10.875116348000176],[106.62484741200007,10.877152443000114],[106.61942291200012,10.871188164000046],[106.61495971800014,10.870325088000016]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Tân Chánh Hiệp","Phường_":"Tân Chánh Hiệp","Mật_đ":18711,"Dân_số":78772,"Diện_tí":4.21,"Biên_ch":36,"Tỉ_lệ_":2188}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62349700800007,10.848493576000067],[106.61978912400008,10.846573830000011],[106.61532592800006,10.842793466000046],[106.62655639600007,10.825943946000166],[106.62799835200019,10.843751908000115],[106.62400817899999,10.844426155000065],[106.62349700800007,10.848493576000067]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Tân Hưng Thuận","Phường_":"Tân Hưng Thuận","Mật_đ":22519,"Dân_số":40759,"Diện_tí":1.81,"Biên_ch":36,"Tỉ_lệ_":1132}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65090942300003,10.859877586000152],[106.64985656800008,10.861030578000168],[106.6496200570001,10.865020752000078],[106.63832092300015,10.871799470000155],[106.63681793200004,10.870452882000109],[106.63436126700009,10.865153313000121],[106.63095092700013,10.860073090000185],[106.63748931900005,10.85554885900018],[106.63938141000006,10.856578827000135],[106.63853454500003,10.854258538000124],[106.64109039300013,10.853846551000004],[106.640930175,10.852849960000071],[106.64295196500012,10.852230073000044],[106.64427948000014,10.852835656000138],[106.64499664300001,10.854526520000093],[106.64636993500017,10.854077339000128],[106.64694976700014,10.857906342000092],[106.64988708499999,10.85906982400013],[106.65090942300003,10.859877586000152]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Tân Thới Hiệp","Phường_":"Tân Thới Hiệp","Mật_đ":21639,"Dân_số":56694,"Diện_tí":2.62,"Biên_ch":36,"Tỉ_lệ_":1575}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61617279000018,10.819410325000035],[106.61766052200016,10.819778442000029],[106.61992645300012,10.818629266000187],[106.62337494000008,10.819463730000109],[106.62789154100017,10.824694633000092],[106.62655639600007,10.825943946000166],[106.61532592800006,10.842793466000046],[106.60775756800001,10.835579873000142],[106.60428619300012,10.829675674000043],[106.60332489000007,10.826301575000002],[106.60742950500014,10.823338509000166],[106.61439514200015,10.821216584000183],[106.61617279000018,10.819410325000035]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Tân Thới Nhất","Phường_":"Tân Thới Nhất","Mật_đ":19878,"Dân_số":77525,"Diện_tí":3.9,"Biên_ch":36,"Tỉ_lệ_":2153}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69274902300009,10.904171944000097],[106.68798828000013,10.901298522000047],[106.68912506100008,10.897154808000039],[106.68800354100006,10.89356136200007],[106.68492889400011,10.888212204000126],[106.68184662000016,10.885470391000013],[106.67996215900013,10.882548332999988],[106.67691802900015,10.875473022000165],[106.67700958300009,10.870596886000158],[106.67883300800003,10.86764812500013],[106.67695617599998,10.861153603000105],[106.67665862900014,10.855746270000111],[106.67581939700017,10.853270532000067],[106.67598724300001,10.852073670000152],[106.67888641400003,10.850951195000107],[106.68047332800006,10.851066589000027],[106.68161773700012,10.855289459000062],[106.68339538500015,10.856394768000087],[106.68959808300019,10.86626243600017],[106.69688415500013,10.871295929000155],[106.68930816700015,10.881191254999976],[106.68901824900013,10.884971620000044],[106.69149017400014,10.889369010999985],[106.6938171380001,10.893481255999973],[106.69453430200014,10.896244050000178],[106.69274902300009,10.904171944000097]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Thạnh Lộc","Phường_":"Thạnh Lộc","Mật_đ":12049,"Dân_số":70247,"Diện_tí":5.83,"Biên_ch":36,"Tỉ_lệ_":1951}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66607666099998,10.856234551000057],[106.6670913690001,10.856014253000126],[106.66833496200007,10.857862472000022],[106.67282104400016,10.860648155000035],[106.67501831000004,10.85750103000015],[106.67504882899999,10.854911804000153],[106.67581939700017,10.853270532000067],[106.67665862900014,10.855746270000111],[106.67695617599998,10.861153603000105],[106.67883300800003,10.86764812500013],[106.67700958300009,10.870596886000158],[106.67691802900015,10.875473022000165],[106.67996215900013,10.882548332999988],[106.68184662000016,10.885470391000013],[106.68492889400011,10.888212204000126],[106.68800354100006,10.89356136200007],[106.68912506100008,10.897154808000039],[106.68798828000013,10.901298522000047],[106.68151092400012,10.898436546000028],[106.67970275900012,10.903696060000186],[106.67057037400008,10.90117263899998],[106.67050933900009,10.897306443000048],[106.66899109000019,10.891857147000167],[106.66738891500006,10.891714096000157],[106.66335296600016,10.89300727900013],[106.65386962900004,10.891873360000034],[106.65540313800017,10.89014721000018],[106.66199493400006,10.89013290400004],[106.65998077300009,10.887602806000132],[106.65708923200003,10.886466980000137],[106.65941619900013,10.884111404000123],[106.65868377700008,10.879037857000185],[106.66152191200018,10.879011155000114],[106.66365051200006,10.876817703000143],[106.66315460200008,10.874848365000105],[106.66075134400018,10.873674393000101],[106.6620559700001,10.869872094000016],[106.65995788600009,10.867104530000177],[106.66481781000005,10.86148452700013],[106.66504669200015,10.859983444000022],[106.66383361800013,10.857920647000128],[106.66426849400005,10.856853485000158],[106.66550445600018,10.856317520000118],[106.66607666099998,10.856234551000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Thạnh Xuân","Phường_":"Thạnh Xuân","Mật_đ":6928,"Dân_số":67133,"Diện_tí":9.69,"Biên_ch":36,"Tỉ_lệ_":1865}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66550445600018,10.856317520000118],[106.66426849400005,10.856853485000158],[106.66383361800013,10.857920647000128],[106.66504669200015,10.859983444000022],[106.66481781000005,10.86148452700013],[106.65995788600009,10.867104530000177],[106.6620559700001,10.869872094000016],[106.66075134400018,10.873674393000101],[106.66315460200008,10.874848365000105],[106.66365051200006,10.876817703000143],[106.66152191200018,10.879011155000114],[106.65868377700008,10.879037857000185],[106.65941619900013,10.884111404000123],[106.65708923200003,10.886466980000137],[106.65998077300009,10.887602806000132],[106.66199493400006,10.89013290400004],[106.65540313800017,10.89014721000018],[106.65386962900004,10.891873360000034],[106.6532135010001,10.89179802000018],[106.65254211400003,10.893004418000146],[106.6523132330002,10.89478111200009],[106.64939117400013,10.895302774000072],[106.64689636200012,10.894784927000103],[106.64877319300007,10.881164551000097],[106.6496200570001,10.865020752000078],[106.64985656800008,10.861030578000168],[106.65090942300003,10.859877586000152],[106.65265655500019,10.860740662000126],[106.65411377000004,10.859185219000153],[106.65687561000016,10.857729913000185],[106.65882873600009,10.857893943000079],[106.66150665200013,10.855701446000126],[106.66358184900014,10.855546951000008],[106.66550445600018,10.856317520000118]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Thới An","Phường_":"Thới An","Mật_đ":10446,"Dân_số":54108,"Diện_tí":5.18,"Biên_ch":36,"Tỉ_lệ_":1503}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61532592800006,10.842793466000046],[106.61978912400008,10.846573830000011],[106.62349700800007,10.848493576000067],[106.62862396300017,10.850887300000068],[106.62712097300016,10.851457597000092],[106.62467193600014,10.854766847000121],[106.61785125800014,10.85891437600003],[106.61552429200015,10.867368698000007],[106.60723114100011,10.855320930000062],[106.61532592800006,10.842793466000046]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 12","NAME_3":"Trung Mỹ Tây","Phường_":"Trung Mỹ Tây","Mật_đ":17354,"Dân_số":47030,"Diện_tí":2.71,"Biên_ch":36,"Tỉ_lệ_":1306}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71439361500006,10.784905433000063],[106.71039581300005,10.781879426000046],[106.70840454200004,10.775245666000046],[106.71215057500012,10.774765968000168],[106.71520996100008,10.777660371000138],[106.71614074700005,10.773612022000066],[106.71691894600019,10.773243904000026],[106.71730041600017,10.774764061000099],[106.71883392300009,10.775988578000067],[106.72076416100015,10.776371955999991],[106.72109222400019,10.777628900000082],[106.72391510100005,10.777146340000115],[106.72596740700004,10.77886772300019],[106.7276229850001,10.779401780000057],[106.72556304900019,10.783107759000188],[106.72431945800002,10.782460213000036],[106.72336578300008,10.784573555000122],[106.72417449900001,10.78497505200005],[106.72199249300013,10.787326814000096],[106.71439361500006,10.784905433000063]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"An Khánh","Phường_":"An Khánh","Mật_đ":6343,"Dân_số":26639,"Diện_tí":4.2,"Biên_ch":36,"Tỉ_lệ_":740}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72596740700004,10.77886772300019],[106.7243728630001,10.774201393999988],[106.7212371830002,10.771368026000061],[106.71509552000015,10.767745972],[106.71347808899998,10.763096809000047],[106.71440887500006,10.762514114000055],[106.72204589900014,10.759261131000073],[106.72509765600012,10.758990289000053],[106.73007965000005,10.75985050200012],[106.73376464800009,10.76266288800008],[106.73477172800011,10.766783714000155],[106.73523712200011,10.774682999000163],[106.736816406,10.776790618000177],[106.73257446200006,10.779677391000007],[106.72935485800014,10.780362130000128],[106.72852325500014,10.779173852000042],[106.7276229850001,10.779401780000057],[106.72596740700004,10.77886772300019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"An Lợi Đông","Phường_":"An Lợi Đông","Mật_đ":338,"Dân_số":1215,"Diện_tí":3.6,"Biên_ch":28,"Tỉ_lệ_":43}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74822998000008,10.809681892000071],[106.7483139040001,10.808156967999992],[106.74667358500017,10.806015015000128],[106.748329163,10.802842140999985],[106.73350524800014,10.800085067000111],[106.73296356200007,10.797964095000168],[106.73619079600013,10.797113418000038],[106.73835754300006,10.795345306999991],[106.736816406,10.792590141000119],[106.735748291,10.792339324000068],[106.73557281500007,10.790539742000021],[106.74014282200011,10.789841652000177],[106.74025726400015,10.787771225000029],[106.74138641500002,10.787091256000167],[106.74230957100002,10.787463188000004],[106.74778747500017,10.780885696999974],[106.74973297100018,10.782925606000106],[106.75457000800009,10.78529357900004],[106.75434112500005,10.788330079000104],[106.75711059600013,10.79209518500005],[106.7587585440001,10.792421341000022],[106.75892639200009,10.791096688000096],[106.75978088400012,10.790427209000029],[106.76329040600007,10.789751053000032],[106.76409149099999,10.78892517100013],[106.76777648900008,10.79023647300005],[106.76842498700006,10.79094123900012],[106.77367401000015,10.791798591000031],[106.78108978300008,10.794502257999966],[106.77680206200017,10.808998107000036],[106.7729721070001,10.807609559000127],[106.76612853900014,10.808673859000066],[106.76466369600018,10.809788704000027],[106.76395416200012,10.812858581000114],[106.76232910100003,10.814505578000023],[106.75698089600007,10.813122749999991],[106.75098419200003,10.812877656000182],[106.74822998000008,10.809681892000071]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"An Phú","Phường_":"An Phú","Mật_đ":470,"Dân_số":11426,"Diện_tí":24.32,"Biên_ch":36,"Tỉ_lệ_":317}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7276229850001,10.779401780000057],[106.72852325500014,10.779173852000042],[106.72935485800014,10.780362130000128],[106.73257446200006,10.779677391000007],[106.736816406,10.776790618000177],[106.73961639400005,10.777557374000025],[106.74322509800004,10.776811599000041],[106.7454071050002,10.779411316000107],[106.74778747500017,10.780885696999974],[106.74230957100002,10.787463188000004],[106.74138641500002,10.787091256000167],[106.74025726400015,10.787771225000029],[106.74014282200011,10.789841652000177],[106.7370224,10.789137841000127],[106.72556304900019,10.783107759000188],[106.7276229850001,10.779401780000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Bình Khánh","Phường_":"Bình Khánh","Mật_đ":508,"Dân_số":22078,"Diện_tí":43.45,"Biên_ch":36,"Tỉ_lệ_":613}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76777648900008,10.79023647300005],[106.76858520400009,10.78838539100002],[106.76911163400013,10.788488389000008],[106.76945495500001,10.78188800900017],[106.77124786400015,10.782074928000043],[106.77166748100012,10.780620575000057],[106.7728958140001,10.779654501999971],[106.77231597900015,10.777932167000017],[106.77302551200017,10.776069642000039],[106.78204345700016,10.775698662000082],[106.78544616700015,10.774735451000026],[106.78708648600002,10.776615142000026],[106.78944396900016,10.775216102000115],[106.78992462200006,10.778491975000179],[106.78383636400008,10.78190040700008],[106.787277222,10.785186769000063],[106.78675079300007,10.79067516400005],[106.78161621000004,10.790422438999997],[106.78108978300008,10.794502257999966],[106.77367401000015,10.791798591000031],[106.76842498700006,10.79094123900012],[106.76777648900008,10.79023647300005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Bình Trưng Đông","Phường_":"Bình Trưng Đông","Mật_đ":9615,"Dân_số":31825,"Diện_tí":3.31,"Biên_ch":36,"Tỉ_lệ_":884}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74778747500017,10.780885696999974],[106.7454071050002,10.779411316000107],[106.74322509800004,10.776811599000041],[106.74765014600007,10.773661614000105],[106.75505828800016,10.782747269000026],[106.75791931200013,10.78340625800007],[106.76065826500013,10.782127381000066],[106.76205444300001,10.782455444000107],[106.76537322899998,10.781482698000104],[106.76945495500001,10.78188800900017],[106.76911163400013,10.788488389000008],[106.76858520400009,10.78838539100002],[106.76777648900008,10.79023647300005],[106.76409149099999,10.78892517100013],[106.76329040600007,10.789751053000032],[106.75978088400012,10.790427209000029],[106.75892639200009,10.791096688000096],[106.7587585440001,10.792421341000022],[106.75711059600013,10.79209518500005],[106.75434112500005,10.788330079000104],[106.75457000800009,10.78529357900004],[106.74973297100018,10.782925606000106],[106.74778747500017,10.780885696999974]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Bình Trưng Tây","Phường_":"Bình Trưng Tây","Mật_đ":12408,"Dân_số":31021,"Diện_tí":2.5,"Biên_ch":36,"Tỉ_lệ_":862}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.81008911200013,10.774617196000122],[106.80647277700012,10.77601051400012],[106.80429840000005,10.77615356500013],[106.8023452760001,10.775157928999988],[106.79906463499998,10.776021957000069],[106.79710388100011,10.778722763000076],[106.78992462200006,10.778491975000179],[106.78944396900016,10.775216102000115],[106.78708648600002,10.776615142000026],[106.78544616700015,10.774735451000026],[106.78204345700016,10.775698662000082],[106.77302551200017,10.776069642000039],[106.77231597900015,10.777932167000017],[106.7728958140001,10.779654501999971],[106.77166748100012,10.780620575000057],[106.77124786400015,10.782074928000043],[106.76945495500001,10.78188800900017],[106.76537322899998,10.781482698000104],[106.76205444300001,10.782455444000107],[106.76065826500013,10.782127381000066],[106.76532745400004,10.776850701000114],[106.77365112400003,10.771412849000114],[106.79125213600008,10.755603790000066],[106.79915618900014,10.758993149000105],[106.80329895100004,10.762518884000087],[106.80557251000016,10.770088196000188],[106.81008911200013,10.774617196000122]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Cát Lái","Phường_":"Cát Lái","Mật_đ":2714,"Dân_số":18156,"Diện_tí":6.69,"Biên_ch":36,"Tỉ_lệ_":504}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.79125213600008,10.755603790000066],[106.77365112400003,10.771412849000114],[106.76532745400004,10.776850701000114],[106.76065826500013,10.782127381000066],[106.75791931200013,10.78340625800007],[106.75505828800016,10.782747269000026],[106.74765014600007,10.773661614000105],[106.75190734800003,10.768115997000166],[106.75263977000009,10.763586044000078],[106.75158691500008,10.760910989000024],[106.74478149400005,10.750982284000145],[106.74418640100009,10.74769306200011],[106.74460601800007,10.74485397400008],[106.7461929320001,10.742741584999976],[106.74796295100009,10.741885185000172],[106.75190734800003,10.741889000000072],[106.75878143300014,10.744710922000138],[106.7677383420002,10.741927147000126],[106.77622223000014,10.748719215000051],[106.79125213600008,10.755603790000066]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Thạnh Mỹ Lợi","Phường_":"Thạnh Mỹ Lợi","Mật_đ":1759,"Dân_số":23305,"Diện_tí":13.25,"Biên_ch":36,"Tỉ_lệ_":647}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72731018000002,10.798935891000099],[106.73350524800014,10.800085067000111],[106.748329163,10.802842140999985],[106.74667358500017,10.806015015000128],[106.7483139040001,10.808156967999992],[106.74822998000008,10.809681892000071],[106.74443817100013,10.808447838999996],[106.74242401100008,10.80854988100009],[106.73813629200015,10.810224532000007],[106.73641204900002,10.812768936000055],[106.73484802300015,10.817567826000072],[106.73345184300007,10.819189072000142],[106.72996521000016,10.819359780000013],[106.72556304900019,10.8167467130001],[106.72342681800006,10.813806535000026],[106.72231292600009,10.80980301000011],[106.72314453200016,10.806142808000175],[106.72701263400012,10.800393104000136],[106.72731018000002,10.798935891000099]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Thảo Điền","Phường_":"Thảo Điền","Mật_đ":5498,"Dân_số":20507,"Diện_tí":3.73,"Biên_ch":36,"Tỉ_lệ_":570}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70816040000011,10.77058983000012],[106.70825195200001,10.769728662000091],[106.70999145600007,10.766509056000189],[106.71347808899998,10.763096809000047],[106.71509552000015,10.767745972],[106.7212371830002,10.771368026000061],[106.7243728630001,10.774201393999988],[106.72596740700004,10.77886772300019],[106.72391510100005,10.777146340000115],[106.72109222400019,10.777628900000082],[106.72076416100015,10.776371955999991],[106.71883392300009,10.775988578000067],[106.71730041600017,10.774764061000099],[106.71691894600019,10.773243904000026],[106.71614074700005,10.773612022000066],[106.71520996100008,10.777660371000138],[106.71215057500012,10.774765968000168],[106.70840454200004,10.775245666000046],[106.70816040000011,10.77058983000012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Thủ Thiêm","Phường_":"Thủ Thiêm","Mật_đ":657,"Dân_số":2176,"Diện_tí":3.31,"Biên_ch":28,"Tỉ_lệ_":78}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67866516100008,10.766381265000177],[106.68007659900019,10.767887116000168],[106.67673492500006,10.770581245000074],[106.67581176700008,10.769604684000171],[106.67440032899998,10.767697334000104],[106.67866516100008,10.766381265000177]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68162536700004,10.777841566999996],[106.679740906,10.780232429000137],[106.67468261700009,10.783057214000166],[106.67237091100014,10.784336091],[106.67195892400008,10.78301715900011],[106.67214965800002,10.782916070000056],[106.6771316540001,10.7802352920001],[106.68162536700004,10.777841566999996]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66807556200007,10.788895608000075],[106.66687011800019,10.789620399000057],[106.66477966300016,10.790108682000096],[106.66521453800016,10.788673402000143],[106.6642990100001,10.787102699000116],[106.66463470600013,10.786920548000069],[106.67195892400008,10.78301715900011],[106.67237091100014,10.784336091],[106.67468261700009,10.783057214000166],[106.67600250300006,10.785469055000135],[106.6755599980001,10.785809518000178],[106.67078399600018,10.78790092600019],[106.66807556200007,10.788895608000075]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67078399600018,10.78790092600019],[106.6755599980001,10.785809518000178],[106.67650604200009,10.78861999500009],[106.67389679000019,10.790120125000044],[106.6710510260001,10.789291381000055],[106.67078399600018,10.78790092600019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67600250300006,10.785469055000135],[106.67892456000015,10.784216881000077],[106.68041992300016,10.784515380000187],[106.68132019000012,10.785926818999997],[106.67650604200009,10.78861999500009],[106.6755599980001,10.785809518000178],[106.67600250300006,10.785469055000135]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67389679000019,10.790120125000044],[106.67650604200009,10.78861999500009],[106.68132019000012,10.785926818999997],[106.68359374900001,10.787585259000082],[106.68333435000017,10.78846550000003],[106.68156433100017,10.788944245000096],[106.68165588300008,10.79127597900009],[106.67629242000015,10.790533067000126],[106.67389679000019,10.790120125000044]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6842956550002,10.768170357000031],[106.68212127800012,10.770043374000068],[106.68007659900019,10.767887116000168],[106.67866516100008,10.766381265000177],[106.6816711420002,10.765427590000058],[106.6842956550002,10.768170357000031]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67673492500006,10.770581245000074],[106.68007659900019,10.767887116000168],[106.68212127800012,10.770043374000068],[106.67903900100009,10.77271938400014],[106.67673492500006,10.770581245000074]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67903900100009,10.77271938400014],[106.68212127800012,10.770043374000068],[106.68684387200011,10.775032043000067],[106.68523407100002,10.775886535999973],[106.68162536700004,10.777841566999996],[106.68278503400018,10.775903701000061],[106.67903900100009,10.77271938400014]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68943023700012,10.773625374000119],[106.68684387200011,10.775032043000067],[106.68212127800012,10.770043374000068],[106.6842956550002,10.768170357000031],[106.68451690700005,10.768405915000187],[106.687202453,10.771262169000067],[106.68943023700012,10.773625374000119]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69808959900001,10.782894134000173],[106.69196319600019,10.787871362000033],[106.689117431,10.784990310000069],[106.69184875600013,10.782469749000143],[106.68523407100002,10.775886535999973],[106.68684387200011,10.775032043000067],[106.68943023700012,10.773625374000119],[106.69499206600017,10.779581071000052],[106.69808959900001,10.782894134000173]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68165588300008,10.79127597900009],[106.68156433100017,10.788944245000096],[106.68333435000017,10.78846550000003],[106.68359374900001,10.787585259000082],[106.68132019000012,10.785926818999997],[106.68450927700013,10.78436469999997],[106.68162536700004,10.777841566999996],[106.68523407100002,10.775886535999973],[106.69184875600013,10.782469749000143],[106.689117431,10.784990310000069],[106.68196106000005,10.791580201000045],[106.68165588300008,10.79127597900009]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68196106000005,10.791580201000045],[106.689117431,10.784990310000069],[106.69196319600019,10.787871362000033],[106.68613433799999,10.792519570000081],[106.68358612100013,10.792420388000039],[106.68196106000005,10.791580201000045]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68162536700004,10.777841566999996],[106.68450927700013,10.78436469999997],[106.68132019000012,10.785926818999997],[106.68041992300016,10.784515380000187],[106.67892456000015,10.784216881000077],[106.67600250300006,10.785469055000135],[106.67468261700009,10.783057214000166],[106.679740906,10.780232429000137],[106.68162536700004,10.777841566999996]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 3","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68725585900017,10.753556252000124],[106.68653869700017,10.751786231000153],[106.68782806500008,10.751809120000189],[106.69048309400011,10.75217437700013],[106.69528961200007,10.752280235000171],[106.69529724000017,10.75334835200016],[106.69268036,10.75829124400002],[106.68725585900017,10.753556252000124]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70495605500008,10.762597085000039],[106.70336914100005,10.760791778000169],[106.70336151100014,10.759776116000182],[106.7039794920002,10.760081291999995],[106.70677948100013,10.758798600000091],[106.70748901400015,10.760977744999991],[106.70595550500019,10.761984824000137],[106.70495605500008,10.762597085000039]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.701210022,10.765358925000157],[106.70495605500008,10.762597085000039],[106.70595550500019,10.761984824000137],[106.70719909800016,10.765164376000143],[106.70999145600007,10.766509056000189],[106.70825195200001,10.769728662000091],[106.7036972040001,10.768116951000081],[106.701210022,10.765358925000157]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71347808899998,10.763096809000047],[106.70999145600007,10.766509056000189],[106.70719909800016,10.765164376000143],[106.70595550500019,10.761984824000137],[106.70748901400015,10.760977744999991],[106.71115112300004,10.75883102400013],[106.71205139200015,10.760351180000157],[106.71289825500014,10.759854317000134],[106.71440887500006,10.762514114000055],[106.71347808899998,10.763096809000047]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70677948100013,10.758798600000091],[106.70655822800006,10.758006095000155],[106.70763397300016,10.757063866000124],[106.70734405500014,10.756607057000053],[106.70919036900011,10.755492210000114],[106.71115112300004,10.75883102400013],[106.70748901400015,10.760977744999991],[106.70677948100013,10.758798600000091]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70655822800006,10.758006095000155],[106.70617675700004,10.756574631000035],[106.70511627300004,10.752387047000127],[106.70989227400003,10.75243663900011],[106.71025848400012,10.754587173000061],[106.70919036900011,10.755492210000114],[106.70734405500014,10.756607057000053],[106.70763397300016,10.757063866000124],[106.70655822800006,10.758006095000155]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70919036900011,10.755492210000114],[106.71025848400012,10.754587173000061],[106.70989227400003,10.75243663900011],[106.71398925800008,10.752452850000168],[106.71598816000011,10.75650596700001],[106.71115112300004,10.75883102400013],[106.70919036900011,10.755492210000114]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 16","Phường_":"Phường 16","Mật_đ":59921,"Dân_số":19774,"Diện_tí":0.33,"Biên_ch":36,"Tỉ_lệ_":549}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71440887500006,10.762514114000055],[106.71289825500014,10.759854317000134],[106.71205139200015,10.760351180000157],[106.71115112300004,10.75883102400013],[106.71598816000011,10.75650596700001],[106.71398925800008,10.752452850000168],[106.71585083100001,10.75245380500013],[106.71902465900007,10.753456117000098],[106.72080230800015,10.756116867000173],[106.72204589900014,10.759261131000073],[106.71440887500006,10.762514114000055]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 18","Phường_":"Phường 18","Mật_đ":14159,"Dân_số":9911,"Diện_tí":0.7,"Biên_ch":32,"Tỉ_lệ_":310}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69268036,10.75829124400002],[106.69529724000017,10.75334835200016],[106.69766998400002,10.754828454000062],[106.69696044800014,10.755916595000144],[106.69747161900005,10.756504060000168],[106.69477081300005,10.759470939000039],[106.69268036,10.75829124400002]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69528961200007,10.752280235000171],[106.70223999000018,10.752358438000158],[106.7019729610002,10.754997254000159],[106.70036316000011,10.75716686300018],[106.69907379200004,10.758916855000052],[106.6982879630001,10.758399964000148],[106.69894409100004,10.756660462000127],[106.69803619400017,10.75606727700017],[106.69747161900005,10.756504060000168],[106.69696044800014,10.755916595000144],[106.69766998400002,10.754828454000062],[106.69529724000017,10.75334835200016],[106.69528961200007,10.752280235000171]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70617675700004,10.756574631000035],[106.70184326200018,10.759532929000045],[106.70110321000004,10.758959770000104],[106.7017211910001,10.758120538000128],[106.70036316000011,10.75716686300018],[106.7019729610002,10.754997254000159],[106.70223999000018,10.752358438000158],[106.70498657200005,10.752386094000144],[106.70511627300004,10.752387047000127],[106.70617675700004,10.756574631000035]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69705963000018,10.761876107000091],[106.69477081300005,10.759470939000039],[106.69747161900005,10.756504060000168],[106.69803619400017,10.75606727700017],[106.69894409100004,10.756660462000127],[106.6982879630001,10.758399964000148],[106.69907379200004,10.758916855000052],[106.69853210400015,10.760733605000041],[106.69715118400012,10.762005805000172],[106.69705963000018,10.761876107000091]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69715118400012,10.762005805000172],[106.69853210400015,10.760733605000041],[106.69907379200004,10.758916855000052],[106.70036316000011,10.75716686300018],[106.7017211910001,10.758120538000128],[106.70110321000004,10.758959770000104],[106.70184326200018,10.759532929000045],[106.70225524900007,10.75986290000003],[106.70108795100015,10.761476518000165],[106.69986724900002,10.76440811200007],[106.69715118400012,10.762005805000172]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70336914100005,10.760791778000169],[106.703704834,10.761788368000055],[106.70209503100017,10.76319313099998],[106.70108795100015,10.761476518000165],[106.70225524900007,10.75986290000003],[106.70184326200018,10.759532929000045],[106.70617675700004,10.756574631000035],[106.70655822800006,10.758006095000155],[106.70677948100013,10.758798600000091],[106.7039794920002,10.760081291999995],[106.70336151100014,10.759776116000182],[106.70336914100005,10.760791778000169]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69986724900002,10.76440811200007],[106.70108795100015,10.761476518000165],[106.70209503100017,10.76319313099998],[106.703704834,10.761788368000055],[106.70336914100005,10.760791778000169],[106.70495605500008,10.762597085000039],[106.701210022,10.765358925000157],[106.70034790000011,10.764719010000022],[106.69986724900002,10.76440811200007]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 4","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68523407100002,10.756423950999988],[106.67688751200018,10.754169465000132],[106.6773147580002,10.751791954000169],[106.6812362660001,10.752015114000187],[106.68374633900004,10.751263619000042],[106.6838607790001,10.750557899000114],[106.68653869700017,10.751786231000153],[106.68725585900017,10.753556252000124],[106.68523407100002,10.756423950999988]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65895080500013,10.75201034700001],[106.65915679900013,10.75074195999997],[106.65987396300017,10.750478745000123],[106.66051483200016,10.748656272000062],[106.66548156800008,10.750313760000097],[106.66706085200013,10.750076294000166],[106.66676330600006,10.75246715600008],[106.65895080500013,10.75201034700001]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66676330600006,10.75246715600008],[106.66657257100019,10.75400829300014],[106.6663055420002,10.756012917000078],[106.66629028300008,10.756113052000103],[106.65827941800012,10.754499436000003],[106.65895080500013,10.75201034700001],[106.66676330600006,10.75246715600008]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66278839200015,10.758690835000152],[106.66152954000006,10.758434295000086],[106.65953826900011,10.75803470600016],[106.65603637800012,10.757323266000071],[106.65612030000017,10.754121781000094],[106.65827941800012,10.754499436000003],[106.66629028300008,10.756113052000103],[106.665588378,10.759247781000056],[106.66278839200015,10.758690835000152]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65915679900013,10.75074195999997],[106.65333557100007,10.751097678999997],[106.65382385200007,10.748756409000123],[106.65499877899998,10.74614047900019],[106.66051483200016,10.748656272000062],[106.65987396300017,10.750478745000123],[106.65915679900013,10.75074195999997]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65895080500013,10.75201034700001],[106.65827941800012,10.754499436000003],[106.65612030000017,10.754121781000094],[106.65075683600014,10.75341415500003],[106.65052795500009,10.751469612000164],[106.65330505500003,10.751633644000037],[106.65333557100007,10.751097678999997],[106.65915679900013,10.75074195999997],[106.65895080500013,10.75201034700001]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65075683600014,10.75341415500003],[106.65612030000017,10.754121781000094],[106.65603637800012,10.757323266000071],[106.65110015900001,10.756342887000017],[106.65075683600014,10.75341415500003]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68400573800011,10.759481430000108],[106.6762542730001,10.756385804000104],[106.67688751200018,10.754169465000132],[106.68523407100002,10.756423950999988],[106.68400573800011,10.759481430000108]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6833572380001,10.761177064000094],[106.67575836200018,10.758128166000063],[106.6762542730001,10.756385804000104],[106.68400573800011,10.759481430000108],[106.6833572380001,10.761177064000094]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6816711420002,10.765427590000058],[106.67643737900016,10.762205124000047],[106.6750411980002,10.761299134000069],[106.67575836200018,10.758128166000063],[106.6833572380001,10.761177064000094],[106.6816711420002,10.765427590000058]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67688751200018,10.754169465000132],[106.67210388100006,10.752919197000097],[106.67348480300012,10.748758317000068],[106.67556762800007,10.74887466500013],[106.6773147580002,10.751791954000169],[106.67688751200018,10.754169465000132]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66706085200013,10.750076294000166],[106.66925811700014,10.749591828000007],[106.67348480300012,10.748758317000068],[106.67210388100006,10.752919197000097],[106.66676330600006,10.75246715600008],[106.66706085200013,10.750076294000166]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66676330600006,10.75246715600008],[106.67210388100006,10.752919197000097],[106.67688751200018,10.754169465000132],[106.6762542730001,10.756385804000104],[106.66657257100019,10.75400829300014],[106.66676330600006,10.75246715600008]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66657257100019,10.75400829300014],[106.6762542730001,10.756385804000104],[106.67575836200018,10.758128166000063],[106.6663055420002,10.756012917000078],[106.66657257100019,10.75400829300014]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67314911000011,10.760759354000129],[106.66889953600008,10.759855272000152],[106.665588378,10.759247781000056],[106.66629028300008,10.756113052000103],[106.6663055420002,10.756012917000078],[106.67575836200018,10.758128166000063],[106.6750411980002,10.761299134000069],[106.67314911000011,10.760759354000129]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 5","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65382385200007,10.748756409000123],[106.64810180600017,10.747880936000058],[106.64859771700009,10.745875359000081],[106.64949035600011,10.742915153000126],[106.65093231100019,10.743764878000036],[106.65499877899998,10.74614047900019],[106.65382385200007,10.748756409000123]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62112426700014,10.734058379999965],[106.62438964800003,10.735742568999967],[106.62405395400015,10.731521607000161],[106.62766265800013,10.731573104000063],[106.62724304100016,10.729777337000087],[106.63439941400009,10.7335424420001],[106.634826659,10.736187935000032],[106.63382720999999,10.739051819000053],[106.63436126700009,10.740893362999998],[106.63257598900015,10.742708206000145],[106.63000488300003,10.742084504000047],[106.62251281700009,10.743352891000143],[106.62112426700014,10.734058379999965]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62251281700009,10.743352891000143],[106.63000488300003,10.742084504000047],[106.63257598900015,10.742708206000145],[106.63436126700009,10.740893362999998],[106.6344757080002,10.741172791000054],[106.63948821999998,10.745051383000146],[106.64003753600014,10.74665546400007],[106.63983917200005,10.74924850500014],[106.62306213300008,10.74506092100006],[106.62251281700009,10.743352891000143]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62306213300008,10.74506092100006],[106.63983917200005,10.74924850500014],[106.6368560790001,10.754769326000144],[106.63448333800011,10.753971101000104],[106.62379455500007,10.745667457000138],[106.62306213300008,10.74506092100006]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62379455500007,10.745667457000138],[106.63448333800011,10.753971101000104],[106.63240814300013,10.756299020000029],[106.63074493500017,10.756134987000053],[106.62982177700019,10.757189752000045],[106.62875366200018,10.756971358999976],[106.62821960400004,10.757959366000136],[106.62646484400017,10.757711411000116],[106.62539672900016,10.759213447000036],[106.62490844700005,10.758951187000036],[106.62526702900004,10.757501602000104],[106.62450409000007,10.755973815000061],[106.62379455500007,10.745667457000138]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62490844700005,10.758951187000036],[106.62539672900016,10.759213447000036],[106.62646484400017,10.757711411000116],[106.62821960400004,10.757959366000136],[106.62875366200018,10.756971358999976],[106.62982177700019,10.757189752000045],[106.63074493500017,10.756134987000053],[106.63240814300013,10.756299020000029],[106.63448333800011,10.753971101000104],[106.6368560790001,10.754769326000144],[106.63760375900011,10.754665376000048],[106.63533020000006,10.757831574000022],[106.63416290300017,10.759028435000005],[106.63359832700019,10.758254052000154],[106.62970733700013,10.760201455000072],[106.62477111800018,10.760730743000181],[106.62406921500008,10.762431144999994],[106.62490844700005,10.758951187000036]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64978027200016,10.753503799000157],[106.64956665000005,10.75111961500005],[106.64771270800014,10.75131225600012],[106.647476197,10.74958324500011],[106.64810180600017,10.747880936000058],[106.65382385200007,10.748756409000123],[106.65333557100007,10.751097678999997],[106.65330505500003,10.751633644000037],[106.65052795500009,10.751469612000164],[106.65075683600014,10.75341415500003],[106.64978027200016,10.753503799000157]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64859771700009,10.745875359000081],[106.64329528800005,10.742873191000058],[106.64416503900014,10.739711763000116],[106.64949035600011,10.742915153000126],[106.64859771700009,10.745875359000081]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64810180600017,10.747880936000058],[106.6427536010001,10.747059822000153],[106.64329528800005,10.742873191000058],[106.64859771700009,10.745875359000081],[106.64810180600017,10.747880936000058]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64003753600014,10.74665546400007],[106.6427536010001,10.747059822000153],[106.64810180600017,10.747880936000058],[106.647476197,10.74958324500011],[106.642356872,10.749762536000105],[106.63983917200005,10.74924850500014],[106.64003753600014,10.74665546400007]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64317321800007,10.754207612000016],[106.642356872,10.749762536000105],[106.647476197,10.74958324500011],[106.64771270800014,10.75131225600012],[106.64956665000005,10.75111961500005],[106.64978027200016,10.753503799000157],[106.64317321800007,10.754207612000016]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.63439941400009,10.7335424420001],[106.63453674300018,10.733373643000107],[106.64179992600015,10.738262177000081],[106.64416503900014,10.739711763000116],[106.64329528800005,10.742873191000058],[106.636024475,10.738763809000034],[106.6344757080002,10.741172791000054],[106.63436126700009,10.740893362999998],[106.63382720999999,10.739051819000053],[106.634826659,10.736187935000032],[106.63439941400009,10.7335424420001]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6344757080002,10.741172791000054],[106.636024475,10.738763809000034],[106.64329528800005,10.742873191000058],[106.6427536010001,10.747059822000153],[106.64003753600014,10.74665546400007],[106.63948821999998,10.745051383000146],[106.6344757080002,10.741172791000054]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.63760375900011,10.754665376000048],[106.6368560790001,10.754769326000144],[106.63983917200005,10.74924850500014],[106.642356872,10.749762536000105],[106.64317321800007,10.754207612000016],[106.64247131400009,10.754281998000124],[106.64186096100013,10.754345894000096],[106.63760375900011,10.754665376000048]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 6","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71586608900003,10.744391442000165],[106.7159347540001,10.738368988000104],[106.7304306040001,10.737570763000065],[106.72873687700007,10.749747276000107],[106.72631835900012,10.749481201000037],[106.71796417200017,10.745812416000149],[106.71586608900003,10.745614052000064],[106.71586608900003,10.744391442000165]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Bình Thuận","Phường_":"Bình Thuận","Mật_đ":20404,"Dân_số":33055,"Diện_tí":1.62,"Biên_ch":36,"Tỉ_lệ_":918}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.75095367300008,10.713727951000124],[106.7437515260001,10.713438987000018],[106.73698425300012,10.7143220910001],[106.73680114700011,10.717600822000009],[106.73392486500012,10.71842670500007],[106.72990417400007,10.713064194000026],[106.72514343300008,10.71212482499999],[106.72588348300002,10.709387779000053],[106.72447204500014,10.705680847999986],[106.725868225,10.70308113100009],[106.72627258400018,10.699845315000061],[106.72760009900014,10.698835373000179],[106.73242950500003,10.69778347099998],[106.73419952300014,10.698902131000182],[106.73572540200018,10.703181266000115],[106.74478912400014,10.703153610000129],[106.75194549500009,10.704977990000089],[106.75095367300008,10.713727951000124]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Phú Mỹ","Phường_":"Phú Mỹ","Mật_đ":8539,"Dân_số":33729,"Diện_tí":3.95,"Biên_ch":36,"Tỉ_lệ_":937}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7677383420002,10.741927147000126],[106.75878143300014,10.744710922000138],[106.75190734800003,10.741889000000072],[106.74796295100009,10.741885185000172],[106.7461929320001,10.742741584999976],[106.74460601800007,10.74485397400008],[106.74077606100019,10.743725776000133],[106.74076843300008,10.742895127000054],[106.7304306040001,10.737570763000065],[106.7330551140002,10.727755547000129],[106.7364654540001,10.720998764000171],[106.73680114700011,10.717600822000009],[106.73698425300012,10.7143220910001],[106.7437515260001,10.713438987000018],[106.75095367300008,10.713727951000124],[106.75200653000007,10.721098901000175],[106.75384521400014,10.724824905000105],[106.7677383420002,10.741927147000126]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Phú Thuận","Phường_":"Phú Thuận","Mật_đ":4803,"Dân_số":40729,"Diện_tí":8.48,"Biên_ch":36,"Tỉ_lệ_":1131}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69497680700005,10.73613834300005],[106.69906616200012,10.738046647000033],[106.7030563360002,10.73690795900012],[106.70357513500005,10.739908219000029],[106.70435333200004,10.74499893300009],[106.70498657200005,10.752386094000144],[106.70223999000018,10.752358438000158],[106.69528961200007,10.752280235000171],[106.69048309400011,10.75217437700013],[106.69049835300007,10.749907493000137],[106.69297790600012,10.745231629000159],[106.69197082400012,10.741564750000066],[106.69497680700005,10.73613834300005]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Hưng","Phường_":"Tân Hưng","Mật_đ":20588,"Dân_số":45294,"Diện_tí":2.2,"Biên_ch":36,"Tỉ_lệ_":1258}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.70511627300004,10.752387047000127],[106.70498657200005,10.752386094000144],[106.70435333200004,10.74499893300009],[106.70717620900012,10.745490074000088],[106.71586608900003,10.744391442000165],[106.71586608900003,10.745614052000064],[106.71585083100001,10.75245380500013],[106.71398925800008,10.752452850000168],[106.70989227400003,10.75243663900011],[106.70511627300004,10.752387047000127]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Kiểng","Phường_":"Tân Kiểng","Mật_đ":7189,"Dân_số":32207,"Diện_tí":4.48,"Biên_ch":36,"Tỉ_lệ_":895}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6901321410001,10.725257873000032],[106.69267273000008,10.72553634600007],[106.69931793100005,10.724266052000132],[106.70322418200004,10.725328446000105],[106.70626831100014,10.725007057000084],[106.70742797900016,10.723452568000141],[106.70766449000007,10.72043418900006],[106.70875549300001,10.719594002999997],[106.71141815300007,10.720744134000029],[106.71799469100011,10.718853951000085],[106.7190933230001,10.719290734000083],[106.7205429080002,10.722593308000114],[106.71862030000011,10.7243099210001],[106.71645355200008,10.72899150800015],[106.71242523300009,10.733442307000075],[106.7123718250001,10.734364510000091],[106.71318817100018,10.734625817000108],[106.71494293300003,10.738435746000164],[106.70357513500005,10.739908219000029],[106.7030563360002,10.73690795900012],[106.69906616200012,10.738046647000033],[106.69497680700005,10.73613834300005],[106.69355011100015,10.733144760000073],[106.69062042300004,10.73081398100004],[106.6901321410001,10.725257873000032]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Phong","Phường_":"Tân Phong","Mật_đ":8525,"Dân_số":36572,"Diện_tí":4.29,"Biên_ch":36,"Tỉ_lệ_":1016}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72514343300008,10.71212482499999],[106.72990417400007,10.713064194000026],[106.73392486500012,10.71842670500007],[106.73680114700011,10.717600822000009],[106.7364654540001,10.720998764000171],[106.7330551140002,10.727755547000129],[106.7304306040001,10.737570763000065],[106.7159347540001,10.738368988000104],[106.71494293300003,10.738435746000164],[106.71318817100018,10.734625817000108],[106.7123718250001,10.734364510000091],[106.71242523300009,10.733442307000075],[106.71645355200008,10.72899150800015],[106.71862030000011,10.7243099210001],[106.7205429080002,10.722593308000114],[106.72485351500006,10.720833777999985],[106.72515869200004,10.719257355000025],[106.7229690540002,10.715728759000115],[106.72514343300008,10.71212482499999]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Phú","Phường_":"Tân Phú","Mật_đ":35893,"Dân_số":35893,"Diện_tí":1,"Biên_ch":36,"Tỉ_lệ_":997}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71586608900003,10.744391442000165],[106.70717620900012,10.745490074000088],[106.70435333200004,10.74499893300009],[106.70357513500005,10.739908219000029],[106.71494293300003,10.738435746000164],[106.7159347540001,10.738368988000104],[106.71586608900003,10.744391442000165]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Quy","Phường_":"Tân Quy","Mật_đ":32197,"Dân_số":27689,"Diện_tí":0.86,"Biên_ch":36,"Tỉ_lệ_":769}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72204589900014,10.759261131000073],[106.72080230800015,10.756116867000173],[106.72804260200007,10.754279138000072],[106.72873687700007,10.749747276000107],[106.7304306040001,10.737570763000065],[106.74076843300008,10.742895127000054],[106.74077606100019,10.743725776000133],[106.74460601800007,10.74485397400008],[106.74418640100009,10.74769306200011],[106.74478149400005,10.750982284000145],[106.75158691500008,10.760910989000024],[106.75263977000009,10.763586044000078],[106.75190734800003,10.768115997000166],[106.74765014600007,10.773661614000105],[106.74322509800004,10.776811599000041],[106.73961639400005,10.777557374000025],[106.736816406,10.776790618000177],[106.73523712200011,10.774682999000163],[106.73477172800011,10.766783714000155],[106.73376464800009,10.76266288800008],[106.73007965000005,10.75985050200012],[106.72509765600012,10.758990289000053],[106.72204589900014,10.759261131000073]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Thuận Đông","Phường_":"Tân Thuận Đông","Mật_đ":5897,"Dân_số":44525,"Diện_tí":7.55,"Biên_ch":36,"Tỉ_lệ_":1237}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71585083100001,10.75245380500013],[106.71586608900003,10.745614052000064],[106.71796417200017,10.745812416000149],[106.72631835900012,10.749481201000037],[106.72873687700007,10.749747276000107],[106.72804260200007,10.754279138000072],[106.72080230800015,10.756116867000173],[106.71902465900007,10.753456117000098],[106.71585083100001,10.75245380500013]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 7","NAME_3":"Tân Thuận Tây","Phường_":"Tân Thuận Tây","Mật_đ":21133,"Dân_số":31700,"Diện_tí":1.5,"Biên_ch":36,"Tỉ_lệ_":881}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.69197082400012,10.741564750000066],[106.69297790600012,10.745231629000159],[106.69049835300007,10.749907493000137],[106.69048309400011,10.75217437700013],[106.68782806500008,10.751809120000189],[106.68944549600008,10.745671271999981],[106.68889618000009,10.744281769000054],[106.68782043500016,10.744418144000065],[106.68689727900016,10.743210792000184],[106.6873397820001,10.742714881000097],[106.68666076600005,10.742540360000135],[106.68769836400008,10.740268707000041],[106.69197082400012,10.741564750000066]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66168213000009,10.742962838000096],[106.66489410300005,10.743503571000133],[106.66473388800017,10.745447159000037],[106.66896057100007,10.74625015200013],[106.66921234000017,10.749010086000055],[106.66275787300003,10.746766091000097],[106.66168213000009,10.742962838000096]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66051483200016,10.748656272000062],[106.659988403,10.74631405000008],[106.66121673600014,10.742884637000088],[106.66168213000009,10.742962838000096],[106.66275787300003,10.746766091000097],[106.66921234000017,10.749010086000055],[106.66925811700014,10.749591828000007],[106.66706085200013,10.750076294000166],[106.66548156800008,10.750313760000097],[106.66051483200016,10.748656272000062]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.659988403,10.74631405000008],[106.6518630970001,10.742257117000065],[106.65306091300005,10.740174294000099],[106.65599060099998,10.741684913000142],[106.66121673600014,10.742884637000088],[106.659988403,10.74631405000008]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65499877899998,10.74614047900019],[106.65093231100019,10.743764878000036],[106.6518630970001,10.742257117000065],[106.659988403,10.74631405000008],[106.66051483200016,10.748656272000062],[106.65499877899998,10.74614047900019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64949035600011,10.742915153000126],[106.64416503900014,10.739711763000116],[106.64179992600015,10.738262177000081],[106.64404296800006,10.734606744000075],[106.65306091300005,10.740174294000099],[106.6518630970001,10.742257117000065],[106.65093231100019,10.743764878000036],[106.64949035600011,10.742915153000126]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.63453674300018,10.733373643000107],[106.62413025000006,10.711282731000153],[106.62747955200007,10.712848664000148],[106.63123321600017,10.716452598000046],[106.63545227100008,10.725549699000055],[106.63792419400005,10.729970932000185],[106.63983154300007,10.731942176000018],[106.64404296800006,10.734606744000075],[106.64179992600015,10.738262177000081],[106.63453674300018,10.733373643000107]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6044082640002,10.704312324000114],[106.60873413100012,10.706419945000164],[106.61255645800009,10.707241059000069],[106.61711883400011,10.709696769000004],[106.62413025000006,10.711282731000153],[106.63453674300018,10.733373643000107],[106.63439941400009,10.7335424420001],[106.62724304100016,10.729777337000087],[106.62766265800013,10.731573104000063],[106.62405395400015,10.731521607000161],[106.62438964800003,10.735742568999967],[106.62112426700014,10.734058379999965],[106.61906433100006,10.716245651000065],[106.6155624390002,10.71499920000008],[106.61603546100008,10.714255333000096],[106.60379028200003,10.710849762999999],[106.6044082640002,10.704312324000114]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 16","Phường_":"Phường 16","Mật_đ":59921,"Dân_số":19774,"Diện_tí":0.33,"Biên_ch":36,"Tỉ_lệ_":549}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68769836400008,10.740268707000041],[106.68666076600005,10.742540360000135],[106.6873397820001,10.742714881000097],[106.68689727900016,10.743210792000184],[106.68782043500016,10.744418144000065],[106.68889618000009,10.744281769000054],[106.68944549600008,10.745671271999981],[106.68782806500008,10.751809120000189],[106.68653869700017,10.751786231000153],[106.6838607790001,10.750557899000114],[106.68549346800012,10.747561456000085],[106.68284606900016,10.746262550000097],[106.68606567500012,10.739944459000185],[106.68769836400008,10.740268707000041]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68606567500012,10.739944459000185],[106.68284606900016,10.746262550000097],[106.68549346800012,10.747561456000085],[106.6838607790001,10.750557899000114],[106.67996215900013,10.748456954999995],[106.6802444450002,10.747041702000047],[106.6781158450001,10.74557972000008],[106.68157195999999,10.742786407000153],[106.68134307900016,10.740653992000034],[106.68282318100006,10.739459991000047],[106.68606567500012,10.739944459000185]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.68282318100006,10.739459991000047],[106.68134307900016,10.740653992000034],[106.68157195999999,10.742786407000153],[106.6781158450001,10.74557972000008],[106.6802444450002,10.747041702000047],[106.67996215900013,10.748456954999995],[106.67668151800018,10.746633530000054],[106.6689147940001,10.744216918999996],[106.66901397600009,10.74014186800008],[106.6717147830002,10.73624992300006],[106.67362213199999,10.737387657],[106.67601013100017,10.735355377000076],[106.68184662000016,10.734516143999997],[106.68282318100006,10.739459991000047]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6717147830002,10.73624992300006],[106.66901397600009,10.74014186800008],[106.6689147940001,10.744216918999996],[106.66489410300005,10.743503571000133],[106.66168213000009,10.742962838000096],[106.66121673600014,10.742884637000088],[106.65599060099998,10.741684913000142],[106.65610504100005,10.73220634400002],[106.66575622600004,10.73421001500003],[106.66616058300019,10.732114792000118],[106.6717147830002,10.73624992300006]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65610504100005,10.73220634400002],[106.65599060099998,10.741684913000142],[106.65306091300005,10.740174294000099],[106.64404296800006,10.734606744000075],[106.63983154300007,10.731942176000018],[106.64049530000017,10.730922699000132],[106.64023590000005,10.728652000000125],[106.64167785700005,10.728560447999996],[106.64221191500019,10.727717401000177],[106.64344024700006,10.727681158999985],[106.64553833100007,10.729085922000138],[106.65010070700009,10.728730201000133],[106.64945984000008,10.73034381900004],[106.65610504100005,10.73220634400002]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62373352100019,10.692982673000131],[106.62403869600013,10.692471504000025],[106.62611389100016,10.69368362400013],[106.62548828100006,10.694498062000036],[106.64221191500019,10.727717401000177],[106.64167785700005,10.728560447999996],[106.64023590000005,10.728652000000125],[106.64049530000017,10.730922699000132],[106.63983154300007,10.731942176000018],[106.63792419400005,10.729970932000185],[106.63545227100008,10.725549699000055],[106.63123321600017,10.716452598000046],[106.62747955200007,10.712848664000148],[106.62413025000006,10.711282731000153],[106.61711883400011,10.709696769000004],[106.61255645800009,10.707241059000069],[106.60873413100012,10.706419945000164],[106.6044082640002,10.704312324000114],[106.59780883700012,10.701824188000103],[106.5989227290001,10.698650361000148],[106.60146331800007,10.695123673000012],[106.60481262200011,10.69569683100002],[106.60959625200013,10.695403099000032],[106.61489105200013,10.697760582000171],[106.61812591600011,10.697731970999996],[106.61856079200004,10.699030876999984],[106.62071228000008,10.699774741999988],[106.62373352100019,10.692982673000131]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6773147580002,10.751791954000169],[106.67556762800007,10.74887466500013],[106.67668151800018,10.746633530000054],[106.67996215900013,10.748456954999995],[106.6838607790001,10.750557899000114],[106.68374633900004,10.751263619000042],[106.6812362660001,10.752015114000187],[106.6773147580002,10.751791954000169]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67348480300012,10.748758317000068],[106.66925811700014,10.749591828000007],[106.66921234000017,10.749010086000055],[106.66896057100007,10.74625015200013],[106.66473388800017,10.745447159000037],[106.66489410300005,10.743503571000133],[106.6689147940001,10.744216918999996],[106.67668151800018,10.746633530000054],[106.67556762800007,10.74887466500013],[106.67348480300012,10.748758317000068]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 8","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77124023400006,10.83857345600012],[106.77664184700012,10.839493751000134],[106.7808761600001,10.844704628000102],[106.78279876800019,10.843973161000065],[106.78629302900003,10.844996452000089],[106.78833007700018,10.852857589999985],[106.78952026300004,10.853443145000028],[106.7938003540001,10.852621079000073],[106.79404449500015,10.853451730000131],[106.79271698000014,10.854228974000137],[106.79199981700003,10.853876115000162],[106.78787231500013,10.854911804000153],[106.78652954000017,10.857228280000129],[106.7740020760001,10.84918022200003],[106.76906585699999,10.841035843000043],[106.77072143500004,10.83997249600003],[106.77072143500004,10.838915824000026],[106.77125549200008,10.839404107000178],[106.77124023400006,10.83857345600012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Hiệp Phú","Phường_":"Hiệp Phú","Mật_đ":11872,"Dân_số":26713,"Diện_tí":2.25,"Biên_ch":36,"Tỉ_lệ_":742}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.85668945300017,10.84267807000009],[106.84957122900005,10.85624122600018],[106.84673309400017,10.864876748000086],[106.8507614130001,10.873081207999974],[106.85106658900014,10.876282692000188],[106.84595489500015,10.882289887000127],[106.84358978200015,10.883964540000022],[106.84301757700013,10.891286851000075],[106.84024047900004,10.898928643000147],[106.83392334100012,10.898297309000156],[106.82971191400009,10.894795418000001],[106.82804107800007,10.89422988900003],[106.82678222599998,10.89473915200017],[106.82582092400003,10.89369392399999],[106.82508087200011,10.89380931900007],[106.82512664900008,10.892923355000107],[106.82376098700007,10.892024040000024],[106.82492065400015,10.888216019000026],[106.82183074900001,10.886004448000051],[106.82088470500008,10.88575267900012],[106.82007598900015,10.886462212000083],[106.81934356800002,10.885924339000098],[106.81894683900015,10.88444709800018],[106.81780242800005,10.884227752000129],[106.81729888900003,10.881331444000125],[106.81630706800013,10.881352424999989],[106.81381225600012,10.878423690999966],[106.81279754600001,10.87882709400003],[106.80857086300017,10.873026848000109],[106.80767059300013,10.871809006000035],[106.81406402599998,10.870150565000074],[106.814353944,10.871375085000125],[106.8153610240002,10.87114715700011],[106.8305740360002,10.85729789800007],[106.83621215800008,10.854041100000074],[106.83811950700004,10.854026795000038],[106.83779907299999,10.852840424000021],[106.83692169200015,10.85277175900012],[106.83644103900008,10.850225449000106],[106.83776092600016,10.850111961000096],[106.83796691800012,10.846108436000065],[106.83641815300012,10.846314431000167],[106.83413696300005,10.845301628000072],[106.83604431100014,10.842526436000185],[106.83887481800008,10.84047889700014],[106.83752441500019,10.838817597000173],[106.8380889890002,10.838168144000178],[106.83919525100004,10.838332177000154],[106.8392181390002,10.837579727000048],[106.838020325,10.835528373000159],[106.83687591500018,10.836071968000113],[106.8366546640001,10.834903716000042],[106.8377914420002,10.833558083000185],[106.83615112300009,10.8331289300001],[106.83737182499999,10.832239151000124],[106.83972930800013,10.832517624000161],[106.84359741200007,10.830757142000152],[106.84572601400015,10.831160546000149],[106.84899902300015,10.834421158000112],[106.85311889600007,10.836006165000072],[106.85668945300017,10.84267807000009]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Long Bình","Phường_":"Long Bình","Mật_đ":1455,"Dân_số":25614,"Diện_tí":17.61,"Biên_ch":36,"Tỉ_lệ_":712}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.85668945300017,10.84267807000009],[106.85311889600007,10.836006165000072],[106.84899902300015,10.834421158000112],[106.84572601400015,10.831160546000149],[106.84359741200007,10.830757142000152],[106.83972930800013,10.832517624000161],[106.83737182499999,10.832239151000124],[106.83648681600005,10.831263543000034],[106.83570098900015,10.827220916000158],[106.83489227400008,10.820867538000073],[106.83601379400017,10.818248748000144],[106.83835601900006,10.81734085100004],[106.84278869600013,10.819686890000071],[106.84446716300016,10.819114685999978],[106.84467315700016,10.81788063100015],[106.842994691,10.81495380399997],[106.83869934000018,10.810830116000034],[106.83969116100008,10.809518814000057],[106.84454345600017,10.807626725000091],[106.84836578300013,10.804936409000106],[106.84896087600009,10.802767753000069],[106.84880065800019,10.798173905000112],[106.85114288300008,10.793165208000005],[106.85012817300014,10.790637969000102],[106.8463592540001,10.786996841000075],[106.84519195600018,10.781944275000171],[106.84433746399998,10.780486106000069],[106.842926025,10.780556679000142],[106.83575439400005,10.784857751000004],[106.83464813200015,10.78458976800016],[106.83324432400019,10.782934188000127],[106.83339691100008,10.780529023000156],[106.83811950700004,10.776769639000122],[106.84033966100009,10.773307800000111],[106.8456878670001,10.775125505000176],[106.84824371400009,10.775383950000162],[106.85192108200005,10.77464294500004],[106.85695648300003,10.77173709900012],[106.86302948000008,10.76538181300009],[106.86495971800008,10.764532089000113],[106.86807250900017,10.764397622000104],[106.87258911100014,10.766332626000121],[106.87455749500009,10.769520760000148],[106.87422180200014,10.774229050000145],[106.87218475400016,10.777637482000102],[106.86611175500013,10.78279209200008],[106.8647308350001,10.785920143000169],[106.86531829700004,10.789109230000179],[106.87821197600005,10.800543786000162],[106.88097381600011,10.804741860000036],[106.8819198600001,10.808488846000103],[106.88132476700014,10.814230920000057],[106.88011932300003,10.816940307000152],[106.87273407000015,10.825001717000134],[106.8716430660001,10.826190948000033],[106.85668945300017,10.84267807000009]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Long Phước","Phường_":"Long Phước","Mật_đ":525,"Dân_số":12836,"Diện_tí":24.44,"Biên_ch":36,"Tỉ_lệ_":357}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.81406402599998,10.870150565000074],[106.81347656300017,10.862934112000119],[106.81369781600006,10.850289345000022],[106.80534362700013,10.848167420000095],[106.80607604900013,10.845720291000191],[106.80498504700012,10.842172622000021],[106.80577850400016,10.84080696000018],[106.80509185800014,10.839776039000071],[106.805252075,10.838164329000108],[106.80093383800005,10.834647179000058],[106.80634307900004,10.827134132000083],[106.80840301500012,10.827798843000096],[106.81160736000015,10.830279350000069],[106.81494903700013,10.830770492],[106.82019805800002,10.828971863000163],[106.82473754800009,10.82564067900006],[106.82963562000003,10.827504159000057],[106.83209991500007,10.826912879000133],[106.83570098900015,10.827220916000158],[106.83648681600005,10.831263543000034],[106.83737182499999,10.832239151000124],[106.83615112300009,10.8331289300001],[106.8377914420002,10.833558083000185],[106.8366546640001,10.834903716000042],[106.83687591500018,10.836071968000113],[106.838020325,10.835528373000159],[106.8392181390002,10.837579727000048],[106.83919525100004,10.838332177000154],[106.8380889890002,10.838168144000178],[106.83752441500019,10.838817597000173],[106.83887481800008,10.84047889700014],[106.83604431100014,10.842526436000185],[106.83413696300005,10.845301628000072],[106.83641815300012,10.846314431000167],[106.83796691800012,10.846108436000065],[106.83776092600016,10.850111961000096],[106.83644103900008,10.850225449000106],[106.83692169200015,10.85277175900012],[106.83779907299999,10.852840424000021],[106.83811950700004,10.854026795000038],[106.83621215800008,10.854041100000074],[106.8305740360002,10.85729789800007],[106.8153610240002,10.87114715700011],[106.814353944,10.871375085000125],[106.81406402599998,10.870150565000074]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Long Thạnh Mỹ","Phường_":"Long Thạnh Mỹ","Mật_đ":3491,"Dân_số":43987,"Diện_tí":12.6,"Biên_ch":36,"Tỉ_lệ_":1222}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.82201385500008,10.780804634000106],[106.82482910200002,10.778613091000068],[106.82608795100003,10.773941040000125],[106.82362365800014,10.766601563000108],[106.82314300600018,10.761590003000038],[106.82434082000015,10.759557725000093],[106.82808685300006,10.76014995600002],[106.8300704950002,10.76191043800003],[106.83167266800018,10.764851571000065],[106.84033966100009,10.773307800000111],[106.83811950700004,10.776769639000122],[106.83339691100008,10.780529023000156],[106.83324432400019,10.782934188000127],[106.83464813200015,10.78458976800016],[106.83575439400005,10.784857751000004],[106.842926025,10.780556679000142],[106.84433746399998,10.780486106000069],[106.84519195600018,10.781944275000171],[106.8428344730001,10.783315659000152],[106.84347534100016,10.784266473000116],[106.84225463900009,10.784436226000025],[106.84185790999999,10.788801193000154],[106.83740234400011,10.793397904000074],[106.83882141100003,10.799739838000107],[106.83841705400005,10.802303314000085],[106.83605194100005,10.805970193000178],[106.83203888000008,10.808018684000103],[106.81721496600011,10.80552196400015],[106.81340026900006,10.813982011000121],[106.81047821000016,10.817421914000079],[106.80767059300013,10.825246811000113],[106.80634307900004,10.827134132000083],[106.804328919,10.825520516000154],[106.80308532600003,10.823223114000143],[106.80289459200009,10.820650101000126],[106.80265045100003,10.817120553000109],[106.79933929499998,10.815576553000085],[106.79978179900019,10.810660363000125],[106.8007125850001,10.810056687000099],[106.80315399200003,10.811271668000131],[106.80434417700002,10.81109142300005],[106.8049774170002,10.805871010000033],[106.806884766,10.804075241000078],[106.80764007700009,10.802236558000061],[106.80654144300013,10.799786568000059],[106.80707550000017,10.797831536000103],[106.80849456700008,10.797528267000132],[106.80985260000006,10.796049118000042],[106.81392669700011,10.79755592400005],[106.8154144290001,10.796690941000122],[106.81626129099999,10.790005685000153],[106.82387542800018,10.783099174000085],[106.82201385500008,10.780804634000106]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Long Trường","Phường_":"Long Trường","Mật_đ":2206,"Dân_số":27932,"Diện_tí":12.66,"Biên_ch":36,"Tỉ_lệ_":776}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.82201385500008,10.780804634000106],[106.82387542800018,10.783099174000085],[106.81626129099999,10.790005685000153],[106.8154144290001,10.796690941000122],[106.81392669700011,10.79755592400005],[106.80985260000006,10.796049118000042],[106.80849456700008,10.797528267000132],[106.80707550000017,10.797831536000103],[106.80654144300013,10.799786568000059],[106.80764007700009,10.802236558000061],[106.806884766,10.804075241000078],[106.8049774170002,10.805871010000033],[106.80434417700002,10.81109142300005],[106.80315399200003,10.811271668000131],[106.8007125850001,10.810056687000099],[106.79978179900019,10.810660363000125],[106.79933929499998,10.815576553000085],[106.80265045100003,10.817120553000109],[106.80289459200009,10.820650101000126],[106.79908752400002,10.821083069000053],[106.78993988000008,10.815056801000082],[106.79032898000008,10.813189506000015],[106.79336547800017,10.808028222000189],[106.79328918400006,10.805346489000101],[106.7896957390002,10.804695130000084],[106.78815460100003,10.801053047000096],[106.78694915700015,10.800436021000053],[106.7847824110001,10.800623895000115],[106.78277587900016,10.799592972000028],[106.78186798200011,10.795143128000063],[106.78108978300008,10.794502257999966],[106.78161621000004,10.790422438999997],[106.78675079300007,10.79067516400005],[106.787277222,10.785186769000063],[106.78383636400008,10.78190040700008],[106.78992462200006,10.778491975000179],[106.79710388100011,10.778722763000076],[106.79906463499998,10.776021957000069],[106.8023452760001,10.775157928999988],[106.80429840000005,10.77615356500013],[106.80647277700012,10.77601051400012],[106.81008911200013,10.774617196000122],[106.81639862000009,10.779905319000079],[106.8195419320001,10.780933380000135],[106.82201385500008,10.780804634000106]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Phú Hữu","Phường_":"Phú Hữu","Mật_đ":2374,"Dân_số":28207,"Diện_tí":11.88,"Biên_ch":36,"Tỉ_lệ_":784}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77680206200017,10.808998107000036],[106.77427673300019,10.816679955000097],[106.77146148700012,10.822129250000046],[106.7696533200002,10.81991863400009],[106.76813507100007,10.81345176800005],[106.7690277100001,10.8127269740001],[106.76867675800003,10.811448097000095],[106.76728820800008,10.810897826000144],[106.76612853900014,10.808673859000066],[106.7729721070001,10.807609559000127],[106.77680206200017,10.808998107000036]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Phước Bình","Phường_":"Phước Bình","Mật_đ":18301,"Dân_số":17935,"Diện_tí":0.98,"Biên_ch":36,"Tỉ_lệ_":498}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76612853900014,10.808673859000066],[106.76728820800008,10.810897826000144],[106.76867675800003,10.811448097000095],[106.7690277100001,10.8127269740001],[106.76813507100007,10.81345176800005],[106.7696533200002,10.81991863400009],[106.77146148700012,10.822129250000046],[106.76948547400019,10.823645591000172],[106.76717376800002,10.834185600000126],[106.76592254700017,10.835462570000118],[106.75912475600018,10.8231220240001],[106.75698089600007,10.813122749999991],[106.76232910100003,10.814505578000023],[106.76395416200012,10.812858581000114],[106.76466369600018,10.809788704000027],[106.76612853900014,10.808673859000066]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Phước Long A","Phường_":"Phước Long A","Mật_đ":16907,"Dân_số":40070,"Diện_tí":2.37,"Biên_ch":36,"Tỉ_lệ_":1113}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.78108978300008,10.794502257999966],[106.78186798200011,10.795143128000063],[106.78277587900016,10.799592972000028],[106.7847824110001,10.800623895000115],[106.78694915700015,10.800436021000053],[106.78815460100003,10.801053047000096],[106.7896957390002,10.804695130000084],[106.79328918400006,10.805346489000101],[106.79336547800017,10.808028222000189],[106.79032898000008,10.813189506000015],[106.78993988000008,10.815056801000082],[106.787559509,10.81473636600009],[106.78858184900002,10.816329003000021],[106.78752136200012,10.821345329999986],[106.78237915100004,10.825336457000105],[106.78275299100005,10.826165199000116],[106.781097413,10.827463150000085],[106.78141784600018,10.827972411000076],[106.77115631000004,10.835583687999986],[106.77124023400006,10.83857345600012],[106.77125549200008,10.839404107000178],[106.77072143500004,10.838915824000026],[106.77072143500004,10.83997249600003],[106.76906585699999,10.841035843000043],[106.76732635500014,10.837972642000125],[106.76592254700017,10.835462570000118],[106.76717376800002,10.834185600000126],[106.76948547400019,10.823645591000172],[106.77146148700012,10.822129250000046],[106.77427673300019,10.816679955000097],[106.77680206200017,10.808998107000036],[106.78108978300008,10.794502257999966]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Phước Long B","Phường_":"Phước Long B","Mật_đ":12793,"Dân_số":75224,"Diện_tí":5.88,"Biên_ch":36,"Tỉ_lệ_":2090}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.79404449500015,10.853451730000131],[106.79604339600007,10.853060722000123],[106.79811859100005,10.851476670000125],[106.80175018300014,10.85208416100005],[106.80120849600019,10.8510637280001],[106.80399322600005,10.850487709000106],[106.80534362700013,10.848167420000095],[106.81369781600006,10.850289345000022],[106.81347656300017,10.862934112000119],[106.81406402599998,10.870150565000074],[106.80767059300013,10.871809006000035],[106.80307769800015,10.867084504000104],[106.78652954000017,10.857228280000129],[106.78787231500013,10.854911804000153],[106.79199981700003,10.853876115000162],[106.79271698000014,10.854228974000137],[106.79404449500015,10.853451730000131]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Tân Phú","Phường_":"Tân Phú","Mật_đ":35893,"Dân_số":35893,"Diện_tí":1,"Biên_ch":36,"Tỉ_lệ_":997}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.78629302900003,10.844996452000089],[106.78746032600009,10.841899871999999],[106.78609466500012,10.839925766000079],[106.78602600100015,10.836199761999978],[106.78852844200014,10.83540630400006],[106.79100799500009,10.833148004000122],[106.79195404000006,10.833560943000066],[106.79158020000006,10.834920884000041],[106.7920913710002,10.835356712000078],[106.7930908200002,10.834509850000131],[106.79327392600004,10.832986830999971],[106.79570770300006,10.834458350000148],[106.79582977300004,10.832964898000057],[106.79749298100018,10.833115577000171],[106.79990386900016,10.832100867000065],[106.80169677800012,10.832436563000101],[106.804328919,10.825520516000154],[106.80634307900004,10.827134132000083],[106.80093383800005,10.834647179000058],[106.805252075,10.838164329000108],[106.80509185800014,10.839776039000071],[106.80577850400016,10.84080696000018],[106.80498504700012,10.842172622000021],[106.80607604900013,10.845720291000191],[106.80534362700013,10.848167420000095],[106.80399322600005,10.850487709000106],[106.80120849600019,10.8510637280001],[106.80175018300014,10.85208416100005],[106.79811859100005,10.851476670000125],[106.79604339600007,10.853060722000123],[106.79404449500015,10.853451730000131],[106.7938003540001,10.852621079000073],[106.78952026300004,10.853443145000028],[106.78833007700018,10.852857589999985],[106.78629302900003,10.844996452000089]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Tăng Nhơn Phú A","Phường_":"Tăng Nhơn Phú A","Mật_đ":9806,"Dân_số":41089,"Diện_tí":4.19,"Biên_ch":36,"Tỉ_lệ_":1141}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77124023400006,10.83857345600012],[106.77115631000004,10.835583687999986],[106.78141784600018,10.827972411000076],[106.781097413,10.827463150000085],[106.78275299100005,10.826165199000116],[106.78237915100004,10.825336457000105],[106.78752136200012,10.821345329999986],[106.78858184900002,10.816329003000021],[106.787559509,10.81473636600009],[106.78993988000008,10.815056801000082],[106.79908752400002,10.821083069000053],[106.80289459200009,10.820650101000126],[106.80308532600003,10.823223114000143],[106.804328919,10.825520516000154],[106.80169677800012,10.832436563000101],[106.79990386900016,10.832100867000065],[106.79749298100018,10.833115577000171],[106.79582977300004,10.832964898000057],[106.79570770300006,10.834458350000148],[106.79327392600004,10.832986830999971],[106.7930908200002,10.834509850000131],[106.7920913710002,10.835356712000078],[106.79158020000006,10.834920884000041],[106.79195404000006,10.833560943000066],[106.79100799500009,10.833148004000122],[106.78852844200014,10.83540630400006],[106.78602600100015,10.836199761999978],[106.78609466500012,10.839925766000079],[106.78746032600009,10.841899871999999],[106.78629302900003,10.844996452000089],[106.78279876800019,10.843973161000065],[106.7808761600001,10.844704628000102],[106.77664184700012,10.839493751000134],[106.77124023400006,10.83857345600012]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Tăng Nhơn Phú B","Phường_":"Tăng Nhơn Phú B","Mật_đ":7413,"Dân_số":39139,"Diện_tí":5.28,"Biên_ch":36,"Tỉ_lệ_":1087}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.83570098900015,10.827220916000158],[106.83209991500007,10.826912879000133],[106.82963562000003,10.827504159000057],[106.82473754800009,10.82564067900006],[106.82019805800002,10.828971863000163],[106.81494903700013,10.830770492],[106.81160736000015,10.830279350000069],[106.80840301500012,10.827798843000096],[106.80634307900004,10.827134132000083],[106.80767059300013,10.825246811000113],[106.81047821000016,10.817421914000079],[106.81340026900006,10.813982011000121],[106.81721496600011,10.80552196400015],[106.83203888000008,10.808018684000103],[106.83605194100005,10.805970193000178],[106.83841705400005,10.802303314000085],[106.83882141100003,10.799739838000107],[106.83740234400011,10.793397904000074],[106.84185790999999,10.788801193000154],[106.84225463900009,10.784436226000025],[106.84347534100016,10.784266473000116],[106.8428344730001,10.783315659000152],[106.84519195600018,10.781944275000171],[106.8463592540001,10.786996841000075],[106.85012817300014,10.790637969000102],[106.85114288300008,10.793165208000005],[106.84880065800019,10.798173905000112],[106.84896087600009,10.802767753000069],[106.84836578300013,10.804936409000106],[106.84454345600017,10.807626725000091],[106.83969116100008,10.809518814000057],[106.83869934000018,10.810830116000034],[106.842994691,10.81495380399997],[106.84467315700016,10.81788063100015],[106.84446716300016,10.819114685999978],[106.84278869600013,10.819686890000071],[106.83835601900006,10.81734085100004],[106.83601379400017,10.818248748000144],[106.83489227400008,10.820867538000073],[106.83570098900015,10.827220916000158]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 9","NAME_3":"Trường Thạnh","Phường_":"Trường Thạnh","Mật_đ":2646,"Dân_số":26061,"Diện_tí":9.85,"Biên_ch":36,"Tỉ_lệ_":724}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66990661600005,10.798922540000149],[106.66779327400019,10.800182342000085],[106.66715240400009,10.80024433200009],[106.66550445600018,10.800378801000079],[106.66398620600012,10.795629501000064],[106.66592407100018,10.791006089000177],[106.66846466000015,10.79415512100013],[106.66848754900019,10.798221587000114],[106.66990661600005,10.798922540000149]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 1","Phường_":"Phường 1","Mật_đ":68181,"Dân_số":14318,"Diện_tí":0.21,"Biên_ch":36,"Tỉ_lệ_":398}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64806365900012,10.774791717000085],[106.64974212600004,10.777068138000061],[106.64988708499999,10.77907467000017],[106.65100097700014,10.784668922000094],[106.6465301520002,10.78799533800003],[106.64340972899998,10.786700250000138],[106.64163970900012,10.785927773000083],[106.6420593260001,10.78493404400001],[106.64335632400014,10.781387329000097],[106.64770507800006,10.77524376000008],[106.64806365900012,10.774791717000085]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 10","Phường_":"Phường 10","Mật_đ":62150,"Dân_số":11187,"Diện_tí":0.18,"Biên_ch":32,"Tỉ_lệ_":350}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65100097700014,10.784668922000094],[106.65253448400011,10.790672303000065],[106.65340423700007,10.792881012000123],[106.65213775500007,10.793562889000157],[106.64730834900018,10.791862489000152],[106.64680481000016,10.790344238000046],[106.6439743050002,10.791814804000182],[106.64283752400019,10.789133071000094],[106.64340972899998,10.786700250000138],[106.6465301520002,10.78799533800003],[106.65100097700014,10.784668922000094]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 11","Phường_":"Phường 11","Mật_đ":42041,"Dân_số":9249,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":289}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65213775500007,10.793562889000157],[106.65467071600011,10.796507837000092],[106.65427398800017,10.797950745000094],[106.655426025,10.79873466600003],[106.65376281700009,10.798955917000171],[106.65393829400011,10.801364898999964],[106.65257263299998,10.801484108000182],[106.65338134800004,10.809939384000074],[106.64809417800006,10.809052467000129],[106.64698028600009,10.796322823000082],[106.64586639400017,10.796916961000022],[106.6439743050002,10.791814804000182],[106.64680481000016,10.790344238000046],[106.64730834900018,10.791862489000152],[106.65213775500007,10.793562889000157]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 12","Phường_":"Phường 12","Mật_đ":17726,"Dân_số":22866,"Diện_tí":1.29,"Biên_ch":36,"Tỉ_lệ_":635}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64809417800006,10.809052467000129],[106.64515686100015,10.809608461000096],[106.6443252570001,10.810793876000048],[106.64160156200006,10.809817314999975],[106.6397857660001,10.807626725000091],[106.63618469300013,10.806153299000073],[106.63759613100001,10.80423164400014],[106.6358032220001,10.803835870000057],[106.63674163900004,10.801771164000115],[106.64586639400017,10.796916961000022],[106.64698028600009,10.796322823000082],[106.64809417800006,10.809052467000129]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 13","Phường_":"Phường 13","Mật_đ":45294,"Dân_số":21288,"Diện_tí":0.47,"Biên_ch":36,"Tỉ_lệ_":591}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64340972899998,10.786700250000138],[106.64283752400019,10.789133071000094],[106.6439743050002,10.791814804000182],[106.64586639400017,10.796916961000022],[106.63674163900004,10.801771164000115],[106.63836670000012,10.795615197000132],[106.64119720500008,10.78706455200006],[106.64163970900012,10.785927773000083],[106.64340972899998,10.786700250000138]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 14","Phường_":"Phường 14","Mật_đ":25613,"Dân_số":32529,"Diện_tí":1.27,"Biên_ch":36,"Tỉ_lệ_":904}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66358184900014,10.830674173000148],[106.65934753300013,10.833194733000141],[106.65724945000017,10.835331916000143],[106.65206146200006,10.836833001000059],[106.64910888600019,10.836615564000112],[106.64633178800011,10.837343216000136],[106.64250946100015,10.828199386999984],[106.633972169,10.832386971000119],[106.63236999400004,10.833011627000076],[106.63024139400017,10.827888490000134],[106.62789154100017,10.824694633000092],[106.63010406500007,10.822278977000053],[106.6358032220001,10.803835870000057],[106.63759613100001,10.80423164400014],[106.63618469300013,10.806153299000073],[106.6397857660001,10.807626725000091],[106.64160156200006,10.809817314999975],[106.6443252570001,10.810793876000048],[106.64515686100015,10.809608461000096],[106.64809417800006,10.809052467000129],[106.65338134800004,10.809939384000074],[106.65257263299998,10.801484108000182],[106.65393829400011,10.801364898999964],[106.65754699600006,10.8010482790001],[106.65732574600008,10.803462028000013],[106.65860748300014,10.80330467300007],[106.65885162500012,10.805226326000025],[106.66110992300008,10.804499626000108],[106.66162872300004,10.808025361000034],[106.66461944500003,10.807741166000085],[106.66476440400004,10.809437752999997],[106.66165161100014,10.809833525999977],[106.66170501600004,10.816545486000052],[106.66060638400006,10.817396163000183],[106.66640472400007,10.819513322000148],[106.66755676300005,10.81612205600004],[106.6698532100001,10.816921234000063],[106.6698532100001,10.816271783000047],[106.67418670600017,10.817979812999965],[106.67487335300007,10.81829929300011],[106.6733322140002,10.822359086000063],[106.67833709800004,10.825201989000163],[106.67859649700011,10.826145173000043],[106.67759704600007,10.827013015999967],[106.67449951100002,10.826183320000098],[106.67311859099999,10.827956200000074],[106.67043304500004,10.827169419000029],[106.66801452700008,10.828392029000156],[106.66613769600013,10.82845211100016],[106.66358184900014,10.830674173000148]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 15","Phường_":"Phường 15","Mật_đ":31569,"Dân_số":24624,"Diện_tí":0.78,"Biên_ch":36,"Tỉ_lệ_":684}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.67418670600017,10.817979812999965],[106.6698532100001,10.816271783000047],[106.6698532100001,10.816921234000063],[106.66755676300005,10.81612205600004],[106.66640472400007,10.819513322000148],[106.66060638400006,10.817396163000183],[106.66170501600004,10.816545486000052],[106.66165161100014,10.809833525999977],[106.66476440400004,10.809437752999997],[106.66461944500003,10.807741166000085],[106.66358947700007,10.802683831000024],[106.65937805200008,10.798833848000072],[106.66107940700005,10.796292304000133],[106.66184234700012,10.7966003410001],[106.66333770800014,10.794593812000073],[106.66398620600012,10.795629501000064],[106.66550445600018,10.800378801000079],[106.66715240400009,10.80024433200009],[106.66825103800005,10.802960396999993],[106.66904449500004,10.803326607000088],[106.66942596500019,10.806654930000093],[106.66999816900011,10.807718277000049],[106.67103576600005,10.807877540000163],[106.67073821900004,10.809853555000132],[106.67165374700011,10.809391976000029],[106.6724090580002,10.81066703800002],[106.672065734,10.812586785000178],[106.67279815600006,10.814127922000068],[106.67498779300013,10.815129280000122],[106.676048278,10.814852714000153],[106.67562866100002,10.816505432000099],[106.67418670600017,10.817979812999965]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 2","Phường_":"Phường 2","Mật_đ":65010,"Dân_số":19503,"Diện_tí":0.3,"Biên_ch":36,"Tỉ_lệ_":542}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66592407100018,10.791006089000177],[106.66398620600012,10.795629501000064],[106.66333770800014,10.794593812000073],[106.66184234700012,10.7966003410001],[106.66107940700005,10.796292304000133],[106.66018676700008,10.795895575999964],[106.65931701700009,10.793310165000037],[106.66178894000006,10.791734696000162],[106.6660003670001,10.790733339000155],[106.66592407100018,10.791006089000177]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 3","Phường_":"Phường 3","Mật_đ":25696,"Dân_số":20300,"Diện_tí":0.79,"Biên_ch":36,"Tỉ_lệ_":564}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65340423700007,10.792881012000123],[106.65769958600009,10.79059887000011],[106.65931701700009,10.793310165000037],[106.66018676700008,10.795895575999964],[106.66107940700005,10.796292304000133],[106.65937805200008,10.798833848000072],[106.66358947700007,10.802683831000024],[106.66461944500003,10.807741166000085],[106.66162872300004,10.808025361000034],[106.66110992300008,10.804499626000108],[106.65885162500012,10.805226326000025],[106.65860748300014,10.80330467300007],[106.65732574600008,10.803462028000013],[106.65754699600006,10.8010482790001],[106.65393829400011,10.801364898999964],[106.65376281700009,10.798955917000171],[106.655426025,10.79873466600003],[106.65427398800017,10.797950745000094],[106.65467071600011,10.796507837000092],[106.65213775500007,10.793562889000157],[106.65340423700007,10.792881012000123]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 4","Phường_":"Phường 4","Mật_đ":74024,"Dân_số":12584,"Diện_tí":0.17,"Biên_ch":32,"Tỉ_lệ_":393}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6660003670001,10.790733339000155],[106.66178894000006,10.791734696000162],[106.65931701700009,10.793310165000037],[106.65769958600009,10.79059887000011],[106.66081237900016,10.788967133000028],[106.6642990100001,10.787102699000116],[106.66521453800016,10.788673402000143],[106.66477966300016,10.790108682000096],[106.66687011800019,10.789620399000057],[106.6660003670001,10.790733339000155]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 5","Phường_":"Phường 5","Mật_đ":59275,"Dân_số":9484,"Diện_tí":0.16,"Biên_ch":32,"Tỉ_lệ_":296}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.66027831900004,10.782124520000082],[106.66463470600013,10.786920548000069],[106.6642990100001,10.787102699000116],[106.66081237900016,10.788967133000028],[106.6569671640001,10.78461647000006],[106.65682983500017,10.78519535200013],[106.65421295200008,10.784477233000132],[106.6553344730001,10.780544281000175],[106.65593719600014,10.778373719000172],[106.65608978300003,10.777830124000047],[106.66027831900004,10.782124520000082]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 6","Phường_":"Phường 6","Mật_đ":36509,"Dân_số":8032,"Diện_tí":0.22,"Biên_ch":32,"Tỉ_lệ_":251}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65253448400011,10.790672303000065],[106.65421295200008,10.784477233000132],[106.65682983500017,10.78519535200013],[106.6569671640001,10.78461647000006],[106.66081237900016,10.788967133000028],[106.65769958600009,10.79059887000011],[106.65340423700007,10.792881012000123],[106.65253448400011,10.790672303000065]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 7","Phường_":"Phường 7","Mật_đ":73509,"Dân_số":8086,"Diện_tí":0.11,"Biên_ch":32,"Tỉ_lệ_":253}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64988708499999,10.77907467000017],[106.65307617200017,10.779373169000053],[106.6553344730001,10.780544281000175],[106.65421295200008,10.784477233000132],[106.65253448400011,10.790672303000065],[106.65100097700014,10.784668922000094],[106.64988708499999,10.77907467000017]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 8","Phường_":"Phường 8","Mật_đ":66927,"Dân_số":10039,"Diện_tí":0.15,"Biên_ch":32,"Tỉ_lệ_":314}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.65249633700006,10.768779755000025],[106.6532135010001,10.775415421000162],[106.65593719600014,10.778373719000172],[106.6553344730001,10.780544281000175],[106.65307617200017,10.779373169000053],[106.64988708499999,10.77907467000017],[106.64974212600004,10.777068138000061],[106.64806365900012,10.774791717000085],[106.64907073900014,10.77324485700018],[106.65203094500009,10.768955231000177],[106.65249633700006,10.768779755000025]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Bình","NAME_3":"Phường 9","Phường_":"Phường 9","Mật_đ":85660,"Dân_số":17132,"Diện_tí":0.2,"Biên_ch":36,"Tỉ_lệ_":476}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62301635800009,10.767416954000169],[106.62947082500006,10.766820908000057],[106.63188934400006,10.767282487000159],[106.6318283080002,10.77027702300012],[106.63236999400004,10.77346897200016],[106.63364410400015,10.7759933480001],[106.62860870300017,10.77759647300013],[106.62157440300007,10.773786545000064],[106.62301635800009,10.767416954000169]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Hiệp Tân","Phường_":"Hiệp Tân","Mật_đ":27705,"Dân_số":30753,"Diện_tí":1.11,"Biên_ch":36,"Tỉ_lệ_":854}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.64163970900012,10.785927773000083],[106.64119720500008,10.78706455200006],[106.63684844900013,10.787142753000069],[106.63674926700014,10.786517144000072],[106.636024475,10.781715394000173],[106.635101319,10.778308869000114],[106.63364410400015,10.7759933480001],[106.63236999400004,10.77346897200016],[106.6318283080002,10.77027702300012],[106.63559723000009,10.769598008000116],[106.63650512700019,10.77418613400016],[106.63791656400014,10.77505397900012],[106.64118957500017,10.7804574970001],[106.64012146000016,10.781689645000085],[106.64054107700014,10.784443856000166],[106.6420593260001,10.78493404400001],[106.64163970900012,10.785927773000083]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Hoà Thạnh","Phường_":"Hoà Thạnh","Mật_đ":34434,"Dân_số":32368,"Diện_tí":0.94,"Biên_ch":36,"Tỉ_lệ_":899}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62157440300007,10.773786545000064],[106.62860870300017,10.77759647300013],[106.63364410400015,10.7759933480001],[106.635101319,10.778308869000114],[106.636024475,10.781715394000173],[106.63429260200013,10.780675888000133],[106.62076568500015,10.78483390800011],[106.61878967300004,10.784527778000154],[106.62123870800008,10.77728176100004],[106.62157440300007,10.773786545000064]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Phú Thạnh","Phường_":"Phú Thạnh","Mật_đ":37002,"Dân_số":43292,"Diện_tí":1.17,"Biên_ch":36,"Tỉ_lệ_":1203}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61878967300004,10.784527778000154],[106.62076568500015,10.78483390800011],[106.63429260200013,10.780675888000133],[106.636024475,10.781715394000173],[106.63674926700014,10.786517144000072],[106.63359069900008,10.78772544800006],[106.62805938700018,10.787800789000187],[106.62709045400004,10.788357735000034],[106.62254333600004,10.78965950100013],[106.6218719490002,10.788435936000042],[106.617408753,10.788085937000119],[106.61878967300004,10.784527778000154]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Phú Thọ Hòa","Phường_":"Phú Thọ Hòa","Mật_đ":38706,"Dân_số":46834,"Diện_tí":1.21,"Biên_ch":36,"Tỉ_lệ_":1301}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.63760375900011,10.768992425000022],[106.64162445000017,10.77255249000018],[106.64212036100008,10.772140503000116],[106.6443252570001,10.775012969999977],[106.64770507800006,10.77524376000008],[106.64335632400014,10.781387329000097],[106.6420593260001,10.78493404400001],[106.64054107700014,10.784443856000166],[106.64012146000016,10.781689645000085],[106.64118957500017,10.7804574970001],[106.63791656400014,10.77505397900012],[106.63650512700019,10.77418613400016],[106.63559723000009,10.769598008000116],[106.63568878200005,10.76957225700005],[106.63760375900011,10.768992425000022]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Phú Trung","Phường_":"Phú Trung","Mật_đ":48474,"Dân_số":43142,"Diện_tí":0.89,"Biên_ch":36,"Tỉ_lệ_":1198}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.61368560800008,10.79672908700013],[106.62462615900017,10.80146789700018],[106.63278198300014,10.803494454000031],[106.63108062800012,10.805447577999985],[106.6148986820001,10.809328080000114],[106.60774230999999,10.813019753000106],[106.60676574700011,10.806114197],[106.60842895500008,10.805858612000065],[106.61368560800008,10.79672908700013]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Sơn Kỳ","Phường_":"Sơn Kỳ","Mật_đ":21479,"Dân_số":48113,"Diện_tí":2.24,"Biên_ch":36,"Tỉ_lệ_":1336}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.617408753,10.788085937000119],[106.6218719490002,10.788435936000042],[106.62254333600004,10.78965950100013],[106.62709045400004,10.788357735000034],[106.62719726600017,10.789245606000065],[106.62934875500008,10.790415764000102],[106.63014221200012,10.792645456000173],[106.62838745200008,10.79299163900015],[106.62940979000007,10.794923783000115],[106.62759399500004,10.79581260700013],[106.62740325900006,10.79851055100005],[106.62393188599998,10.799333572000023],[106.62462615900017,10.80146789700018],[106.61368560800008,10.79672908700013],[106.617408753,10.788085937000119]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Tân Quý","Phường_":"Tân Quý","Mật_đ":39554,"Dân_số":66847,"Diện_tí":1.69,"Biên_ch":36,"Tỉ_lệ_":1857}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.6358032220001,10.803835870000057],[106.63278198300014,10.803494454000031],[106.62462615900017,10.80146789700018],[106.62393188599998,10.799333572000023],[106.62740325900006,10.79851055100005],[106.62759399500004,10.79581260700013],[106.62940979000007,10.794923783000115],[106.63426208500005,10.793715476000045],[106.63458252000015,10.79558181800013],[106.63814544700017,10.795067787000164],[106.63836670000012,10.795615197000132],[106.63674163900004,10.801771164000115],[106.6358032220001,10.803835870000057]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Tân Sơn Nhì","Phường_":"Tân Sơn Nhì","Mật_đ":37458,"Dân_số":42327,"Diện_tí":1.13,"Biên_ch":36,"Tỉ_lệ_":1176}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.63836670000012,10.795615197000132],[106.63814544700017,10.795067787000164],[106.63458252000015,10.79558181800013],[106.63426208500005,10.793715476000045],[106.62940979000007,10.794923783000115],[106.62838745200008,10.79299163900015],[106.63014221200012,10.792645456000173],[106.62934875500008,10.790415764000102],[106.62719726600017,10.789245606000065],[106.62709045400004,10.788357735000034],[106.62805938700018,10.787800789000187],[106.63359069900008,10.78772544800006],[106.63674926700014,10.786517144000072],[106.63684844900013,10.787142753000069],[106.64119720500008,10.78706455200006],[106.63836670000012,10.795615197000132]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Tân Thành","Phường_":"Tân Thành","Mật_đ":18403,"Dân_số":64412,"Diện_tí":3.5,"Biên_ch":36,"Tỉ_lệ_":1789}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.62406921500008,10.762431144999994],[106.62477111800018,10.760730743000181],[106.62970733700013,10.760201455000072],[106.63359832700019,10.758254052000154],[106.63416290300017,10.759028435000005],[106.63504028400001,10.759801864000167],[106.63570404000006,10.762531280000019],[106.63568878200005,10.76957225700005],[106.63559723000009,10.769598008000116],[106.6318283080002,10.77027702300012],[106.63188934400006,10.767282487000159],[106.62947082500006,10.766820908000057],[106.62301635800009,10.767416954000169],[106.62406921500008,10.762431144999994]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Tân Thới Hoà","Phường_":"Tân Thới Hoà","Mật_đ":27017,"Dân_số":31070,"Diện_tí":1.15,"Biên_ch":36,"Tỉ_lệ_":863}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.60774230999999,10.813019753000106],[106.6148986820001,10.809328080000114],[106.63108062800012,10.805447577999985],[106.63278198300014,10.803494454000031],[106.6358032220001,10.803835870000057],[106.63010406500007,10.822278977000053],[106.62789154100017,10.824694633000092],[106.62337494000008,10.819463730000109],[106.61992645300012,10.818629266000187],[106.61766052200016,10.819778442000029],[106.61617279000018,10.819410325000035],[106.61090087800005,10.816213608000112],[106.60774230999999,10.813019753000106]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Tân Phú","NAME_3":"Tây Thạnh","Phường_":"Tây Thạnh","Mật_đ":18403,"Dân_số":64412,"Diện_tí":3.5,"Biên_ch":36,"Tỉ_lệ_":1789}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74644470200013,10.873877525000069],[106.75136566200018,10.875484467000149],[106.7504348760001,10.877224921999982],[106.74942016600016,10.876785279000103],[106.74849701000016,10.878269196000076],[106.7471847540001,10.877385139000012],[106.7446899420001,10.880072595000172],[106.74568176300016,10.880777358000103],[106.74504852400008,10.881582261000005],[106.742996215,10.88031864200019],[106.74118805000006,10.88135528500004],[106.73966217100019,10.881031990000054],[106.7381515510001,10.87915992700016],[106.73420715300006,10.880519866000157],[106.73668670700005,10.884585380999965],[106.73131561300005,10.885953903000086],[106.73244476300005,10.890640258000133],[106.72924804600018,10.889433861000043],[106.72846221900005,10.8909254080001],[106.72754669100016,10.89013385900006],[106.72640991300005,10.890705108000134],[106.71761322100019,10.896380424000085],[106.71310424700016,10.889889718000006],[106.71450042700019,10.88816833500016],[106.71382141100014,10.88752746700004],[106.71447753900009,10.88678932199997],[106.71560668900008,10.887742997000146],[106.71753692700008,10.887833596000064],[106.71658325200013,10.884711265000078],[106.71795654200008,10.880854607000003],[106.7137985220001,10.879149436999967],[106.71259307800005,10.877949715],[106.71380615200002,10.877863884000135],[106.71405792200011,10.876966476999996],[106.71528625400009,10.877472878000106],[106.72124481100008,10.87636280099997],[106.72353363100012,10.871847152000043],[106.72463226200017,10.871468544000152],[106.7267684950001,10.87306404200018],[106.72837829500003,10.87276554000016],[106.72920227100019,10.873781205000057],[106.72996521000016,10.873460770000122],[106.73186492900004,10.875014306000082],[106.7338180550002,10.870288849000133],[106.74644470200013,10.873877525000069]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Bình Chiểu","Phường_":"Bình Chiểu","Mật_đ":14936,"Dân_số":80802,"Diện_tí":5.41,"Biên_ch":36,"Tỉ_lệ_":2245}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.7740020760001,10.84918022200003],[106.77342224100005,10.849568368000178],[106.76820373599998,10.849732399000175],[106.76289367700019,10.850870132000068],[106.75867462200006,10.850662232000104],[106.75892639200009,10.849090576000094],[106.76342773500016,10.842188835000002],[106.76576995800008,10.840515137000125],[106.76732635500014,10.837972642000125],[106.76906585699999,10.841035843000043],[106.7740020760001,10.84918022200003]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Bình Thọ","Phường_":"Bình Thọ","Mật_đ":13969,"Dân_số":16903,"Diện_tí":1.21,"Biên_ch":36,"Tỉ_lệ_":470}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71318817100018,10.821173668000029],[106.71421051100003,10.820795060000137],[106.71715545700016,10.820258140000135],[106.7230987550002,10.820981026000084],[106.729850769,10.824186326000074],[106.73233795100009,10.826512338000157],[106.7367935170002,10.833500863000097],[106.73985290500019,10.835525513000107],[106.73854064900013,10.841549873000076],[106.73926544300008,10.845182420000185],[106.73784637400013,10.847096442999998],[106.73426818900015,10.849390030000166],[106.72671508700012,10.850844383000151],[106.72229766800007,10.835091590000161],[106.71698760900011,10.836126328000148],[106.71285247800017,10.83436870600002],[106.71029663100018,10.834519386000068],[106.70822906600011,10.83372688300011],[106.70908355600011,10.825600625000106],[106.70996856700003,10.82375431100013],[106.71318817100018,10.821173668000029]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Hiệp Bình Chánh","Phường_":"Hiệp Bình Chánh","Mật_đ":16576,"Dân_số":107246,"Diện_tí":6.47,"Biên_ch":36,"Tỉ_lệ_":2979}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.71322631800001,10.86588955000019],[106.71543884400012,10.86406135499999],[106.71714782700002,10.861390115000177],[106.71813202000004,10.856006622000166],[106.71643829300012,10.853275299000188],[106.71403503300007,10.85153198300003],[106.71039581300005,10.851119996000136],[106.7043304440001,10.851715089000038],[106.69905090300017,10.850017547000107],[106.6980056770002,10.847475053000096],[106.6980590820001,10.843642235000004],[106.70000457800012,10.840802193000059],[106.70281219500015,10.839135170000077],[106.7073898320001,10.835790634999967],[106.70822906600011,10.83372688300011],[106.71029663100018,10.834519386000068],[106.71285247800017,10.83436870600002],[106.71698760900011,10.836126328000148],[106.72229766800007,10.835091590000161],[106.72671508700012,10.850844383000151],[106.7297821040001,10.85836505800006],[106.72946929900007,10.86080074400013],[106.72690582400014,10.861500740000167],[106.72678375300012,10.863368035000008],[106.72980499200003,10.866049766000117],[106.726791381,10.86614894800016],[106.72695922900004,10.86932277700015],[106.72571563800011,10.869740486000126],[106.72463226200017,10.871468544000152],[106.72353363100012,10.871847152000043],[106.71539306700015,10.872760773000039],[106.714920044,10.872231483000121],[106.71558380100015,10.868533134000074],[106.71322631800001,10.86588955000019]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Hiệp Bình Phước","Phường_":"Hiệp Bình Phước","Mật_đ":9131,"Dân_số":69849,"Diện_tí":7.65,"Biên_ch":36,"Tỉ_lệ_":1940}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.77342224100005,10.849568368000178],[106.7743988040001,10.85165596100012],[106.77296447700019,10.85441017200003],[106.771636962,10.853962899000066],[106.76870727500017,10.8544368740001],[106.76393127400013,10.85724639800003],[106.76092529300001,10.860893249000071],[106.7554855350001,10.855172158000187],[106.7546463010001,10.853255271000137],[106.75518035900006,10.85122108500002],[106.75867462200006,10.850662232000104],[106.76289367700019,10.850870132000068],[106.76820373599998,10.849732399000175],[106.77342224100005,10.849568368000178]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Linh Chiểu","Phường_":"Linh Chiểu","Mật_đ":17118,"Dân_số":24137,"Diện_tí":1.41,"Biên_ch":36,"Tỉ_lệ_":670}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74739837700008,10.833538055000133],[106.74936676100009,10.836228371000175],[106.74835205100015,10.837200166000173],[106.74674224800009,10.837210655999968],[106.74709320000017,10.839304924999965],[106.74871063300014,10.839820862000124],[106.74830627400019,10.842178345000036],[106.74942016600016,10.842170716000055],[106.74978637600009,10.843991279000136],[106.7520904540001,10.84638118900017],[106.75314331100009,10.846481324000024],[106.75305938700006,10.848666191000063],[106.75190734800003,10.849601744999973],[106.75089264000013,10.849063873999967],[106.75111389100005,10.85074615600007],[106.74984741100008,10.85151481700018],[106.75144195600006,10.854620935000128],[106.75164794800008,10.858967781000104],[106.75094604499998,10.85941505500017],[106.74856567400013,10.858955383000136],[106.7464218130001,10.860171318000141],[106.74347686800007,10.859930039000119],[106.7422714240002,10.858167649000166],[106.74233245900018,10.854475976000174],[106.74055480900017,10.849345207999988],[106.74102783300003,10.846736908000025],[106.73926544300008,10.845182420000185],[106.73854064900013,10.841549873000076],[106.73985290500019,10.835525513000107],[106.74739837700008,10.833538055000133]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Linh Đông","Phường_":"Linh Đông","Mật_đ":14695,"Dân_số":43204,"Diện_tí":2.94,"Biên_ch":36,"Tỉ_lệ_":1200}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.75176239100006,10.863369942000077],[106.75164794800008,10.858967781000104],[106.75144195600006,10.854620935000128],[106.74984741100008,10.85151481700018],[106.75111389100005,10.85074615600007],[106.75089264000013,10.849063873999967],[106.75190734800003,10.849601744999973],[106.75305938700006,10.848666191000063],[106.75518035900006,10.85122108500002],[106.7546463010001,10.853255271000137],[106.7554855350001,10.855172158000187],[106.76092529300001,10.860893249000071],[106.7608947760001,10.863423348000083],[106.76221466100014,10.867262840000137],[106.75463867100018,10.86631011999998],[106.75176239100006,10.863369942000077]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Linh Tây","Phường_":"Linh Tây","Mật_đ":17210,"Dân_số":23406,"Diện_tí":1.36,"Biên_ch":36,"Tỉ_lệ_":650}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76221466100014,10.867262840000137],[106.7608947760001,10.863423348000083],[106.76092529300001,10.860893249000071],[106.76393127400013,10.85724639800003],[106.76870727500017,10.8544368740001],[106.771636962,10.853962899000066],[106.77296447700019,10.85441017200003],[106.7743988040001,10.85165596100012],[106.77342224100005,10.849568368000178],[106.7740020760001,10.84918022200003],[106.78652954000017,10.857228280000129],[106.80307769800015,10.867084504000104],[106.80767059300013,10.871809006000035],[106.80857086300017,10.873026848000109],[106.80524444500008,10.875045777000082],[106.80441284100004,10.873703957000089],[106.80128478900019,10.87359619200015],[106.79861450200013,10.872015000000033],[106.79750824000013,10.873222352000141],[106.7949295040001,10.873538017000044],[106.79216766399998,10.871974946000137],[106.78892517000014,10.871952057000101],[106.78803253100006,10.870372773000156],[106.78775787300009,10.867210388000046],[106.77994537400019,10.868387223000184],[106.76180267400008,10.874395371000105],[106.7603912350001,10.87238788500008],[106.76328277600015,10.869933128000127],[106.76221466100014,10.867262840000137]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Linh Trung","Phường_":"Linh Trung","Mật_đ":6818,"Dân_số":51816,"Diện_tí":7.6,"Biên_ch":36,"Tỉ_lệ_":1439}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.76180267400008,10.874395371000105],[106.77994537400019,10.868387223000184],[106.78191375700004,10.873965264000105],[106.78208923400013,10.876401901000008],[106.78053283700001,10.881499289999965],[106.77661895800009,10.885087968000107],[106.77554321299999,10.887215615000173],[106.76967620800013,10.89384460500014],[106.7684326170002,10.893604279000158],[106.7684326170002,10.892335892000062],[106.76727295000006,10.892497062000075],[106.76769256500006,10.891624451000098],[106.76689148000014,10.891538620000006],[106.76625061000004,10.889155388000177],[106.76455688500016,10.88485431700002],[106.76052856400014,10.881254196000157],[106.76196289100011,10.878710746000024],[106.76141357300014,10.878510475000041],[106.76192474400005,10.875560761000088],[106.76133728000013,10.874553681000066],[106.76180267400008,10.874395371000105]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Linh Xuân","Phường_":"Linh Xuân","Mật_đ":16327,"Dân_số":63185,"Diện_tí":3.87,"Biên_ch":36,"Tỉ_lệ_":1755}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74644470200013,10.873877525000069],[106.7338180550002,10.870288849000133],[106.73186492900004,10.875014306000082],[106.72996521000016,10.873460770000122],[106.72920227100019,10.873781205000057],[106.72837829500003,10.87276554000016],[106.7267684950001,10.87306404200018],[106.72463226200017,10.871468544000152],[106.72571563800011,10.869740486000126],[106.72695922900004,10.86932277700015],[106.726791381,10.86614894800016],[106.72980499200003,10.866049766000117],[106.72678375300012,10.863368035000008],[106.72690582400014,10.861500740000167],[106.72946929900007,10.86080074400013],[106.7297821040001,10.85836505800006],[106.73350524800014,10.861557007000101],[106.73700714199998,10.86246109000001],[106.73748016400003,10.864000320000002],[106.74039459300008,10.86511611900005],[106.74107360800019,10.867079734000072],[106.74432373000019,10.867506027000104],[106.74530792300015,10.868412019000118],[106.74790191700004,10.868369102000031],[106.74793243400012,10.869297981000045],[106.74600219600012,10.871729852000101],[106.747047425,10.872070313000108],[106.74644470200013,10.873877525000069]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Tam Bình","Phường_":"Tam Bình","Mật_đ":13318,"Dân_số":28901,"Diện_tí":2.17,"Biên_ch":36,"Tỉ_lệ_":803}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.74790191700004,10.868369102000031],[106.74530792300015,10.868412019000118],[106.74432373000019,10.867506027000104],[106.74107360800019,10.867079734000072],[106.74039459300008,10.86511611900005],[106.73748016400003,10.864000320000002],[106.73700714199998,10.86246109000001],[106.73350524800014,10.861557007000101],[106.7297821040001,10.85836505800006],[106.72671508700012,10.850844383000151],[106.73426818900015,10.849390030000166],[106.73784637400013,10.847096442999998],[106.73926544300008,10.845182420000185],[106.74102783300003,10.846736908000025],[106.74055480900017,10.849345207999988],[106.74233245900018,10.854475976000174],[106.7422714240002,10.858167649000166],[106.74347686800007,10.859930039000119],[106.7464218130001,10.860171318000141],[106.74856567400013,10.858955383000136],[106.75094604499998,10.85941505500017],[106.75164794800008,10.858967781000104],[106.75176239100006,10.863369942000077],[106.75122833300009,10.864435197000034],[106.750526428,10.864026071000126],[106.74871063300014,10.865634919000172],[106.74790191700004,10.868369102000031]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Tam Phú","Phường_":"Tam Phú","Mật_đ":7883,"Dân_số":30743,"Diện_tí":3.9,"Biên_ch":36,"Tỉ_lệ_":854}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.75098419200003,10.812877656000182],[106.75698089600007,10.813122749999991],[106.75912475600018,10.8231220240001],[106.76592254700017,10.835462570000118],[106.76732635500014,10.837972642000125],[106.76576995800008,10.840515137000125],[106.76342773500016,10.842188835000002],[106.75892639200009,10.849090576000094],[106.75867462200006,10.850662232000104],[106.75518035900006,10.85122108500002],[106.75305938700006,10.848666191000063],[106.75314331100009,10.846481324000024],[106.7520904540001,10.84638118900017],[106.74978637600009,10.843991279000136],[106.74942016600016,10.842170716000055],[106.74830627400019,10.842178345000036],[106.74871063300014,10.839820862000124],[106.74709320000017,10.839304924999965],[106.74674224800009,10.837210655999968],[106.74835205100015,10.837200166000173],[106.74936676100009,10.836228371000175],[106.74739837700008,10.833538055000133],[106.74916076700009,10.83242035000012],[106.75122833300009,10.828183174000173],[106.75098419200003,10.812877656000182]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Thủ Đức","NAME_3":"Trường Thọ","Phường_":"Trường Thọ","Mật_đ":9713,"Dân_số":48467,"Diện_tí":4.99,"Biên_ch":36,"Tỉ_lệ_":1346}},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[106.72199249300013,10.787326814000096],[106.72417449900001,10.78497505200005],[106.72336578300008,10.784573555000122],[106.72431945800002,10.782460213000036],[106.72556304900019,10.783107759000188],[106.7370224,10.789137841000127],[106.74014282200011,10.789841652000177],[106.73557281500007,10.790539742000021],[106.735748291,10.792339324000068],[106.736816406,10.792590141000119],[106.73835754300006,10.795345306999991],[106.73619079600013,10.797113418000038],[106.73296356200007,10.797964095000168],[106.73350524800014,10.800085067000111],[106.72731018000002,10.798935891000099],[106.72677612299998,10.793645858000161],[106.7240905770002,10.788966179000113],[106.72199249300013,10.787326814000096]]]},"properties":{"NAME_1":"Hồ Chí Minh","NAME_2":"Quận 2","NAME_3":"Bình An","Phường_":"","Mật_đ":0,"Dân_số":0,"Diện_tí":0,"Biên_ch":0,"Tỉ_lệ_":0}}
]}
L.geoJSON(hcm).addTo(map);
function getColor(d) {
return d > 48474 ? '#800026' :
d > 34434 ? '#BD0026' :
d > 22519 ? '#E31A1C' :
d > 14936 ? '#FC4E2A' :
d > 10446 ? '#FD8D3C' :
d > 5000 ? '#FEB24C' :
d > 1838 ? '#FED976' :
'#FFEDA0';
}
function style(feature) {
return {
fillColor: getColor(feature.properties.Mật_đ),
weight: 2,
opacity: 0.5,
color: 'white',
dashArray: '3',
fillOpacity: 0.5
};
}
L.geoJson(hcm, {style: style}).addTo(map);
// This section highlights map features on mouse hover
function highlightFeature(e) {
var layer = e.target;
layer.setStyle({
weight: 5,
color: '#029c8d',
dashArray: '',
fillOpacity: 0.7
});
layer.bringToFront();
info.update(layer.feature.properties);
}
function resetHighlight(e) {
geojson.resetStyle(e.target);
info.update();
}
var geojson;
// ... our listeners
geojson = L.geoJson(hcm);
function zoomToFeature(e) {
map.fitBounds(e.target.getBounds());
}
function onEachFeature(feature, layer) {
layer.on({
mouseover: highlightFeature,
mouseout: resetHighlight,
click: zoomToFeature
});
}
geojson = L.geoJson(hcm, {
style: style,
onEachFeature: onEachFeature
}).addTo(map);
// We could use the usual popups on click to show information about different states, but we’ll choose a different route — showing it on state hover inside a custom control.
var info = L.control();
info.onAdd = function (map) {
this._div = L.DomUtil.create('div', 'info'); // create a div with a class "info"
this.update();
return this._div;
};
// method that we will use to update the control based on feature properties passed
info.update = function (props) {
this._div.innerHTML = '<h2>Hồ Chí Minh City Population Density</h2>' + (props ?
'District: ' + '<b>' + props.NAME_2 + '</b><br/>' + 'Ward: ' + '<b>' + props.NAME_3 + '</b><br/>' + "Population Density: " + '<b>' + props.Mật_đ + ' people/km<sup>2</sup>' + '</b>'
: 'Hover over a ward to see information');
};
info.addTo(map);
var legend = L.control({position: 'bottomright'});
legend.onAdd = function (map) {
var div = L.DomUtil.create('div', 'info legend'),
grades = [1838, 5000, 10446, 14936, 22519, 34434, 48474],
labels = [];
// loop through our density intervals and generate a label with a colored square for each interval
for (var i = 0; i < grades.length; i++) {
div.innerHTML +=
'<i style="background:' + getColor(grades[i] + 1) + '"></i> ' +
grades[i] + (grades[i + 1] ? '–' + grades[i + 1] + '<br>' : '+');
}
return div;
};
legend.addTo(map);
/* This example is similar to the leaflet-layer-control.js example:
* (https://gist.github.com/geog4046instructor/65f38124e3f56f11c9461b23335c0c92)
* but this example only adds basemaps (tileLayer) to the control.
*/
// create a satellite imagery layer
let Stamen_Watercolor = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.{ext}', {
attribution: 'Map tiles by Stamen Design, CC BY 3.0 — Map data © OpenStreetMap contributors',
subdomains: 'abcd',
minZoom: 1,
maxZoom: 16,
ext: 'jpg'
}).addTo(map)
// create a street map layer and add it to the map, making it the default basemap
let streets = L.tileLayer( 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' )
// create a satellite imagery layer
let satellite = L.tileLayer( 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}' )
// create an object to hold layer names as you want them to appear in the basemap switcher list
let basemapControl = {
"Stamen Watercolor": Stamen_Watercolor,
"Streets": streets,
"Satellite": satellite
}
// display the control (switcher list) on the map, by default in the top right corner
L.control.layers( basemapControl ).addTo( map )
</script>
</body>
</html>