← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 660: (GIS) A new geojson store folder created (/resources/geojson) to keep the files outside trunk. Th...

 

------------------------------------------------------------
revno: 660
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Thu 2009-09-10 14:33:50 +0700
message:
  (GIS) A new geojson store folder created (/resources/geojson) to keep the files outside trunk. The geojson folder inside the GIS module removed. The DHIS2_HOME/gis folder renamed to DHIS2_HOME/geojson.
removed:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/init
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin2
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin3
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_facilities
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_mainroads
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin1
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin2
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin3_cantho
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin1
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin2
added:
  resources/
  resources/geojson/
  resources/geojson/init
  resources/geojson/sl_admin2
  resources/geojson/sl_admin3
  resources/geojson/sl_facilities
  resources/geojson/sl_mainroads
  resources/geojson/vn_admin1
  resources/geojson/vn_admin2
  resources/geojson/vn_admin3_cantho
  resources/geojson/zm_admin1
  resources/geojson/zm_admin2
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/mapping/MappingService.java
  dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonAction.java
  dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonFilesAction.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/mapping/MappingService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/mapping/MappingService.java	2009-09-09 15:59:40 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/mapping/MappingService.java	2009-09-10 07:33:50 +0000
@@ -40,7 +40,7 @@
 {
     final String ID = MappingService.class.getName();
 
-    final String GIS_DIR = "gis";
+    final String GEOJSON_DIR = "geojson";
 
     final String KEY_MAP_SOURCE_TYPE = "mapSource";
 

=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonAction.java'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonAction.java	2009-09-09 15:59:40 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonAction.java	2009-09-10 07:33:50 +0000
@@ -81,7 +81,7 @@
     public String execute()
         throws Exception
     {        
-        inputStream = locationManager.getInputStream( name, MappingService.GIS_DIR );
+        inputStream = locationManager.getInputStream( name, MappingService.GEOJSON_DIR );
         
         return SUCCESS;
     }

=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonFilesAction.java'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonFilesAction.java	2009-09-09 15:59:40 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonFilesAction.java	2009-09-10 07:33:50 +0000
@@ -72,7 +72,7 @@
     public String execute()
         throws Exception
     {
-        File dir = locationManager.getFileForWriting( MappingService.GIS_DIR );
+        File dir = locationManager.getFileForWriting( MappingService.GEOJSON_DIR );
         
         if ( dir != null && dir.list() != null )
         {

=== removed directory 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson'
=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/init'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/init	2009-06-03 11:54:07 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/init	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin2'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin2	2009-09-04 14:10:25 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin2	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_admin2.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.87060285810419,8.377986032380138],[-11.775967324198128,8.464465755043182],[-11.741469180089725,8.524650017319253],[-11.615991555391096,8.514291199591051],[-11.567197305368207,8.376439240592669],[-11.463937235435042,8.294318658421583],[-11.376285700811794,8.171137785164952],[-11.363442641727959,8.02208330382702],[-11.381535418393506,7.968789295876949],[-11.488779648991365,7.929369541535691],[-11.5211685315714,7.88240331817072],[-11.422736326914274,7.784861690603351],[-11.429532836283457,7.733020729483932],[-11.529886812555315,7.734661266228217],[-11.551823132450332,7.696319578890346],[-11.671629187261575,7.581013282006286],[-11.760640023758661,7.614433359111301],[-11.73706316711936,7.698288222983489],[-11.753984131824703,7.708225188406018],[-11.87111845536668,7.578950892956327],[-11.879555501480148,7.544124641499069],[-11.920850154957733,7.5207352747734],[-11.936505562746056,7.56821709540086],[-12.027110063509019,7.5943250658742025],[-12.081294648548846,7.712162476592303],[-12.107402619022187,7.7473168353984185],[-12.143681917310099,7.753878982375561],[-12.180336195425276,7.802017017700735],[-12.199366421658986,7.88774678070925],[-12.174289645710624,7.976335764900662],[-12.03114109665212,8.02644244431898],[-11.87168092510758,8.007177855693227],[-11.89197670825831,8.065627836268195],[-11.9580200303354,8.121077978225044],[-11.925537402798549,8.171747127384258],[-11.842245008667257,8.186558830561236],[-11.883399044709618,8.307489824854274],[-11.87060285810419,8.377986032380138]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940101,"ADM1_NAME":"Southern","NAME":"Bo","ISO_CTRY":"SL","POPDENS90":37,"TOT_POP90":213,"ADM1CODE":69401,"LVLID":"SLP002004000000000000","OLDLVLID":"SLP002001000000000000"}},{"type":"Feature","id":"sl_admin2.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.469351897289958,7.772909208609271],[-12.35193633887753,7.82601572664571],[-12.30900114865566,7.721443227317117],[-12.239067410870694,7.682117217932675],[-12.19392921416364,7.6894293245643475],[-12.143681917310099,7.753878982375561],[-12.107402619022187,7.7473168353984185],[-12.081294648548846,7.712162476592303],[-12.027110063509019,7.5943250658742025],[-11.936505562746056,7.56821709540086],[-11.920850154957733,7.5207352747734],[-11.915131712591938,7.414100386394848],[-11.85944720824305,7.304371914441358],[-11.863712603778191,7.249577987182225],[-11.95066105122532,7.192159201132236],[-12.339327642185737,7.3430417091280855],[-12.516927462874234,7.38761743609424],[-12.43040086773278,7.418834506714072],[-12.339515132099368,7.376789893581957],[-12.300235995193335,7.382320846034119],[-12.338624555009615,7.379742859721671],[-12.40602717896054,7.430505753837702],[-12.45730567033906,7.425724761040071],[-12.483601130726036,7.449020382808923],[-12.424401190496537,7.529922280541398],[-12.348889627781,7.551436748130741],[-12.302626491592152,7.528000508926664],[-12.354420580233162,7.561795565858943],[-12.372607101855525,7.539062413830988],[-12.397215153019808,7.564326679692983],[-12.413526775505845,7.5606706263771475],[-12.396746428235726,7.548249419598986],[-12.457961885036775,7.555186546403394],[-12.49339747871334,7.636650913876766],[-12.452618422498245,7.678883016922513],[-12.50534996070742,7.636182189092684],[-12.541957366344189,7.665336870662556],[-12.487116566606648,7.740848433378093],[-12.473148568041017,7.730723978041932],[-12.469351897289958,7.772909208609271]]],[[[-12.409261379970703,7.4158346680959495],[-12.425807364848781,7.4252560362559885],[-12.363701330957976,7.396757569383831],[-12.409261379970703,7.4158346680959495]]],[[[-12.46419592466506,7.523735113391521],[-12.477976433317057,7.550124318735312],[-12.455899495986817,7.542296614841151],[-12.46419592466506,7.523735113391521]]],[[[-12.966622020722069,7.568263967879268],[-12.997698473906675,7.5829350536210205],[-12.963622182103947,7.589356583162938],[-12.966622020722069,7.568263967879268]]],[[[-13.034493369457076,7.621229868480483],[-13.055679729697562,7.642556846156193],[-13.01611935792108,7.659805918210394],[-13.034493369457076,7.621229868480483]]],[[[-12.912296818247018,7.589919052903836],[-12.787100428418837,7.629995021942808],[-12.584986301522875,7.637119638660847],[-12.572096369960631,7.620386163869136],[-12.612172338999605,7.59971540089114],[-12.587283052964874,7.60684001760918],[-12.579830328897977,7.58574740232551],[-12.581330248207038,7.604777628559221],[-12.54242609112827,7.610496070925016],[-12.489272700613423,7.567092155919064],[-12.502396994567706,7.549655593951231],[-12.52034915379803,7.564373552171391],[-12.551425606982635,7.550593043519394],[-12.54978507023835,7.53315648155156],[-12.513880751777704,7.557483297845393],[-12.492506901623585,7.5101889671315645],[-12.524989529160436,7.467956864085818],[-12.526817555818354,7.393148388546403],[-12.566190437681204,7.393382750938444],[-12.560425122837001,7.428958962050233],[-12.604578997497482,7.471659789880062],[-12.951200975325786,7.5714512964110225],[-12.891813545182654,7.574685497421186],[-12.912296818247018,7.589919052903836]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940102,"ADM1_NAME":"Southern","NAME":"Bonthe","ISO_CTRY":"SL","POPDENS90":25,"TOT_POP90":89,"ADM1CODE":69401,"LVLID":"SLP002002000000000000","OLDLVLID":"SLP002002000000000000"}},{"type":"Feature","id":"sl_admin2.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.87060285810419,8.377986032380138],[-11.883399044709618,8.307489824854274],[-11.842245008667257,8.186558830561236],[-11.925537402798549,8.171747127384258],[-11.9580200303354,8.121077978225044],[-11.89197670825831,8.065627836268195],[-11.87168092510758,8.007177855693227],[-12.03114109665212,8.02644244431898],[-12.174289645710624,7.976335764900662],[-12.199366421658986,7.88774678070925],[-12.180336195425276,7.802017017700735],[-12.143681917310099,7.753878982375561],[-12.19392921416364,7.6894293245643475],[-12.239067410870694,7.682117217932675],[-12.30900114865566,7.721443227317117],[-12.35193633887753,7.82601572664571],[-12.469351897289958,7.772909208609271],[-12.585220663914916,7.684835821680348],[-12.614656580355236,7.694022827448347],[-12.605469574587238,7.714224865642262],[-12.624124820993684,7.693835337534714],[-12.702120625064852,7.70208489373455],[-12.764742256218147,7.7466137482222965],[-12.787569153202918,7.800985823175756],[-12.709667094088566,7.817156828226569],[-12.75855508906827,7.823437740333262],[-12.816114492553485,7.795454870723593],[-12.92570234707175,7.878278540070802],[-12.954716411206396,7.9145109658803054],[-12.900156846339305,7.942962560274056],[-12.801818386638997,7.923463609256263],[-12.87437698321482,7.960867847025971],[-12.908875127323222,8.031082819681385],[-12.903625409741508,8.081095754142886],[-13.001542017136144,8.237415469634083],[-13.053289233298747,8.238540409115878],[-12.929639635258035,8.29235001432844],[-12.897297625156408,8.313302012176885],[-12.84798777787103,8.40282844593646],[-12.803599540818507,8.382204555436871],[-12.697245887310403,8.388204232673116],[-12.666028816690574,8.420639987731558],[-12.601532286400953,8.382579535264137],[-12.585126918958098,8.343300398358103],[-12.472961078127385,8.333269687978758],[-12.389199959212013,8.391016581377604],[-12.298220478621785,8.398422432966093],[-12.246145155110325,8.399125520142215],[-12.12915144900357,8.316817448057495],[-12.032312908612324,8.411124874614703],[-11.966082096621601,8.378267267250587],[-11.87060285810419,8.377986032380138]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940103,"ADM1_NAME":"Southern","NAME":"Moyamba","ISO_CTRY":"SL","POPDENS90":29,"TOT_POP90":202,"ADM1CODE":69401,"LVLID":"SLP002003000000000000","OLDLVLID":"SLP002003000000000000"}},{"type":"Feature","id":"sl_admin2.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.95066105122532,7.192159201132236],[-11.863712603778191,7.249577987182225],[-11.85944720824305,7.304371914441358],[-11.915131712591938,7.414100386394848],[-11.920850154957733,7.5207352747734],[-11.879555501480148,7.544124641499069],[-11.87111845536668,7.578950892956327],[-11.753984131824703,7.708225188406018],[-11.73706316711936,7.698288222983489],[-11.760640023758661,7.614433359111301],[-11.671629187261575,7.581013282006286],[-11.551823132450332,7.696319578890346],[-11.527402571199683,7.662149542130802],[-11.52341841053499,7.591887696996978],[-11.44317272750023,7.639041410275581],[-11.375395123722038,7.6300887668996245],[-11.378207472426528,7.481549882824183],[-11.327585195745721,7.422490560029908],[-11.115440358470414,7.365165518936735],[-11.177968244666891,7.2601711673024685],[-11.271197604220712,7.235094391354106],[-11.289665360713524,7.1988619655446024],[-11.306445707983643,7.216814124774926],[-11.32660087369915,7.145661702551347],[-11.347271636677146,7.14406803828547],[-11.328991370097965,7.077696608859523],[-11.36672371521653,7.075446729895932],[-11.364520708731346,7.021027782464064],[-11.421142662648398,6.969608673650319],[-11.41190878440199,6.949125400585955],[-11.45915624263741,6.929626449568163],[-11.586977491256448,6.972046042527543],[-11.557307212424087,6.995576026688436],[-11.602632899044771,6.989482604495376],[-11.736360079943237,7.092742674428541],[-11.95066105122532,7.192159201132236]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940104,"ADM1_NAME":"Southern","NAME":"Pujehun","ISO_CTRY":"SL","POPDENS90":28,"TOT_POP90":121,"ADM1CODE":69401,"LVLID":"SLP002001000000000000","OLDLVLID":" "}},{"type":"Feature","id":"sl_admin2.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.009180449919127,8.385391883968627],[-10.98621293549913,8.411124874614703],[-10.866078773339032,8.423967933698538],[-10.817472013229775,8.39851617792291],[-10.723258331629385,8.436904737739189],[-10.652808996581928,8.441076388317514],[-10.653090231452378,8.387922997802667],[-10.696072294152655,8.359565148365734],[-10.718899191137426,8.271023036652728],[-10.700712669515061,8.273272915616321],[-10.673995356822413,8.340909901959288],[-10.553533087313458,8.307677314767906],[-10.452710386257516,8.395235104434338],[-10.385963977004304,8.492870476958524],[-10.331404412137212,8.50290118733787],[-10.286875557649466,8.484808410672322],[-10.284344443815426,8.376298623157444],[-10.313874105212562,8.264085909848323],[-10.30478084440138,8.20141740621662],[-10.361215308404798,8.144232982558671],[-10.514535185277872,8.134155399700917],[-10.567782320749536,8.052409797357097],[-10.60603026313059,8.03202026924955],[-10.604108491515856,7.770190604861598],[-10.68580722138127,7.739536003982665],[-10.811894188299204,7.59005967033906],[-10.887546368449966,7.669039796456801],[-10.951105449171424,7.669321031327249],[-10.962776696295053,7.713803013336588],[-10.945293261848812,7.765878336848048],[-10.994743726569416,7.784955435560167],[-11.08277024101993,7.863841816721091],[-11.080660979491563,7.920088790810876],[-10.901795601886045,8.24079028807947],[-10.923544431867429,8.280819384640033],[-10.96643274961089,8.260242366618854],[-10.9923532301706,8.273694767921993],[-11.009180449919127,8.385391883968627]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940201,"ADM1_NAME":"Eastern","NAME":"Kailahun","ISO_CTRY":"SL","POPDENS90":47,"TOT_POP90":212,"ADM1CODE":69402,"LVLID":"SLP003002000000000000","OLDLVLID":"SLP003001000000000000"}},{"type":"Feature","id":"sl_admin2.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.615991555391096,8.514291199591051],[-11.56963467424543,8.560601208258309],[-11.39672210139775,8.55394531632435],[-11.305976983199562,8.497089000015258],[-11.27963465033418,8.394063292474135],[-11.226340642384107,8.354409175740836],[-11.170187413251139,8.376767347941525],[-11.082582751106298,8.353706088564714],[-11.009180449919127,8.385391883968627],[-10.9923532301706,8.273694767921993],[-10.96643274961089,8.260242366618854],[-10.923544431867429,8.280819384640033],[-10.901795601886045,8.24079028807947],[-11.080660979491563,7.920088790810876],[-11.08277024101993,7.863841816721091],[-10.994743726569416,7.784955435560167],[-10.945293261848812,7.765878336848048],[-10.962776696295053,7.713803013336588],[-10.951105449171424,7.669321031327249],[-10.887546368449966,7.669039796456801],[-10.811894188299204,7.59005967033906],[-10.849485915982545,7.540234225791192],[-10.915154258232368,7.498611464964751],[-10.931044028412733,7.508314067995238],[-11.115440358470414,7.365165518936735],[-11.327585195745721,7.422490560029908],[-11.378207472426528,7.481549882824183],[-11.375395123722038,7.6300887668996245],[-11.44317272750023,7.639041410275581],[-11.52341841053499,7.591887696996978],[-11.527402571199683,7.662149542130802],[-11.551823132450332,7.696319578890346],[-11.529886812555315,7.734661266228217],[-11.429532836283457,7.733020729483932],[-11.422736326914274,7.784861690603351],[-11.5211685315714,7.88240331817072],[-11.488779648991365,7.929369541535691],[-11.381535418393506,7.968789295876949],[-11.363442641727959,8.02208330382702],[-11.376285700811794,8.171137785164952],[-11.463937235435042,8.294318658421583],[-11.567197305368207,8.376439240592669],[-11.615991555391096,8.514291199591051]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940202,"ADM1_NAME":"Eastern","NAME":"Kenema","ISO_CTRY":"SL","POPDENS90":49,"TOT_POP90":301,"ADM1CODE":69402,"LVLID":"SLP003001000000000000","OLDLVLID":"SLP003002000000000000"}},{"type":"Feature","id":"sl_admin2.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.652808996581928,8.441076388317514],[-10.723258331629385,8.436904737739189],[-10.817472013229775,8.39851617792291],[-10.866078773339032,8.423967933698538],[-10.98621293549913,8.411124874614703],[-11.009180449919127,8.385391883968627],[-11.082582751106298,8.353706088564714],[-11.170187413251139,8.376767347941525],[-11.226340642384107,8.354409175740836],[-11.27963465033418,8.394063292474135],[-11.305976983199562,8.497089000015258],[-11.39672210139775,8.55394531632435],[-11.387675713064976,8.683782081514938],[-11.330819396755883,8.836211381298257],[-11.286103052354504,8.899676717062897],[-11.190061344096195,8.929487613330485],[-11.138689107760857,9.033544515396587],[-11.113424841898862,9.048403091051972],[-11.010305389400923,9.063964753883479],[-10.964229743125706,9.042965883556626],[-10.880796731559192,8.952830107577745],[-10.802707182531206,8.928268928891873],[-10.716977419522692,8.942893142155217],[-10.703993743003632,9.001343122730185],[-10.68093248362682,9.016014208471937],[-10.638747253059481,9.024310637150181],[-10.594780868312633,8.99993694837794],[-10.586906291940062,8.804338095980711],[-10.535768417996767,8.772464810663166],[-10.510363534699547,8.709421327204199],[-10.46939698857082,8.67459507574694],[-10.481771322870571,8.637893925153355],[-10.579547312829982,8.595755567064424],[-10.622388758095036,8.541664726981413],[-10.652808996581928,8.441076388317514]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940203,"ADM1_NAME":"Eastern","NAME":"Kono","ISO_CTRY":"SL","POPDENS90":137,"TOT_POP90":750,"ADM1CODE":69402,"LVLID":"SLP003003000000000000","OLDLVLID":"SLP003003000000000000"}},{"type":"Feature","id":"sl_admin2.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.91808467873165,9.932699268700215],[-11.90594470682394,9.712070512833032],[-12.102106028962066,9.64429290905484],[-12.131026348139898,9.59934220226142],[-12.021579111056857,9.500628762733847],[-11.9206626650441,9.512112519943845],[-11.880727313440353,9.433460501174961],[-11.839620149876401,9.246158077455975],[-11.79954418083743,9.213769194875942],[-11.865165650608844,9.127851941953795],[-11.851103907086399,9.09040083170568],[-11.79495067795343,9.059043143650623],[-11.889211232032228,9.00884271927549],[-11.935568113177894,8.774058474929044],[-11.997205422284617,8.754747013824884],[-12.035406492187262,8.708999474898524],[-12.117105222052675,8.717858373317666],[-12.162149673802912,8.684203933820612],[-12.222099573686942,8.698031314951017],[-12.274034279763177,8.747669269585252],[-12.322500422437209,8.761168543366802],[-12.354045600405897,8.743357001571702],[-12.36027964003418,8.895926918790245],[-12.497428511856441,8.97912556796472],[-12.50431876618244,9.016342315820795],[-12.574065014053774,9.02051396639912],[-12.592626515503403,9.044793910214544],[-12.561315699926757,9.098884750297554],[-12.526395703512682,9.098275408078248],[-12.462086663136693,9.205660256111331],[-12.459274314432204,9.2445644131901],[-12.537691970809046,9.277843872859888],[-12.542332346171454,9.300998877193518],[-12.485569774819178,9.356402146671956],[-12.406449031266213,9.304279950682087],[-12.434197538483842,9.370417017715994],[-12.394965274056215,9.398868612109744],[-12.433400706350902,9.467161813150424],[-12.50759983967101,9.50737839962462],[-12.489928915311136,9.573656084093752],[-12.533801555101169,9.601451463789788],[-12.592579643024996,9.599951544480726],[-12.566659162465285,9.702742889629809],[-12.536145179021577,9.720554431424908],[-12.519411704229865,9.7072895200354],[-12.528083112735375,9.736444201605272],[-12.507271732322154,9.74591244224372],[-12.499022176122319,9.843641559724722],[-12.431760169606617,9.881655139713736],[-12.227114928876615,9.924637202414013],[-12.120011315713981,9.871858791726432],[-11.91808467873165,9.932699268700215]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940301,"ADM1_NAME":"Northern","NAME":"Bombali","ISO_CTRY":"SL","POPDENS90":33,"TOT_POP90":267,"ADM1CODE":69403,"LVLID":"SLP001001000000000000","OLDLVLID":"SLP001002000000000000"}},{"type":"Feature","id":"sl_admin2.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.227607980498673,8.882943242271187],[-13.240451039582506,8.902395320810571],[-13.225733081362346,8.912144796319467],[-13.198593916364025,8.896676878444776],[-13.227607980498673,8.882943242271187]]],[[[-12.489928915311136,9.573656084093752],[-12.50759983967101,9.50737839962462],[-12.433400706350902,9.467161813150424],[-12.394965274056215,9.398868612109744],[-12.434197538483842,9.370417017715994],[-12.406449031266213,9.304279950682087],[-12.485569774819178,9.356402146671956],[-12.542332346171454,9.300998877193518],[-12.537691970809046,9.277843872859888],[-12.552738036378065,9.24451754071169],[-12.66204465602588,9.231018266930143],[-12.687402666844692,9.209269436948759],[-12.694621028519547,9.143882329569383],[-12.7443527281106,9.090260214270454],[-12.766570282876065,8.99384352618488],[-12.811239754799036,8.970126052110354],[-12.816301982467117,8.902348448332162],[-12.841050651066622,8.910129279747917],[-12.899594376598408,8.858241446150089],[-13.131800634632405,8.8508355945616],[-13.169298617358928,8.903614005249183],[-13.25563772258675,8.954423771843622],[-13.293885664967803,8.950064631351664],[-13.307619301141393,9.03752867606128],[-13.174173355113377,9.09241634827723],[-13.087599887493516,9.048356218573565],[-13.00215135935545,9.097384830988494],[-12.95616945803705,9.182224016907254],[-12.958841189306314,9.235283662465283],[-12.93507684275338,9.286655898800621],[-12.893079102099675,9.270344276314583],[-12.87287706390576,9.298280273445844],[-12.81648947238075,9.285905939146092],[-12.789490924817652,9.300717642323068],[-12.776975973082676,9.342621638019958],[-12.750868002609334,9.349605637302773],[-12.752227304483169,9.396478115710927],[-12.712151335444197,9.389540988906521],[-12.703479926938689,9.415555214423046],[-12.686793324625386,9.409180557359537],[-12.650654643772699,9.508831446455273],[-12.657498025620288,9.53915793998535],[-12.63438989376507,9.548204328318125],[-12.62117185485397,9.601123356440931],[-12.592579643024996,9.599951544480726],[-12.533801555101169,9.601451463789788],[-12.489928915311136,9.573656084093752]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940302,"ADM1_NAME":"Northern","NAME":"Kambia","ISO_CTRY":"SL","POPDENS90":58,"TOT_POP90":167,"ADM1CODE":69403,"LVLID":"SLP001005000000000000","OLDLVLID":"SLP001004000000000000"}},{"type":"Feature","id":"sl_admin2.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.594780868312633,8.99993694837794],[-10.638747253059481,9.024310637150181],[-10.68093248362682,9.016014208471937],[-10.703993743003632,9.001343122730185],[-10.716977419522692,8.942893142155217],[-10.802707182531206,8.928268928891873],[-10.880796731559192,8.952830107577745],[-10.964229743125706,9.042965883556626],[-11.010305389400923,9.063964753883479],[-11.113424841898862,9.048403091051972],[-11.138689107760857,9.033544515396587],[-11.190061344096195,8.929487613330485],[-11.286103052354504,8.899676717062897],[-11.330819396755883,8.836211381298257],[-11.387675713064976,8.683782081514938],[-11.504106949430831,8.945986725730155],[-11.47007753010651,9.025716811502425],[-11.472983623767815,9.139710678991058],[-11.435860620868558,9.167177951338235],[-11.52623075923948,9.175802487365337],[-11.676175817667167,9.097431703466901],[-11.729844805444502,9.12668012999359],[-11.740250495651113,9.210160014038513],[-11.724454470427565,9.26078229071932],[-11.755905903439437,9.274797161763358],[-11.79954418083743,9.213769194875942],[-11.839620149876401,9.246158077455975],[-11.880727313440353,9.433460501174961],[-11.9206626650441,9.512112519943845],[-12.021579111056857,9.500628762733847],[-12.131026348139898,9.59934220226142],[-12.102106028962066,9.64429290905484],[-11.90594470682394,9.712070512833032],[-11.91808467873165,9.932699268700215],[-11.88583641358684,9.997477033860285],[-11.20595111427656,10.000008147694325],[-11.17496840604877,9.975821948835717],[-11.15439138802759,9.879217770836512],[-11.038710111316265,9.797753403363139],[-10.962823568773462,9.664073094943081],[-10.921341425382245,9.650011351420636],[-10.910982607654043,9.60192018857387],[-10.859422881405074,9.558188166219061],[-10.873812732276377,9.537517403241065],[-10.82750272360912,9.517877834788049],[-10.848876573763238,9.454693733893855],[-10.801957222876675,9.414383402462843],[-10.814753409482101,9.386634895245216],[-10.73099229056673,9.38016649322489],[-10.711587084505753,9.33470018916898],[-10.663308431745355,9.300530152409435],[-10.663730284051027,9.21001939660329],[-10.718336721396527,9.197504444868311],[-10.733382786965546,9.08426053703421],[-10.612967389934997,9.066730230109561],[-10.584797030411696,9.043200245948666],[-10.594780868312633,8.99993694837794]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940303,"ADM1_NAME":"Northern","NAME":"Koinadugu","ISO_CTRY":"SL","POPDENS90":15,"TOT_POP90":190,"ADM1CODE":69403,"LVLID":"SLP001002000000000000","OLDLVLID":"SLP001001000000000000"}},{"type":"Feature","id":"sl_admin2.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.065101097857601,8.539742955366679],[-13.08722490766625,8.534821345133823],[-13.089474786629841,8.561679275261696],[-13.064538628116702,8.563647919354837],[-13.065101097857601,8.539742955366679]]],[[[-12.841050651066622,8.910129279747917],[-12.816301982467117,8.902348448332162],[-12.811239754799036,8.970126052110354],[-12.766570282876065,8.99384352618488],[-12.7443527281106,9.090260214270454],[-12.694621028519547,9.143882329569383],[-12.687402666844692,9.209269436948759],[-12.66204465602588,9.231018266930143],[-12.552738036378065,9.24451754071169],[-12.537691970809046,9.277843872859888],[-12.459274314432204,9.2445644131901],[-12.462086663136693,9.205660256111331],[-12.526395703512682,9.098275408078248],[-12.561315699926757,9.098884750297554],[-12.592626515503403,9.044793910214544],[-12.574065014053774,9.02051396639912],[-12.50431876618244,9.016342315820795],[-12.497428511856441,8.97912556796472],[-12.36027964003418,8.895926918790245],[-12.354045600405897,8.743357001571702],[-12.418120278389845,8.706515233542893],[-12.40068371642201,8.682094672292244],[-12.339608877056186,8.664470620410778],[-12.313407161626026,8.619144933790093],[-12.329484421720023,8.594958734931485],[-12.558128371395002,8.488511336466566],[-12.612125466521196,8.52422816501358],[-12.661388441328166,8.45387257492294],[-12.694761645954772,8.445107421460616],[-12.666028816690574,8.420639987731558],[-12.697245887310403,8.388204232673116],[-12.803599540818507,8.382204555436871],[-12.84798777787103,8.40282844593646],[-12.897297625156408,8.313302012176885],[-12.929639635258035,8.29235001432844],[-12.943654506302073,8.346300236976225],[-13.011197747688223,8.360455725455488],[-13.08849046458327,8.412296686574907],[-13.133816151203956,8.44956030690939],[-13.063507433591724,8.49910451658681],[-13.0237126994232,8.560648080736716],[-12.928045970992157,8.56411664413892],[-12.991370689321574,8.601005284646137],[-13.064163648289439,8.573069287514876],[-13.120457494857632,8.611129739982298],[-13.14412809645375,8.520712729132969],[-13.17511080468154,8.53135278173162],[-13.24724754895169,8.666626754417553],[-13.250153642612995,8.796182284737693],[-13.208718371700186,8.855710332316049],[-13.17075166418958,8.834570844553971],[-13.131800634632405,8.8508355945616],[-12.899594376598408,8.858241446150089],[-12.841050651066622,8.910129279747917]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940304,"ADM1_NAME":"Northern","NAME":"Port Loko","ISO_CTRY":"SL","POPDENS90":61,"TOT_POP90":338,"ADM1CODE":69403,"LVLID":"SLP001003000000000000","OLDLVLID":" "}},{"type":"Feature","id":"sl_admin2.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.354045600405897,8.743357001571702],[-12.322500422437209,8.761168543366802],[-12.274034279763177,8.747669269585252],[-12.222099573686942,8.698031314951017],[-12.162149673802912,8.684203933820612],[-12.117105222052675,8.717858373317666],[-12.035406492187262,8.708999474898524],[-11.997205422284617,8.754747013824884],[-11.935568113177894,8.774058474929044],[-11.889211232032228,9.00884271927549],[-11.79495067795343,9.059043143650623],[-11.851103907086399,9.09040083170568],[-11.865165650608844,9.127851941953795],[-11.79954418083743,9.213769194875942],[-11.755905903439437,9.274797161763358],[-11.724454470427565,9.26078229071932],[-11.740250495651113,9.210160014038513],[-11.729844805444502,9.12668012999359],[-11.676175817667167,9.097431703466901],[-11.52623075923948,9.175802487365337],[-11.435860620868558,9.167177951338235],[-11.472983623767815,9.139710678991058],[-11.47007753010651,9.025716811502425],[-11.504106949430831,8.945986725730155],[-11.387675713064976,8.683782081514938],[-11.39672210139775,8.55394531632435],[-11.56963467424543,8.560601208258309],[-11.615991555391096,8.514291199591051],[-11.741469180089725,8.524650017319253],[-11.775967324198128,8.464465755043182],[-11.87060285810419,8.377986032380138],[-11.966082096621601,8.378267267250587],[-12.032312908612324,8.411124874614703],[-12.12915144900357,8.316817448057495],[-12.246145155110325,8.399125520142215],[-12.298220478621785,8.398422432966093],[-12.389199959212013,8.391016581377604],[-12.472961078127385,8.333269687978758],[-12.585126918958098,8.343300398358103],[-12.601532286400953,8.382579535264137],[-12.666028816690574,8.420639987731558],[-12.694761645954772,8.445107421460616],[-12.661388441328166,8.45387257492294],[-12.612125466521196,8.52422816501358],[-12.558128371395002,8.488511336466566],[-12.329484421720023,8.594958734931485],[-12.313407161626026,8.619144933790093],[-12.339608877056186,8.664470620410778],[-12.40068371642201,8.682094672292244],[-12.418120278389845,8.706515233542893],[-12.354045600405897,8.743357001571702]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940305,"ADM1_NAME":"Northern","NAME":"Tonkolili","ISO_CTRY":"SL","POPDENS90":36,"TOT_POP90":220,"ADM1CODE":69403,"LVLID":"SLP001004000000000000","OLDLVLID":"SLP001005000000000000"}},{"type":"Feature","id":"sl_admin2.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.08849046458327,8.412296686574907],[-13.011197747688223,8.360455725455488],[-12.943654506302073,8.346300236976225],[-12.929639635258035,8.29235001432844],[-13.053289233298747,8.238540409115878],[-13.16648626865444,8.17038782551042],[-13.160720953810236,8.285694122394482],[-13.182844763618885,8.284662927869503],[-13.202062479766228,8.334347754982145],[-13.231170288857692,8.344050358012634],[-13.29018273917356,8.418999450987274],[-13.276824082827234,8.453544467574083],[-13.296698013672293,8.494089161397136],[-13.274996056169318,8.490526853038117],[-13.278652109485153,8.475058935163426],[-13.267871439451278,8.494698503616442],[-13.207171579912718,8.49071434295175],[-13.122519883907591,8.413796605883968],[-13.08849046458327,8.412296686574907]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940401,"ADM1_NAME":"Western Area","NAME":"Western Area","ISO_CTRY":"SL","POPDENS90":10379,"TOT_POP90":583,"ADM1CODE":69404,"LVLID":"SLP004002000000000000","OLDLVLID":" "}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.307619301141393,6.928688999999999,-10.284250698858608,10.00043]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin3'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin3	2009-09-04 14:39:03 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_admin3	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_admin3.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.815539885494552,8.024616483443708],[-10.865379318094423,7.968405532471694],[-10.905071517731253,7.954529781350138],[-10.992951274834436,7.87689165007477],[-11.020985955671865,7.8948262943815415],[-11.047085582781456,7.866366845652638],[-11.066483316492201,7.866980399273659],[-11.014378455137791,7.970387782631915],[-10.99252650694296,8.02220946539201],[-10.973128773232215,8.071907308694723],[-10.920504751121555,8.127410313180944],[-10.897661677846614,8.100177971694082],[-10.875668140354625,8.07483348750267],[-10.786230900982694,8.08450875614185],[-10.788354740440075,8.075399844691304],[-10.815539885494552,8.024616483443708]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01,"PERIMETER":0.41092,"CHDOMS_GCO":99,"CHDOMS_GC1":98,"GCODE":98,"CHIEFDOM":"Badjia","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.047085582781456,7.866366845652638],[-11.020985955671865,7.8948262943815415],[-10.992951274834436,7.87689165007477],[-10.905071517731253,7.954529781350138],[-10.865379318094423,7.968405532471694],[-10.815539885494552,8.024616483443708],[-10.793593544434948,8.006351464110232],[-10.79699168756676,7.92059554646443],[-10.814926331873531,7.8983660268105105],[-10.831728261803033,7.891852919141209],[-10.922864572740867,7.756918318948942],[-10.976243737769707,7.755974390301217],[-11.006543847361675,7.8021796976073485],[-11.047085582781456,7.866366845652638]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01962,"PERIMETER":0.60851,"CHDOMS_GCO":100,"CHDOMS_GC1":99,"GCODE":99,"CHIEFDOM":"Bargbe","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.815539885494552,8.024616483443708],[-10.788354740440075,8.075399844691304],[-10.704581072954497,8.024946858470411],[-10.697407215231788,7.981573337107455],[-10.715436252403332,7.923804903866695],[-10.761358381115146,7.89761088389233],[-10.814926331873531,7.8983660268105105],[-10.79699168756676,7.92059554646443],[-10.793593544434948,8.006351464110232],[-10.815539885494552,8.024616483443708]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02095,"PERIMETER":0.8055,"CHDOMS_GCO":101,"CHDOMS_GC1":100,"GCODE":100,"CHIEFDOM":"Bargbo","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.788354740440075,8.075399844691304],[-10.786230900982694,8.08450875614185],[-10.7241203959624,8.177910495834222],[-10.61637094082461,8.11551681221961],[-10.615143833582566,8.027306680089724],[-10.704581072954497,8.024946858470411],[-10.788354740440075,8.075399844691304]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03569,"PERIMETER":1.03908,"CHDOMS_GCO":102,"CHDOMS_GC1":101,"GCODE":101,"CHIEFDOM":"Boama","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.795528598162784,7.58436816214484],[-10.875762533219397,7.594515395107882],[-10.915643518585771,7.63147020166631],[-10.903325249732962,7.661345543366801],[-10.927631412411877,7.696554081926938],[-10.906487410702841,7.723456048387096],[-10.922864572740867,7.756918318948942],[-10.831728261803033,7.891852919141209],[-10.814926331873531,7.8983660268105105],[-10.761358381115146,7.89761088389233],[-10.715436252403332,7.923804903866695],[-10.620099458983123,7.893882365733817],[-10.624724709356974,7.755738408139286],[-10.701041340525528,7.705851779107028],[-10.729123217795342,7.657239453749198],[-10.795528598162784,7.58436816214484]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08222,"PERIMETER":1.26548,"CHDOMS_GCO":103,"CHDOMS_GC1":102,"GCODE":102,"CHIEFDOM":"Bumpe Ngao","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.620099458983123,7.893882365733817],[-10.715436252403332,7.923804903866695],[-10.697407215231788,7.981573337107455],[-10.704581072954497,8.024946858470411],[-10.615143833582566,8.027306680089724],[-10.620099458983123,7.893882365733817]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01324,"PERIMETER":0.4414,"CHDOMS_GCO":104,"CHDOMS_GC1":103,"GCODE":103,"CHIEFDOM":"Gbo","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.473884911450543,8.376229904721214],[-10.452929695471052,8.323181114719077],[-10.456422231467634,8.300196452146977],[-10.399125762550737,8.257342091540268],[-10.455808677846614,8.190181568254646],[-10.47067555404828,8.144589814569535],[-10.51235000384533,8.13548090311899],[-10.589799349391155,8.029194537385173],[-10.615143833582566,8.027306680089724],[-10.61637094082461,8.11551681221961],[-10.7241203959624,8.177910495834222],[-10.706516126682333,8.237047625614185],[-10.714492323755607,8.270368306878872],[-10.68782633945738,8.3354521871395],[-10.661537926618243,8.353575617175817],[-10.585174099017303,8.331015722495193],[-10.567805811899166,8.308361434949797],[-10.519004700811792,8.330024597415083],[-10.473884911450543,8.376229904721214]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03473,"PERIMETER":0.93697,"CHDOMS_GCO":105,"CHDOMS_GC1":104,"GCODE":104,"CHIEFDOM":"Jaiama Bongor","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.302278683294167,8.320679703802606],[-10.358584027130954,8.316526417752616],[-10.399125762550737,8.257342091540268],[-10.456422231467634,8.300196452146977],[-10.452929695471052,8.323181114719077],[-10.39355658352916,8.354330760093998],[-10.371091081713308,8.387557048493912],[-10.406205227408673,8.452829714484084],[-10.385957957914975,8.492899485580004],[-10.331398882076478,8.502905129245887],[-10.286279092715231,8.478929341593677],[-10.279530002883998,8.39760988859218],[-10.302278683294167,8.320679703802606]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03681,"PERIMETER":0.87118,"CHDOMS_GCO":106,"CHDOMS_GC1":105,"GCODE":105,"CHIEFDOM":"Kakua","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.406205227408673,8.452829714484084],[-10.371091081713308,8.387557048493912],[-10.39355658352916,8.354330760093998],[-10.452929695471052,8.323181114719077],[-10.473884911450543,8.376229904721214],[-10.406205227408673,8.452829714484084]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02052,"PERIMETER":0.70094,"CHDOMS_GCO":107,"CHDOMS_GC1":106,"GCODE":106,"CHIEFDOM":"Komboya","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.47067555404828,8.144589814569535],[-10.455808677846614,8.190181568254646],[-10.399125762550737,8.257342091540268],[-10.358584027130954,8.316526417752616],[-10.302278683294167,8.320679703802606],[-10.321865202734458,8.258522002349926],[-10.303694576265753,8.214204552339243],[-10.314219380687886,8.173710013351847],[-10.363303670369579,8.134206599444562],[-10.47067555404828,8.144589814569535]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02127,"PERIMETER":0.67864,"CHDOMS_GCO":108,"CHDOMS_GC1":107,"GCODE":107,"CHIEFDOM":"Lugbu","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.714492323755607,8.270368306878872],[-10.706516126682333,8.237047625614185],[-10.740780736594743,8.241672875988037],[-10.773063096346934,8.259418734565264],[-10.785428561632129,8.301045987929928],[-10.774384596453748,8.36948081488998],[-10.692545982696004,8.431449730613117],[-10.64799255052339,8.443107249412519],[-10.648370121982481,8.389539298654134],[-10.695896929395428,8.364053225165563],[-10.714492323755607,8.270368306878872]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01783,"PERIMETER":0.65495,"CHDOMS_GCO":109,"CHDOMS_GC1":108,"GCODE":108,"CHIEFDOM":"Niawalenga","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.897661677846614,8.100177971694082],[-10.920504751121555,8.127410313180944],[-10.880906944349498,8.227277964110232],[-10.843291387737661,8.225909267571032],[-10.773063096346934,8.259418734565264],[-10.740780736594743,8.241672875988037],[-10.820401118030334,8.158701547853022],[-10.836259119312112,8.127740688207648],[-10.897661677846614,8.100177971694082]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0097,"PERIMETER":0.41837,"CHDOMS_GCO":110,"CHDOMS_GC1":109,"GCODE":109,"CHIEFDOM":"Selenga","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.13","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.786230900982694,8.08450875614185],[-10.875668140354625,8.07483348750267],[-10.897661677846614,8.100177971694082],[-10.836259119312112,8.127740688207648],[-10.820401118030334,8.158701547853022],[-10.740780736594743,8.241672875988037],[-10.706516126682333,8.237047625614185],[-10.7241203959624,8.177910495834222],[-10.786230900982694,8.08450875614185]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03421,"PERIMETER":0.91743,"CHDOMS_GCO":111,"CHDOMS_GC1":110,"GCODE":110,"CHIEFDOM":"Tikonko","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.774384596453748,8.36948081488998],[-10.785428561632129,8.301045987929928],[-10.773063096346934,8.259418734565264],[-10.843291387737661,8.225909267571032],[-10.880906944349498,8.227277964110232],[-10.873355515167699,8.263147252723776],[-10.90436357124546,8.266970163747063],[-10.934710877269813,8.228741053514206],[-10.976810094958342,8.296279148258918],[-10.945754842448194,8.366460243217261],[-10.923619715659047,8.379722440717796],[-10.886948087694936,8.37740981553087],[-10.870098961333047,8.4184707117069],[-10.792791205084383,8.396854745674],[-10.774384596453748,8.36948081488998]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07043,"PERIMETER":1.11694,"CHDOMS_GCO":112,"CHDOMS_GC1":111,"GCODE":111,"CHIEFDOM":"Valunia","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.15","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.256260171117281,8.385055637577441],[-11.286985048600727,8.359286385494553],[-11.456703419461652,8.364949957380901],[-11.505079762657552,8.335263401409955],[-11.542081765648366,8.3430036163213],[-11.572145893078401,8.396429977782525],[-11.564075303140354,8.432252069963683],[-11.609619860393078,8.48577282428968],[-11.593997841273232,8.492521914120914],[-11.558506124118777,8.529948685003204],[-11.448160865199743,8.53452673894467],[-11.357685304315316,8.520037434202093],[-11.282218208929715,8.490728449690238],[-11.272401350993377,8.432771230719931],[-11.256260171117281,8.385055637577441]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03442,"PERIMETER":1.02982,"CHDOMS_GCO":113,"CHDOMS_GC1":112,"GCODE":112,"CHIEFDOM":"Wonde","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":15}},{"type":"Feature","id":"sl_admin3.16","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.505079762657552,8.335263401409955],[-11.456703419461652,8.364949957380901],[-11.286985048600727,8.359286385494553],[-11.256260171117281,8.385055637577441],[-11.218691810937834,8.324172239799188],[-11.266313011215551,8.262061734778893],[-11.348151624973296,8.23157283945738],[-11.380433984725485,8.183243692693868],[-11.485021278893399,8.283913682973724],[-11.505079762657552,8.335263401409955]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07618,"PERIMETER":1.40912,"CHDOMS_GCO":58,"CHDOMS_GC1":57,"GCODE":57,"CHIEFDOM":"Biriwa","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.17","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.380433984725485,8.183243692693868],[-11.348151624973296,8.23157283945738],[-11.266313011215551,8.262061734778893],[-11.269569565050203,8.188765675283058],[-11.252437260093997,8.108248561632129],[-11.361555411770988,8.082054541657765],[-11.383312967101046,8.155775369045076],[-11.380433984725485,8.183243692693868]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03579,"PERIMETER":1.05764,"CHDOMS_GCO":46,"CHDOMS_GC1":45,"GCODE":45,"CHIEFDOM":"Bombali Sebora","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.18","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.361555411770988,8.082054541657765],[-11.252437260093997,8.108248561632129],[-11.223033882717367,8.02334217976928],[-11.213924971266822,7.965337764366588],[-11.248283974044007,7.876372489318521],[-11.273298083208715,7.935132047639393],[-11.367643751548814,7.9589662459944455],[-11.352682482482376,7.991107016449476],[-11.361555411770988,8.082054541657765]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03127,"PERIMETER":1.1411,"CHDOMS_GCO":52,"CHDOMS_GC1":51,"GCODE":51,"CHIEFDOM":"Gbanti Kamaranka","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.19","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.266313011215551,8.262061734778893],[-11.218691810937834,8.324172239799188],[-11.16007384191412,8.327334400769066],[-11.108771319910275,8.305010488250373],[-11.15091773403119,8.181167049668874],[-11.140817697500534,8.059211468382824],[-11.223033882717367,8.02334217976928],[-11.252437260093997,8.108248561632129],[-11.269569565050203,8.188765675283058],[-11.266313011215551,8.262061734778893]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05598,"PERIMETER":1.53444,"CHDOMS_GCO":56,"CHDOMS_GC1":55,"GCODE":55,"CHIEFDOM":"Gbendembu Ngowahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.20","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.99252650694296,8.02220946539201],[-11.014378455137791,7.970387782631915],[-11.055769726340525,8.021690304635761],[-11.140817697500534,8.059211468382824],[-11.15091773403119,8.181167049668874],[-11.108771319910275,8.305010488250373],[-11.16007384191412,8.327334400769066],[-11.111886284447767,8.367876136188848],[-11.093102104358042,8.337670419461654],[-11.049020636509292,8.331440490386669],[-10.994319971373637,8.396288388485367],[-10.931643109164707,8.385480405468916],[-10.923619715659047,8.379722440717796],[-10.945754842448194,8.366460243217261],[-10.976810094958342,8.296279148258918],[-10.934710877269813,8.228741053514206],[-10.993942399914548,8.137651939008759],[-10.99252650694296,8.02220946539201]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03765,"PERIMETER":1.26859,"CHDOMS_GCO":49,"CHDOMS_GC1":48,"GCODE":48,"CHIEFDOM":"Libeisaygahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.21","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.920504751121555,8.127410313180944],[-10.973128773232215,8.071907308694723],[-10.99252650694296,8.02220946539201],[-10.993942399914548,8.137651939008759],[-10.934710877269813,8.228741053514206],[-10.90436357124546,8.266970163747063],[-10.873355515167699,8.263147252723776],[-10.880906944349498,8.227277964110232],[-10.920504751121555,8.127410313180944]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03212,"PERIMETER":0.93962,"CHDOMS_GCO":51,"CHDOMS_GC1":50,"GCODE":50,"CHIEFDOM":"Magbaimba Ndowahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.22","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.367643751548814,7.9589662459944455],[-11.273298083208715,7.935132047639393],[-11.248283974044007,7.876372489318521],[-11.322287980025635,7.7512547470625925],[-11.4188046842555,7.814120395001067],[-11.443110846934415,7.807512894466994],[-11.488325029160436,7.806002608630634],[-11.493091868831446,7.834981218115787],[-11.468360938261055,7.890484222602008],[-11.367643751548814,7.9589662459944455]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0463,"PERIMETER":1.40751,"CHDOMS_GCO":47,"CHDOMS_GC1":46,"GCODE":46,"CHIEFDOM":"Makari Gbanti","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.23","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.443110846934415,7.807512894466994],[-11.4188046842555,7.814120395001067],[-11.322287980025635,7.7512547470625925],[-11.29184628113651,7.735868710104678],[-11.351596964537492,7.642230988250374],[-11.378782109591967,7.641995006088442],[-11.44480991850032,7.697262028412732],[-11.427300042085024,7.769850141422772],[-11.443110846934415,7.807512894466994]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01746,"PERIMETER":0.58536,"CHDOMS_GCO":48,"CHDOMS_GC1":47,"GCODE":47,"CHIEFDOM":"Paki Masabong","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.24","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.44480991850032,7.697262028412732],[-11.378782109591967,7.641995006088442],[-11.4150289696646,7.601736449262978],[-11.4671810274514,7.527921229010895],[-11.510224173787652,7.529195532685323],[-11.516595692159795,7.617924825571459],[-11.562329035142064,7.65521000715659],[-11.494177386776329,7.698866707113864],[-11.44480991850032,7.697262028412732]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02643,"PERIMETER":0.90995,"CHDOMS_GCO":57,"CHDOMS_GC1":56,"GCODE":56,"CHIEFDOM":"Safroko Limba","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.25","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.014378455137791,7.970387782631915],[-11.066483316492201,7.866980399273659],[-11.138316286584063,7.8668388099765005],[-11.23922225902585,7.775844088335825],[-11.29184628113651,7.735868710104678],[-11.322287980025635,7.7512547470625925],[-11.248283974044007,7.876372489318521],[-11.213924971266822,7.965337764366588],[-11.223033882717367,8.02334217976928],[-11.140817697500534,8.059211468382824],[-11.055769726340525,8.021690304635761],[-11.014378455137791,7.970387782631915]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04779,"PERIMETER":1.13872,"CHDOMS_GCO":53,"CHDOMS_GC1":52,"GCODE":52,"CHIEFDOM":"Sanda Loko","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.26","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.066483316492201,7.866980399273659],[-11.047085582781456,7.866366845652638],[-11.006543847361675,7.8021796976073485],[-11.047463154240546,7.778675874279],[-11.069975852488783,7.727609334437085],[-11.137041982909635,7.681356830698568],[-11.172156128604998,7.623210825998718],[-11.231104472655415,7.616744914761802],[-11.284719619846186,7.623824379619739],[-11.268672832834865,7.652708596240119],[-11.258997564195685,7.746110335932492],[-11.23922225902585,7.775844088335825],[-11.138316286584063,7.8668388099765005],[-11.066483316492201,7.866980399273659]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03293,"PERIMETER":0.86096,"CHDOMS_GCO":50,"CHDOMS_GC1":49,"GCODE":49,"CHIEFDOM":"Sanda Tendaren","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.27","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.378782109591967,7.641995006088442],[-11.351596964537492,7.642230988250374],[-11.29184628113651,7.735868710104678],[-11.23922225902585,7.775844088335825],[-11.258997564195685,7.746110335932492],[-11.268672832834865,7.652708596240119],[-11.284719619846186,7.623824379619739],[-11.231104472655415,7.616744914761802],[-11.24875593836787,7.514328656483657],[-11.371561055436873,7.442495686391796],[-11.358346054368724,7.561477892437512],[-11.384870449369792,7.608957503418073],[-11.4150289696646,7.601736449262978],[-11.378782109591967,7.641995006088442]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03909,"PERIMETER":1.063,"CHDOMS_GCO":54,"CHDOMS_GC1":53,"GCODE":53,"CHIEFDOM":"Sella Limba","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.28","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.006543847361675,7.8021796976073485],[-10.976243737769707,7.755974390301217],[-10.922864572740867,7.756918318948942],[-10.906487410702841,7.723456048387096],[-10.927631412411877,7.696554081926938],[-10.903325249732962,7.661345543366801],[-10.915643518585771,7.63147020166631],[-10.960904897244179,7.654407667806024],[-10.994980721427044,7.60773039617603],[-11.079981496154668,7.597299984618671],[-11.172156128604998,7.623210825998718],[-11.137041982909635,7.681356830698568],[-11.069975852488783,7.727609334437085],[-11.047463154240546,7.778675874279],[-11.006543847361675,7.8021796976073485]]]]},"geometry_name":"the_geom","properties":{"AREA":0.19132,"PERIMETER":2.19998,"CHDOMS_GCO":55,"CHDOMS_GC1":54,"GCODE":54,"CHIEFDOM":"Tambaka","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.29","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.158799538239691,7.311431193655201],[-11.249794259880368,7.354474339991454],[-11.36042269739372,7.389871664281136],[-11.371561055436873,7.442495686391796],[-11.24875593836787,7.514328656483657],[-11.231104472655415,7.616744914761802],[-11.172156128604998,7.623210825998718],[-11.079981496154668,7.597299984618671],[-10.994980721427044,7.60773039617603],[-11.037127135547959,7.533537604464858],[-11.051852422452466,7.468170545609912],[-11.028207009826959,7.41908625592822],[-11.115567606173894,7.375099180944242],[-11.158799538239691,7.311431193655201]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01342,"PERIMETER":1.04682,"CHDOMS_GCO":117,"CHDOMS_GC1":116,"GCODE":116,"CHIEFDOM":"Bendu Cha","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.30","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.028207009826959,7.41908625592822],[-11.051852422452466,7.468170545609912],[-11.037127135547959,7.533537604464858],[-10.994980721427044,7.60773039617603],[-10.960904897244179,7.654407667806024],[-10.915643518585771,7.63147020166631],[-10.875762533219397,7.594515395107882],[-10.795528598162784,7.58436816214484],[-10.85060683475753,7.51579174588763],[-10.922770179876094,7.47171027803888],[-10.938109020401622,7.4839813504593025],[-11.028207009826959,7.41908625592822]]]]},"geometry_name":"the_geom","properties":{"AREA":0.028,"PERIMETER":0.88211,"CHDOMS_GCO":121,"CHDOMS_GC1":120,"GCODE":120,"CHIEFDOM":"Bum","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.31","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.256260171117281,8.385055637577441],[-11.272401350993377,8.432771230719931],[-11.18570150469985,8.436641338175603],[-11.172580896496475,8.462929751014741],[-11.114198909634693,8.416299675817132],[-11.0534571011536,8.405586085665457],[-10.97869795225379,8.44183294573809],[-10.931643109164707,8.385480405468916],[-10.994319971373637,8.396288388485367],[-11.049020636509292,8.331440490386669],[-11.093102104358042,8.337670419461654],[-11.111886284447767,8.367876136188848],[-11.16007384191412,8.327334400769066],[-11.218691810937834,8.324172239799188],[-11.256260171117281,8.385055637577441]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.42387,"CHDOMS_GCO":123,"CHDOMS_GC1":122,"GCODE":122,"CHIEFDOM":"Dema","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.32","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.021363527130955,8.644824801431318],[-11.01603033027131,8.60197044082461],[-11.026602331125828,8.493418646336252],[-10.97869795225379,8.44183294573809],[-11.0534571011536,8.405586085665457],[-11.114198909634693,8.416299675817132],[-11.172580896496475,8.462929751014741],[-11.195187987609485,8.589227404080324],[-11.169465931958982,8.652848194936979],[-11.131236821726127,8.730627915509507],[-11.090081532685323,8.737188219611195],[-11.056619262123478,8.663986552980132],[-11.032124313715018,8.651809873424481],[-11.021363527130955,8.644824801431318]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.36683,"CHDOMS_GCO":124,"CHDOMS_GC1":123,"GCODE":122,"CHIEFDOM":"Dema","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.33","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.272401350993377,8.432771230719931],[-11.282218208929715,8.490728449690238],[-11.357685304315316,8.520037434202093],[-11.349001160756249,8.545240329096346],[-11.362829715445416,8.6431729262978],[-11.281463066011536,8.66426973157445],[-11.259894296411023,8.708020824396497],[-11.169465931958982,8.652848194936979],[-11.195187987609485,8.589227404080324],[-11.172580896496475,8.462929751014741],[-11.18570150469985,8.436641338175603],[-11.272401350993377,8.432771230719931]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04369,"PERIMETER":1.9749,"CHDOMS_GCO":122,"CHDOMS_GC1":121,"GCODE":121,"CHIEFDOM":"Imperi","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.34","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.00319290066225,8.756727542619098],[-11.042082760948515,8.770367311578722],[-11.090081532685323,8.737188219611195],[-11.131236821726127,8.730627915509507],[-11.169465931958982,8.652848194936979],[-11.259894296411023,8.708020824396497],[-11.281463066011536,8.66426973157445],[-11.362829715445416,8.6431729262978],[-11.348906767891476,8.778673883678701],[-11.32360948013245,8.803121635654774],[-11.269805547212133,8.909502394253364],[-11.165831806665242,8.937206700064088],[-11.139118625934628,8.970810559923093],[-11.145442947874384,9.011305098910489],[-11.081114210531936,9.060389388592181],[-11.032029920850245,9.041416422772912],[-10.965813326212347,9.041416422772912],[-10.887136873424481,8.944191772057252],[-10.824837582674641,8.913466894573808],[-10.834512851313821,8.836159138325144],[-10.822902528946805,8.743182166524246],[-10.837014262230293,8.73308212999359],[-10.896245784875026,8.80557585013886],[-10.97619654133732,8.783723901944029],[-10.991299399700917,8.76286307882931],[-11.00319290066225,8.756727542619098]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03502,"PERIMETER":1.0457,"CHDOMS_GCO":116,"CHDOMS_GC1":115,"GCODE":115,"CHIEFDOM":"Jong","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.35","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.692545982696004,8.431449730613117],[-10.774384596453748,8.36948081488998],[-10.792791205084383,8.396854745674],[-10.870098961333047,8.4184707117069],[-10.886948087694936,8.37740981553087],[-10.923619715659047,8.379722440717796],[-10.931643109164707,8.385480405468916],[-10.97869795225379,8.44183294573809],[-10.936032377376629,8.519612666310618],[-10.907148160756249,8.540237507263406],[-10.861933978530228,8.516592094637897],[-10.814218385387736,8.556189901409955],[-10.781983222067934,8.555104383465071],[-10.765181292138431,8.486858342234566],[-10.70189087630848,8.473501751869259],[-10.692545982696004,8.431449730613117]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01764,"PERIMETER":0.77348,"CHDOMS_GCO":114,"CHDOMS_GC1":113,"GCODE":113,"CHIEFDOM":"Kpanda Kemoh","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.36","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.604524636295663,8.555670740653706],[-10.620335441145054,8.658889338282417],[-10.563086168660542,8.71311803909421],[-10.520326200918607,8.6126368345439],[-10.580879223670156,8.597297994018373],[-10.604524636295663,8.555670740653706]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01787,"PERIMETER":0.63662,"CHDOMS_GCO":120,"CHDOMS_GC1":119,"GCODE":119,"CHIEFDOM":"Kwamabai Krim","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.37","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.032124313715018,8.651809873424481],[-11.056619262123478,8.663986552980132],[-11.090081532685323,8.737188219611195],[-11.042082760948515,8.770367311578722],[-11.00319290066225,8.756727542619098],[-11.002154579149753,8.757293899807733],[-10.982001702520828,8.689567019333476],[-11.021646705725272,8.645013587160863],[-11.032124313715018,8.651809873424481]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04249,"PERIMETER":2.21566,"CHDOMS_GCO":118,"CHDOMS_GC1":117,"GCODE":117,"CHIEFDOM":"Nongoba Bullum","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.38","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.991299399700917,8.76286307882931],[-10.97619654133732,8.783723901944029],[-10.896245784875026,8.80557585013886],[-10.837014262230293,8.73308212999359],[-10.856647978102968,8.68484737609485],[-10.915218750694295,8.634158407712027],[-11.01603033027131,8.60197044082461],[-11.021363527130955,8.644824801431318],[-11.021646705725272,8.645013587160863],[-10.982001702520828,8.689567019333476],[-11.002154579149753,8.757293899807733],[-10.991299399700917,8.76286307882931]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":1.86487,"CHDOMS_GCO":119,"CHDOMS_GC1":118,"GCODE":118,"CHIEFDOM":"Sittia","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.39","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.97869795225379,8.44183294573809],[-11.026602331125828,8.493418646336252],[-11.01603033027131,8.60197044082461],[-10.915218750694295,8.634158407712027],[-10.907148160756249,8.540237507263406],[-10.936032377376629,8.519612666310618],[-10.97869795225379,8.44183294573809]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01334,"PERIMETER":0.51581,"CHDOMS_GCO":125,"CHDOMS_GC1":124,"GCODE":123,"CHIEFDOM":"Sogbini","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.40","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.522497236808373,8.749789667058321],[-10.55997120412305,8.714958699957274],[-10.595226939115573,8.725955468703269],[-10.666776730613115,8.71174934255501],[-10.692121214804528,8.734734005127109],[-10.764756524246955,8.69843994862209],[-10.822902528946805,8.743182166524246],[-10.834512851313821,8.836159138325144],[-10.824837582674641,8.913466894573808],[-10.709111930463575,8.933478181905576],[-10.579368937833795,8.9292776994232],[-10.557045025315103,8.850459657338176],[-10.559404846934415,8.783535116214484],[-10.522497236808373,8.749789667058321]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01969,"PERIMETER":0.68281,"CHDOMS_GCO":115,"CHDOMS_GC1":114,"GCODE":114,"CHIEFDOM":"Yawbeko","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.41","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.64799255052339,8.443107249412519],[-10.692545982696004,8.431449730613117],[-10.70189087630848,8.473501751869259],[-10.765181292138431,8.486858342234566],[-10.781983222067934,8.555104383465071],[-10.764756524246955,8.69843994862209],[-10.692121214804528,8.734734005127109],[-10.666776730613115,8.71174934255501],[-10.595226939115573,8.725955468703269],[-10.55997120412305,8.714958699957274],[-10.563086168660542,8.71311803909421],[-10.620335441145054,8.658889338282417],[-10.604524636295663,8.555670740653706],[-10.630152299081391,8.528155220572527],[-10.625102280816064,8.475153627002777],[-10.64799255052339,8.443107249412519]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01004,"PERIMETER":0.4393,"CHDOMS_GCO":7,"CHDOMS_GC1":6,"GCODE":6,"CHIEFDOM":"Dea","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.42","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.579368937833795,8.9292776994232],[-10.709111930463575,8.933478181905576],[-10.702551626361888,9.000072348002563],[-10.614813458555863,9.040755672719504],[-10.580501652211066,9.029098153920103],[-10.579368937833795,8.9292776994232]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02942,"PERIMETER":0.89449,"CHDOMS_GCO":2,"CHDOMS_GC1":1,"GCODE":1,"CHIEFDOM":"Njaluahun","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.43","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.520326200918607,8.6126368345439],[-10.563086168660542,8.71311803909421],[-10.55997120412305,8.714958699957274],[-10.522497236808373,8.749789667058321],[-10.477283054582353,8.66124915990173],[-10.520326200918607,8.6126368345439]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0302,"PERIMETER":0.84494,"CHDOMS_GCO":3,"CHDOMS_GC1":2,"GCODE":2,"CHIEFDOM":"Jawi","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.44","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.837014262230293,8.73308212999359],[-10.822902528946805,8.743182166524246],[-10.764756524246955,8.69843994862209],[-10.781983222067934,8.555104383465071],[-10.814218385387736,8.556189901409955],[-10.861933978530228,8.516592094637897],[-10.907148160756249,8.540237507263406],[-10.915218750694295,8.634158407712027],[-10.856647978102968,8.68484737609485],[-10.837014262230293,8.73308212999359]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00803,"PERIMETER":0.3672,"CHDOMS_GCO":10,"CHDOMS_GC1":9,"GCODE":9,"CHIEFDOM":"Kissi Kama","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.45","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.20481406921598,8.714533932065798],[-12.162006905041657,8.795334224311045],[-12.057089235847041,8.905349108203374],[-12.02584519760735,8.852583496795557],[-12.00786335686819,8.948864218863491],[-11.96279076393933,8.904546768852809],[-12.007013821085238,8.81411840440077],[-11.99290208780175,8.783771098376414],[-12.023390983123264,8.732374183507797],[-11.995592284447767,8.705566609912411],[-12.019851250694296,8.676588000427259],[-12.092344970839564,8.678381464857937],[-12.134113813501388,8.64883649818415],[-12.15506902948088,8.63675421149327],[-12.20481406921598,8.714533932065798]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02173,"PERIMETER":0.7558,"CHDOMS_GCO":9,"CHDOMS_GC1":8,"GCODE":8,"CHIEFDOM":"Kissi Teng","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.46","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.00786335686819,8.948864218863491],[-12.02584519760735,8.852583496795557],[-12.057089235847041,8.905349108203374],[-12.162006905041657,8.795334224311045],[-12.20481406921598,8.714533932065798],[-12.244270286690877,8.710286253151036],[-12.301613952040162,8.758615399914548],[-12.342391669621875,8.715147485686819],[-12.327619186284982,8.790567384640035],[-12.31822709624012,8.816761404614399],[-12.339795865840632,8.880854159794916],[-12.339418294381542,8.902706107989745],[-12.284104075624866,8.897231321832942],[-12.2092033374279,8.91445801965392],[-12.219020195364239,8.938622593035676],[-12.078516416150395,8.958633880367444],[-12.06841637961974,8.98454472174749],[-12.00786335686819,8.948864218863491]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01881,"PERIMETER":0.62325,"CHDOMS_GCO":11,"CHDOMS_GC1":10,"GCODE":10,"CHIEFDOM":"Kissi Tongi","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.47","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.995592284447767,8.705566609912411],[-12.023390983123264,8.732374183507797],[-11.99290208780175,8.783771098376414],[-12.007013821085238,8.81411840440077],[-11.96279076393933,8.904546768852809],[-11.891996115359966,8.909360804956206],[-11.901246616107668,8.83054276287118],[-11.912243384853664,8.75597239970092],[-11.995592284447767,8.705566609912411]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06015,"PERIMETER":1.18557,"CHDOMS_GCO":8,"CHDOMS_GC1":7,"GCODE":7,"CHIEFDOM":"Luawa","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.48","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.284104075624866,8.897231321832942],[-12.339418294381542,8.902706107989745],[-12.339795865840632,8.880854159794916],[-12.363063707007049,8.877267230933562],[-12.440324266823328,8.934422110553301],[-12.48162114516129,8.987801275582141],[-12.577949063661611,9.02461449284341],[-12.557371419141209,9.073604389660328],[-12.515649772911772,9.084129194082461],[-12.484169752510148,9.120470447019867],[-12.43716210585345,9.111597517731253],[-12.431828908993804,9.084931533433027],[-12.365517921491135,9.071291764473402],[-12.334509865413374,9.017346242255929],[-12.26432877045503,8.958256308908354],[-12.284104075624866,8.897231321832942]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06933,"PERIMETER":1.10673,"CHDOMS_GCO":6,"CHDOMS_GC1":5,"GCODE":5,"CHIEFDOM":"Malema","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.49","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.365517921491135,9.071291764473402],[-12.431828908993804,9.084931533433027],[-12.43716210585345,9.111597517731253],[-12.484169752510148,9.120470447019867],[-12.438011641636402,9.170876236808374],[-12.411676032364879,9.208255811258278],[-12.34810243794061,9.214155365306558],[-12.2551726625721,9.256679350886563],[-12.185416335505234,9.215665651142919],[-12.188531300042726,9.204668882396923],[-12.21647158801538,9.176728594424269],[-12.226713213843196,9.1207064291818],[-12.277590967955565,9.085450694189277],[-12.365517921491135,9.071291764473402]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01433,"PERIMETER":0.52748,"CHDOMS_GCO":4,"CHDOMS_GC1":3,"GCODE":3,"CHIEFDOM":"Mandu","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.50","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.188531300042726,9.204668882396923],[-12.185416335505234,9.215665651142919],[-12.148603118243965,9.249788671758171],[-12.147470403866695,9.314400587694937],[-12.090457113544113,9.353573626575518],[-11.980253443922239,9.377219039201025],[-11.979262318842128,9.402563523392438],[-11.955947281243324,9.384534486220893],[-11.957079995620594,9.311663194616536],[-12.00899607124546,9.246060153599657],[-12.017208250480666,9.19707025678274],[-12.077761273232214,9.206651132557147],[-12.135576902905362,9.133166287331766],[-12.179280799295022,9.134912555330057],[-12.188531300042726,9.204668882396923]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01359,"PERIMETER":0.58891,"CHDOMS_GCO":14,"CHDOMS_GC1":13,"GCODE":13,"CHIEFDOM":"Peje Bongre","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.51","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.185416335505234,9.215665651142919],[-12.2551726625721,9.256679350886563],[-12.34810243794061,9.214155365306558],[-12.411676032364879,9.208255811258278],[-12.438011641636402,9.170876236808374],[-12.441079409741508,9.228786259346293],[-12.489314163640248,9.261163011963255],[-12.439852302499466,9.255310654347362],[-12.432914426938689,9.3008080151677],[-12.38052638698996,9.349467536957915],[-12.325825721854304,9.33106092832728],[-12.28896530816065,9.351072215659046],[-12.147470403866695,9.314400587694937],[-12.148603118243965,9.249788671758171],[-12.185416335505234,9.215665651142919]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01236,"PERIMETER":0.5366,"CHDOMS_GCO":13,"CHDOMS_GC1":12,"GCODE":12,"CHIEFDOM":"Peje West","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.52","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.979262318842128,9.402563523392438],[-11.980253443922239,9.377219039201025],[-12.090457113544113,9.353573626575518],[-12.147470403866695,9.314400587694937],[-12.28896530816065,9.351072215659046],[-12.325825721854304,9.33106092832728],[-12.38052638698996,9.349467536957915],[-12.37623151164281,9.369337234992523],[-12.343760366161076,9.37415127109592],[-12.326108900448622,9.41898788186285],[-12.226571624546038,9.42163088207648],[-12.195469175603503,9.470007225272377],[-12.089654774193548,9.51295597874386],[-12.041939181051058,9.51984665787225],[-12.014706839564196,9.531598569536424],[-11.964867406964323,9.505310156697288],[-11.979262318842128,9.402563523392438]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01409,"PERIMETER":0.59483,"CHDOMS_GCO":12,"CHDOMS_GC1":11,"GCODE":11,"CHIEFDOM":"Penguia","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.53","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.041939181051058,9.51984665787225],[-12.089654774193548,9.51295597874386],[-12.195469175603503,9.470007225272377],[-12.226571624546038,9.42163088207648],[-12.326108900448622,9.41898788186285],[-12.343760366161076,9.37415127109592],[-12.37623151164281,9.369337234992523],[-12.406956389126256,9.407283166631062],[-12.412950336039307,9.460992706686605],[-12.387794637577441,9.512767193014314],[-12.254747894680623,9.575680037385174],[-12.183622871074556,9.582617912945953],[-12.162195690771203,9.553780892757958],[-12.133783438474685,9.574641715872676],[-12.070021058320872,9.569497304742576],[-12.041939181051058,9.51984665787225]]]]},"geometry_name":"the_geom","properties":{"AREA":0.018,"PERIMETER":0.5557,"CHDOMS_GCO":5,"CHDOMS_GC1":4,"GCODE":4,"CHIEFDOM":"Upper Bambara","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.54","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.90851486669515,9.924697654881436],[-11.887370864986114,9.860699292565691],[-11.884444686178167,9.70962351249733],[-11.893600794061097,9.700844976073489],[-11.938390208395642,9.696644493591114],[-12.098338917752617,9.62646339863277],[-12.133783438474685,9.574641715872676],[-12.162195690771203,9.553780892757958],[-12.183622871074556,9.582617912945953],[-12.254747894680623,9.575680037385174],[-12.387794637577441,9.512767193014314],[-12.412950336039307,9.460992706686605],[-12.472417840845972,9.467977778679769],[-12.489644538666951,9.52801164067507],[-12.488795002883998,9.591207663640247],[-12.578279438688314,9.597107217688528],[-12.554681222495192,9.69329354689169],[-12.503661879085666,9.71000108395642],[-12.49606325347148,9.770978874599445],[-12.424749444135868,9.875707758064516],[-12.26772691358684,9.907895724951933],[-12.239031482696005,9.921724279641102],[-12.114102526169622,9.863011917752617],[-11.90851486669515,9.924697654881436]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02725,"PERIMETER":0.75545,"CHDOMS_GCO":15,"CHDOMS_GC1":14,"GCODE":14,"CHIEFDOM":"Yawei","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.55","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.06841637961974,8.98454472174749],[-12.078516416150395,8.958633880367444],[-12.219020195364239,8.938622593035676],[-12.2092033374279,8.91445801965392],[-12.284104075624866,8.897231321832942],[-12.26432877045503,8.958256308908354],[-12.334509865413374,9.017346242255929],[-12.365517921491135,9.071291764473402],[-12.277590967955565,9.085450694189277],[-12.226713213843196,9.1207064291818],[-12.21647158801538,9.176728594424269],[-12.188531300042726,9.204668882396923],[-12.179280799295022,9.134912555330057],[-12.135576902905362,9.133166287331766],[-12.077761273232214,9.206651132557147],[-12.017208250480666,9.19707025678274],[-12.056758860820338,9.014892027771843],[-12.06841637961974,8.98454472174749]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04829,"PERIMETER":1.42731,"CHDOMS_GCO":65,"CHDOMS_GC1":64,"GCODE":64,"CHIEFDOM":"Braimaia","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.56","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.96279076393933,8.904546768852809],[-12.00786335686819,8.948864218863491],[-12.06841637961974,8.98454472174749],[-12.056758860820338,9.014892027771843],[-12.033679805383464,9.00389525902585],[-11.979215122409741,9.035564065157018],[-11.95297390600299,9.018856528092288],[-11.827572985152745,9.116269964537492],[-11.823750074129459,9.087055372890408],[-11.762866676351207,9.078890390087588],[-11.799255125721,9.018667742362743],[-11.836021146549882,9.016968670796839],[-11.897990062273019,8.960521737662893],[-11.891996115359966,8.909360804956206],[-11.96279076393933,8.904546768852809]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0148,"PERIMETER":0.69947,"CHDOMS_GCO":61,"CHDOMS_GC1":60,"GCODE":60,"CHIEFDOM":"Gbinleh Dixon","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.57","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.017208250480666,9.19707025678274],[-12.00899607124546,9.246060153599657],[-11.957079995620594,9.311663194616536],[-11.955947281243324,9.384534486220893],[-11.979262318842128,9.402563523392438],[-11.964867406964323,9.505310156697288],[-11.882368043153171,9.518147586306345],[-11.872739970946379,9.453771652531511],[-11.822428574022645,9.387979825785088],[-11.827289806558428,9.339839464751122],[-11.809685537278359,9.202686632236702],[-11.827572985152745,9.116269964537492],[-11.95297390600299,9.018856528092288],[-11.979215122409741,9.035564065157018],[-12.033679805383464,9.00389525902585],[-12.056758860820338,9.014892027771843],[-12.017208250480666,9.19707025678274]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03374,"PERIMETER":0.96521,"CHDOMS_GCO":62,"CHDOMS_GC1":61,"GCODE":61,"CHIEFDOM":"Magbema","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.58","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.09441962326426,8.934988467741935],[-13.036556797158728,8.9292776994232],[-13.008899687780389,8.947070754432813],[-12.922294234351634,8.939188950224311],[-12.893504410596027,8.923142163212988],[-12.926966681157872,8.84876058577227],[-13.051801244819483,8.845598424802393],[-13.1388786625721,8.854235371929075],[-13.151338520722069,8.892558875026703],[-13.09441962326426,8.934988467741935]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02075,"PERIMETER":0.64108,"CHDOMS_GCO":59,"CHDOMS_GC1":58,"GCODE":58,"CHIEFDOM":"Mambolo","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.59","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.031931546784875,9.092341373317668],[-13.004321633838924,9.050714119953001],[-12.976192560136724,9.05137487000641],[-12.955850897778253,9.001865812433241],[-13.008899687780389,8.947070754432813],[-13.036556797158728,8.9292776994232],[-13.09441962326426,8.934988467741935],[-13.172482522431105,8.905868268959624],[-13.230911705725273,8.94220952189703],[-13.238651920636617,8.998514865733817],[-13.286886674535356,8.990255490066225],[-13.306709176137577,9.041133244178594],[-13.290662389126256,9.062702013779107],[-13.182393773232215,9.101403088335825],[-13.106265927793206,9.046183262443922],[-13.077900871929074,9.08025908662679],[-13.031931546784875,9.092341373317668]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01393,"PERIMETER":0.6331,"CHDOMS_GCO":63,"CHDOMS_GC1":62,"GCODE":62,"CHIEFDOM":"Masungbala","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.60","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.900017518265328,9.269563976928007],[-12.886613731467635,9.222273151676992],[-12.926164341807306,9.131797590792566],[-12.976192560136724,9.05137487000641],[-13.004321633838924,9.050714119953001],[-13.031931546784875,9.092341373317668],[-13.006398276863917,9.10952087470626],[-12.981431364131597,9.172292129779962],[-12.9498569508652,9.1872533988464],[-12.972322452681052,9.228786259346293],[-12.931308752937406,9.29740987203589],[-12.900017518265328,9.269563976928007]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04099,"PERIMETER":1.17871,"CHDOMS_GCO":60,"CHDOMS_GC1":59,"GCODE":59,"CHIEFDOM":"Samu","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.61","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.893504410596027,8.923142163212988],[-12.922294234351634,8.939188950224311],[-13.008899687780389,8.947070754432813],[-12.955850897778253,9.001865812433241],[-12.976192560136724,9.05137487000641],[-12.926164341807306,9.131797590792566],[-12.886613731467635,9.222273151676992],[-12.81209056472976,9.201648310724204],[-12.79259843815424,9.187678166737877],[-12.841918709997865,9.147655592074344],[-12.850933228583637,9.111361535569323],[-12.809872332407606,9.0990904631489],[-12.819453208182013,9.032496297051912],[-12.893504410596027,8.923142163212988]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06754,"PERIMETER":1.5779,"CHDOMS_GCO":64,"CHDOMS_GC1":63,"GCODE":63,"CHIEFDOM":"Tonko Limba","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.62","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.809872332407606,9.0990904631489],[-12.850933228583637,9.111361535569323],[-12.841918709997865,9.147655592074344],[-12.79259843815424,9.187678166737877],[-12.713686003204444,9.181306648365734],[-12.669840517517624,9.101497481200598],[-12.729402415189062,9.06355154956206],[-12.737095433668019,9.015741563554796],[-12.767820311151464,9.071999710959197],[-12.809872332407606,9.0990904631489]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03923,"PERIMETER":0.87666,"CHDOMS_GCO":27,"CHDOMS_GC1":26,"GCODE":26,"CHIEFDOM":"Dama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.63","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.38052638698996,9.349467536957915],[-12.432914426938689,9.3008080151677],[-12.439852302499466,9.255310654347362],[-12.489314163640248,9.261163011963255],[-12.520463809015167,9.27631306675924],[-12.529053559709464,9.229447009399701],[-12.606691690984832,9.215571258278146],[-12.659315713095493,9.182911327066867],[-12.669840517517624,9.101497481200598],[-12.713686003204444,9.181306648365734],[-12.79259843815424,9.187678166737877],[-12.81209056472976,9.201648310724204],[-12.77301191871395,9.251015779000214],[-12.7200103251442,9.278767281243324],[-12.686925626041445,9.33106092832728],[-12.629157192800683,9.3800508251442],[-12.605747762337108,9.42101732845546],[-12.472417840845972,9.467977778679769],[-12.412950336039307,9.460992706686605],[-12.406956389126256,9.407283166631062],[-12.37623151164281,9.369337234992523],[-12.38052638698996,9.349467536957915]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03349,"PERIMETER":0.83505,"CHDOMS_GCO":20,"CHDOMS_GC1":19,"GCODE":19,"CHIEFDOM":"Dodo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.64","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.578279438688314,9.597107217688528],[-12.488795002883998,9.591207663640247],[-12.489644538666951,9.52801164067507],[-12.472417840845972,9.467977778679769],[-12.605747762337108,9.42101732845546],[-12.629157192800683,9.3800508251442],[-12.686925626041445,9.33106092832728],[-12.7200103251442,9.278767281243324],[-12.77301191871395,9.251015779000214],[-12.81209056472976,9.201648310724204],[-12.886613731467635,9.222273151676992],[-12.900017518265328,9.269563976928007],[-12.87099171234779,9.294200514633625],[-12.790663384426404,9.304017372569964],[-12.746440327280496,9.345078268745995],[-12.745732380794703,9.386422343516342],[-12.703444377376629,9.384251307626576],[-12.680931679128392,9.459293635120702],[-12.637227782738732,9.515646175389874],[-12.606833280281991,9.604186682546464],[-12.578279438688314,9.597107217688528]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03174,"PERIMETER":0.8756,"CHDOMS_GCO":29,"CHDOMS_GC1":28,"GCODE":28,"CHIEFDOM":"Gaura","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.65","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.964867406964323,9.505310156697288],[-12.014706839564196,9.531598569536424],[-12.041939181051058,9.51984665787225],[-12.070021058320872,9.569497304742576],[-12.133783438474685,9.574641715872676],[-12.098338917752617,9.62646339863277],[-11.938390208395642,9.696644493591114],[-11.893600794061097,9.700844976073489],[-11.844563700811792,9.745775979705192],[-11.80425794755394,9.755640034073917],[-11.757958247383037,9.591349252937407],[-11.770512498397778,9.527209301324504],[-11.693771099337749,9.55939726821192],[-11.649123274300363,9.473452564836574],[-11.706986100405896,9.43055100779748],[-11.731009084490493,9.368676484939115],[-11.70580618959624,9.316713212881863],[-11.719398762123477,9.274661191625722],[-11.73983481734672,9.215052097521896],[-11.809685537278359,9.202686632236702],[-11.827289806558428,9.339839464751122],[-11.822428574022645,9.387979825785088],[-11.872739970946379,9.453771652531511],[-11.882368043153171,9.518147586306345],[-11.964867406964323,9.505310156697288]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05099,"PERIMETER":0.97646,"CHDOMS_GCO":16,"CHDOMS_GC1":15,"GCODE":15,"CHIEFDOM":"Gorama Mende","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.66","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.719398762123477,9.274661191625722],[-11.70580618959624,9.316713212881863],[-11.731009084490493,9.368676484939115],[-11.706986100405896,9.43055100779748],[-11.649123274300363,9.473452564836574],[-11.565396803247168,9.48883860179449],[-11.502814333903011,9.453582866801966],[-11.462366991348002,9.353998394466995],[-11.44367720412305,9.246579314355907],[-11.391336360606708,9.169318754539628],[-11.432208471053194,9.139962573595385],[-11.490212886455884,9.1694131474044],[-11.5567126596881,9.135337323221535],[-11.607732003097627,9.128257858363597],[-11.649500845759453,9.091397444669942],[-11.708921154133732,9.100034391796624],[-11.705994975325785,9.211181990066224],[-11.719398762123477,9.274661191625722]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02215,"PERIMETER":0.66068,"CHDOMS_GCO":19,"CHDOMS_GC1":18,"GCODE":18,"CHIEFDOM":"Kandu Leppiama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.67","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.081114210531936,9.060389388592181],[-11.145442947874384,9.011305098910489],[-11.139118625934628,8.970810559923093],[-11.165831806665242,8.937206700064088],[-11.269805547212133,8.909502394253364],[-11.32360948013245,8.803121635654774],[-11.348906767891476,8.778673883678701],[-11.362829715445416,8.6431729262978],[-11.391572342768638,8.661296356334116],[-11.403041075838496,8.75030882781457],[-11.483180618030335,8.919413645054476],[-11.447028150822474,8.988745204229865],[-11.463594098590045,9.02334018916898],[-11.457080990920742,9.112919017838069],[-11.432208471053194,9.139962573595385],[-11.391336360606708,9.169318754539628],[-11.44367720412305,9.246579314355907],[-11.462366991348002,9.353998394466995],[-11.502814333903011,9.453582866801966],[-11.492855886669515,9.474774064943388],[-11.435087453428753,9.497239566759239],[-11.332057641529587,9.483646994232002],[-11.338853927793206,9.449948741508225],[-11.264000386028625,9.465759546357615],[-11.229830168980987,9.375189592608416],[-11.181595415082247,9.31888424877163],[-11.131520000320444,9.318459480880154],[-10.991818560457167,9.303026247489854],[-10.995641471480452,9.282920567293313],[-11.092063782845544,9.200798774941251],[-11.105373176778466,9.152422431745354],[-11.14888828743858,9.103668517090366],[-11.081114210531936,9.060389388592181]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02646,"PERIMETER":0.95978,"CHDOMS_GCO":28,"CHDOMS_GC1":27,"GCODE":27,"CHIEFDOM":"Koya (kenema)","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.68","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.649123274300363,9.473452564836574],[-11.693771099337749,9.55939726821192],[-11.591071662465286,9.61556102275155],[-11.533067247062593,9.67257431307413],[-11.464868402264473,9.634675577867977],[-11.545479908780175,9.581438002136295],[-11.513433531189916,9.549580410275583],[-11.492855886669515,9.474774064943388],[-11.502814333903011,9.453582866801966],[-11.565396803247168,9.48883860179449],[-11.649123274300363,9.473452564836574]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01601,"PERIMETER":0.59145,"CHDOMS_GCO":25,"CHDOMS_GC1":24,"GCODE":24,"CHIEFDOM":"Langrama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.69","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.738418924375134,9.995869874919888],[-11.719351565691092,9.942443513458663],[-11.733227316812647,9.900438688634907],[-11.715575851100192,9.820959896496475],[-11.677629919461653,9.797503269600513],[-11.653276560350353,9.741622693655202],[-11.601077306131168,9.69253840397351],[-11.533067247062593,9.67257431307413],[-11.591071662465286,9.61556102275155],[-11.693771099337749,9.55939726821192],[-11.770512498397778,9.527209301324504],[-11.757958247383037,9.591349252937407],[-11.80425794755394,9.755640034073917],[-11.844563700811792,9.745775979705192],[-11.893600794061097,9.700844976073489],[-11.884444686178167,9.70962351249733],[-11.887370864986114,9.860699292565691],[-11.90851486669515,9.924697654881436],[-11.885388614825892,9.996861],[-11.738418924375134,9.995869874919888]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05646,"PERIMETER":1.33453,"CHDOMS_GCO":21,"CHDOMS_GC1":20,"GCODE":20,"CHIEFDOM":"Lower Bambara","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.70","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.131520000320444,9.318459480880154],[-11.181595415082247,9.31888424877163],[-11.229830168980987,9.375189592608416],[-11.264000386028625,9.465759546357615],[-11.338853927793206,9.449948741508225],[-11.332057641529587,9.483646994232002],[-11.435087453428753,9.497239566759239],[-11.492855886669515,9.474774064943388],[-11.513433531189916,9.549580410275583],[-11.545479908780175,9.581438002136295],[-11.464868402264473,9.634675577867977],[-11.389778878337962,9.642982149967956],[-11.34961471437727,9.63991438186285],[-11.310913639820551,9.667382705511644],[-11.155731770134587,9.685034171224098],[-11.127649892864772,9.701694511856441],[-11.12703633924375,9.566146358043154],[-11.137749929395428,9.551326678273874],[-11.119768088656269,9.419695828348644],[-11.131520000320444,9.318459480880154]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01176,"PERIMETER":0.64673,"CHDOMS_GCO":22,"CHDOMS_GC1":21,"GCODE":21,"CHIEFDOM":"Malegohun","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.71","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.464868402264473,9.634675577867977],[-11.533067247062593,9.67257431307413],[-11.601077306131168,9.69253840397351],[-11.653276560350353,9.741622693655202],[-11.677629919461653,9.797503269600513],[-11.631471808587909,9.78258919696646],[-11.567001481948301,9.910821903759881],[-11.540854658406323,9.900485885067294],[-11.516548495727408,9.800948609164708],[-11.475062831659901,9.687960350032045],[-11.396811146763511,9.649920025528733],[-11.389778878337962,9.642982149967956],[-11.464868402264473,9.634675577867977]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01593,"PERIMETER":0.52852,"CHDOMS_GCO":24,"CHDOMS_GC1":23,"GCODE":23,"CHIEFDOM":"Niawa","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.72","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.412952326639607,9.99473716054262],[-11.404456968810083,9.906998992736595],[-11.346310964110232,9.828888897137364],[-11.368210108737449,9.709293137470626],[-11.396811146763511,9.649920025528733],[-11.475062831659901,9.687960350032045],[-11.516548495727408,9.800948609164708],[-11.540854658406323,9.900485885067294],[-11.567001481948301,9.910821903759881],[-11.631471808587909,9.78258919696646],[-11.677629919461653,9.797503269600513],[-11.715575851100192,9.820959896496475],[-11.733227316812647,9.900438688634907],[-11.719351565691092,9.942443513458663],[-11.738418924375134,9.995869874919888],[-11.412952326639607,9.99473716054262]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03024,"PERIMETER":0.81844,"CHDOMS_GCO":31,"CHDOMS_GC1":30,"GCODE":30,"CHIEFDOM":"Nomo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":16}},{"type":"Feature","id":"sl_admin3.73","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.72072225283059,9.17583186220893],[-10.77962340044862,9.168658004486222],[-10.78165284704123,9.271121459196753],[-10.874818604571672,9.294861264687032],[-10.918097733069857,9.287168246208076],[-10.991818560457167,9.303026247489854],[-11.131520000320444,9.318459480880154],[-11.119768088656269,9.419695828348644],[-11.137749929395428,9.551326678273874],[-11.12703633924375,9.566146358043154],[-11.127649892864772,9.701694511856441],[-11.09739697970519,9.720384299081394],[-11.044348189703054,9.798824769707327],[-11.002154579149753,9.753233016022218],[-10.952126360820337,9.643359721427046],[-10.910546303888058,9.64166064986114],[-10.878830301324502,9.547409374385815],[-10.840648387524032,9.508189139072847],[-10.848907763191624,9.448438455671866],[-10.818749242896816,9.429607079149754],[-10.81379361749626,9.383212986114078],[-10.750078433774833,9.384676075518051],[-10.66007483721427,9.290519192907498],[-10.680699678167057,9.24039658171331],[-10.674941713415937,9.188858077547533],[-10.72072225283059,9.17583186220893]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04179,"PERIMETER":1.02676,"CHDOMS_GCO":26,"CHDOMS_GC1":25,"GCODE":25,"CHIEFDOM":"Nongowa","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.74","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.044348189703054,9.798824769707327],[-11.09739697970519,9.720384299081394],[-11.127649892864772,9.701694511856441],[-11.155731770134587,9.685034171224098],[-11.310913639820551,9.667382705511644],[-11.34961471437727,9.63991438186285],[-11.389778878337962,9.642982149967956],[-11.396811146763511,9.649920025528733],[-11.368210108737449,9.709293137470626],[-11.346310964110232,9.828888897137364],[-11.404456968810083,9.906998992736595],[-11.412952326639607,9.99473716054262],[-11.194102469664601,9.996200249946593],[-11.165926199530015,9.959528621982482],[-11.157289252403332,9.884250312326426],[-11.123071838923307,9.845549237769708],[-11.044348189703054,9.798824769707327]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01561,"PERIMETER":0.54134,"CHDOMS_GCO":18,"CHDOMS_GC1":17,"GCODE":17,"CHIEFDOM":"Simbaru","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.75","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.580501652211066,9.029098153920103],[-10.614813458555863,9.040755672719504],[-10.702551626361888,9.000072348002563],[-10.709111930463575,8.933478181905576],[-10.824837582674641,8.913466894573808],[-10.887136873424481,8.944191772057252],[-10.965813326212347,9.041416422772912],[-11.032029920850245,9.041416422772912],[-11.081114210531936,9.060389388592181],[-11.14888828743858,9.103668517090366],[-11.105373176778466,9.152422431745354],[-11.092063782845544,9.200798774941251],[-10.995641471480452,9.282920567293313],[-10.991818560457167,9.303026247489854],[-10.918097733069857,9.287168246208076],[-10.874818604571672,9.294861264687032],[-10.78165284704123,9.271121459196753],[-10.77962340044862,9.168658004486222],[-10.72072225283059,9.17583186220893],[-10.723082074449904,9.076058604144414],[-10.618919548173466,9.069498300042726],[-10.580501652211066,9.029098153920103]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03055,"PERIMETER":0.73569,"CHDOMS_GCO":23,"CHDOMS_GC1":22,"GCODE":22,"CHIEFDOM":"Small Bo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.76","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.249507100085452,8.699195091540268],[-13.196694292245247,8.745730773873104],[-13.156907699743645,8.729023236808374],[-13.174087201132236,8.660446820551163],[-13.136330055223244,8.613675156056399],[-13.143456716513565,8.552697365413373],[-13.189284452360607,8.528815970625935],[-13.18659425571459,8.592011993591113],[-13.252574868190559,8.657662231040376],[-13.249507100085452,8.699195091540268]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06845,"PERIMETER":1.19623,"CHDOMS_GCO":30,"CHDOMS_GC1":29,"GCODE":29,"CHIEFDOM":"Tunkia","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":15}},{"type":"Feature","id":"sl_admin3.77","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.174087201132236,8.660446820551163],[-13.156907699743645,8.729023236808374],[-13.196694292245247,8.745730773873104],[-13.249507100085452,8.699195091540268],[-13.261070226020081,8.811805779213843],[-13.222699526490066,8.852253121768852],[-13.170264290108951,8.828466119846187],[-13.08927521213416,8.8284189234138],[-12.929940056398205,8.844088138966033],[-12.88076137385174,8.828371726981414],[-12.911863822794276,8.795806188634907],[-12.886236160008545,8.758662596346934],[-12.880100623798334,8.695560966246529],[-12.905681090151678,8.627362121448408],[-12.954340611941893,8.585923653813287],[-13.089699980025635,8.607209244819483],[-13.166913343409528,8.63349765765862],[-13.174087201132236,8.660446820551163]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03198,"PERIMETER":0.79668,"CHDOMS_GCO":17,"CHDOMS_GC1":16,"GCODE":16,"CHIEFDOM":"Wandor","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.78","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.880100623798334,8.695560966246529],[-12.886236160008545,8.758662596346934],[-12.911863822794276,8.795806188634907],[-12.88076137385174,8.828371726981414],[-12.815583100726341,8.832383423734244],[-12.716942557039093,8.884865856547746],[-12.682772339991455,8.860748479598376],[-12.661769927579577,8.8335633345439],[-12.683102715018158,8.774709383358257],[-12.611883298547319,8.761683168019653],[-12.56766024140141,8.769564972228157],[-12.528911970412304,8.748184988357188],[-12.541466221427045,8.743701327280496],[-12.546893811151463,8.741907862849818],[-12.601736065584277,8.723642843516343],[-12.633782443174535,8.68234596517838],[-12.732894951185644,8.620235460158085],[-12.741248719718008,8.598289119098483],[-12.807654100085452,8.567281063020722],[-12.895911428647725,8.575682027985472],[-12.899451161076692,8.623492013992736],[-12.880100623798334,8.695560966246529]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07578,"PERIMETER":1.54673,"CHDOMS_GCO":73,"CHDOMS_GC1":72,"GCODE":72,"CHIEFDOM":"Dembelia Sinkunia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.79","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.625617460371716,8.895909821726127],[-12.623116049455245,8.875426570070498],[-12.682772339991455,8.860748479598376],[-12.716942557039093,8.884865856547746],[-12.815583100726341,8.832383423734244],[-12.88076137385174,8.828371726981414],[-12.929940056398205,8.844088138966033],[-12.926966681157872,8.84876058577227],[-12.893504410596027,8.923142163212988],[-12.819453208182013,9.032496297051912],[-12.809872332407606,9.0990904631489],[-12.767820311151464,9.071999710959197],[-12.737095433668019,9.015741563554796],[-12.609665066225165,9.011541081072421],[-12.604803833689383,8.976426935377056],[-12.655775980666524,8.920687948728904],[-12.6332160859859,8.899591143452254],[-12.625617460371716,8.895909821726127]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08876,"PERIMETER":1.30863,"CHDOMS_GCO":67,"CHDOMS_GC1":66,"GCODE":66,"CHIEFDOM":"Diang","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.80","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.6332160859859,8.899591143452254],[-12.655775980666524,8.920687948728904],[-12.604803833689383,8.976426935377056],[-12.609665066225165,9.011541081072421],[-12.577949063661611,9.02461449284341],[-12.48162114516129,8.987801275582141],[-12.440324266823328,8.934422110553301],[-12.465527161717581,8.904074804528946],[-12.52759047030549,8.8781639631489],[-12.529242345439009,8.878447141743218],[-12.5731822239906,8.91181501944029],[-12.62769410339671,8.896948143238625],[-12.6332160859859,8.899591143452254]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02784,"PERIMETER":0.95682,"CHDOMS_GCO":72,"CHDOMS_GC1":71,"GCODE":71,"CHIEFDOM":"Folosaba Dembelia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.81","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.484169752510148,9.120470447019867],[-12.515649772911772,9.084129194082461],[-12.557371419141209,9.073604389660328],[-12.577949063661611,9.02461449284341],[-12.609665066225165,9.011541081072421],[-12.737095433668019,9.015741563554796],[-12.729402415189062,9.06355154956206],[-12.669840517517624,9.101497481200598],[-12.659315713095493,9.182911327066867],[-12.606691690984832,9.215571258278146],[-12.529053559709464,9.229447009399701],[-12.520463809015167,9.27631306675924],[-12.489314163640248,9.261163011963255],[-12.441079409741508,9.228786259346293],[-12.438011641636402,9.170876236808374],[-12.484169752510148,9.120470447019867]]]]},"geometry_name":"the_geom","properties":{"AREA":0.09905,"PERIMETER":1.95685,"CHDOMS_GCO":66,"CHDOMS_GC1":65,"GCODE":65,"CHIEFDOM":"Kassunko","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.82","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.534811524460585,8.879438266823328],[-12.54165500715659,8.843852156804102],[-12.506068897137364,8.794295902798547],[-12.56766024140141,8.769564972228157],[-12.611883298547319,8.761683168019653],[-12.683102715018158,8.774709383358257],[-12.661769927579577,8.8335633345439],[-12.682772339991455,8.860748479598376],[-12.623116049455245,8.875426570070498],[-12.625617460371716,8.895909821726127],[-12.62769410339671,8.896948143238625],[-12.5731822239906,8.91181501944029],[-12.529242345439009,8.878447141743218],[-12.534811524460585,8.879438266823328]]]]},"geometry_name":"the_geom","properties":{"AREA":0.136,"PERIMETER":2.01738,"CHDOMS_GCO":74,"CHDOMS_GC1":73,"GCODE":73,"CHIEFDOM":"Mongo","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.83","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.741248719718008,8.598289119098483],[-12.708635984939116,8.592719940076906],[-12.699385484191412,8.539199185750908],[-12.611128155629139,8.499035021790215],[-12.59050331467635,8.467885376415296],[-12.667197517303995,8.404830942747276],[-12.68848310831019,8.371840636509292],[-12.753142220679342,8.352584492095705],[-12.82313452990814,8.386282744819482],[-12.884065124118779,8.33332834768212],[-12.915592340952788,8.278391700384534],[-12.951084058107242,8.265176699316385],[-12.923898913052767,8.31548809624012],[-12.928240984832302,8.368678475539415],[-13.022633849604786,8.374153261696218],[-13.075871425336468,8.37840094061098],[-13.092437373104039,8.420547354731895],[-13.151291324289682,8.449856339243752],[-13.121699161183509,8.49445696784875],[-13.074974693121128,8.500875682653279],[-13.052839566331981,8.5296183099765],[-13.010079598590044,8.501819611301004],[-12.978174810296945,8.537688899914547],[-12.955945290643026,8.521311737876522],[-12.887793642277291,8.564024509186071],[-12.810438689596241,8.560012812433241],[-12.741248719718008,8.598289119098483]]]]},"geometry_name":"the_geom","properties":{"AREA":0.20415,"PERIMETER":2.57174,"CHDOMS_GCO":68,"CHDOMS_GC1":67,"GCODE":67,"CHIEFDOM":"Nieni","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.84","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.438389213095492,8.491672378337961],[-12.468783715552233,8.460711518692587],[-12.534953113757744,8.453679250267037],[-12.544628382396924,8.426824480239265],[-12.59050331467635,8.467885376415296],[-12.611128155629139,8.499035021790215],[-12.699385484191412,8.539199185750908],[-12.708635984939116,8.592719940076906],[-12.741248719718008,8.598289119098483],[-12.732894951185644,8.620235460158085],[-12.633782443174535,8.68234596517838],[-12.601736065584277,8.723642843516343],[-12.546893811151463,8.741907862849818],[-12.541702203588976,8.743606934415723],[-12.49832868222602,8.662145892117069],[-12.484169752510148,8.589935350566119],[-12.44872523178808,8.569593688207648],[-12.437822855906857,8.492049949797051],[-12.438389213095492,8.491672378337961]]]]},"geometry_name":"the_geom","properties":{"AREA":0.11328,"PERIMETER":1.67223,"CHDOMS_GCO":76,"CHDOMS_GC1":75,"GCODE":75,"CHIEFDOM":"Neya","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.85","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.52759047030549,8.8781639631489],[-12.465527161717581,8.904074804528946],[-12.440324266823328,8.934422110553301],[-12.363063707007049,8.877267230933562],[-12.339795865840632,8.880854159794916],[-12.31822709624012,8.816761404614399],[-12.327619186284982,8.790567384640035],[-12.366131475112155,8.794343099230934],[-12.479544502136296,8.739500844798119],[-12.528911970412304,8.748184988357188],[-12.56766024140141,8.769564972228157],[-12.506068897137364,8.794295902798547],[-12.54165500715659,8.843852156804102],[-12.534811524460585,8.879438266823328],[-12.52759047030549,8.8781639631489]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08499,"PERIMETER":1.51456,"CHDOMS_GCO":71,"CHDOMS_GC1":70,"GCODE":70,"CHIEFDOM":"Sengbeh","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.86","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.437822855906857,8.492049949797051],[-12.44872523178808,8.569593688207648],[-12.484169752510148,8.589935350566119],[-12.49832868222602,8.662145892117069],[-12.541702203588976,8.743606934415723],[-12.541466221427045,8.743701327280496],[-12.528911970412304,8.748184988357188],[-12.479544502136296,8.739500844798119],[-12.366131475112155,8.794343099230934],[-12.327619186284982,8.790567384640035],[-12.342391669621875,8.715147485686819],[-12.387133887524033,8.689142251442],[-12.392467084383679,8.650016408993805],[-12.335123419034394,8.63439438987396],[-12.338474365733818,8.597769958342234],[-12.282027432599872,8.558408133732108],[-12.341306151676992,8.539954328669088],[-12.387417066118351,8.498279878872035],[-12.433622373424482,8.494881735740226],[-12.437822855906857,8.492049949797051]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08391,"PERIMETER":1.31002,"CHDOMS_GCO":75,"CHDOMS_GC1":74,"GCODE":74,"CHIEFDOM":"Sulima (Koinadugu)","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.87","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.15506902948088,8.63675421149327],[-12.134113813501388,8.64883649818415],[-12.066056558000428,8.607398030549028],[-12.011780660756248,8.548308097201453],[-12.036228412732322,8.519848648472548],[-12.106456704123051,8.502810736381115],[-12.257107716299936,8.53891600715659],[-12.282027432599872,8.558408133732108],[-12.265603074129459,8.609616262871182],[-12.198725729438154,8.598761083422346],[-12.15506902948088,8.63675421149327]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08027,"PERIMETER":1.64309,"CHDOMS_GCO":70,"CHDOMS_GC1":69,"GCODE":69,"CHIEFDOM":"Wara Wara Bafodia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.88","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.433622373424482,8.494881735740226],[-12.387417066118351,8.498279878872035],[-12.341306151676992,8.539954328669088],[-12.282027432599872,8.558408133732108],[-12.257107716299936,8.53891600715659],[-12.106456704123051,8.502810736381115],[-12.076722951719718,8.478976538026062],[-12.0788467911771,8.428712337534714],[-12.033962983977782,8.4260221408887],[-12.005833910275582,8.37915608352916],[-12.070681808374278,8.312184345973082],[-12.043496663319804,8.247714019333475],[-12.141098885494552,8.288774915509507],[-12.205474819269387,8.329694222388378],[-12.265036716940825,8.350743831232641],[-12.327194418393505,8.328844686605425],[-12.387417066118351,8.342390062700277],[-12.45788133967101,8.27617346806238],[-12.569264920102542,8.300574023606067],[-12.597535583101902,8.28721743324076],[-12.586821992950224,8.326012900662251],[-12.68848310831019,8.371840636509292],[-12.667197517303995,8.404830942747276],[-12.59050331467635,8.467885376415296],[-12.544628382396924,8.426824480239265],[-12.534953113757744,8.453679250267037],[-12.468783715552233,8.460711518692587],[-12.438389213095492,8.491672378337961],[-12.433622373424482,8.494881735740226]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02368,"PERIMETER":0.80849,"CHDOMS_GCO":69,"CHDOMS_GC1":68,"GCODE":68,"CHIEFDOM":"Wara Wara Yagala","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.89","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.20481406921598,8.714533932065798],[-12.15506902948088,8.63675421149327],[-12.198725729438154,8.598761083422346],[-12.265603074129459,8.609616262871182],[-12.282027432599872,8.558408133732108],[-12.338474365733818,8.597769958342234],[-12.335123419034394,8.63439438987396],[-12.392467084383679,8.650016408993805],[-12.387133887524033,8.689142251442],[-12.342391669621875,8.715147485686819],[-12.301613952040162,8.758615399914548],[-12.244270286690877,8.710286253151036],[-12.20481406921598,8.714533932065798]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02231,"PERIMETER":0.62832,"CHDOMS_GCO":45,"CHDOMS_GC1":44,"GCODE":44,"CHIEFDOM":"Fiama","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.90","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.134113813501388,8.64883649818415],[-12.092344970839564,8.678381464857937],[-12.019851250694296,8.676588000427259],[-11.995592284447767,8.705566609912411],[-11.912243384853664,8.75597239970092],[-11.901246616107668,8.83054276287118],[-11.84168471843623,8.825492744605853],[-11.829649628177739,8.779900990920744],[-11.874675024674215,8.67795669696646],[-11.954531388271736,8.619008352916044],[-12.011780660756248,8.548308097201453],[-12.066056558000428,8.607398030549028],[-12.134113813501388,8.64883649818415]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03102,"PERIMETER":0.8679,"CHDOMS_GCO":36,"CHDOMS_GC1":35,"GCODE":35,"CHIEFDOM":"Gbane","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.91","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.954531388271736,8.619008352916044],[-11.874675024674215,8.67795669696646],[-11.829649628177739,8.779900990920744],[-11.769285391155735,8.80392397500534],[-11.708024421918394,8.72807930816065],[-11.712036118671223,8.677343143345439],[-11.714537529587695,8.589227404080324],[-11.691694456312753,8.553546901196325],[-11.716566976180303,8.485112074236275],[-11.954531388271736,8.619008352916044]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00889,"PERIMETER":0.42055,"CHDOMS_GCO":37,"CHDOMS_GC1":36,"GCODE":36,"CHIEFDOM":"Gbane Kandor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.92","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.106456704123051,8.502810736381115],[-12.036228412732322,8.519848648472548],[-12.011780660756248,8.548308097201453],[-11.954531388271736,8.619008352916044],[-11.716566976180303,8.485112074236275],[-11.792506035889767,8.383073387417218],[-11.841118361247597,8.351970938474684],[-11.874911006836145,8.333281151249732],[-11.97808240803247,8.3584368497116],[-12.005833910275582,8.37915608352916],[-12.033962983977782,8.4260221408887],[-12.0788467911771,8.428712337534714],[-12.076722951719718,8.478976538026062],[-12.106456704123051,8.502810736381115]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02168,"PERIMETER":0.65762,"CHDOMS_GCO":39,"CHDOMS_GC1":38,"GCODE":38,"CHIEFDOM":"Gbense","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.93","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.593997841273232,8.492521914120914],[-11.609619860393078,8.48577282428968],[-11.716566976180303,8.485112074236275],[-11.691694456312753,8.553546901196325],[-11.714537529587695,8.589227404080324],[-11.712036118671223,8.677343143345439],[-11.63897604133732,8.630665871715445],[-11.626468986754967,8.658653356120487],[-11.556807052552873,8.688859072847682],[-11.561573892223883,8.595410136722922],[-11.60018057391583,8.520603791390728],[-11.593997841273232,8.492521914120914]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02444,"PERIMETER":0.93052,"CHDOMS_GCO":32,"CHDOMS_GC1":31,"GCODE":31,"CHIEFDOM":"Gorama Kono","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.94","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.357685304315316,8.520037434202093],[-11.448160865199743,8.53452673894467],[-11.558506124118777,8.529948685003204],[-11.593997841273232,8.492521914120914],[-11.60018057391583,8.520603791390728],[-11.561573892223883,8.595410136722922],[-11.556807052552873,8.688859072847682],[-11.626468986754967,8.658653356120487],[-11.63897604133732,8.630665871715445],[-11.712036118671223,8.677343143345439],[-11.708024421918394,8.72807930816065],[-11.609006306772057,8.712646074770348],[-11.572240285943174,8.804112760734885],[-11.574128143238624,8.836111941892758],[-11.537314925977356,8.904357983123264],[-11.502767137470626,8.892889250053408],[-11.483180618030335,8.919413645054476],[-11.403041075838496,8.75030882781457],[-11.391572342768638,8.661296356334116],[-11.362829715445416,8.6431729262978],[-11.349001160756249,8.545240329096346],[-11.357685304315316,8.520037434202093]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.36192,"CHDOMS_GCO":38,"CHDOMS_GC1":37,"GCODE":37,"CHIEFDOM":"Kamara","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.95","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.649500845759453,9.091397444669942],[-11.607732003097627,9.128257858363597],[-11.5567126596881,9.135337323221535],[-11.490212886455884,9.1694131474044],[-11.432208471053194,9.139962573595385],[-11.457080990920742,9.112919017838069],[-11.463594098590045,9.02334018916898],[-11.447028150822474,8.988745204229865],[-11.483180618030335,8.919413645054476],[-11.502767137470626,8.892889250053408],[-11.537314925977356,8.904357983123264],[-11.574128143238624,8.836111941892758],[-11.572240285943174,8.804112760734885],[-11.627271326105532,8.827946959089937],[-11.693063152851954,8.909313608523819],[-11.689193045396282,8.94636280794702],[-11.642421380901517,8.99370082963042],[-11.649500845759453,9.091397444669942]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05691,"PERIMETER":0.99495,"CHDOMS_GCO":41,"CHDOMS_GC1":40,"GCODE":40,"CHIEFDOM":"Lei","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.96","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.799255125721,9.018667742362743],[-11.762866676351207,9.078890390087588],[-11.823750074129459,9.087055372890408],[-11.827572985152745,9.116269964537492],[-11.809685537278359,9.202686632236702],[-11.73983481734672,9.215052097521896],[-11.719398762123477,9.274661191625722],[-11.705994975325785,9.211181990066224],[-11.708921154133732,9.100034391796624],[-11.649500845759453,9.091397444669942],[-11.642421380901517,8.99370082963042],[-11.689193045396282,8.94636280794702],[-11.721711387310403,8.904641161717581],[-11.752011496902371,8.902375732963042],[-11.760129283272805,8.961748844904935],[-11.799255125721,9.018667742362743]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00583,"PERIMETER":0.34411,"CHDOMS_GCO":44,"CHDOMS_GC1":43,"GCODE":43,"CHIEFDOM":"Mafindor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.97","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.901246616107668,8.83054276287118],[-11.891996115359966,8.909360804956206],[-11.897990062273019,8.960521737662893],[-11.836021146549882,9.016968670796839],[-11.799255125721,9.018667742362743],[-11.760129283272805,8.961748844904935],[-11.752011496902371,8.902375732963042],[-11.721711387310403,8.904641161717581],[-11.689193045396282,8.94636280794702],[-11.693063152851954,8.909313608523819],[-11.627271326105532,8.827946959089937],[-11.572240285943174,8.804112760734885],[-11.609006306772057,8.712646074770348],[-11.708024421918394,8.72807930816065],[-11.769285391155735,8.80392397500534],[-11.829649628177739,8.779900990920744],[-11.84168471843623,8.825492744605853],[-11.901246616107668,8.83054276287118]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.95232,"CHDOMS_GCO":33,"CHDOMS_GC1":32,"GCODE":32,"CHIEFDOM":"Nimikoro","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.98","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.383312967101046,8.155775369045076],[-11.361555411770988,8.082054541657765],[-11.452927704870753,8.02069917955565],[-11.468644116855373,8.060485772057252],[-11.46288615210425,8.139586992736595],[-11.383312967101046,8.155775369045076]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0343,"PERIMETER":0.91252,"CHDOMS_GCO":34,"CHDOMS_GC1":33,"GCODE":33,"CHIEFDOM":"Nimiyama","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.99","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.46288615210425,8.139586992736595],[-11.468644116855373,8.060485772057252],[-11.452927704870753,8.02069917955565],[-11.526412550096133,7.987944855479598],[-11.60834555671865,8.052698360713523],[-11.605560967207861,8.094231221213416],[-11.532264907712026,8.185792300042726],[-11.53160415765862,8.158937530014954],[-11.485587636082034,8.164931476928006],[-11.46288615210425,8.139586992736595]]]]},"geometry_name":"the_geom","properties":{"AREA":0.12273,"PERIMETER":1.90588,"CHDOMS_GCO":35,"CHDOMS_GC1":34,"GCODE":34,"CHIEFDOM":"Sandor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.100","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.016500303994873,7.601170092074343],[-11.983038033433028,7.593524270027771],[-11.92484483230079,7.623022040269173],[-11.849094558320871,7.627977665669728],[-11.773202695043794,7.688672277718435],[-11.756542354411451,7.65709786445204],[-11.795432214697714,7.572946625507369],[-11.852398308587908,7.561997053193761],[-11.842675843516343,7.524900657338175],[-11.883736739692374,7.488512207968382],[-11.929328493377483,7.531649747169408],[-12.001255856334117,7.544723158940397],[-12.016500303994873,7.601170092074343]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04067,"PERIMETER":0.96183,"CHDOMS_GCO":42,"CHDOMS_GC1":41,"GCODE":41,"CHIEFDOM":"Soa","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.101","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.361555411770988,8.082054541657765],[-11.352682482482376,7.991107016449476],[-11.367643751548814,7.9589662459944455],[-11.468360938261055,7.890484222602008],[-11.493091868831446,7.834981218115787],[-11.611224539094211,7.821152663426617],[-11.584039394039735,7.862260756035035],[-11.67602524076052,7.8620719703054895],[-11.66748268649861,7.891994508438367],[-11.62014466481521,7.917716564088869],[-11.56601035686819,7.977608836787011],[-11.526412550096133,7.987944855479598],[-11.452927704870753,8.02069917955565],[-11.361555411770988,8.082054541657765]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01573,"PERIMETER":0.51883,"CHDOMS_GCO":40,"CHDOMS_GC1":39,"GCODE":39,"CHIEFDOM":"Tankoro","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.102","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.915075170796838,7.760835622837],[-11.969115085879086,7.670596044114505],[-12.017444232642598,7.624957093997009],[-12.056617271523178,7.646809042191839],[-12.104144078936125,7.7045774754325995],[-12.13873906387524,7.706134957701345],[-12.15256761856441,7.786557678487502],[-12.167717673360393,7.888407579577013],[-12.158419976180303,7.935273636936552],[-12.160071851313822,7.9510372453535565],[-12.089560381328775,7.9788831404614395],[-11.987238515915402,7.997006570497756],[-11.945941637577441,8.000027142170476],[-11.878025971373638,7.968216746742149],[-11.832009449797052,7.973030782845545],[-11.847914647511216,7.899970705511643],[-11.90813729523606,7.79901753663747],[-11.915075170796838,7.760835622837]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01124,"PERIMETER":0.44758,"CHDOMS_GCO":43,"CHDOMS_GC1":42,"GCODE":42,"CHIEFDOM":"Toli","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.103","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.793874732428968,8.07181291582995],[-11.847820254646443,8.002009392330699],[-11.917529385280922,8.05335911076693],[-11.888739561525314,8.13486734949797],[-11.875194185430463,8.150866940076906],[-11.805201876201666,8.142088403653066],[-11.793874732428968,8.07181291582995]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06818,"PERIMETER":1.52293,"CHDOMS_GCO":142,"CHDOMS_GC1":141,"GCODE":140,"CHIEFDOM":"Bagruwa","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.104","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.493091868831446,7.834981218115787],[-11.488325029160436,7.806002608630634],[-11.644214845332193,7.672200722815637],[-11.737522192159794,7.643363702627643],[-11.747008675069429,7.6548324356975],[-11.761592372676779,7.725391102114932],[-11.726431030549028,7.769425373531297],[-11.714159958128604,7.855228487609485],[-11.67602524076052,7.8620719703054895],[-11.584039394039735,7.862260756035035],[-11.611224539094211,7.821152663426617],[-11.493091868831446,7.834981218115787]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04194,"PERIMETER":1.14623,"CHDOMS_GCO":149,"CHDOMS_GC1":148,"GCODE":147,"CHIEFDOM":"Lower Banta","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.105","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.60834555671865,8.052698360713523],[-11.526412550096133,7.987944855479598],[-11.56601035686819,7.977608836787011],[-11.62014466481521,7.917716564088869],[-11.66748268649861,7.891994508438367],[-11.67602524076052,7.8620719703054895],[-11.714159958128604,7.855228487609485],[-11.731197870220038,7.921822653706473],[-11.832009449797052,7.973030782845545],[-11.847820254646443,8.002009392330699],[-11.793874732428968,8.07181291582995],[-11.692308009933775,8.06289279010895],[-11.60834555671865,8.052698360713523]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01513,"PERIMETER":0.53905,"CHDOMS_GCO":150,"CHDOMS_GC1":149,"GCODE":148,"CHIEFDOM":"Upper Banta","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.106","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.542081765648366,8.3430036163213],[-11.505079762657552,8.335263401409955],[-11.485021278893399,8.283913682973724],[-11.380433984725485,8.183243692693868],[-11.383312967101046,8.155775369045076],[-11.46288615210425,8.139586992736595],[-11.485587636082034,8.164931476928006],[-11.53160415765862,8.158937530014954],[-11.532264907712026,8.185792300042726],[-11.574977679021575,8.255218252082887],[-11.590222126682333,8.245826162038025],[-11.59413943057039,8.264940717154454],[-11.542081765648366,8.3430036163213]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06079,"PERIMETER":1.24253,"CHDOMS_GCO":138,"CHDOMS_GC1":137,"GCODE":136,"CHIEFDOM":"Bumpeh","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.107","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.773202695043794,7.688672277718435],[-11.849094558320871,7.627977665669728],[-11.92484483230079,7.623022040269173],[-11.983038033433028,7.593524270027771],[-12.016500303994873,7.601170092074343],[-12.017444232642598,7.624957093997009],[-11.969115085879086,7.670596044114505],[-11.915075170796838,7.760835622837],[-11.83479403930784,7.751868300683614],[-11.773202695043794,7.688672277718435]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0285,"PERIMETER":0.78351,"CHDOMS_GCO":147,"CHDOMS_GC1":146,"GCODE":145,"CHIEFDOM":"Dasse","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.108","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.532264907712026,8.185792300042726],[-11.605560967207861,8.094231221213416],[-11.60834555671865,8.052698360713523],[-11.692308009933775,8.06289279010895],[-11.675883651463362,8.130289295556505],[-11.695658956633197,8.15936229790643],[-11.678762633838923,8.194098872142705],[-11.618964754005553,8.19815776532792],[-11.590222126682333,8.245826162038025],[-11.574977679021575,8.255218252082887],[-11.532264907712026,8.185792300042726]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04071,"PERIMETER":0.91742,"CHDOMS_GCO":145,"CHDOMS_GC1":144,"GCODE":143,"CHIEFDOM":"Fakunya","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.109","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.793874732428968,8.07181291582995],[-11.805201876201666,8.142088403653066],[-11.805390661931211,8.153132368831447],[-11.695658956633197,8.15936229790643],[-11.675883651463362,8.130289295556505],[-11.692308009933775,8.06289279010895],[-11.793874732428968,8.07181291582995]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05479,"PERIMETER":2.04142,"CHDOMS_GCO":144,"CHDOMS_GC1":143,"GCODE":142,"CHIEFDOM":"Kargboro","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.110","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.756542354411451,7.65709786445204],[-11.773202695043794,7.688672277718435],[-11.83479403930784,7.751868300683614],[-11.915075170796838,7.760835622837],[-11.90813729523606,7.79901753663747],[-11.847914647511216,7.899970705511643],[-11.832009449797052,7.973030782845545],[-11.731197870220038,7.921822653706473],[-11.714159958128604,7.855228487609485],[-11.726431030549028,7.769425373531297],[-11.761592372676779,7.725391102114932],[-11.747008675069429,7.6548324356975],[-11.756542354411451,7.65709786445204]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04298,"PERIMETER":0.95684,"CHDOMS_GCO":141,"CHDOMS_GC1":140,"GCODE":139,"CHIEFDOM":"Kaiyamba","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.111","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.609619860393078,8.48577282428968],[-11.564075303140354,8.432252069963683],[-11.572145893078401,8.396429977782525],[-11.542081765648366,8.3430036163213],[-11.59413943057039,8.264940717154454],[-11.590222126682333,8.245826162038025],[-11.618964754005553,8.19815776532792],[-11.678762633838923,8.194098872142705],[-11.695658956633197,8.15936229790643],[-11.805390661931211,8.153132368831447],[-11.825732324289682,8.178665638752403],[-11.815821073488571,8.263572020615253],[-11.84810343324076,8.29613755896176],[-11.841118361247597,8.351970938474684],[-11.792506035889767,8.383073387417218],[-11.716566976180303,8.485112074236275],[-11.609619860393078,8.48577282428968]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03773,"PERIMETER":1.02913,"CHDOMS_GCO":148,"CHDOMS_GC1":147,"GCODE":146,"CHIEFDOM":"Kamaje","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.112","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.488325029160436,7.806002608630634],[-11.443110846934415,7.807512894466994],[-11.427300042085024,7.769850141422772],[-11.44480991850032,7.697262028412732],[-11.494177386776329,7.698866707113864],[-11.562329035142064,7.65521000715659],[-11.581396393826106,7.593713055757316],[-11.671730365413373,7.528817961226233],[-11.717558101260414,7.570822786049988],[-11.748094193014312,7.5666695],[-11.737522192159794,7.643363702627643],[-11.644214845332193,7.672200722815637],[-11.488325029160436,7.806002608630634]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02875,"PERIMETER":0.81155,"CHDOMS_GCO":140,"CHDOMS_GC1":139,"GCODE":138,"CHIEFDOM":"Kongbora","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.113","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.016500303994873,7.601170092074343],[-12.001255856334117,7.544723158940397],[-11.929328493377483,7.531649747169408],[-11.961563656697287,7.475580385494552],[-12.046139663533433,7.488370618671223],[-12.056003717902158,7.512771174214911],[-12.070445826212348,7.596261663106174],[-12.133311474150823,7.600934109912411],[-12.144874600085451,7.65407729277932],[-12.104144078936125,7.7045774754325995],[-12.056617271523178,7.646809042191839],[-12.017444232642598,7.624957093997009],[-12.016500303994873,7.601170092074343]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05026,"PERIMETER":1.21008,"CHDOMS_GCO":146,"CHDOMS_GC1":145,"GCODE":144,"CHIEFDOM":"Kori","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.114","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.295195237235633,7.4552859195684675],[-12.227043588869899,7.472654206686605],[-12.17578826329844,7.513337531403546],[-12.108769329309975,7.451698990707113],[-12.041231234565263,7.438908757530442],[-12.027969037064729,7.40388900469985],[-12.079885112689595,7.356173411557359],[-12.161251762123477,7.375523948835718],[-12.217132338068788,7.409222201559495],[-12.264281574022645,7.413847451933347],[-12.295195237235633,7.4552859195684675]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0158,"PERIMETER":0.66484,"CHDOMS_GCO":151,"CHDOMS_GC1":150,"GCODE":149,"CHIEFDOM":"Kowa","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.115","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.364432403546251,7.5548231954710525],[-12.278346110873745,7.593949037919248],[-12.286463897244179,7.638738452253791],[-12.244553465285195,7.6800825270241395],[-12.199244890194402,7.651292703268532],[-12.144874600085451,7.65407729277932],[-12.133311474150823,7.600934109912411],[-12.17578826329844,7.513337531403546],[-12.227043588869899,7.472654206686605],[-12.295195237235633,7.4552859195684675],[-12.362025385494553,7.458636866267891],[-12.379724047639392,7.460619116428113],[-12.393505405896176,7.527402068254646],[-12.364432403546251,7.5548231954710525]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05605,"PERIMETER":1.28182,"CHDOMS_GCO":139,"CHDOMS_GC1":138,"GCODE":137,"CHIEFDOM":"Ribbi","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.116","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.393505405896176,7.527402068254646],[-12.379724047639392,7.460619116428113],[-12.362025385494553,7.458636866267891],[-12.317802328348643,7.404313772591326],[-12.349895902371289,7.366698215979491],[-12.4376812666097,7.414413809121982],[-12.479874877162999,7.411865201773125],[-12.499980557359539,7.4714742958769484],[-12.467462215445417,7.520511389126255],[-12.393505405896176,7.527402068254646]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02746,"PERIMETER":0.82206,"CHDOMS_GCO":143,"CHDOMS_GC1":142,"GCODE":141,"CHIEFDOM":"Timidale","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.117","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.349895902371289,7.366698215979491],[-12.317802328348643,7.404313772591326],[-12.362025385494553,7.458636866267891],[-12.295195237235633,7.4552859195684675],[-12.264281574022645,7.413847451933347],[-12.217132338068788,7.409222201559495],[-12.161251762123477,7.375523948835718],[-12.079885112689595,7.356173411557359],[-12.01739703621021,7.297649835398419],[-12.060723361140782,7.199245273873103],[-12.1810742637257,7.253615563982055],[-12.363016510574663,7.325590123371073],[-12.521596523392438,7.369860376949369],[-12.510694147511215,7.399263754325998],[-12.451651410596027,7.400538058000427],[-12.423663926190985,7.38052677066866],[-12.320162149967956,7.350415446806237],[-12.237049232535783,7.293213370754112],[-12.188814478637044,7.3028886393932915],[-12.213592605639821,7.353672000640888],[-12.349895902371289,7.366698215979491]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04525,"PERIMETER":1.17668,"CHDOMS_GCO":80,"CHDOMS_GC1":79,"GCODE":79,"CHIEFDOM":"BKM","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.118","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.82639108374279,7.552321784554581],[-12.823889672826319,7.599376627643665],[-12.818934047425763,7.63736975571459],[-12.762487114291819,7.630243094424268],[-12.733036540482804,7.65369972132023],[-12.666536767250587,7.645676327814569],[-12.573748581179235,7.5356142474898515],[-12.531035809869685,7.548215694936979],[-12.5206997911771,7.508051530976286],[-12.552746168767358,7.463120527344584],[-12.626514192587054,7.514234263618884],[-12.82639108374279,7.552321784554581]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.79945,"CHDOMS_GCO":86,"CHDOMS_GC1":85,"GCODE":85,"CHIEFDOM":"Buya Romende","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.119","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.060723361140782,7.199245273873103],[-12.01739703621021,7.297649835398419],[-11.941363583635974,7.312988675923947],[-11.9206915462508,7.31633962262337],[-11.894261544114505,7.3241270339671],[-11.933057011535997,7.260883814569536],[-11.87524138186285,7.235822508972441],[-11.884586275475325,7.186643826425977],[-11.963923478316598,7.187823737235632],[-11.988701605319376,7.171116200170903],[-12.060723361140782,7.199245273873103]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0176,"PERIMETER":0.59631,"CHDOMS_GCO":81,"CHDOMS_GC1":80,"GCODE":80,"CHIEFDOM":"Dibia","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.120","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.941363583635974,7.312988675923947],[-12.01739703621021,7.297649835398419],[-12.079885112689595,7.356173411557359],[-12.027969037064729,7.40388900469985],[-12.041231234565263,7.438908757530442],[-12.063460754219184,7.472229438795129],[-12.056003717902158,7.512771174214911],[-12.046139663533433,7.488370618671223],[-11.961563656697287,7.475580385494552],[-11.929328493377483,7.531649747169408],[-11.883736739692374,7.488512207968382],[-11.91955883187353,7.4221540240333255],[-11.894261544114505,7.3241270339671],[-11.9206915462508,7.31633962262337],[-11.941363583635974,7.312988675923947]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01296,"PERIMETER":1.13964,"CHDOMS_GCO":77,"CHDOMS_GC1":76,"GCODE":76,"CHIEFDOM":"Kaffu Bullum","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.121","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.453303285729545,7.754888872356333],[-12.44570466011536,7.765791248237556],[-12.410684907284768,7.762817872997222],[-12.367358582354198,7.804822697820978],[-12.309967720572526,7.79085255383465],[-12.291230736915189,7.734311227835932],[-12.244553465285195,7.6800825270241395],[-12.286463897244179,7.638738452253791],[-12.278346110873745,7.593949037919248],[-12.364432403546251,7.5548231954710525],[-12.393175030869472,7.539625944242682],[-12.43602939147618,7.629723933668019],[-12.459438821939756,7.587813501709036],[-12.54920643633839,7.666348365199743],[-12.548970454176459,7.698772314249092],[-12.453303285729545,7.754888872356333]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08646,"PERIMETER":2.90404,"CHDOMS_GCO":84,"CHDOMS_GC1":83,"GCODE":83,"CHIEFDOM":"Koya","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.122","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.823889672826319,7.599376627643665],[-12.82639108374279,7.552321784554581],[-12.907191375988036,7.570586803888057],[-12.95273593324076,7.598668681157871],[-12.854520157444991,7.62769448707541],[-12.823889672826319,7.599376627643665]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06887,"PERIMETER":2.76998,"CHDOMS_GCO":78,"CHDOMS_GC1":77,"GCODE":77,"CHIEFDOM":"Lokomasama","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.123","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"AREA":0.06564,"PERIMETER":1.45594,"CHDOMS_GCO":79,"CHDOMS_GC1":78,"GCODE":78,"CHIEFDOM":"Maforki","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.124","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.133311474150823,7.600934109912411],[-12.070445826212348,7.596261663106174],[-12.056003717902158,7.512771174214911],[-12.063460754219184,7.472229438795129],[-12.041231234565263,7.438908757530442],[-12.108769329309975,7.451698990707113],[-12.17578826329844,7.513337531403546],[-12.133311474150823,7.600934109912411]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03812,"PERIMETER":1.0718,"CHDOMS_GCO":87,"CHDOMS_GC1":86,"GCODE":86,"CHIEFDOM":"Marampa","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.125","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.746395121448408,7.528062818308054],[-11.748094193014312,7.5666695],[-11.717558101260414,7.570822786049988],[-11.671730365413373,7.528817961226233],[-11.581396393826106,7.593713055757316],[-11.574080946806237,7.538823604892117],[-11.628120861888485,7.498187476607562],[-11.631471808587909,7.495119708502456],[-11.74799980014954,7.523673550096133],[-11.746395121448408,7.528062818308054]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05145,"PERIMETER":0.99147,"CHDOMS_GCO":85,"CHDOMS_GC1":84,"GCODE":84,"CHIEFDOM":"Masimera","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.126","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.628120861888485,7.498187476607562],[-11.574080946806237,7.538823604892117],[-11.581396393826106,7.593713055757316],[-11.562329035142064,7.65521000715659],[-11.516595692159795,7.617924825571459],[-11.510224173787652,7.529195532685323],[-11.524335907071139,7.493703815530869],[-11.579744518692587,7.479450492950224],[-11.631047040696432,7.444147561525314],[-11.633170880153813,7.49356222623371],[-11.628120861888485,7.498187476607562]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04312,"PERIMETER":1.1389,"CHDOMS_GCO":82,"CHDOMS_GC1":81,"GCODE":81,"CHIEFDOM":"Sanda Magbolonthor","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.127","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.510224173787652,7.529195532685323],[-11.4671810274514,7.527921229010895],[-11.4150289696646,7.601736449262978],[-11.384870449369792,7.608957503418073],[-11.358346054368724,7.561477892437512],[-11.371561055436873,7.442495686391796],[-11.36042269739372,7.389871664281136],[-11.369437215979492,7.3606570726340514],[-11.460243151890621,7.229450990600299],[-11.52155131756035,7.2456393669087795],[-11.48148154646443,7.27263572623371],[-11.522070478316598,7.350745821832941],[-11.524335907071139,7.493703815530869],[-11.510224173787652,7.529195532685323]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.63996,"CHDOMS_GCO":83,"CHDOMS_GC1":82,"GCODE":82,"CHIEFDOM":"TMS","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.128","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.335502981093782,7.164319913907284],[-11.449293579577013,7.20292659559923],[-11.460243151890621,7.229450990600299],[-11.369437215979492,7.3606570726340514],[-11.36042269739372,7.389871664281136],[-11.249794259880368,7.354474339991454],[-11.158799538239691,7.311431193655201],[-11.187730951292458,7.263149243324075],[-11.249935849177525,7.228507061952573],[-11.274100422559282,7.238748687780388],[-11.335502981093782,7.164319913907284]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04351,"PERIMETER":0.98466,"CHDOMS_GCO":128,"CHDOMS_GC1":127,"GCODE":126,"CHIEFDOM":"Barri","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.129","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.57379776821192,6.98865479256569],[-11.55496639168981,7.075779406750693],[-11.562376231574449,7.134916536530655],[-11.526223764366588,7.197499005874812],[-11.52155131756035,7.2456393669087795],[-11.460243151890621,7.229450990600299],[-11.449293579577013,7.20292659559923],[-11.335502981093782,7.164319913907284],[-11.354947911236914,7.140344126255073],[-11.335314195364237,7.078139228370006],[-11.369767591006195,7.078139228370006],[-11.377319020187993,7.0125361873531284],[-11.47355254582354,6.913706857936337],[-11.540429890514847,6.903889999999999],[-11.605938538666951,6.936597127643665],[-11.57379776821192,6.98865479256569]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04939,"PERIMETER":1.23986,"CHDOMS_GCO":131,"CHDOMS_GC1":130,"GCODE":129,"CHIEFDOM":"Galliness Perri","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.130","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.592959519760734,6.973976702093569],[-11.618445593249305,7.072711638645588],[-11.625194683080538,7.205663988677633],[-11.661866311044648,7.30741949690237],[-11.6702672760094,7.374580020187993],[-11.631047040696432,7.444147561525314],[-11.579744518692587,7.479450492950224],[-11.524335907071139,7.493703815530869],[-11.522070478316598,7.350745821832941],[-11.48148154646443,7.27263572623371],[-11.52155131756035,7.2456393669087795],[-11.526223764366588,7.197499005874812],[-11.562376231574449,7.134916536530655],[-11.55496639168981,7.075779406750693],[-11.57379776821192,6.98865479256569],[-11.592959519760734,6.973976702093569]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02149,"PERIMETER":1.16443,"CHDOMS_GCO":132,"CHDOMS_GC1":131,"GCODE":130,"CHIEFDOM":"Kpaka","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.131","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.702172064302498,7.042741904080324],[-11.659648078722494,7.131282411236914],[-11.668945775902584,7.148367519760734],[-11.690325759773552,7.2209556327707745],[-11.708496386242256,7.337672410061952],[-11.6702672760094,7.374580020187993],[-11.661866311044648,7.30741949690237],[-11.625194683080538,7.205663988677633],[-11.618445593249305,7.072711638645588],[-11.592959519760734,6.973976702093569],[-11.652379828135013,6.965858915723135],[-11.702172064302498,7.042741904080324]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03619,"PERIMETER":0.81516,"CHDOMS_GCO":129,"CHDOMS_GC1":128,"GCODE":127,"CHIEFDOM":"Makpele","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.132","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.847867451078828,7.285425959410381],[-11.87524138186285,7.235822508972441],[-11.933057011535997,7.260883814569536],[-11.894261544114505,7.3241270339671],[-11.869766595706045,7.3370588564409305],[-11.8658020953856,7.341023356761375],[-11.843147807840205,7.289060084704122],[-11.847867451078828,7.285425959410381]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.91641,"CHDOMS_GCO":136,"CHDOMS_GC1":135,"GCODE":134,"CHIEFDOM":"Malen","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.133","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.633170880153813,7.49356222623371],[-11.631047040696432,7.444147561525314],[-11.6702672760094,7.374580020187993],[-11.708496386242256,7.337672410061952],[-11.690325759773552,7.2209556327707745],[-11.768624641102328,7.25668333208716],[-11.806051411984619,7.290287191946165],[-11.843053414975433,7.289107281136508],[-11.843147807840205,7.289060084704122],[-11.8658020953856,7.341023356761375],[-11.863536666631061,7.343288785515915],[-11.769804551911983,7.420832523926511],[-11.76961576618244,7.493467833368937],[-11.748188585879085,7.523154389339884],[-11.74799980014954,7.523673550096133],[-11.631471808587909,7.495119708502456],[-11.633170880153813,7.49356222623371]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01986,"PERIMETER":0.78447,"CHDOMS_GCO":137,"CHDOMS_GC1":136,"GCODE":135,"CHIEFDOM":"Mano Sakrim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.134","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.843053414975433,7.289107281136508],[-11.806051411984619,7.290287191946165],[-11.768624641102328,7.25668333208716],[-11.690325759773552,7.2209556327707745],[-11.668945775902584,7.148367519760734],[-11.841259950544755,7.163045610232856],[-11.884586275475325,7.186643826425977],[-11.87524138186285,7.235822508972441],[-11.847867451078828,7.285425959410381],[-11.843053414975433,7.289107281136508]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.30042,"CHDOMS_GCO":133,"CHDOMS_GC1":132,"GCODE":131,"CHIEFDOM":"Kpanga Krim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.135","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.748188585879085,7.523154389339884],[-11.76961576618244,7.493467833368937],[-11.769804551911983,7.420832523926511],[-11.863536666631061,7.343288785515915],[-11.869766595706045,7.3370588564409305],[-11.894261544114505,7.3241270339671],[-11.91955883187353,7.4221540240333255],[-11.883736739692374,7.488512207968382],[-11.842675843516343,7.524900657338175],[-11.852398308587908,7.561997053193761],[-11.795432214697714,7.572946625507369],[-11.756542354411451,7.65709786445204],[-11.747008675069429,7.6548324356975],[-11.737522192159794,7.643363702627643],[-11.748094193014312,7.5666695],[-11.746395121448408,7.528062818308054],[-11.748188585879085,7.523154389339884]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03422,"PERIMETER":0.9092,"CHDOMS_GCO":134,"CHDOMS_GC1":133,"GCODE":132,"CHIEFDOM":"Kpanga Kabondeh","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.136","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.988701605319376,7.171116200170903],[-11.963923478316598,7.187823737235632],[-11.884586275475325,7.186643826425977],[-11.841259950544755,7.163045610232856],[-11.668945775902584,7.148367519760734],[-11.659648078722494,7.131282411236914],[-11.702172064302498,7.042741904080324],[-11.802794858149968,7.084746728904079],[-11.856740380367443,7.121229571138644],[-11.988701605319376,7.171116200170903]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01268,"PERIMETER":0.59526,"CHDOMS_GCO":127,"CHDOMS_GC1":126,"GCODE":125,"CHIEFDOM":"Pejeh","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.137","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.878873516556292,8.129156581179235],[-12.835452798760949,8.158465565691092],[-12.737425808694724,8.255643019974364],[-12.654973641315959,8.282592182866908],[-12.612072084276864,8.277117396710103],[-12.605936548066653,8.221048035035249],[-12.615659013138218,8.102490596881008],[-12.57945934949797,8.057653986114078],[-12.583471046250802,8.02409732268746],[-12.630667478637044,7.994127588122196],[-12.92724985975219,8.041135234778894],[-12.925031627430036,8.078750791390728],[-12.880855766716513,8.10145227536851],[-12.878873516556292,8.129156581179235]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.25767,"CHDOMS_GCO":130,"CHDOMS_GC1":129,"GCODE":128,"CHIEFDOM":"Soro-Gbeima","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.138","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.973407970625935,8.260881823969237],[-12.951084058107242,8.265176699316385],[-12.915592340952788,8.278391700384534],[-12.884065124118779,8.33332834768212],[-12.82313452990814,8.386282744819482],[-12.753142220679342,8.352584492095705],[-12.68848310831019,8.371840636509292],[-12.586821992950224,8.326012900662251],[-12.597535583101902,8.28721743324076],[-12.612072084276864,8.277117396710103],[-12.654973641315959,8.282592182866908],[-12.737425808694724,8.255643019974364],[-12.835452798760949,8.158465565691092],[-12.878873516556292,8.129156581179235],[-12.931922306558429,8.091069060243537],[-12.94896021864986,8.133970617282632],[-13.016498313394575,8.194665229331338],[-12.973407970625935,8.260881823969237]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.51926,"CHDOMS_GCO":126,"CHDOMS_GC1":125,"GCODE":124,"CHIEFDOM":"Sowa","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.139","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.597535583101902,8.28721743324076],[-12.569264920102542,8.300574023606067],[-12.45788133967101,8.27617346806238],[-12.448819624652852,8.256964520081178],[-12.509372647404401,8.209673694830164],[-12.506021700704977,8.130147706259345],[-12.478270198461868,8.086113434842982],[-12.48851182428968,8.030374448194829],[-12.57945934949797,8.057653986114078],[-12.615659013138218,8.102490596881008],[-12.605936548066653,8.221048035035249],[-12.612072084276864,8.277117396710103],[-12.597535583101902,8.28721743324076]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.60348,"CHDOMS_GCO":135,"CHDOMS_GC1":134,"GCODE":133,"CHIEFDOM":"Ya Kpukumu Krim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.140","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.48851182428968,8.030374448194829],[-12.478270198461868,8.086113434842982],[-12.506021700704977,8.130147706259345],[-12.509372647404401,8.209673694830164],[-12.448819624652852,8.256964520081178],[-12.390390441358685,8.245590179876094],[-12.36093986754967,8.145580939649648],[-12.2448838403119,8.104708829203162],[-12.239267464857937,8.063459147297586],[-12.273154503311257,8.04807311033967],[-12.286983058000427,7.973313961439863],[-12.373116547105319,8.0136669111301],[-12.48851182428968,8.030374448194829]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06165,"PERIMETER":1.10624,"CHDOMS_GCO":93,"CHDOMS_GC1":92,"GCODE":92,"CHIEFDOM":"Gbonkonlenkeh","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.141","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.624767924588763,7.707692439970091],[-12.634867961119419,7.740069192587053],[-12.581630385387738,7.760033283486434],[-12.611080959196753,7.893410401409954],[-12.63298010382397,7.91356327803888],[-12.616697334650716,7.942636280388806],[-12.630667478637044,7.994127588122196],[-12.583471046250802,8.02409732268746],[-12.57945934949797,8.057653986114078],[-12.48851182428968,8.030374448194829],[-12.373116547105319,8.0136669111301],[-12.286983058000427,7.973313961439863],[-12.283490522003845,7.957267174428541],[-12.31157239927366,7.932630636722922],[-12.306616773873104,7.8925608656270025],[-12.411204068041016,7.860608880901516],[-12.431168158940396,7.81723535953856],[-12.473172983764153,7.813318055650502],[-12.44570466011536,7.765791248237556],[-12.453303285729545,7.754888872356333],[-12.523909148579364,7.74865894328135],[-12.59253276126896,7.697450814142277],[-12.624767924588763,7.707692439970091]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04927,"PERIMETER":1.23713,"CHDOMS_GCO":98,"CHDOMS_GC1":97,"GCODE":97,"CHIEFDOM":"Kafe Simira","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.142","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.784386258919035,7.830261574877163],[-12.714393949690237,7.823323699316385],[-12.63298010382397,7.91356327803888],[-12.611080959196753,7.893410401409954],[-12.581630385387738,7.760033283486434],[-12.634867961119419,7.740069192587053],[-12.624767924588763,7.707692439970091],[-12.73143186178167,7.70117933230079],[-12.774805383144628,7.740729942640461],[-12.807134939329202,7.812798894894253],[-12.784386258919035,7.830261574877163]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03464,"PERIMETER":1.08895,"CHDOMS_GCO":97,"CHDOMS_GC1":96,"GCODE":96,"CHIEFDOM":"Kalansogoia","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.143","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.92724985975219,8.041135234778894],[-12.630667478637044,7.994127588122196],[-12.616697334650716,7.942636280388806],[-12.63298010382397,7.91356327803888],[-12.714393949690237,7.823323699316385],[-12.784386258919035,7.830261574877163],[-12.83092194125187,7.798875947340312],[-12.893929178487502,7.814639555757316],[-12.924654055970947,7.86056168446913],[-12.991908972121342,7.89020104400769],[-12.907285768852809,7.953585852702414],[-12.92559798461867,7.975296211600085],[-12.92724985975219,8.041135234778894]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02358,"PERIMETER":0.70663,"CHDOMS_GCO":88,"CHDOMS_GC1":87,"GCODE":87,"CHIEFDOM":"Kholifa Mabang","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.144","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.45788133967101,8.27617346806238],[-12.387417066118351,8.342390062700277],[-12.327194418393505,8.328844686605425],[-12.265036716940825,8.350743831232641],[-12.205474819269387,8.329694222388378],[-12.209439319589832,8.124248152211065],[-12.2448838403119,8.104708829203162],[-12.36093986754967,8.145580939649648],[-12.390390441358685,8.245590179876094],[-12.448819624652852,8.256964520081178],[-12.45788133967101,8.27617346806238]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02945,"PERIMETER":0.99269,"CHDOMS_GCO":91,"CHDOMS_GC1":90,"GCODE":90,"CHIEFDOM":"Kholifa Rowalla","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.145","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.205474819269387,8.329694222388378],[-12.141098885494552,8.288774915509507],[-12.043496663319804,8.247714019333475],[-12.070681808374278,8.312184345973082],[-12.005833910275582,8.37915608352916],[-11.97808240803247,8.3584368497116],[-11.975392211386456,8.296798309015168],[-12.019001714911344,8.121274776970733],[-12.083330452253792,8.089747560136722],[-12.126703973616749,8.087482131382183],[-12.214442141422772,8.054775003738516],[-12.239267464857937,8.063459147297586],[-12.2448838403119,8.104708829203162],[-12.209439319589832,8.124248152211065],[-12.205474819269387,8.329694222388378]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02377,"PERIMETER":0.83128,"CHDOMS_GCO":94,"CHDOMS_GC1":93,"GCODE":93,"CHIEFDOM":"Kunike Barina","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.146","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.987238515915402,7.997006570497756],[-12.089560381328775,7.9788831404614395],[-12.160071851313822,7.9510372453535565],[-12.158419976180303,7.935273636936552],[-12.224636570818202,7.969349461119418],[-12.283490522003845,7.957267174428541],[-12.286983058000427,7.973313961439863],[-12.273154503311257,8.04807311033967],[-12.239267464857937,8.063459147297586],[-12.214442141422772,8.054775003738516],[-12.126703973616749,8.087482131382183],[-12.083330452253792,8.089747560136722],[-12.049301824503312,8.073842362422559],[-11.987238515915402,7.997006570497756]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07153,"PERIMETER":1.67224,"CHDOMS_GCO":95,"CHDOMS_GC1":94,"GCODE":94,"CHIEFDOM":"Kunike","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.147","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.97808240803247,8.3584368497116],[-11.874911006836145,8.333281151249732],[-11.841118361247597,8.351970938474684],[-11.84810343324076,8.29613755896176],[-11.815821073488571,8.263572020615253],[-11.825732324289682,8.178665638752403],[-11.805390661931211,8.153132368831447],[-11.805201876201666,8.142088403653066],[-11.875194185430463,8.150866940076906],[-11.888739561525314,8.13486734949797],[-11.921493885601366,8.134772956633197],[-12.007013821085238,8.08247930954924],[-12.049301824503312,8.073842362422559],[-12.083330452253792,8.089747560136722],[-12.019001714911344,8.121274776970733],[-11.975392211386456,8.296798309015168],[-11.97808240803247,8.3584368497116]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02395,"PERIMETER":0.89241,"CHDOMS_GCO":90,"CHDOMS_GC1":89,"GCODE":89,"CHIEFDOM":"Malal Mara","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.148","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.158419976180303,7.935273636936552],[-12.167717673360393,7.888407579577013],[-12.15256761856441,7.786557678487502],[-12.218170659581286,7.7764576419568465],[-12.291230736915189,7.734311227835932],[-12.309967720572526,7.79085255383465],[-12.367358582354198,7.804822697820978],[-12.410684907284768,7.762817872997222],[-12.44570466011536,7.765791248237556],[-12.473172983764153,7.813318055650502],[-12.431168158940396,7.81723535953856],[-12.411204068041016,7.860608880901516],[-12.306616773873104,7.8925608656270025],[-12.31157239927366,7.932630636722922],[-12.283490522003845,7.957267174428541],[-12.224636570818202,7.969349461119418],[-12.158419976180303,7.935273636936552]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05596,"PERIMETER":1.10181,"CHDOMS_GCO":96,"CHDOMS_GC1":95,"GCODE":95,"CHIEFDOM":"Sambaia Bendugu","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.149","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.15256761856441,7.786557678487502],[-12.13873906387524,7.706134957701345],[-12.104144078936125,7.7045774754325995],[-12.144874600085451,7.65407729277932],[-12.199244890194402,7.651292703268532],[-12.244553465285195,7.6800825270241395],[-12.291230736915189,7.734311227835932],[-12.218170659581286,7.7764576419568465],[-12.15256761856441,7.786557678487502]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04451,"PERIMETER":0.95049,"CHDOMS_GCO":92,"CHDOMS_GC1":91,"GCODE":91,"CHIEFDOM":"Tane","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.150","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.832009449797052,7.973030782845545],[-11.878025971373638,7.968216746742149],[-11.945941637577441,8.000027142170476],[-11.987238515915402,7.997006570497756],[-12.049301824503312,8.073842362422559],[-12.007013821085238,8.08247930954924],[-11.921493885601366,8.134772956633197],[-11.888739561525314,8.13486734949797],[-11.917529385280922,8.05335911076693],[-11.847820254646443,8.002009392330699],[-11.832009449797052,7.973030782845545]]]]},"geometry_name":"the_geom","properties":{"AREA":0.11,"PERIMETER":1.99287,"CHDOMS_GCO":89,"CHDOMS_GC1":88,"GCODE":88,"CHIEFDOM":"Yoni","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.152","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0,"CHDOMS_GCO":0,"CHDOMS_GC1":0,"GCODE":0,"CHIEFDOM":" ","DISTRICT":" ","PROVINCE":" ","NCRRR_PROV":" ","NCRRR_DIST":0,"NCRRR_CHIE":0}},{"type":"Feature","id":"sl_admin3.153","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.186783041444135,8.471944269600513],[-13.219867740546892,8.383498155308695],[-13.262014154667806,8.364619582354198],[-13.302461497222817,8.426730087374493],[-13.307889086947235,8.49922380751976],[-13.186783041444135,8.471944269600513]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.66937,"CHDOMS_GCO":152,"CHDOMS_GC1":151,"GCODE":150,"CHIEFDOM":"Freetown","DISTRICT":"Western Area","PROVINCE":"Western Area","NCRRR_PROV":"W","NCRRR_DIST":0,"NCRRR_CHIE":0}},{"type":"Feature","id":"sl_admin3.154","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.022633849604786,8.374153261696218],[-12.928240984832302,8.368678475539415],[-12.923898913052767,8.31548809624012],[-12.951084058107242,8.265176699316385],[-12.973407970625935,8.260881823969237],[-13.008663705618458,8.239879411557359],[-13.087104176244392,8.237802768532365],[-13.11929214313181,8.201461515594959],[-13.159503503524888,8.21137276639607],[-13.204717685750909,8.333045169087802],[-13.262014154667806,8.364619582354198],[-13.219867740546892,8.383498155308695],[-13.186783041444135,8.471944269600513],[-13.154264699530016,8.419320247489852],[-13.094089248237557,8.378731315637683],[-13.022633849604786,8.374153261696218]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.66937,"CHDOMS_GCO":152,"CHDOMS_GC1":151,"GCODE":150,"CHIEFDOM":"Rural Western Area","DISTRICT":"Western Area","PROVINCE":"Western Area","NCRRR_PROV":"W","NCRRR_DIST":0,"NCRRR_CHIE":0}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.308455444135868,6.903889999999999,-10.27221455586413,9.996861]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_facilities'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_facilities	2009-05-31 17:55:42 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_facilities	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_fac.1","geometry":{"type":"Point","coordinates":[-13.1,8.21]},"geometry_name":"the_geom","properties":{"IDNO":746,"Latitude":"N","UTM Zone":28,"Northing":0,"Easting":0,"y":8.21,"x":-13.1,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Joe Town Waterloo","Name of fa":"Gospel Health Centre","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.2","geometry":{"type":"Point","coordinates":[-12.7,8.2]},"geometry_name":"the_geom","properties":{"IDNO":619,"Latitude":"N","UTM Zone":28,"Northing":0,"Easting":0,"y":8.2,"x":-12.7,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"1","Locality":"Rotifunk","Name of fa":"Rotifunk UMC Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.3","geometry":{"type":"Point","coordinates":[-12.113329,7.403861]},"geometry_name":"the_geom","properties":{"IDNO":676,"Latitude":"N","UTM Zone":28,"Northing":819432,"Easting":818685,"y":7.403860662,"x":-12.11332918,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Senehun","Name of fa":"Senehun Gbloh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.4","geometry":{"type":"Point","coordinates":[-12.009218,7.414309]},"geometry_name":"the_geom","properties":{"IDNO":650,"Latitude":"N","UTM Zone":28,"Northing":820665,"Easting":830181,"y":7.414308823,"x":-12.00921751,"District":"Bonthe","Chiefdom":"Bum","Ward":"4","Locality":"Torma Bum","Name of fa":"Torma Bum CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.5","geometry":{"type":"Point","coordinates":[-12.228229,7.431863]},"geometry_name":"the_geom","properties":{"IDNO":670,"Latitude":"N","UTM Zone":28,"Northing":822450,"Easting":805971,"y":7.431863178,"x":-12.2282289,"District":"Bonthe","Chiefdom":"Ngobabullum","Ward":"1","Locality":"Baoma Kppenge","Name of fa":"Baoma Kppenge CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.6","geometry":{"type":"Point","coordinates":[-12.12982,7.438643]},"geometry_name":"the_geom","properties":{"IDNO":666,"Latitude":"N","UTM Zone":28,"Northing":823270,"Easting":816838,"y":7.438643077,"x":-12.12982013,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Talia","Name of fa":"Talia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.7","geometry":{"type":"Point","coordinates":[-12.319538,7.45602]},"geometry_name":"the_geom","properties":{"IDNO":669,"Latitude":"N","UTM Zone":28,"Northing":825061,"Easting":795868,"y":7.45602003,"x":-12.31953846,"District":"Bonthe","Chiefdom":"Bendu Cha","Ward":"1","Locality":"Mindohun","Name of fa":"Mindohun MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.8","geometry":{"type":"Point","coordinates":[-12.454291,7.489281]},"geometry_name":"the_geom","properties":{"IDNO":680,"Latitude":"N","UTM Zone":28,"Northing":828653,"Easting":780963,"y":7.48928057,"x":-12.45429121,"District":"Bonthe","Chiefdom":"Bendu Cha","Ward":"1","Locality":"Bendu","Name of fa":"Bendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.9","geometry":{"type":"Point","coordinates":[-12.173003,7.499592]},"geometry_name":"the_geom","properties":{"IDNO":672,"Latitude":"N","UTM Zone":28,"Northing":829985,"Easting":812024,"y":7.499592248,"x":-12.17300266,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Mombefah","Name of fa":"Mobefah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.10","geometry":{"type":"Point","coordinates":[-12.098396,7.510912]},"geometry_name":"the_geom","properties":{"IDNO":677,"Latitude":"N","UTM Zone":28,"Northing":831292,"Easting":820257,"y":7.510912044,"x":-12.0983962,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Wanga","Name of fa":"Wanga MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.11","geometry":{"type":"Point","coordinates":[-12.232472,7.515649]},"geometry_name":"the_geom","properties":{"IDNO":671,"Latitude":"N","UTM Zone":28,"Northing":831720,"Easting":805444,"y":7.51564882,"x":-12.23247155,"District":"Bonthe","Chiefdom":"Jong","Ward":" ","Locality":"Komende","Name of fa":"Komende MCHP (Jong)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.12","geometry":{"type":"Point","coordinates":[-12.502426,7.524487]},"geometry_name":"the_geom","properties":{"IDNO":679,"Latitude":"N","UTM Zone":28,"Northing":832518,"Easting":775625,"y":7.524486753,"x":-12.50242589,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe","Name of fa":"SL Red Cross Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.13","geometry":{"type":"Point","coordinates":[-12.50642,7.529137]},"geometry_name":"the_geom","properties":{"IDNO":678,"Latitude":"N","UTM Zone":28,"Northing":833030,"Easting":775181,"y":7.529136732,"x":-12.50642014,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe","Name of fa":"Govt. Hosp. Bonthe","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.14","geometry":{"type":"Point","coordinates":[-12.5019,7.530918]},"geometry_name":"the_geom","properties":{"IDNO":673,"Latitude":"N","UTM Zone":28,"Northing":833230,"Easting":775679,"y":7.530918364,"x":-12.50190004,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe Town","Name of fa":"St. Joseph's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.15","geometry":{"type":"Point","coordinates":[-12.014138,7.531836]},"geometry_name":"the_geom","properties":{"IDNO":661,"Latitude":"N","UTM Zone":28,"Northing":833671,"Easting":829549,"y":7.531835741,"x":-12.01413838,"District":"Bonthe","Chiefdom":"Kpnda Kemoh","Ward":"1","Locality":"Senjehun","Name of fa":"Senjehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.16","geometry":{"type":"Point","coordinates":[-12.175776,7.535461]},"geometry_name":"the_geom","properties":{"IDNO":668,"Latitude":"N","UTM Zone":28,"Northing":833953,"Easting":811692,"y":7.535461251,"x":-12.17577631,"District":"Bonthe","Chiefdom":"Jong","Ward":"2","Locality":"Gambia","Name of fa":"Gambia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.17","geometry":{"type":"Point","coordinates":[-12.089768,7.566561]},"geometry_name":"the_geom","properties":{"IDNO":667,"Latitude":"N","UTM Zone":28,"Northing":837458,"Easting":821169,"y":7.566560688,"x":-12.08976825,"District":"Bonthe","Chiefdom":"Sogbini","Ward":"1","Locality":"Tihun","Name of fa":"Tihun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.18","geometry":{"type":"Point","coordinates":[-12.337398,7.573798]},"geometry_name":"the_geom","properties":{"IDNO":652,"Latitude":"N","UTM Zone":28,"Northing":838083,"Easting":793816,"y":7.573798378,"x":-12.33739811,"District":"Bonthe","Chiefdom":"Imperi","Ward":"2","Locality":"Yargoi","Name of fa":"Yargoi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.19","geometry":{"type":"Point","coordinates":[-12.167554,7.60495]},"geometry_name":"the_geom","properties":{"IDNO":674,"Latitude":"N","UTM Zone":28,"Northing":841650,"Easting":812550,"y":7.60495009,"x":-12.16755429,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Mattru Jong","Name of fa":"UBC Under 5","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.20","geometry":{"type":"Point","coordinates":[-12.174044,7.605318]},"geometry_name":"the_geom","properties":{"IDNO":665,"Latitude":"N","UTM Zone":28,"Northing":841686,"Easting":811833,"y":7.605317875,"x":-12.17404448,"District":"Bonthe","Chiefdom":"Jong","Ward":"1","Locality":"Mattru Jong","Name of fa":"Mattru Jong MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.21","geometry":{"type":"Point","coordinates":[-12.174487,7.606893]},"geometry_name":"the_geom","properties":{"IDNO":675,"Latitude":"N","UTM Zone":28,"Northing":841860,"Easting":811783,"y":7.606892864,"x":-12.17448693,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Mattru Jong","Name of fa":"SLRC Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.22","geometry":{"type":"Point","coordinates":[-12.047372,7.613956]},"geometry_name":"the_geom","properties":{"IDNO":662,"Latitude":"N","UTM Zone":28,"Northing":842736,"Easting":825816,"y":7.613955828,"x":-12.04737241,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Motud","Name of fa":"Motuo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.23","geometry":{"type":"Point","coordinates":[-12.014905,7.642442]},"geometry_name":"the_geom","properties":{"IDNO":660,"Latitude":"N","UTM Zone":28,"Northing":845914,"Easting":829380,"y":7.642441537,"x":-12.01490512,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Lawana","Name of fa":"Lawana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.24","geometry":{"type":"Point","coordinates":[-12.330911,7.646003]},"geometry_name":"the_geom","properties":{"IDNO":655,"Latitude":"N","UTM Zone":28,"Northing":846078,"Easting":794483,"y":7.646002696,"x":-12.33091118,"District":"Bonthe","Chiefdom":"Imperi","Ward":"2","Locality":"Victoria","Name of fa":"Victoria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.25","geometry":{"type":"Point","coordinates":[-12.100514,7.644925]},"geometry_name":"the_geom","properties":{"IDNO":664,"Latitude":"N","UTM Zone":28,"Northing":846124,"Easting":819924,"y":7.644925176,"x":-12.10051382,"District":"Bonthe","Chiefdom":"Jong","Ward":"2","Locality":"Moyowa","Name of fa":"Moyowa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.26","geometry":{"type":"Point","coordinates":[-12.24718,7.668542]},"geometry_name":"the_geom","properties":{"IDNO":651,"Latitude":"N","UTM Zone":28,"Northing":848631,"Easting":803712,"y":7.668542211,"x":-12.2471796,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Kabati","Name of fa":"Kabati CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.27","geometry":{"type":"Point","coordinates":[-12.065973,7.671911]},"geometry_name":"the_geom","properties":{"IDNO":663,"Latitude":"N","UTM Zone":28,"Northing":849137,"Easting":823718,"y":7.671910519,"x":-12.06597287,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Gbongeh","Name of fa":"Gbongeh CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.28","geometry":{"type":"Point","coordinates":[-12.309695,7.70577]},"geometry_name":"the_geom","properties":{"IDNO":654,"Latitude":"N","UTM Zone":28,"Northing":852707,"Easting":796784,"y":7.705770023,"x":-12.30969455,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Gbamgbama","Name of fa":"Gbamgbama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.29","geometry":{"type":"Point","coordinates":[-12.164015,7.714286]},"geometry_name":"the_geom","properties":{"IDNO":644,"Latitude":"N","UTM Zone":28,"Northing":853754,"Easting":812861,"y":7.714285544,"x":-12.16401457,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Mokelle","Name of fa":"Mokelle MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.30","geometry":{"type":"Point","coordinates":[-12.037578,7.723452]},"geometry_name":"the_geom","properties":{"IDNO":180,"Latitude":"N","UTM Zone":28,"Northing":854864,"Easting":826814,"y":7.723452191,"x":-12.0375782,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"5","Locality":"Sahn","Name of fa":"Sahn MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.31","geometry":{"type":"Point","coordinates":[-12.134924,7.752985]},"geometry_name":"the_geom","properties":{"IDNO":643,"Latitude":"N","UTM Zone":28,"Northing":858059,"Easting":816044,"y":7.75298507,"x":-12.13492361,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Gondema","Name of fa":"Gondama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.32","geometry":{"type":"Point","coordinates":[-12.309812,7.761487]},"geometry_name":"the_geom","properties":{"IDNO":653,"Latitude":"N","UTM Zone":28,"Northing":858873,"Easting":796732,"y":7.761486611,"x":-12.30981241,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Mogbwemo","Name of fa":"Mogbwemo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.33","geometry":{"type":"Point","coordinates":[-12.23227,7.762125]},"geometry_name":"the_geom","properties":{"IDNO":642,"Latitude":"N","UTM Zone":28,"Northing":858999,"Easting":805291,"y":7.762125346,"x":-12.23226961,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Modorkor","Name of fa":"Modonkor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.34","geometry":{"type":"Point","coordinates":[-12.724075,7.767765]},"geometry_name":"the_geom","properties":{"IDNO":573,"Latitude":"N","UTM Zone":28,"Northing":859299,"Easting":751009,"y":7.767764877,"x":-12.724075,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Mokpomabom","Name of fa":"Mokpanabom MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.35","geometry":{"type":"Point","coordinates":[-12.296363,7.766524]},"geometry_name":"the_geom","properties":{"IDNO":658,"Latitude":"N","UTM Zone":28,"Northing":859440,"Easting":798213,"y":7.7665243,"x":-12.29636301,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Gbangbama (Plant Site-Sierra Rutile)","Name of fa":"Sierra Rutile Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.36","geometry":{"type":"Point","coordinates":[-12.296706,7.78224]},"geometry_name":"the_geom","properties":{"IDNO":656,"Latitude":"N","UTM Zone":28,"Northing":861179,"Easting":798164,"y":7.782239872,"x":-12.29670629,"District":"Bonthe","Chiefdom":"Lower Banta","Ward":" ","Locality":"St Mary's Clinic Moribatown","Name of fa":"St. Mary's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.37","geometry":{"type":"Point","coordinates":[-12.296634,7.782248]},"geometry_name":"the_geom","properties":{"IDNO":641,"Latitude":"N","UTM Zone":28,"Northing":861180,"Easting":798172,"y":7.782248443,"x":-12.29663375,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"1","Locality":"Moriba Town","Name of fa":"St. Mary's Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.38","geometry":{"type":"Point","coordinates":[-12.365537,7.783615]},"geometry_name":"the_geom","properties":{"IDNO":659,"Latitude":"N","UTM Zone":28,"Northing":861283,"Easting":790566,"y":7.783614539,"x":-12.36553702,"District":"Bonthe","Chiefdom":"Imperi","Ward":" ","Locality":"Kgangbaia","Name of fa":"Kgangbaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.39","geometry":{"type":"Point","coordinates":[-12.075904,7.792043]},"geometry_name":"the_geom","properties":{"IDNO":179,"Latitude":"N","UTM Zone":28,"Northing":862427,"Easting":822530,"y":7.792043238,"x":-12.07590368,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Serabu","Name of fa":"Serabu (Koya) CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.40","geometry":{"type":"Point","coordinates":[-12.297666,7.793568]},"geometry_name":"the_geom","properties":{"IDNO":657,"Latitude":"N","UTM Zone":28,"Northing":862432,"Easting":798050,"y":7.793567965,"x":-12.29766648,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Moriba Town","Name of fa":"Moriba Town CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.41","geometry":{"type":"Point","coordinates":[-12.051948,7.794063]},"geometry_name":"the_geom","properties":{"IDNO":184,"Latitude":"N","UTM Zone":28,"Northing":862669,"Easting":825173,"y":7.794062609,"x":-12.0519482,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Serabu","Name of fa":"Serabu Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.42","geometry":{"type":"Point","coordinates":[-12.380537,7.807673]},"geometry_name":"the_geom","properties":{"IDNO":640,"Latitude":"N","UTM Zone":28,"Northing":863935,"Easting":788894,"y":7.807672517,"x":-12.38053651,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"1","Locality":"Gbangbatoke","Name of fa":"Gbangbatoke CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.43","geometry":{"type":"Point","coordinates":[-12.846318,7.813276]},"geometry_name":"the_geom","properties":{"IDNO":576,"Latitude":"N","UTM Zone":28,"Northing":864263,"Easting":737495,"y":7.813275592,"x":-12.84631771,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Bumpetoke","Name of fa":"Bumpetoke MCH","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.44","geometry":{"type":"Point","coordinates":[-12.654809,7.818752]},"geometry_name":"the_geom","properties":{"IDNO":574,"Latitude":"N","UTM Zone":28,"Northing":864982,"Easting":758621,"y":7.818751698,"x":-12.65480912,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Bomotoke","Name of fa":"Bomotoke CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.45","geometry":{"type":"Point","coordinates":[-12.015498,7.823428]},"geometry_name":"the_geom","properties":{"IDNO":183,"Latitude":"N","UTM Zone":28,"Northing":865948,"Easting":829174,"y":7.823427567,"x":-12.01549776,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Yengama","Name of fa":"Yengama MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.46","geometry":{"type":"Point","coordinates":[-12.536499,7.830322]},"geometry_name":"the_geom","properties":{"IDNO":572,"Latitude":"N","UTM Zone":28,"Northing":866337,"Easting":771668,"y":7.830321634,"x":-12.53649915,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"1","Locality":"Benkeh","Name of fa":"Benkeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.47","geometry":{"type":"Point","coordinates":[-12.142069,7.835981]},"geometry_name":"the_geom","properties":{"IDNO":645,"Latitude":"N","UTM Zone":28,"Northing":867240,"Easting":815193,"y":7.835981007,"x":-12.1420687,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"2","Locality":"Banga","Name of fa":"Banga MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.48","geometry":{"type":"Point","coordinates":[-12.268933,7.837396]},"geometry_name":"the_geom","properties":{"IDNO":639,"Latitude":"N","UTM Zone":28,"Northing":867303,"Easting":801190,"y":7.837395557,"x":-12.26893272,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"2","Locality":"Mosenessie Junction","Name of fa":"Mosenessie Junction MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.49","geometry":{"type":"Point","coordinates":[-12.833141,7.865329]},"geometry_name":"the_geom","properties":{"IDNO":579,"Latitude":"N","UTM Zone":28,"Northing":870029,"Easting":738919,"y":7.86532892,"x":-12.83314098,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Yorgbofrod","Name of fa":"Yorgbofore MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.50","geometry":{"type":"Point","coordinates":[-12.418832,7.87038]},"geometry_name":"the_geom","properties":{"IDNO":569,"Latitude":"N","UTM Zone":28,"Northing":870848,"Easting":784625,"y":7.870379757,"x":-12.41883227,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":" ","Locality":"Mosenegor","Name of fa":"Mosenegor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.51","geometry":{"type":"Point","coordinates":[-12.739899,7.876984]},"geometry_name":"the_geom","properties":{"IDNO":578,"Latitude":"N","UTM Zone":28,"Northing":871373,"Easting":749198,"y":7.87698406,"x":-12.73989902,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Mopaillea","Name of fa":"Mapaillea MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.52","geometry":{"type":"Point","coordinates":[-12.690658,7.888619]},"geometry_name":"the_geom","properties":{"IDNO":575,"Latitude":"N","UTM Zone":28,"Northing":872690,"Easting":754623,"y":7.888618567,"x":-12.69065799,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Mokamdor","Name of fa":"Mokandor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.53","geometry":{"type":"Point","coordinates":[-12.619476,7.892828]},"geometry_name":"the_geom","properties":{"IDNO":571,"Latitude":"N","UTM Zone":28,"Northing":873200,"Easting":762473,"y":7.892827964,"x":-12.61947622,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Mosanda","Name of fa":"Mosanda MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.54","geometry":{"type":"Point","coordinates":[-12.086179,7.893018]},"geometry_name":"the_geom","properties":{"IDNO":177,"Latitude":"N","UTM Zone":28,"Northing":873596,"Easting":821318,"y":7.893018077,"x":-12.08617943,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"7","Locality":"Taninahun","Name of fa":"Taninahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.55","geometry":{"type":"Point","coordinates":[-12.191265,7.903236]},"geometry_name":"the_geom","properties":{"IDNO":638,"Latitude":"N","UTM Zone":28,"Northing":874647,"Easting":809713,"y":7.903236087,"x":-12.19126524,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"3","Locality":"Mokanji","Name of fa":"Mokanji CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.56","geometry":{"type":"Point","coordinates":[-12.95166,7.908495]},"geometry_name":"the_geom","properties":{"IDNO":581,"Latitude":"N","UTM Zone":28,"Northing":874738,"Easting":725822,"y":7.908494799,"x":-12.95166041,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Shenge","Name of fa":"Shenge CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.57","geometry":{"type":"Point","coordinates":[-12.955734,7.909889]},"geometry_name":"the_geom","properties":{"IDNO":580,"Latitude":"N","UTM Zone":28,"Northing":874890,"Easting":725372,"y":7.909888888,"x":-12.95573363,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Plantain Island","Name of fa":"Plantain Island MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.58","geometry":{"type":"Point","coordinates":[-12.537507,7.93875]},"geometry_name":"the_geom","properties":{"IDNO":570,"Latitude":"N","UTM Zone":28,"Northing":878334,"Easting":771486,"y":7.938750421,"x":-12.53750711,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"1","Locality":"Sembehun","Name of fa":"Sembehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.59","geometry":{"type":"Point","coordinates":[-12.645151,7.954352]},"geometry_name":"the_geom","properties":{"IDNO":577,"Latitude":"N","UTM Zone":28,"Northing":879991,"Easting":759602,"y":7.954352005,"x":-12.64515095,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Mokobo","Name of fa":"Mokobo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.60","geometry":{"type":"Point","coordinates":[-12.186608,7.957776]},"geometry_name":"the_geom","properties":{"IDNO":637,"Latitude":"N","UTM Zone":28,"Northing":880687,"Easting":810186,"y":7.957776044,"x":-12.18660812,"District":"Moyamba","Chiefdom":"Dasse","Ward":"3","Locality":"Kabaima","Name of fa":"Kabaima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.61","geometry":{"type":"Point","coordinates":[-12.292707,7.961394]},"geometry_name":"the_geom","properties":{"IDNO":635,"Latitude":"N","UTM Zone":28,"Northing":881009,"Easting":798477,"y":7.961394353,"x":-12.29270717,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"3","Locality":"Kawaya","Name of fa":"Kawaya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.62","geometry":{"type":"Point","coordinates":[-12.162497,7.97943]},"geometry_name":"the_geom","properties":{"IDNO":646,"Latitude":"N","UTM Zone":28,"Northing":883102,"Easting":812830,"y":7.97943021,"x":-12.16249664,"District":"Moyamba","Chiefdom":"Dasse","Ward":"3","Locality":"Babuibu Tammy","Name of fa":"Bambuibu Tommy MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.63","geometry":{"type":"Point","coordinates":[-12.675113,7.98668]},"geometry_name":"the_geom","properties":{"IDNO":623,"Latitude":"N","UTM Zone":28,"Northing":883549,"Easting":756277,"y":7.986679827,"x":-12.67511333,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Ngihun","Name of fa":"Ngiehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.64","geometry":{"type":"Point","coordinates":[-12.819835,7.994042]},"geometry_name":"the_geom","properties":{"IDNO":628,"Latitude":"N","UTM Zone":28,"Northing":884276,"Easting":740312,"y":7.994041847,"x":-12.81983521,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Mokainsumana","Name of fa":"Mokainsumana CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.65","geometry":{"type":"Point","coordinates":[-12.768122,8.000589]},"geometry_name":"the_geom","properties":{"IDNO":626,"Latitude":"N","UTM Zone":28,"Northing":885031,"Easting":746011,"y":8.000589386,"x":-12.76812199,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Mokongbetty","Name of fa":"Mokongbetty MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.66","geometry":{"type":"Point","coordinates":[-12.411228,8.00224]},"geometry_name":"the_geom","properties":{"IDNO":568,"Latitude":"N","UTM Zone":28,"Northing":885445,"Easting":785373,"y":8.002240375,"x":-12.41122782,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"2","Locality":"Mokassie","Name of fa":"Mokassie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.67","geometry":{"type":"Point","coordinates":[-12.230931,8.004309]},"geometry_name":"the_geom","properties":{"IDNO":636,"Latitude":"N","UTM Zone":28,"Northing":885804,"Easting":805261,"y":8.004309206,"x":-12.23093056,"District":"Moyamba","Chiefdom":"Dasse","Ward":"2","Locality":"Taninihun Kapuima","Name of fa":"Taninihun Kapuima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.68","geometry":{"type":"Point","coordinates":[-12.8598,8.011019]},"geometry_name":"the_geom","properties":{"IDNO":627,"Latitude":"N","UTM Zone":28,"Northing":886131,"Easting":735895,"y":8.011019488,"x":-12.85980042,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Youndu","Name of fa":"Youndu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.69","geometry":{"type":"Point","coordinates":[-12.021772,8.02796]},"geometry_name":"the_geom","properties":{"IDNO":594,"Latitude":"N","UTM Zone":28,"Northing":888584,"Easting":828319,"y":8.0279596,"x":-12.02177158,"District":"Moyamba","Chiefdom":"Kowa","Ward":"2","Locality":"Bendu","Name of fa":"Bendu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.70","geometry":{"type":"Point","coordinates":[-12.727687,8.038484]},"geometry_name":"the_geom","properties":{"IDNO":625,"Latitude":"N","UTM Zone":28,"Northing":889248,"Easting":750447,"y":8.03848421,"x":-12.72768719,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"4","Locality":"Mokaiyegbeh","Name of fa":"Mokaiyegbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.71","geometry":{"type":"Point","coordinates":[-12.089031,8.040766]},"geometry_name":"the_geom","properties":{"IDNO":595,"Latitude":"N","UTM Zone":28,"Northing":889948,"Easting":820888,"y":8.040766015,"x":-12.08903118,"District":"Moyamba","Chiefdom":"Dasse","Ward":"1","Locality":"Mano","Name of fa":"Mano CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.72","geometry":{"type":"Point","coordinates":[-12.462727,8.052454]},"geometry_name":"the_geom","properties":{"IDNO":566,"Latitude":"N","UTM Zone":28,"Northing":890966,"Easting":779658,"y":8.052454338,"x":-12.46272682,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Korgbotuma","Name of fa":"Korgbotuma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.73","geometry":{"type":"Point","coordinates":[-12.18992,8.053642]},"geometry_name":"the_geom","properties":{"IDNO":648,"Latitude":"N","UTM Zone":28,"Northing":891295,"Easting":809748,"y":8.053641925,"x":-12.18992032,"District":"Moyamba","Chiefdom":"Dasse","Ward":"2","Locality":"Mogbasske","Name of fa":"Mogbasske MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.74","geometry":{"type":"Point","coordinates":[-12.387796,8.055687]},"geometry_name":"the_geom","properties":{"IDNO":632,"Latitude":"N","UTM Zone":28,"Northing":891376,"Easting":787920,"y":8.055687273,"x":-12.38779635,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"4","Locality":"Gbongeima","Name of fa":"Gbongeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.75","geometry":{"type":"Point","coordinates":[-12.773859,8.074288]},"geometry_name":"the_geom","properties":{"IDNO":621,"Latitude":"N","UTM Zone":28,"Northing":893181,"Easting":745334,"y":8.074287689,"x":-12.77385907,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"4","Locality":"Moyeamoh","Name of fa":"Moyeamoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.76","geometry":{"type":"Point","coordinates":[-12.439597,8.079809]},"geometry_name":"the_geom","properties":{"IDNO":567,"Latitude":"N","UTM Zone":28,"Northing":894009,"Easting":782190,"y":8.079809029,"x":-12.43959707,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Komende","Name of fa":"Komende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.77","geometry":{"type":"Point","coordinates":[-12.287004,8.080529]},"geometry_name":"the_geom","properties":{"IDNO":633,"Latitude":"N","UTM Zone":28,"Northing":894198,"Easting":799019,"y":8.080529021,"x":-12.28700441,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Kangahun","Name of fa":"Kangahun CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.78","geometry":{"type":"Point","coordinates":[-12.121693,8.086332]},"geometry_name":"the_geom","properties":{"IDNO":647,"Latitude":"N","UTM Zone":28,"Northing":894966,"Easting":817249,"y":8.086332208,"x":-12.12169332,"District":"Moyamba","Chiefdom":"Dasse","Ward":"1","Locality":"Kenema Gbandoma","Name of fa":"Kenema Gbandoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.79","geometry":{"type":"Point","coordinates":[-12.215542,8.088928]},"geometry_name":"the_geom","properties":{"IDNO":634,"Latitude":"N","UTM Zone":28,"Northing":895181,"Easting":806895,"y":8.088928118,"x":-12.2155416,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Manjeihun","Name of fa":"Manjeihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.80","geometry":{"type":"Point","coordinates":[-12.625881,8.103387]},"geometry_name":"the_geom","properties":{"IDNO":624,"Latitude":"N","UTM Zone":28,"Northing":896493,"Easting":761632,"y":8.10338732,"x":-12.62588127,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"3","Locality":"Sahan","Name of fa":"Sahan MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.81","geometry":{"type":"Point","coordinates":[-12.541125,8.107511]},"geometry_name":"the_geom","properties":{"IDNO":609,"Latitude":"N","UTM Zone":28,"Northing":897005,"Easting":770975,"y":8.10751057,"x":-12.54112478,"District":"Moyamba","Chiefdom":"Kongbora","Ward":"1","Locality":"Taninihun Mboka","Name of fa":"Taninihun Mboka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.82","geometry":{"type":"Point","coordinates":[-12.071638,8.111144]},"geometry_name":"the_geom","properties":{"IDNO":597,"Latitude":"N","UTM Zone":28,"Northing":897752,"Easting":822751,"y":8.111143721,"x":-12.07163752,"District":"Moyamba","Chiefdom":"Kori","Ward":" ","Locality":"Njala","Name of fa":"Njala University Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.83","geometry":{"type":"Point","coordinates":[-12.372014,8.116825]},"geometry_name":"the_geom","properties":{"IDNO":631,"Latitude":"N","UTM Zone":28,"Northing":898153,"Easting":789617,"y":8.116825073,"x":-12.37201438,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Levuma Kai","Name of fa":"Levuma Kai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.84","geometry":{"type":"Point","coordinates":[-12.833687,8.12099]},"geometry_name":"the_geom","properties":{"IDNO":620,"Latitude":"N","UTM Zone":28,"Northing":898312,"Easting":738710,"y":8.120990072,"x":-12.83368695,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"2","Locality":"Motorbong","Name of fa":"Motorbong MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.85","geometry":{"type":"Point","coordinates":[-12.713141,8.139951]},"geometry_name":"the_geom","properties":{"IDNO":618,"Latitude":"N","UTM Zone":28,"Northing":900483,"Easting":751988,"y":8.139951291,"x":-12.71314074,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"3","Locality":"Bumpeh","Name of fa":"Bumpeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.86","geometry":{"type":"Point","coordinates":[-12.912948,8.153017]},"geometry_name":"the_geom","properties":{"IDNO":614,"Latitude":"N","UTM Zone":28,"Northing":901809,"Easting":729954,"y":8.153017161,"x":-12.912948,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Suen","Name of fa":"Suen MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.87","geometry":{"type":"Point","coordinates":[-12.430261,8.153481]},"geometry_name":"the_geom","properties":{"IDNO":603,"Latitude":"N","UTM Zone":28,"Northing":902168,"Easting":783168,"y":8.153480648,"x":-12.43026067,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"St Joseph Clinic Moyamba","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.88","geometry":{"type":"Point","coordinates":[-12.434052,8.15908]},"geometry_name":"the_geom","properties":{"IDNO":606,"Latitude":"N","UTM Zone":28,"Northing":902785,"Easting":782746,"y":8.159080407,"x":-12.43405209,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"MCH Static/U5","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.89","geometry":{"type":"Point","coordinates":[-12.431003,8.159332]},"geometry_name":"the_geom","properties":{"IDNO":605,"Latitude":"N","UTM Zone":28,"Northing":902815,"Easting":783082,"y":8.159332109,"x":-12.43100323,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"SLRCS Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.90","geometry":{"type":"Point","coordinates":[-12.353303,8.158974]},"geometry_name":"the_geom","properties":{"IDNO":630,"Latitude":"N","UTM Zone":28,"Northing":902831,"Easting":791650,"y":8.158974495,"x":-12.35330278,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"2","Locality":"Moyollo","Name of fa":"Moyollo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.91","geometry":{"type":"Point","coordinates":[-12.434275,8.159678]},"geometry_name":"the_geom","properties":{"IDNO":602,"Latitude":"N","UTM Zone":28,"Northing":902851,"Easting":782721,"y":8.159678247,"x":-12.43427501,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"Govt. Hospital Moyamba","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.92","geometry":{"type":"Point","coordinates":[-12.425426,8.163544]},"geometry_name":"the_geom","properties":{"IDNO":604,"Latitude":"N","UTM Zone":28,"Northing":903285,"Easting":783694,"y":8.163543788,"x":-12.42542589,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Moyamba Town","Name of fa":"School Clinic Moyamba","Type of fa":"School Clinic"}},{"type":"Feature","id":"sl_fac.93","geometry":{"type":"Point","coordinates":[-12.248414,8.168898]},"geometry_name":"the_geom","properties":{"IDNO":585,"Latitude":"N","UTM Zone":28,"Northing":904007,"Easting":803209,"y":8.168898296,"x":-12.24841434,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"2","Locality":"Mokorewa","Name of fa":"Mokorewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.94","geometry":{"type":"Point","coordinates":[-13.162252,8.17418]},"geometry_name":"the_geom","properties":{"IDNO":759,"Latitude":"N","UTM Zone":28,"Northing":904016,"Easting":702465,"y":8.174180155,"x":-13.16225188,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Kent","Name of fa":"Kent CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.95","geometry":{"type":"Point","coordinates":[-12.494758,8.172891]},"geometry_name":"the_geom","properties":{"IDNO":610,"Latitude":"N","UTM Zone":28,"Northing":904271,"Easting":776043,"y":8.172890968,"x":-12.49475845,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Yoyema","Name of fa":"Yoyema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.96","geometry":{"type":"Point","coordinates":[-12.843414,8.178035]},"geometry_name":"the_geom","properties":{"IDNO":613,"Latitude":"N","UTM Zone":28,"Northing":904617,"Easting":737604,"y":8.1780346,"x":-12.84341382,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Mabomgisseh","Name of fa":"Mabomgisseh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.97","geometry":{"type":"Point","coordinates":[-12.572014,8.190156]},"geometry_name":"the_geom","properties":{"IDNO":622,"Latitude":"N","UTM Zone":28,"Northing":906129,"Easting":767514,"y":8.190155721,"x":-12.57201378,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Bauya","Name of fa":"Bauya CHP (Kongbora)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.98","geometry":{"type":"Point","coordinates":[-12.930689,8.192576]},"geometry_name":"the_geom","properties":{"IDNO":615,"Latitude":"N","UTM Zone":28,"Northing":906175,"Easting":727976,"y":8.192575981,"x":-12.93068874,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Mokorba","Name of fa":"Mokorbu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.99","geometry":{"type":"Point","coordinates":[-12.184685,8.190883]},"geometry_name":"the_geom","properties":{"IDNO":599,"Latitude":"N","UTM Zone":28,"Northing":906489,"Easting":810220,"y":8.190882551,"x":-12.18468486,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Konda","Name of fa":"Konda CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.100","geometry":{"type":"Point","coordinates":[-12.061347,8.19326]},"geometry_name":"the_geom","properties":{"IDNO":598,"Latitude":"N","UTM Zone":28,"Northing":906850,"Easting":823820,"y":8.193260301,"x":-12.0613467,"District":"Moyamba","Chiefdom":"Kori","Ward":"1","Locality":"Taiama","Name of fa":"Taiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.101","geometry":{"type":"Point","coordinates":[-12.06007,8.202935]},"geometry_name":"the_geom","properties":{"IDNO":589,"Latitude":"N","UTM Zone":28,"Northing":907922,"Easting":823953,"y":8.202935338,"x":-12.06006964,"District":"Moyamba","Chiefdom":"Kori","Ward":"1","Locality":"Taiama","Name of fa":"UMC Clinic Taiama","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.102","geometry":{"type":"Point","coordinates":[-13.101821,8.212549]},"geometry_name":"the_geom","properties":{"IDNO":758,"Latitude":"N","UTM Zone":28,"Northing":908291,"Easting":709105,"y":8.212549321,"x":-13.10182055,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural District","Locality":"Tombo","Name of fa":"Katalana Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.103","geometry":{"type":"Point","coordinates":[-12.379552,8.211059]},"geometry_name":"the_geom","properties":{"IDNO":583,"Latitude":"N","UTM Zone":28,"Northing":908576,"Easting":788718,"y":8.211059496,"x":-12.3795518,"District":"Moyamba","Chiefdom":" ","Ward":" ","Locality":"Falaba","Name of fa":"Falaba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.104","geometry":{"type":"Point","coordinates":[-13.097992,8.218091]},"geometry_name":"the_geom","properties":{"IDNO":756,"Latitude":"N","UTM Zone":28,"Northing":908906,"Easting":709524,"y":8.218091207,"x":-13.09799197,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"Tombo","Name of fa":"Tombo Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.105","geometry":{"type":"Point","coordinates":[-13.093334,8.220519]},"geometry_name":"the_geom","properties":{"IDNO":757,"Latitude":"N","UTM Zone":28,"Northing":909177,"Easting":710036,"y":8.220519119,"x":-13.09333421,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural District","Locality":"Tombo","Name of fa":"New Life Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.106","geometry":{"type":"Point","coordinates":[-12.677191,8.228249]},"geometry_name":"the_geom","properties":{"IDNO":617,"Latitude":"N","UTM Zone":28,"Northing":910275,"Easting":755895,"y":8.228249471,"x":-12.67719059,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"1","Locality":"Rotifunk","Name of fa":"Rotifunk CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.107","geometry":{"type":"Point","coordinates":[-12.335787,8.233189]},"geometry_name":"the_geom","properties":{"IDNO":584,"Latitude":"N","UTM Zone":28,"Northing":911057,"Easting":793527,"y":8.233189406,"x":-12.33578689,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Gandorhun","Name of fa":"Gandorhun CHC (Gbane)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.108","geometry":{"type":"Point","coordinates":[-12.12443,8.251068]},"geometry_name":"the_geom","properties":{"IDNO":588,"Latitude":"N","UTM Zone":28,"Northing":913198,"Easting":816817,"y":8.251067727,"x":-12.12442976,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Gbuihun","Name of fa":"Gbuihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.109","geometry":{"type":"Point","coordinates":[-12.204982,8.255218]},"geometry_name":"the_geom","properties":{"IDNO":582,"Latitude":"N","UTM Zone":28,"Northing":913594,"Easting":807932,"y":8.255218287,"x":-12.20498211,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Juma","Name of fa":"Juma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.110","geometry":{"type":"Point","coordinates":[-12.842876,8.262368]},"geometry_name":"the_geom","properties":{"IDNO":612,"Latitude":"N","UTM Zone":28,"Northing":913947,"Easting":737613,"y":8.262368021,"x":-12.84287633,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Motonkoh","Name of fa":"Motonkoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.111","geometry":{"type":"Point","coordinates":[-12.587232,8.261103]},"geometry_name":"the_geom","properties":{"IDNO":629,"Latitude":"N","UTM Zone":28,"Northing":913969,"Easting":765789,"y":8.261102865,"x":-12.58723182,"District":"Moyamba","Chiefdom":"Kongboro","Ward":"2","Locality":"Levum Nyomeh","Name of fa":"Levum Nyomeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.112","geometry":{"type":"Point","coordinates":[-12.283604,8.261535]},"geometry_name":"the_geom","properties":{"IDNO":586,"Latitude":"N","UTM Zone":28,"Northing":914233,"Easting":799259,"y":8.261535429,"x":-12.28360369,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Njagbahun","Name of fa":"Njagbahun (Fakunya) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.113","geometry":{"type":"Point","coordinates":[-12.982093,8.268809]},"geometry_name":"the_geom","properties":{"IDNO":751,"Latitude":"N","UTM Zone":28,"Northing":914579,"Easting":722268,"y":8.268809375,"x":-12.98209269,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Fogbo","Name of fa":"Fogbo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.114","geometry":{"type":"Point","coordinates":[-12.500761,8.268731]},"geometry_name":"the_geom","properties":{"IDNO":608,"Latitude":"N","UTM Zone":28,"Northing":914872,"Easting":775315,"y":8.268730918,"x":-12.50076106,"District":"Moyamba","Chiefdom":"Kongbora","Ward":"2","Locality":"Magbenka","Name of fa":"Magbenka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.115","geometry":{"type":"Point","coordinates":[-13.079635,8.283728]},"geometry_name":"the_geom","properties":{"IDNO":761,"Latitude":"N","UTM Zone":28,"Northing":916176,"Easting":711512,"y":8.283728499,"x":-13.07963486,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"MacDonald","Name of fa":"MacDonald MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.116","geometry":{"type":"Point","coordinates":[-13.183692,8.290012]},"geometry_name":"the_geom","properties":{"IDNO":760,"Latitude":"N","UTM Zone":28,"Northing":916817,"Easting":700044,"y":8.290011816,"x":-13.18369197,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"York","Name of fa":"York Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.117","geometry":{"type":"Point","coordinates":[-12.745789,8.293738]},"geometry_name":"the_geom","properties":{"IDNO":616,"Latitude":"N","UTM Zone":28,"Northing":917477,"Easting":748293,"y":8.293737913,"x":-12.74578877,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Bradford","Name of fa":"Bradford CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.118","geometry":{"type":"Point","coordinates":[-12.293511,8.297041]},"geometry_name":"the_geom","properties":{"IDNO":587,"Latitude":"N","UTM Zone":28,"Northing":918155,"Easting":798140,"y":8.297040761,"x":-12.29351101,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"3","Locality":"Mokelle","Name of fa":"Mokellay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.119","geometry":{"type":"Point","coordinates":[-12.033022,8.296362]},"geometry_name":"the_geom","properties":{"IDNO":596,"Latitude":"N","UTM Zone":28,"Northing":918286,"Easting":826859,"y":8.296361505,"x":-12.03302243,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Fogbo","Name of fa":"Fogbo (WAR) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.120","geometry":{"type":"Point","coordinates":[-12.793528,8.305449]},"geometry_name":"the_geom","properties":{"IDNO":611,"Latitude":"N","UTM Zone":28,"Northing":918743,"Easting":743025,"y":8.305449034,"x":-12.79352763,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Motonie","Name of fa":"Motoni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.121","geometry":{"type":"Point","coordinates":[-13.05305,8.309789]},"geometry_name":"the_geom","properties":{"IDNO":744,"Latitude":"N","UTM Zone":28,"Northing":919073,"Easting":714427,"y":8.309789427,"x":-13.05305034,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Campbell Town","Name of fa":"Campbell Town  CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.122","geometry":{"type":"Point","coordinates":[-13.079177,8.310631]},"geometry_name":"the_geom","properties":{"IDNO":755,"Latitude":"N","UTM Zone":28,"Northing":919152,"Easting":711548,"y":8.310630862,"x":-13.07917742,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Benguema","Name of fa":"Benguema Military Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.123","geometry":{"type":"Point","coordinates":[-13.191336,8.313571]},"geometry_name":"the_geom","properties":{"IDNO":767,"Latitude":"N","UTM Zone":28,"Northing":919419,"Easting":699190,"y":8.313571472,"x":-13.19133557,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Tokeh","Name of fa":"Tokeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.124","geometry":{"type":"Point","coordinates":[-13.02256,8.313996]},"geometry_name":"the_geom","properties":{"IDNO":745,"Latitude":"N","UTM Zone":28,"Northing":919555,"Easting":717784,"y":8.313996146,"x":-13.02256003,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Malambay","Name of fa":"Malambay CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.125","geometry":{"type":"Point","coordinates":[-12.942034,8.3144]},"geometry_name":"the_geom","properties":{"IDNO":750,"Latitude":"N","UTM Zone":28,"Northing":919645,"Easting":726656,"y":8.314400312,"x":-12.94203449,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Masorie","Name of fa":"Masorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.126","geometry":{"type":"Point","coordinates":[-12.071175,8.317496]},"geometry_name":"the_geom","properties":{"IDNO":266,"Latitude":"N","UTM Zone":28,"Northing":920594,"Easting":822635,"y":8.317495598,"x":-12.07117543,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Foindu","Name of fa":"Foindu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.127","geometry":{"type":"Point","coordinates":[-12.381526,8.326963]},"geometry_name":"the_geom","properties":{"IDNO":607,"Latitude":"N","UTM Zone":28,"Northing":921401,"Easting":788416,"y":8.326962996,"x":-12.38152576,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"3","Locality":"Rotawa","Name of fa":"Rotawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.128","geometry":{"type":"Point","coordinates":[-12.216162,8.326484]},"geometry_name":"the_geom","properties":{"IDNO":601,"Latitude":"N","UTM Zone":28,"Northing":921473,"Easting":806644,"y":8.326484106,"x":-12.21616243,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Moyamba Junction","Name of fa":"Moyamba Junction CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.129","geometry":{"type":"Point","coordinates":[-13.055574,8.331797]},"geometry_name":"the_geom","properties":{"IDNO":743,"Latitude":"N","UTM Zone":28,"Northing":921506,"Easting":714137,"y":8.331797043,"x":-13.05557394,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Lumpa","Name of fa":"Lumpa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.130","geometry":{"type":"Point","coordinates":[-13.021209,8.333625]},"geometry_name":"the_geom","properties":{"IDNO":752,"Latitude":"N","UTM Zone":28,"Northing":921727,"Easting":717922,"y":8.333624731,"x":-13.02120892,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Newton","Name of fa":"Newton CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.131","geometry":{"type":"Point","coordinates":[-13.073612,8.335149]},"geometry_name":"the_geom","properties":{"IDNO":742,"Latitude":"N","UTM Zone":28,"Northing":921867,"Easting":712148,"y":8.335148789,"x":-13.07361164,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Waterloo","Name of fa":"Waterloo Community Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.132","geometry":{"type":"Point","coordinates":[-13.073536,8.335736]},"geometry_name":"the_geom","properties":{"IDNO":741,"Latitude":"N","UTM Zone":28,"Northing":921932,"Easting":712156,"y":8.335736053,"x":-13.07353615,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Waterloo","Name of fa":"Adventist Health System","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.133","geometry":{"type":"Point","coordinates":[-13.042413,8.33712]},"geometry_name":"the_geom","properties":{"IDNO":747,"Latitude":"N","UTM Zone":28,"Northing":922102,"Easting":715584,"y":8.337120241,"x":-13.0424132,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Kissy Town","Name of fa":"Kissy Town CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.134","geometry":{"type":"Point","coordinates":[-12.448587,8.334847]},"geometry_name":"the_geom","properties":{"IDNO":270,"Latitude":"N","UTM Zone":28,"Northing":922225,"Easting":781019,"y":8.334847466,"x":-12.44858725,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Bath Bana","Name of fa":"Bath Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.135","geometry":{"type":"Point","coordinates":[-13.231007,8.347185]},"geometry_name":"the_geom","properties":{"IDNO":766,"Latitude":"N","UTM Zone":28,"Northing":923117,"Easting":694803,"y":8.347184721,"x":-13.2310066,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Sussex","Name of fa":"Sussex MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.136","geometry":{"type":"Point","coordinates":[-12.213228,8.352746]},"geometry_name":"the_geom","properties":{"IDNO":261,"Latitude":"N","UTM Zone":28,"Northing":924382,"Easting":806947,"y":8.35274644,"x":-12.21322759,"District":"Tonkolili","Chiefdom":"Yoni","Ward":" ","Locality":"Gbonkababay","Name of fa":"Gbonkababay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.137","geometry":{"type":"Point","coordinates":[-12.97089,8.35776]},"geometry_name":"the_geom","properties":{"IDNO":748,"Latitude":"N","UTM Zone":28,"Northing":924425,"Easting":723452,"y":8.357759783,"x":-12.97089039,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Crossing","Name of fa":"Crossing MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.138","geometry":{"type":"Point","coordinates":[-12.488923,8.361232]},"geometry_name":"the_geom","properties":{"IDNO":273,"Latitude":"N","UTM Zone":28,"Northing":925116,"Easting":776555,"y":8.361231738,"x":-12.48892267,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Roneitta","Name of fa":"Ronietta MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.139","geometry":{"type":"Point","coordinates":[-12.572184,8.362196]},"geometry_name":"the_geom","properties":{"IDNO":269,"Latitude":"N","UTM Zone":28,"Northing":925165,"Easting":767379,"y":8.362196213,"x":-12.57218449,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Makundu","Name of fa":"Makundu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.140","geometry":{"type":"Point","coordinates":[-12.93033,8.370639]},"geometry_name":"the_geom","properties":{"IDNO":749,"Latitude":"N","UTM Zone":28,"Northing":925873,"Easting":727913,"y":8.370638714,"x":-12.93033004,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Songo","Name of fa":"Songo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.141","geometry":{"type":"Point","coordinates":[-12.31768,8.375211]},"geometry_name":"the_geom","properties":{"IDNO":271,"Latitude":"N","UTM Zone":28,"Northing":926788,"Easting":795417,"y":8.375211167,"x":-12.31767961,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Magbasia Bana","Name of fa":"Magbasia Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.142","geometry":{"type":"Point","coordinates":[-12.03448,8.373674]},"geometry_name":"the_geom","properties":{"IDNO":240,"Latitude":"N","UTM Zone":28,"Northing":926843,"Easting":826634,"y":8.373673757,"x":-12.03448015,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Mayogbor","Name of fa":"Mayogbor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.143","geometry":{"type":"Point","coordinates":[-12.428795,8.37692]},"geometry_name":"the_geom","properties":{"IDNO":213,"Latitude":"N","UTM Zone":28,"Northing":926895,"Easting":783170,"y":8.376920141,"x":-12.42879492,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Ronicks","Name of fa":"Ronicks CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.144","geometry":{"type":"Point","coordinates":[-13.26,8.382538]},"geometry_name":"the_geom","properties":{"IDNO":765,"Latitude":"N","UTM Zone":28,"Northing":927013,"Easting":691592,"y":8.38253849,"x":-13.2599999,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Hamilton","Name of fa":"Hamilton MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.145","geometry":{"type":"Point","coordinates":[-13.13626,8.383636]},"geometry_name":"the_geom","properties":{"IDNO":740,"Latitude":"N","UTM Zone":28,"Northing":927197,"Easting":705221,"y":8.383635949,"x":-13.1362595,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Hastings","Name of fa":"Hastings Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.146","geometry":{"type":"Point","coordinates":[-12.257129,8.383739]},"geometry_name":"the_geom","properties":{"IDNO":247,"Latitude":"N","UTM Zone":28,"Northing":927778,"Easting":802084,"y":8.383738515,"x":-12.25712903,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Petifu Fulamansa","Name of fa":"Petifu Fulamana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.147","geometry":{"type":"Point","coordinates":[-13.091855,8.395212]},"geometry_name":"the_geom","properties":{"IDNO":753,"Latitude":"N","UTM Zone":28,"Northing":928501,"Easting":710106,"y":8.395212139,"x":-13.09185488,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"John Thorpe","Name of fa":"John Thorpe MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.148","geometry":{"type":"Point","coordinates":[-13.263249,8.397227]},"geometry_name":"the_geom","properties":{"IDNO":824,"Latitude":"N","UTM Zone":28,"Northing":928636,"Easting":691227,"y":8.397226972,"x":-13.26324852,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Lakka","Name of fa":"Lakka Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.149","geometry":{"type":"Point","coordinates":[-13.244535,8.39746]},"geometry_name":"the_geom","properties":{"IDNO":816,"Latitude":"N","UTM Zone":28,"Northing":928671,"Easting":693288,"y":8.397460328,"x":-13.24453478,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"KingTom","Name of fa":"CUPID Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.150","geometry":{"type":"Point","coordinates":[-12.29335,8.395483]},"geometry_name":"the_geom","properties":{"IDNO":248,"Latitude":"N","UTM Zone":28,"Northing":929050,"Easting":798083,"y":8.395483081,"x":-12.29334986,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Bakeloko","Name of fa":"Bakeloko CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.151","geometry":{"type":"Point","coordinates":[-13.266776,8.402242]},"geometry_name":"the_geom","properties":{"IDNO":764,"Latitude":"N","UTM Zone":28,"Northing":929189,"Easting":690836,"y":8.40224242,"x":-13.26677633,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Lakka","Name of fa":"Lakka/Ogoo Farm MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.152","geometry":{"type":"Point","coordinates":[-12.181295,8.396781]},"geometry_name":"the_geom","properties":{"IDNO":212,"Latitude":"N","UTM Zone":28,"Northing":929281,"Easting":810432,"y":8.396780934,"x":-12.18129466,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Rochem Kamandao","Name of fa":"Rochem Kamandao CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.153","geometry":{"type":"Point","coordinates":[-12.978266,8.402464]},"geometry_name":"the_geom","properties":{"IDNO":478,"Latitude":"N","UTM Zone":28,"Northing":929366,"Easting":722614,"y":8.402464018,"x":-12.97826606,"District":"Port Loko","Chiefdom":"Koya","Ward":"5","Locality":"Kissy Koya","Name of fa":"Kissy Koya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.154","geometry":{"type":"Point","coordinates":[-12.653929,8.40677]},"geometry_name":"the_geom","properties":{"IDNO":491,"Latitude":"N","UTM Zone":28,"Northing":930042,"Easting":758342,"y":8.4067698,"x":-12.65392858,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Makarankay","Name of fa":"Makarankay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.155","geometry":{"type":"Point","coordinates":[-12.718647,8.414165]},"geometry_name":"the_geom","properties":{"IDNO":492,"Latitude":"N","UTM Zone":28,"Northing":930818,"Easting":751207,"y":8.41416536,"x":-12.71864665,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Makalie","Name of fa":"Makalie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.156","geometry":{"type":"Point","coordinates":[-13.15501,8.417627]},"geometry_name":"the_geom","properties":{"IDNO":739,"Latitude":"N","UTM Zone":28,"Northing":930947,"Easting":703138,"y":8.417627437,"x":-13.15500956,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Allen Town","Name of fa":"Allen Town Health Post","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.157","geometry":{"type":"Point","coordinates":[-13.275668,8.422191]},"geometry_name":"the_geom","properties":{"IDNO":763,"Latitude":"N","UTM Zone":28,"Northing":931391,"Easting":689847,"y":8.422190734,"x":-13.27566784,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Goderich","Name of fa":"Goderich Emergency Surgical Centre","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.158","geometry":{"type":"Point","coordinates":[-12.897902,8.42051]},"geometry_name":"the_geom","properties":{"IDNO":477,"Latitude":"N","UTM Zone":28,"Northing":931409,"Easting":731456,"y":8.420509802,"x":-12.89790161,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Sumbuya","Name of fa":"Sumbuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.159","geometry":{"type":"Point","coordinates":[-13.283607,8.423537]},"geometry_name":"the_geom","properties":{"IDNO":820,"Latitude":"N","UTM Zone":28,"Northing":931536,"Easting":688972,"y":8.423536573,"x":-13.28360702,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Goderich","Name of fa":"Milton Margai","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.160","geometry":{"type":"Point","coordinates":[-12.424046,8.419948]},"geometry_name":"the_geom","properties":{"IDNO":249,"Latitude":"N","UTM Zone":28,"Northing":931660,"Easting":783662,"y":8.419948243,"x":-12.4240465,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Magbaesh","Name of fa":"Magbass MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.161","geometry":{"type":"Point","coordinates":[-12.540923,8.425454]},"geometry_name":"the_geom","properties":{"IDNO":268,"Latitude":"N","UTM Zone":28,"Northing":932186,"Easting":770780,"y":8.425453571,"x":-12.54092318,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Makeni-Rokfullah","Name of fa":"Makeni-Rokfullah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.162","geometry":{"type":"Point","coordinates":[-13.015489,8.430579]},"geometry_name":"the_geom","properties":{"IDNO":479,"Latitude":"N","UTM Zone":28,"Northing":932455,"Easting":718498,"y":8.430578819,"x":-13.01548899,"District":"Port Loko","Chiefdom":"Koya","Ward":"5","Locality":"Komrabai Ngolla","Name of fa":"Komrabai Ngalla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.163","geometry":{"type":"Point","coordinates":[-13.219399,8.434082]},"geometry_name":"the_geom","properties":{"IDNO":792,"Latitude":"N","UTM Zone":28,"Northing":932734,"Easting":696038,"y":8.434081533,"x":-13.21939931,"District":"Western Area","Chiefdom":" ","Ward":"Mountain Rural Dist.","Locality":"Regent","Name of fa":"Regent Health Centre RWA","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.164","geometry":{"type":"Point","coordinates":[-13.292097,8.435942]},"geometry_name":"the_geom","properties":{"IDNO":762,"Latitude":"N","UTM Zone":28,"Northing":932904,"Easting":688031,"y":8.4359424,"x":-13.29209702,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"Goderich","Name of fa":"Goderich Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.165","geometry":{"type":"Point","coordinates":[-13.159517,8.437963]},"geometry_name":"the_geom","properties":{"IDNO":778,"Latitude":"N","UTM Zone":28,"Northing":933194,"Easting":702631,"y":8.437963428,"x":-13.15951665,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"K Step Calaba Town","Name of fa":"AAK Association Arab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.166","geometry":{"type":"Point","coordinates":[-13.274601,8.439582]},"geometry_name":"the_geom","properties":{"IDNO":819,"Latitude":"N","UTM Zone":28,"Northing":933315,"Easting":689956,"y":8.439581708,"x":-13.27460098,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Gbendebu Goderich","Name of fa":"Mutual Faith","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.167","geometry":{"type":"Point","coordinates":[-12.320537,8.438716]},"geometry_name":"the_geom","properties":{"IDNO":272,"Latitude":"N","UTM Zone":28,"Northing":933814,"Easting":795054,"y":8.438716348,"x":-12.32053692,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Kumrabai Yoni","Name of fa":"Kumrabai Yoni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.168","geometry":{"type":"Point","coordinates":[-12.243489,8.439418]},"geometry_name":"the_geom","properties":{"IDNO":250,"Latitude":"N","UTM Zone":28,"Northing":933951,"Easting":803544,"y":8.439417721,"x":-12.24348851,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Yonibana","Name of fa":"Yonibana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.169","geometry":{"type":"Point","coordinates":[-12.785245,8.443056]},"geometry_name":"the_geom","properties":{"IDNO":502,"Latitude":"N","UTM Zone":28,"Northing":933972,"Easting":743852,"y":8.443055792,"x":-12.78524457,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Rofoindu","Name of fa":"Rofoindu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.170","geometry":{"type":"Point","coordinates":[-13.159773,8.445197]},"geometry_name":"the_geom","properties":{"IDNO":732,"Latitude":"N","UTM Zone":28,"Northing":933994,"Easting":702599,"y":8.44519732,"x":-13.15977294,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Old Wharf Wellington","Name of fa":"SLIMS CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.171","geometry":{"type":"Point","coordinates":[-13.169943,8.446963]},"geometry_name":"the_geom","properties":{"IDNO":777,"Latitude":"N","UTM Zone":28,"Northing":934184,"Easting":701478,"y":8.446962824,"x":-13.16994343,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Edmond St. Wellington","Name of fa":"Tepekah Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.172","geometry":{"type":"Point","coordinates":[-13.167805,8.447911]},"geometry_name":"the_geom","properties":{"IDNO":731,"Latitude":"N","UTM Zone":28,"Northing":934290,"Easting":701713,"y":8.447911143,"x":-13.16780512,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Wellington","Name of fa":"Wellington Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.173","geometry":{"type":"Point","coordinates":[-13.254238,8.450639]},"geometry_name":"the_geom","properties":{"IDNO":796,"Latitude":"N","UTM Zone":28,"Northing":934548,"Easting":692193,"y":8.450639336,"x":-13.25423828,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Malama","Name of fa":"Malama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.174","geometry":{"type":"Point","coordinates":[-13.258875,8.451383]},"geometry_name":"the_geom","properties":{"IDNO":795,"Latitude":"N","UTM Zone":28,"Northing":934628,"Easting":691682,"y":8.451383326,"x":-13.25887517,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Lumley","Name of fa":"Lumley Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.175","geometry":{"type":"Point","coordinates":[-13.169124,8.45119]},"geometry_name":"the_geom","properties":{"IDNO":776,"Latitude":"N","UTM Zone":28,"Northing":934652,"Easting":701566,"y":8.451190131,"x":-13.16912444,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Mellon St. Wellington","Name of fa":"Holy Mary Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.176","geometry":{"type":"Point","coordinates":[-13.170139,8.453536]},"geometry_name":"the_geom","properties":{"IDNO":775,"Latitude":"N","UTM Zone":28,"Northing":934911,"Easting":701453,"y":8.45353648,"x":-13.17013944,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Congo Water Wellington","Name of fa":"ST. Luke's","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.177","geometry":{"type":"Point","coordinates":[-12.854285,8.452896]},"geometry_name":"the_geom","properties":{"IDNO":480,"Latitude":"N","UTM Zone":28,"Northing":935018,"Easting":736241,"y":8.45289602,"x":-12.85428451,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Mile 38","Name of fa":"Mile 38 CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.178","geometry":{"type":"Point","coordinates":[-13.24827,8.45507]},"geometry_name":"the_geom","properties":{"IDNO":817,"Latitude":"N","UTM Zone":28,"Northing":935041,"Easting":692848,"y":8.455069984,"x":-13.24827044,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Hill Station","Name of fa":"Choithram Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.179","geometry":{"type":"Point","coordinates":[-13.254879,8.455552]},"geometry_name":"the_geom","properties":{"IDNO":786,"Latitude":"N","UTM Zone":28,"Northing":935091,"Easting":692120,"y":8.455551627,"x":-13.25487907,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Kingtom","Name of fa":"Kingtom Police Hospital (MI Room)","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.180","geometry":{"type":"Point","coordinates":[-12.667758,8.455649]},"geometry_name":"the_geom","properties":{"IDNO":501,"Latitude":"N","UTM Zone":28,"Northing":935441,"Easting":756786,"y":8.455649149,"x":-12.66775835,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Makiteh","Name of fa":"Makiteh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.181","geometry":{"type":"Point","coordinates":[-13.269308,8.459657]},"geometry_name":"the_geom","properties":{"IDNO":794,"Latitude":"N","UTM Zone":28,"Northing":935538,"Easting":690529,"y":8.459657315,"x":-13.26930833,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Lumley","Name of fa":"Good Sheperd Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.182","geometry":{"type":"Point","coordinates":[-12.597256,8.456866]},"geometry_name":"the_geom","properties":{"IDNO":241,"Latitude":"N","UTM Zone":28,"Northing":935623,"Easting":764552,"y":8.456866055,"x":-12.59725587,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Magbaft","Name of fa":"Magbaft MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.183","geometry":{"type":"Point","coordinates":[-13.172587,8.460274]},"geometry_name":"the_geom","properties":{"IDNO":729,"Latitude":"N","UTM Zone":28,"Northing":935655,"Easting":701180,"y":8.460274375,"x":-13.17258662,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Rokupa","Name of fa":"Rokupa Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.184","geometry":{"type":"Point","coordinates":[-13.269318,8.461665]},"geometry_name":"the_geom","properties":{"IDNO":818,"Latitude":"N","UTM Zone":28,"Northing":935760,"Easting":690527,"y":8.461664539,"x":-13.26931753,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Lumely","Name of fa":"Good Sheperd Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.185","geometry":{"type":"Point","coordinates":[-13.178048,8.461267]},"geometry_name":"the_geom","properties":{"IDNO":730,"Latitude":"N","UTM Zone":28,"Northing":935762,"Easting":700578,"y":8.461267286,"x":-13.17804843,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kuntoloh","Name of fa":"Approved School CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.186","geometry":{"type":"Point","coordinates":[-13.219036,8.461782]},"geometry_name":"the_geom","properties":{"IDNO":791,"Latitude":"N","UTM Zone":28,"Northing":935798,"Easting":696064,"y":8.461781936,"x":-13.21903615,"District":"Western Area","Chiefdom":" ","Ward":"Mountain Rural Dist.","Locality":"Leicester","Name of fa":"Leicester Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.187","geometry":{"type":"Point","coordinates":[-13.196316,8.461858]},"geometry_name":"the_geom","properties":{"IDNO":799,"Latitude":"N","UTM Zone":28,"Northing":935818,"Easting":698566,"y":8.461858426,"x":-13.19631585,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Kissy","Name of fa":"Looking Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.188","geometry":{"type":"Point","coordinates":[-13.256076,8.464047]},"geometry_name":"the_geom","properties":{"IDNO":822,"Latitude":"N","UTM Zone":28,"Northing":936030,"Easting":691984,"y":8.464046761,"x":-13.25607584,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Wilberforce","Name of fa":"Wilberforce Military Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.189","geometry":{"type":"Point","coordinates":[-12.733961,8.462195]},"geometry_name":"the_geom","properties":{"IDNO":500,"Latitude":"N","UTM Zone":28,"Northing":936122,"Easting":749489,"y":8.462194576,"x":-12.73396084,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Mawoma","Name of fa":"Mawoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.190","geometry":{"type":"Point","coordinates":[-13.193535,8.466303]},"geometry_name":"the_geom","properties":{"IDNO":798,"Latitude":"N","UTM Zone":28,"Northing":936311,"Easting":698870,"y":8.466302782,"x":-13.19353461,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Kissy","Name of fa":"Kissy Mental Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.191","geometry":{"type":"Point","coordinates":[-13.180741,8.468042]},"geometry_name":"the_geom","properties":{"IDNO":774,"Latitude":"N","UTM Zone":28,"Northing":936510,"Easting":700278,"y":8.468042476,"x":-13.18074078,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"GrassField","Name of fa":"Wesleyan Health Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.192","geometry":{"type":"Point","coordinates":[-13.221376,8.468375]},"geometry_name":"the_geom","properties":{"IDNO":804,"Latitude":"N","UTM Zone":28,"Northing":936526,"Easting":695803,"y":8.468374559,"x":-13.22137596,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"New England","Name of fa":"College of Medicine Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.193","geometry":{"type":"Point","coordinates":[-12.220662,8.462919]},"geometry_name":"the_geom","properties":{"IDNO":205,"Latitude":"N","UTM Zone":28,"Northing":936570,"Easting":806041,"y":8.462918705,"x":-12.22066168,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"Hinistas Clinic (CHC)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.194","geometry":{"type":"Point","coordinates":[-13.235576,8.468918]},"geometry_name":"the_geom","properties":{"IDNO":768,"Latitude":"N","UTM Zone":28,"Northing":936579,"Easting":694239,"y":8.468918239,"x":-13.23557612,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"George Brook","Name of fa":"George Brook Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.195","geometry":{"type":"Point","coordinates":[-13.185586,8.468906]},"geometry_name":"the_geom","properties":{"IDNO":831,"Latitude":"N","UTM Zone":28,"Northing":936603,"Easting":699744,"y":8.468905856,"x":-13.18558585,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Low Cost Housing Kissy","Name of fa":"Marie Stopes Clinic (East 3)","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.196","geometry":{"type":"Point","coordinates":[-13.246242,8.469771]},"geometry_name":"the_geom","properties":{"IDNO":789,"Latitude":"N","UTM Zone":28,"Northing":936668,"Easting":693064,"y":8.469771019,"x":-13.24624247,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"Brookfields","Name of fa":"NACTIB New Life Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.197","geometry":{"type":"Point","coordinates":[-12.208076,8.464103]},"geometry_name":"the_geom","properties":{"IDNO":263,"Latitude":"N","UTM Zone":28,"Northing":936711,"Easting":807427,"y":8.464102553,"x":-12.20807563,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"OLGC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.198","geometry":{"type":"Point","coordinates":[-13.196036,8.47135]},"geometry_name":"the_geom","properties":{"IDNO":735,"Latitude":"N","UTM Zone":28,"Northing":936868,"Easting":698592,"y":8.471350205,"x":-13.19603555,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Kissy Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.199","geometry":{"type":"Point","coordinates":[-12.22309,8.466026]},"geometry_name":"the_geom","properties":{"IDNO":264,"Latitude":"N","UTM Zone":28,"Northing":936912,"Easting":805771,"y":8.466026039,"x":-12.22308957,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"Ahmadiyya Muslim Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.200","geometry":{"type":"Point","coordinates":[-13.277624,8.472578]},"geometry_name":"the_geom","properties":{"IDNO":821,"Latitude":"N","UTM Zone":28,"Northing":936963,"Easting":689607,"y":8.472578086,"x":-13.27762354,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Cockeril North","Name of fa":"Military Hosp. H/Q","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.201","geometry":{"type":"Point","coordinates":[-13.248198,8.473089]},"geometry_name":"the_geom","properties":{"IDNO":783,"Latitude":"N","UTM Zone":28,"Northing":937034,"Easting":692847,"y":8.473088912,"x":-13.24819805,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"KingHarman Road","Name of fa":"KingHarman Rd. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.202","geometry":{"type":"Point","coordinates":[-13.20638,8.473043]},"geometry_name":"the_geom","properties":{"IDNO":736,"Latitude":"N","UTM Zone":28,"Northing":937050,"Easting":697452,"y":8.473043406,"x":-13.20637993,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Moyiba CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.203","geometry":{"type":"Point","coordinates":[-13.237672,8.473231]},"geometry_name":"the_geom","properties":{"IDNO":769,"Latitude":"N","UTM Zone":28,"Northing":937055,"Easting":694006,"y":8.473231337,"x":-13.23767236,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Jomo Kenyata Road","Name of fa":"Curney Barnes","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.204","geometry":{"type":"Point","coordinates":[-12.215938,8.468613]},"geometry_name":"the_geom","properties":{"IDNO":245,"Latitude":"N","UTM Zone":28,"Northing":937204,"Easting":806557,"y":8.468613162,"x":-12.21593818,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mabboki Rd. Mile 91","Name of fa":"Mabboki Road Mile 91 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.205","geometry":{"type":"Point","coordinates":[-13.192397,8.474597]},"geometry_name":"the_geom","properties":{"IDNO":733,"Latitude":"N","UTM Zone":28,"Northing":937229,"Easting":698991,"y":8.474597155,"x":-13.19239711,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Chunes Traditional Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.206","geometry":{"type":"Point","coordinates":[-13.184188,8.47464]},"geometry_name":"the_geom","properties":{"IDNO":832,"Latitude":"N","UTM Zone":28,"Northing":937238,"Easting":699895,"y":8.474640361,"x":-13.18418776,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Grassfield Kissy","Name of fa":"Grassfield CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.207","geometry":{"type":"Point","coordinates":[-13.249206,8.475101]},"geometry_name":"the_geom","properties":{"IDNO":788,"Latitude":"N","UTM Zone":28,"Northing":937256,"Easting":692735,"y":8.475100603,"x":-13.24920604,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"KingHarman Road","Name of fa":"Methodist Church SL Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.208","geometry":{"type":"Point","coordinates":[-13.264405,8.475684]},"geometry_name":"the_geom","properties":{"IDNO":823,"Latitude":"N","UTM Zone":28,"Northing":937313,"Easting":691061,"y":8.475683938,"x":-13.26440545,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Wilberforce","Name of fa":"Wilberforce CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.209","geometry":{"type":"Point","coordinates":[-13.195953,8.475509]},"geometry_name":"the_geom","properties":{"IDNO":734,"Latitude":"N","UTM Zone":28,"Northing":937328,"Easting":698599,"y":8.475508691,"x":-13.19595259,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"UMC Hospital (Urban Centre)","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.210","geometry":{"type":"Point","coordinates":[-13.239439,8.476196]},"geometry_name":"the_geom","properties":{"IDNO":770,"Latitude":"N","UTM Zone":28,"Northing":937382,"Easting":693810,"y":8.476195799,"x":-13.23943877,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Fergusson Street","Name of fa":"Kin Sick Kids (Dr King)","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.211","geometry":{"type":"Point","coordinates":[-13.261433,8.476322]},"geometry_name":"the_geom","properties":{"IDNO":793,"Latitude":"N","UTM Zone":28,"Northing":937385,"Easting":691388,"y":8.476321666,"x":-13.261433,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Wilberforce","Name of fa":"Wilberforce MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.212","geometry":{"type":"Point","coordinates":[-13.248101,8.47647]},"geometry_name":"the_geom","properties":{"IDNO":836,"Latitude":"N","UTM Zone":28,"Northing":937408,"Easting":692856,"y":8.47646991,"x":-13.24810102,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Youyi Building","Name of fa":"Youyi Building Clinic","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.213","geometry":{"type":"Point","coordinates":[-12.872645,8.475387]},"geometry_name":"the_geom","properties":{"IDNO":476,"Latitude":"N","UTM Zone":28,"Northing":937495,"Easting":734205,"y":8.475386937,"x":-12.87264524,"District":"Port Loko","Chiefdom":"Koya","Ward":"2","Locality":"Kuranko","Name of fa":"Kuranko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.214","geometry":{"type":"Point","coordinates":[-13.225231,8.477352]},"geometry_name":"the_geom","properties":{"IDNO":803,"Latitude":"N","UTM Zone":28,"Northing":937517,"Easting":695374,"y":8.477351906,"x":-13.22523052,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Adesanya St. Brookfields","Name of fa":"Redeemers Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.215","geometry":{"type":"Point","coordinates":[-12.544871,8.474343]},"geometry_name":"the_geom","properties":{"IDNO":534,"Latitude":"N","UTM Zone":28,"Northing":937593,"Easting":770311,"y":8.47434327,"x":-12.54487052,"District":"Port Loko","Chiefdom":"Masimera","Ward":"2","Locality":"Konta-Line","Name of fa":"Konta-Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.216","geometry":{"type":"Point","coordinates":[-13.243597,8.478321]},"geometry_name":"the_geom","properties":{"IDNO":829,"Latitude":"N","UTM Zone":28,"Northing":937615,"Easting":693351,"y":8.478321175,"x":-13.2435974,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"St. John Macdonald Street","Name of fa":"St John Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.217","geometry":{"type":"Point","coordinates":[-12.101967,8.471846]},"geometry_name":"the_geom","properties":{"IDNO":246,"Latitude":"N","UTM Zone":28,"Northing":937654,"Easting":819114,"y":8.47184589,"x":-12.10196672,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Makelleh","Name of fa":"Makelleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.218","geometry":{"type":"Point","coordinates":[-13.254907,8.479556]},"geometry_name":"the_geom","properties":{"IDNO":812,"Latitude":"N","UTM Zone":28,"Northing":937746,"Easting":692105,"y":8.479556406,"x":-13.25490712,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Netland Nursing Home","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.219","geometry":{"type":"Point","coordinates":[-13.228254,8.479454]},"geometry_name":"the_geom","properties":{"IDNO":826,"Latitude":"N","UTM Zone":28,"Northing":937748,"Easting":695040,"y":8.479454177,"x":-13.228254,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Mountain Cut","Name of fa":"Macauley Satellite Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.220","geometry":{"type":"Point","coordinates":[-13.254307,8.479626]},"geometry_name":"the_geom","properties":{"IDNO":802,"Latitude":"N","UTM Zone":28,"Northing":937754,"Easting":692171,"y":8.479626049,"x":-13.25430744,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Dr Robbin Coker Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.221","geometry":{"type":"Point","coordinates":[-13.272523,8.479906]},"geometry_name":"the_geom","properties":{"IDNO":825,"Latitude":"N","UTM Zone":28,"Northing":937776,"Easting":690165,"y":8.479906163,"x":-13.27252346,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Thompson Bay","Name of fa":"Thompson Bay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.222","geometry":{"type":"Point","coordinates":[-13.223529,8.480047]},"geometry_name":"the_geom","properties":{"IDNO":835,"Latitude":"N","UTM Zone":28,"Northing":937816,"Easting":695560,"y":8.480047456,"x":-13.22352904,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay College","Name of fa":"FBC Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.223","geometry":{"type":"Point","coordinates":[-13.253896,8.480311]},"geometry_name":"the_geom","properties":{"IDNO":809,"Latitude":"N","UTM Zone":28,"Northing":937830,"Easting":692216,"y":8.480311342,"x":-13.25389568,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Vinnel Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.224","geometry":{"type":"Point","coordinates":[-12.409118,8.475704]},"geometry_name":"the_geom","properties":{"IDNO":242,"Latitude":"N","UTM Zone":28,"Northing":937841,"Easting":785266,"y":8.475703884,"x":-12.40911777,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Mathoir","Name of fa":"Mathoir MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.225","geometry":{"type":"Point","coordinates":[-13.254785,8.480433]},"geometry_name":"the_geom","properties":{"IDNO":810,"Latitude":"N","UTM Zone":28,"Northing":937843,"Easting":692118,"y":8.480432865,"x":-13.25478511,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Rejanic Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.226","geometry":{"type":"Point","coordinates":[-13.214111,8.480303]},"geometry_name":"the_geom","properties":{"IDNO":772,"Latitude":"N","UTM Zone":28,"Northing":937849,"Easting":696597,"y":8.480302743,"x":-13.21411067,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Quarry Blackhall Road","Name of fa":"Quarry MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.227","geometry":{"type":"Point","coordinates":[-13.242105,8.481018]},"geometry_name":"the_geom","properties":{"IDNO":814,"Latitude":"N","UTM Zone":28,"Northing":937914,"Easting":693514,"y":8.481017773,"x":-13.24210489,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Edward Street","Name of fa":"West End Clinic/Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.228","geometry":{"type":"Point","coordinates":[-13.246398,8.481489]},"geometry_name":"the_geom","properties":{"IDNO":813,"Latitude":"N","UTM Zone":28,"Northing":937964,"Easting":693041,"y":8.481489189,"x":-13.24639823,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Syke Street","Name of fa":"Lacs Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.229","geometry":{"type":"Point","coordinates":[-12.375538,8.476635]},"geometry_name":"the_geom","properties":{"IDNO":243,"Latitude":"N","UTM Zone":28,"Northing":937969,"Easting":788965,"y":8.476635327,"x":-12.37553836,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Rokimbi","Name of fa":"Rokimbi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.230","geometry":{"type":"Point","coordinates":[-13.218472,8.481697]},"geometry_name":"the_geom","properties":{"IDNO":771,"Latitude":"N","UTM Zone":28,"Northing":938001,"Easting":696116,"y":8.481696969,"x":-13.21847229,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Ginger Hall","Name of fa":"Ginger Hall Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.231","geometry":{"type":"Point","coordinates":[-13.21433,8.482022]},"geometry_name":"the_geom","properties":{"IDNO":797,"Latitude":"N","UTM Zone":28,"Northing":938039,"Easting":696572,"y":8.482021558,"x":-13.21432976,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Blackhall Road","Name of fa":"Elizmary Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.232","geometry":{"type":"Point","coordinates":[-13.211629,8.482741]},"geometry_name":"the_geom","properties":{"IDNO":754,"Latitude":"N","UTM Zone":28,"Northing":938120,"Easting":696869,"y":8.482741494,"x":-13.21162931,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Up Gun","Name of fa":"Jenner Wright Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.233","geometry":{"type":"Point","coordinates":[-13.211892,8.482887]},"geometry_name":"the_geom","properties":{"IDNO":773,"Latitude":"N","UTM Zone":28,"Northing":938136,"Easting":696840,"y":8.482887358,"x":-13.21189199,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Jenner Wright Road (Upgun)","Name of fa":"Yangadie Memorial Health Centre","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.234","geometry":{"type":"Point","coordinates":[-13.221044,8.483219]},"geometry_name":"the_geom","properties":{"IDNO":790,"Latitude":"N","UTM Zone":28,"Northing":938168,"Easting":695832,"y":8.483218596,"x":-13.22104436,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Mountain Cut","Name of fa":"Arab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.235","geometry":{"type":"Point","coordinates":[-13.241904,8.48334]},"geometry_name":"the_geom","properties":{"IDNO":815,"Latitude":"N","UTM Zone":28,"Northing":938171,"Easting":693535,"y":8.483340462,"x":-13.24190362,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"KrooTown Road","Name of fa":"Krim Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.236","geometry":{"type":"Point","coordinates":[-13.252401,8.483433]},"geometry_name":"the_geom","properties":{"IDNO":801,"Latitude":"N","UTM Zone":28,"Northing":938176,"Easting":692379,"y":8.483432924,"x":-13.25240131,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"13 Water St. Congo Town","Name of fa":"Rina Health Centre","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.237","geometry":{"type":"Point","coordinates":[-13.246434,8.483524]},"geometry_name":"the_geom","properties":{"IDNO":787,"Latitude":"N","UTM Zone":28,"Northing":938189,"Easting":693036,"y":8.483523635,"x":-13.24643441,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"Syke Street","Name of fa":"Syke St Dental Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.238","geometry":{"type":"Point","coordinates":[-13.22015,8.486126]},"geometry_name":"the_geom","properties":{"IDNO":800,"Latitude":"N","UTM Zone":28,"Northing":938490,"Easting":695929,"y":8.486125753,"x":-13.22015009,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"86 Kissy Road","Name of fa":"Al-Khatab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.239","geometry":{"type":"Point","coordinates":[-13.267435,8.486619]},"geometry_name":"the_geom","properties":{"IDNO":811,"Latitude":"N","UTM Zone":28,"Northing":938521,"Easting":690722,"y":8.486619372,"x":-13.26743502,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Aberdeen Road","Name of fa":"Marie Stopes Clinic (West 2)","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.240","geometry":{"type":"Point","coordinates":[-13.240716,8.486834]},"geometry_name":"the_geom","properties":{"IDNO":785,"Latitude":"N","UTM Zone":28,"Northing":938558,"Easting":693664,"y":8.486834053,"x":-13.24071622,"District":"Western Area","Chiefdom":" ","Ward":"West  1","Locality":"Kroo Bay","Name of fa":"Kroo Bay CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.241","geometry":{"type":"Point","coordinates":[-13.220837,8.486834]},"geometry_name":"the_geom","properties":{"IDNO":784,"Latitude":"N","UTM Zone":28,"Northing":938568,"Easting":695853,"y":8.486834102,"x":-13.22083701,"District":"Western Area","Chiefdom":" ","Ward":"East   2","Locality":"5 Locust Street","Name of fa":"East End Community Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.242","geometry":{"type":"Point","coordinates":[-13.211819,8.486793]},"geometry_name":"the_geom","properties":{"IDNO":830,"Latitude":"N","UTM Zone":28,"Northing":938568,"Easting":696846,"y":8.486792776,"x":-13.21181943,"District":"Western Area","Chiefdom":" ","Ward":"East","Locality":"Ross Road","Name of fa":"Ross Road Dental Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.243","geometry":{"type":"Point","coordinates":[-13.238454,8.487077]},"geometry_name":"the_geom","properties":{"IDNO":781,"Latitude":"N","UTM Zone":28,"Northing":938586,"Easting":693913,"y":8.487076975,"x":-13.23845383,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Lightfoot Boston St","Name of fa":"School Clinic","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.244","geometry":{"type":"Point","coordinates":[-13.238249,8.488279]},"geometry_name":"the_geom","properties":{"IDNO":782,"Latitude":"N","UTM Zone":28,"Northing":938719,"Easting":693935,"y":8.488278527,"x":-13.23824856,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Lightfoot Boston St","Name of fa":"Connaught Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.245","geometry":{"type":"Point","coordinates":[-13.210438,8.489011]},"geometry_name":"the_geom","properties":{"IDNO":737,"Latitude":"N","UTM Zone":28,"Northing":938814,"Easting":696997,"y":8.489010532,"x":-13.21043788,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Ross Road","Name of fa":"Ross Road Health Centre","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.246","geometry":{"type":"Point","coordinates":[-13.227335,8.489694]},"geometry_name":"the_geom","properties":{"IDNO":828,"Latitude":"N","UTM Zone":28,"Northing":938881,"Easting":695136,"y":8.489693637,"x":-13.22733524,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Susan's Bay","Name of fa":"Susan's Bay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.247","geometry":{"type":"Point","coordinates":[-13.218571,8.489771]},"geometry_name":"the_geom","properties":{"IDNO":779,"Latitude":"N","UTM Zone":28,"Northing":938894,"Easting":696101,"y":8.489771144,"x":-13.21857129,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay Road","Name of fa":"Children's Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.248","geometry":{"type":"Point","coordinates":[-13.219142,8.490018]},"geometry_name":"the_geom","properties":{"IDNO":780,"Latitude":"N","UTM Zone":28,"Northing":938921,"Easting":696038,"y":8.490017868,"x":-13.21914228,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay Road","Name of fa":"PCM Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.249","geometry":{"type":"Point","coordinates":[-13.266919,8.490315]},"geometry_name":"the_geom","properties":{"IDNO":808,"Latitude":"N","UTM Zone":28,"Northing":938930,"Easting":690777,"y":8.490314986,"x":-13.26691895,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Murray Town","Name of fa":"Murray Town Military Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.250","geometry":{"type":"Point","coordinates":[-13.22646,8.490503]},"geometry_name":"the_geom","properties":{"IDNO":827,"Latitude":"N","UTM Zone":28,"Northing":938971,"Easting":695232,"y":8.490503351,"x":-13.2264597,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Mabella","Name of fa":"Mabella MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.251","geometry":{"type":"Point","coordinates":[-13.209662,8.491864]},"geometry_name":"the_geom","properties":{"IDNO":738,"Latitude":"N","UTM Zone":28,"Northing":939130,"Easting":697081,"y":8.491863943,"x":-13.20966182,"District":"Western Area","Chiefdom":" ","Ward":"East 1","Locality":"Cline Town","Name of fa":"SLPA Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.252","geometry":{"type":"Point","coordinates":[-12.800966,8.489803]},"geometry_name":"the_geom","properties":{"IDNO":504,"Latitude":"N","UTM Zone":28,"Northing":939134,"Easting":742091,"y":8.489803492,"x":-12.80096561,"District":"Port Loko","Chiefdom":"Koya","Ward":"2","Locality":"Masamama","Name of fa":"Masumana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.253","geometry":{"type":"Point","coordinates":[-13.210131,8.492418]},"geometry_name":"the_geom","properties":{"IDNO":833,"Latitude":"N","UTM Zone":28,"Northing":939191,"Easting":697029,"y":8.492417611,"x":-13.21013148,"District":"Western Area","Chiefdom":" ","Ward":"East 1","Locality":"Cline Town","Name of fa":"Cline Town Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.254","geometry":{"type":"Point","coordinates":[-13.288059,8.492922]},"geometry_name":"the_geom","properties":{"IDNO":806,"Latitude":"N","UTM Zone":28,"Northing":939208,"Easting":688448,"y":8.492922091,"x":-13.2880587,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Aberdeen","Name of fa":"Mercy Ship","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.255","geometry":{"type":"Point","coordinates":[-12.638211,8.489906]},"geometry_name":"the_geom","properties":{"IDNO":503,"Latitude":"N","UTM Zone":28,"Northing":939251,"Easting":760018,"y":8.489905874,"x":-12.63821075,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Warima","Name of fa":"Warima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.256","geometry":{"type":"Point","coordinates":[-12.749929,8.491852]},"geometry_name":"the_geom","properties":{"IDNO":481,"Latitude":"N","UTM Zone":28,"Northing":939393,"Easting":747711,"y":8.491852379,"x":-12.74992936,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Masiaka","Name of fa":"Masiaka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.257","geometry":{"type":"Point","coordinates":[-13.264009,8.49522]},"geometry_name":"the_geom","properties":{"IDNO":807,"Latitude":"N","UTM Zone":28,"Northing":939474,"Easting":691095,"y":8.495220498,"x":-13.26400893,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Murray Town","Name of fa":"Murray Town CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.258","geometry":{"type":"Point","coordinates":[-12.141426,8.493243]},"geometry_name":"the_geom","properties":{"IDNO":235,"Latitude":"N","UTM Zone":28,"Northing":939990,"Easting":814748,"y":8.493242657,"x":-12.14142636,"District":"Tonkolili","Chiefdom":"Kholifa Mabang","Ward":"1","Locality":"Mamanso Kafla","Name of fa":"Mamanso Kafla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.259","geometry":{"type":"Point","coordinates":[-12.59846,8.496856]},"geometry_name":"the_geom","properties":{"IDNO":537,"Latitude":"N","UTM Zone":28,"Northing":940047,"Easting":764392,"y":8.496856162,"x":-12.5984599,"District":"Port Loko","Chiefdom":"Masimera","Ward":"2","Locality":"Mamaligie","Name of fa":"Mamaligie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.260","geometry":{"type":"Point","coordinates":[-12.284396,8.513154]},"geometry_name":"the_geom","properties":{"IDNO":244,"Latitude":"N","UTM Zone":28,"Northing":942080,"Easting":798979,"y":8.513154396,"x":-12.28439583,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mamaka","Name of fa":"Mamaka MCHP (Yoni)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.261","geometry":{"type":"Point","coordinates":[-13.150458,8.520897]},"geometry_name":"the_geom","properties":{"IDNO":558,"Latitude":"N","UTM Zone":28,"Northing":942372,"Easting":703585,"y":8.520897152,"x":-13.15045782,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Targrin","Name of fa":"Targrin MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.262","geometry":{"type":"Point","coordinates":[-12.249427,8.539489]},"geometry_name":"the_geom","properties":{"IDNO":236,"Latitude":"N","UTM Zone":28,"Northing":945022,"Easting":802811,"y":8.539489218,"x":-12.24942718,"District":"Tonkolili","Chiefdom":"Kholifa Mabang","Ward":"1","Locality":"Mabai","Name of fa":"Mabai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.263","geometry":{"type":"Point","coordinates":[-12.09908,8.539553]},"geometry_name":"the_geom","properties":{"IDNO":234,"Latitude":"N","UTM Zone":28,"Northing":945151,"Easting":819376,"y":8.539553332,"x":-12.0990796,"District":"Tonkolili","Chiefdom":"Kholifu Mabang","Ward":"1","Locality":"Komrabai Station","Name of fa":"Komrabai Station MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.264","geometry":{"type":"Point","coordinates":[-12.032729,8.543114]},"geometry_name":"the_geom","properties":{"IDNO":255,"Latitude":"N","UTM Zone":28,"Northing":945601,"Easting":826684,"y":8.543113599,"x":-12.03272931,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"2","Locality":"Masoko","Name of fa":"Masoko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.265","geometry":{"type":"Point","coordinates":[-12.738085,8.553074]},"geometry_name":"the_geom","properties":{"IDNO":482,"Latitude":"N","UTM Zone":28,"Northing":946174,"Easting":748976,"y":8.55307385,"x":-12.73808456,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Mabora","Name of fa":"Mabora MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.266","geometry":{"type":"Point","coordinates":[-12.813178,8.555224]},"geometry_name":"the_geom","properties":{"IDNO":475,"Latitude":"N","UTM Zone":28,"Northing":946364,"Easting":740705,"y":8.555224147,"x":-12.81317757,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Magbeni","Name of fa":"Magbeni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.267","geometry":{"type":"Point","coordinates":[-13.144971,8.568091]},"geometry_name":"the_geom","properties":{"IDNO":557,"Latitude":"N","UTM Zone":28,"Northing":947595,"Easting":704164,"y":8.568090735,"x":-13.14497132,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Mamankie","Name of fa":"Mamankie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.268","geometry":{"type":"Point","coordinates":[-12.172924,8.567477]},"geometry_name":"the_geom","properties":{"IDNO":204,"Latitude":"N","UTM Zone":28,"Northing":948181,"Easting":811217,"y":8.567476799,"x":-12.17292387,"District":"Tonkolili","Chiefdom":"K/Mabang","Ward":"1","Locality":"Mabang","Name of fa":"Mabang CHC Kholifa","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.269","geometry":{"type":"Point","coordinates":[-13.05469,8.589315]},"geometry_name":"the_geom","properties":{"IDNO":521,"Latitude":"N","UTM Zone":28,"Northing":949992,"Easting":714092,"y":8.589315302,"x":-13.05469031,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"6","Locality":"Pepel","Name of fa":"Pepel CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.270","geometry":{"type":"Point","coordinates":[-13.201536,8.592191]},"geometry_name":"the_geom","properties":{"IDNO":556,"Latitude":"N","UTM Zone":28,"Northing":950231,"Easting":697924,"y":8.592190801,"x":-13.20153618,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Yongoro","Name of fa":"Yongoro CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.271","geometry":{"type":"Point","coordinates":[-12.580601,8.593664]},"geometry_name":"the_geom","properties":{"IDNO":533,"Latitude":"N","UTM Zone":28,"Northing":950771,"Easting":766292,"y":8.593663809,"x":-12.58060104,"District":"Port Loko","Chiefdom":"Masimera","Ward":"3","Locality":"Nonkoba","Name of fa":"Nonkoba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.272","geometry":{"type":"Point","coordinates":[-12.418472,8.593764]},"geometry_name":"the_geom","properties":{"IDNO":535,"Latitude":"N","UTM Zone":28,"Northing":950899,"Easting":784148,"y":8.593764238,"x":-12.41847172,"District":"Port Loko","Chiefdom":"Masimera","Ward":"1","Locality":"Katick","Name of fa":"Katick CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.273","geometry":{"type":"Point","coordinates":[-12.695677,8.595673]},"geometry_name":"the_geom","properties":{"IDNO":526,"Latitude":"N","UTM Zone":28,"Northing":950915,"Easting":753618,"y":8.595673234,"x":-12.69567748,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Magbele","Name of fa":"Magbele CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.274","geometry":{"type":"Point","coordinates":[-13.199471,8.600535]},"geometry_name":"the_geom","properties":{"IDNO":552,"Latitude":"N","UTM Zone":28,"Northing":951155,"Easting":698147,"y":8.600535008,"x":-13.19947111,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"1","Locality":"Mahera","Name of fa":"Bai Bureh Memorial Community Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.275","geometry":{"type":"Point","coordinates":[-13.19902,8.603661]},"geometry_name":"the_geom","properties":{"IDNO":563,"Latitude":"N","UTM Zone":28,"Northing":951501,"Easting":698195,"y":8.603661075,"x":-13.1990203,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Mahera","Name of fa":"Mahera CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.276","geometry":{"type":"Point","coordinates":[-13.1771,8.605655]},"geometry_name":"the_geom","properties":{"IDNO":553,"Latitude":"N","UTM Zone":28,"Northing":951733,"Easting":700607,"y":8.605655141,"x":-13.17710021,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Rotifunk","Name of fa":"WHR and Relief Arab Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.277","geometry":{"type":"Point","coordinates":[-12.915228,8.60735]},"geometry_name":"the_geom","properties":{"IDNO":493,"Latitude":"N","UTM Zone":28,"Northing":952068,"Easting":729436,"y":8.607350485,"x":-12.91522829,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"4","Locality":"Makaba","Name of fa":"Makaba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.278","geometry":{"type":"Point","coordinates":[-13.187648,8.609222]},"geometry_name":"the_geom","properties":{"IDNO":559,"Latitude":"N","UTM Zone":28,"Northing":952122,"Easting":699444,"y":8.609221992,"x":-13.18764793,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Kasongha","Name of fa":"Kasongha MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.279","geometry":{"type":"Point","coordinates":[-12.317704,8.608145]},"geometry_name":"the_geom","properties":{"IDNO":238,"Latitude":"N","UTM Zone":28,"Northing":952567,"Easting":795236,"y":8.608144548,"x":-12.31770373,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":" ","Locality":"Makoba Bana","Name of fa":"Makoba Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.280","geometry":{"type":"Point","coordinates":[-13.202726,8.615441]},"geometry_name":"the_geom","properties":{"IDNO":555,"Latitude":"N","UTM Zone":28,"Northing":952802,"Easting":697781,"y":8.615440767,"x":-13.2027255,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Air Port","Name of fa":"Air Port Centre, Lungi","Type of fa":"Lungi\""}},{"type":"Feature","id":"sl_fac.281","geometry":{"type":"Point","coordinates":[-13.212524,8.625839]},"geometry_name":"the_geom","properties":{"IDNO":554,"Latitude":"N","UTM Zone":28,"Northing":953947,"Easting":696697,"y":8.625838543,"x":-13.21252407,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Tejan Lane Tintafor Lungi","Name of fa":"St. John of God Catholic Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.282","geometry":{"type":"Point","coordinates":[-13.204165,8.628014]},"geometry_name":"the_geom","properties":{"IDNO":560,"Latitude":"N","UTM Zone":28,"Northing":954192,"Easting":697616,"y":8.628014495,"x":-13.20416503,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Port Loko","Name of fa":"Lungi Govt. Hospital, Port Loko","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.283","geometry":{"type":"Point","coordinates":[-12.662176,8.632951]},"geometry_name":"the_geom","properties":{"IDNO":528,"Latitude":"N","UTM Zone":28,"Northing":955062,"Easting":757282,"y":8.632951385,"x":-12.66217571,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Makabo","Name of fa":"Makabo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.284","geometry":{"type":"Point","coordinates":[-13.223944,8.641352]},"geometry_name":"the_geom","properties":{"IDNO":562,"Latitude":"N","UTM Zone":28,"Northing":955657,"Easting":695432,"y":8.641351908,"x":-13.22394359,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Modia","Name of fa":"Modia MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.285","geometry":{"type":"Point","coordinates":[-12.358635,8.642901]},"geometry_name":"the_geom","properties":{"IDNO":239,"Latitude":"N","UTM Zone":28,"Northing":956382,"Easting":790701,"y":8.642901443,"x":-12.35863549,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":" ","Locality":"Robina","Name of fa":"Robina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.286","geometry":{"type":"Point","coordinates":[-12.449399,8.646167]},"geometry_name":"the_geom","properties":{"IDNO":536,"Latitude":"N","UTM Zone":28,"Northing":956675,"Easting":780703,"y":8.646166713,"x":-12.44939855,"District":"Port Loko","Chiefdom":"Masimera","Ward":"1","Locality":"Masimera","Name of fa":"Masimera CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.287","geometry":{"type":"Point","coordinates":[-12.89747,8.655334]},"geometry_name":"the_geom","properties":{"IDNO":522,"Latitude":"N","UTM Zone":28,"Northing":957387,"Easting":731362,"y":8.655334175,"x":-12.89746956,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"7","Locality":"Benkia","Name of fa":"Benkia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.288","geometry":{"type":"Point","coordinates":[-12.068158,8.650644]},"geometry_name":"the_geom","properties":{"IDNO":254,"Latitude":"N","UTM Zone":28,"Northing":957474,"Easting":822689,"y":8.65064391,"x":-12.06815823,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Maborie","Name of fa":"Maborie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.289","geometry":{"type":"Point","coordinates":[-12.80475,8.660805]},"geometry_name":"the_geom","properties":{"IDNO":495,"Latitude":"N","UTM Zone":28,"Northing":958050,"Easting":741566,"y":8.660804725,"x":-12.80475042,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Mafoimara","Name of fa":"Lower Mafoimara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.290","geometry":{"type":"Point","coordinates":[-12.285548,8.661245]},"geometry_name":"the_geom","properties":{"IDNO":251,"Latitude":"N","UTM Zone":28,"Northing":958469,"Easting":798736,"y":8.661245432,"x":-12.28554826,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":"3","Locality":"Rochen Malal","Name of fa":"Rochen Malal MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.291","geometry":{"type":"Point","coordinates":[-12.245865,8.66312]},"geometry_name":"the_geom","properties":{"IDNO":211,"Latitude":"N","UTM Zone":28,"Northing":958708,"Easting":803105,"y":8.663119762,"x":-12.24586504,"District":"Tonkolili","Chiefdom":"Maral Mara","Ward":"1","Locality":"Mara","Name of fa":"Mara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.292","geometry":{"type":"Point","coordinates":[-13.178879,8.672222]},"geometry_name":"the_geom","properties":{"IDNO":564,"Latitude":"N","UTM Zone":28,"Northing":959095,"Easting":700376,"y":8.672222457,"x":-13.17887917,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Gbaneh-Bana","Name of fa":"Gbaneh-bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.293","geometry":{"type":"Point","coordinates":[-12.531338,8.682068]},"geometry_name":"the_geom","properties":{"IDNO":527,"Latitude":"N","UTM Zone":28,"Northing":960588,"Easting":771654,"y":8.682068178,"x":-12.53133808,"District":"Port Loko","Chiefdom":"Marampa","Ward":"3","Locality":"Lunsar","Name of fa":"Lunsar CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.294","geometry":{"type":"Point","coordinates":[-13.107816,8.695264]},"geometry_name":"the_geom","properties":{"IDNO":519,"Latitude":"N","UTM Zone":28,"Northing":961682,"Easting":708185,"y":8.695264003,"x":-13.10781576,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"1","Locality":"Petifu","Name of fa":"Petifu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.295","geometry":{"type":"Point","coordinates":[-13.237881,8.697607]},"geometry_name":"the_geom","properties":{"IDNO":561,"Latitude":"N","UTM Zone":28,"Northing":961872,"Easting":693869,"y":8.697607037,"x":-13.23788144,"District":"Port Loko","Chiefdom":"Kafful Bullum","Ward":"3","Locality":"Conakry Dee","Name of fa":"Conakry Dee CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.296","geometry":{"type":"Point","coordinates":[-12.488913,8.693475]},"geometry_name":"the_geom","properties":{"IDNO":530,"Latitude":"N","UTM Zone":28,"Northing":961881,"Easting":776317,"y":8.693474902,"x":-12.48891286,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Magbil","Name of fa":"Magbil MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.297","geometry":{"type":"Point","coordinates":[-13.153944,8.702904]},"geometry_name":"the_geom","properties":{"IDNO":512,"Latitude":"N","UTM Zone":28,"Northing":962502,"Easting":703104,"y":8.702904239,"x":-13.15394377,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"1","Locality":"Matheng","Name of fa":"Matheng MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.298","geometry":{"type":"Point","coordinates":[-12.621546,8.700601]},"geometry_name":"the_geom","properties":{"IDNO":529,"Latitude":"N","UTM Zone":28,"Northing":962575,"Easting":761709,"y":8.700601375,"x":-12.62154578,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Mamusa","Name of fa":"Mamusa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.299","geometry":{"type":"Point","coordinates":[-12.525168,8.703401]},"geometry_name":"the_geom","properties":{"IDNO":531,"Latitude":"N","UTM Zone":28,"Northing":962953,"Easting":772318,"y":8.703400836,"x":-12.52516752,"District":"Port Loko","Chiefdom":"Marampa","Ward":"3","Locality":"Lunsar","Name of fa":"St. John of God Catholic Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.300","geometry":{"type":"Point","coordinates":[-12.969278,8.707684]},"geometry_name":"the_geom","properties":{"IDNO":523,"Latitude":"N","UTM Zone":28,"Northing":963135,"Easting":723426,"y":8.707683728,"x":-12.96927785,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"2","Locality":"Mana II","Name of fa":"Mana II CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.301","geometry":{"type":"Point","coordinates":[-12.677874,8.706075]},"geometry_name":"the_geom","properties":{"IDNO":471,"Latitude":"N","UTM Zone":28,"Northing":963142,"Easting":755504,"y":8.706074928,"x":-12.67787406,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Gbere Junction","Name of fa":"Gbere Junction CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.302","geometry":{"type":"Point","coordinates":[-12.14195,8.703008]},"geometry_name":"the_geom","properties":{"IDNO":237,"Latitude":"N","UTM Zone":28,"Northing":963208,"Easting":814517,"y":8.703008165,"x":-12.14194998,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":"1","Locality":"Manewa","Name of fa":"Manewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.303","geometry":{"type":"Point","coordinates":[-12.824228,8.710739]},"geometry_name":"the_geom","properties":{"IDNO":496,"Latitude":"N","UTM Zone":28,"Northing":963562,"Easting":739390,"y":8.710739177,"x":-12.82422791,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Mapaum","Name of fa":"Mapaum MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.304","geometry":{"type":"Point","coordinates":[-12.805106,8.713657]},"geometry_name":"the_geom","properties":{"IDNO":494,"Latitude":"N","UTM Zone":28,"Northing":963897,"Easting":741493,"y":8.713656973,"x":-12.80510604,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Maforay","Name of fa":"Maforay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.305","geometry":{"type":"Point","coordinates":[-12.097223,8.711241]},"geometry_name":"the_geom","properties":{"IDNO":439,"Latitude":"N","UTM Zone":28,"Northing":964157,"Easting":819436,"y":8.711241256,"x":-12.09722342,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Masory","Name of fa":"Masory MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.306","geometry":{"type":"Point","coordinates":[-13.231848,8.718889]},"geometry_name":"the_geom","properties":{"IDNO":513,"Latitude":"N","UTM Zone":28,"Northing":964229,"Easting":694522,"y":8.718888869,"x":-13.23184802,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"8","Locality":"Menkia","Name of fa":"Menkia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.307","geometry":{"type":"Point","coordinates":[-12.478177,8.715336]},"geometry_name":"the_geom","properties":{"IDNO":532,"Latitude":"N","UTM Zone":28,"Northing":964308,"Easting":777483,"y":8.715336037,"x":-12.47817671,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Rolemray","Name of fa":"Rolemray MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.308","geometry":{"type":"Point","coordinates":[-12.568946,8.73442]},"geometry_name":"the_geom","properties":{"IDNO":472,"Latitude":"N","UTM Zone":28,"Northing":966354,"Easting":767476,"y":8.734420244,"x":-12.5689455,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Maronko","Name of fa":"Maronko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.309","geometry":{"type":"Point","coordinates":[-12.439424,8.740288]},"geometry_name":"the_geom","properties":{"IDNO":486,"Latitude":"N","UTM Zone":28,"Northing":967098,"Easting":781731,"y":8.74028783,"x":-12.43942432,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Maforkie","Name of fa":"Maforkie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.310","geometry":{"type":"Point","coordinates":[-12.761956,8.747001]},"geometry_name":"the_geom","properties":{"IDNO":497,"Latitude":"N","UTM Zone":28,"Northing":967614,"Easting":746221,"y":8.747001039,"x":-12.76195593,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"New Maforkie","Name of fa":"New Maforkie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.311","geometry":{"type":"Point","coordinates":[-13.037088,8.750231]},"geometry_name":"the_geom","properties":{"IDNO":505,"Latitude":"N","UTM Zone":28,"Northing":967802,"Easting":715938,"y":8.750230821,"x":-13.03708796,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"5","Locality":"Mapillah","Name of fa":"Mapillah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.312","geometry":{"type":"Point","coordinates":[-12.048217,8.745217]},"geometry_name":"the_geom","properties":{"IDNO":435,"Latitude":"N","UTM Zone":28,"Northing":967960,"Easting":824804,"y":8.745217048,"x":-12.04821725,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Rokanta","Name of fa":"Rokonta CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.313","geometry":{"type":"Point","coordinates":[-12.499189,8.750213]},"geometry_name":"the_geom","properties":{"IDNO":484,"Latitude":"N","UTM Zone":28,"Northing":968152,"Easting":775144,"y":8.750213392,"x":-12.49918857,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Foredugu","Name of fa":"Foredugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.314","geometry":{"type":"Point","coordinates":[-12.906856,8.764184]},"geometry_name":"the_geom","properties":{"IDNO":524,"Latitude":"N","UTM Zone":28,"Northing":969423,"Easting":730262,"y":8.764184326,"x":-12.90685627,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"4","Locality":"Bundulai","Name of fa":"Bundulai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.315","geometry":{"type":"Point","coordinates":[-12.785022,8.765684]},"geometry_name":"the_geom","properties":{"IDNO":499,"Latitude":"N","UTM Zone":28,"Northing":969666,"Easting":743670,"y":8.765684495,"x":-12.78502172,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Port Loko","Name of fa":"Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.316","geometry":{"type":"Point","coordinates":[-12.783096,8.768665]},"geometry_name":"the_geom","properties":{"IDNO":498,"Latitude":"N","UTM Zone":28,"Northing":969997,"Easting":743880,"y":8.768664979,"x":-12.78309604,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"SLC Port Loko","Name of fa":"SLC Port Loko","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.317","geometry":{"type":"Point","coordinates":[-12.198211,8.768524]},"geometry_name":"the_geom","properties":{"IDNO":463,"Latitude":"N","UTM Zone":28,"Northing":970413,"Easting":808267,"y":8.768524424,"x":-12.19821107,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Kolisokor","Name of fa":"Kolisokor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.318","geometry":{"type":"Point","coordinates":[-12.842755,8.782705]},"geometry_name":"the_geom","properties":{"IDNO":473,"Latitude":"N","UTM Zone":28,"Northing":971512,"Easting":737305,"y":8.782705497,"x":-12.84275513,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"5","Locality":"Gbonkoh Kareneh","Name of fa":"Gbonkoh Kareneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.319","geometry":{"type":"Point","coordinates":[-13.189446,8.792661]},"geometry_name":"the_geom","properties":{"IDNO":515,"Latitude":"N","UTM Zone":28,"Northing":972411,"Easting":699149,"y":8.792661159,"x":-13.18944634,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"9","Locality":"Musaia","Name of fa":"Musaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.320","geometry":{"type":"Point","coordinates":[-12.546612,8.792132]},"geometry_name":"the_geom","properties":{"IDNO":487,"Latitude":"N","UTM Zone":28,"Northing":972756,"Easting":769893,"y":8.792132269,"x":-12.54661188,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Bureh Mende","Name of fa":"Bureh Mende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.321","geometry":{"type":"Point","coordinates":[-12.060656,8.791585]},"geometry_name":"the_geom","properties":{"IDNO":438,"Latitude":"N","UTM Zone":28,"Northing":973082,"Easting":823394,"y":8.791585178,"x":-12.06065555,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Robat","Name of fa":"Robat MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.322","geometry":{"type":"Point","coordinates":[-12.309394,8.797771]},"geometry_name":"the_geom","properties":{"IDNO":462,"Latitude":"N","UTM Zone":28,"Northing":973560,"Easting":796002,"y":8.797771397,"x":-12.30939446,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Yankasa","Name of fa":"Yankasa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.323","geometry":{"type":"Point","coordinates":[-13.106889,8.803076]},"geometry_name":"the_geom","properties":{"IDNO":518,"Latitude":"N","UTM Zone":28,"Northing":973608,"Easting":708227,"y":8.803076004,"x":-13.1068894,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"3","Locality":"Gbinti-Wallah","Name of fa":"Gbinti-Wallah CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.324","geometry":{"type":"Point","coordinates":[-12.357664,8.801648]},"geometry_name":"the_geom","properties":{"IDNO":488,"Latitude":"N","UTM Zone":28,"Northing":973951,"Easting":790685,"y":8.801647714,"x":-12.35766436,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Gbonsamba","Name of fa":"Gbonsamba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.325","geometry":{"type":"Point","coordinates":[-13.140547,8.808036]},"geometry_name":"the_geom","properties":{"IDNO":516,"Latitude":"N","UTM Zone":28,"Northing":974138,"Easting":704521,"y":8.808035675,"x":-13.14054653,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"8","Locality":"Kalangba","Name of fa":"Kalangba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.326","geometry":{"type":"Point","coordinates":[-12.637017,8.805284]},"geometry_name":"the_geom","properties":{"IDNO":545,"Latitude":"N","UTM Zone":28,"Northing":974147,"Easting":759933,"y":8.805283655,"x":-12.63701688,"District":"Port Loko","Chiefdom":"TMS","Ward":"2","Locality":"Malekuray","Name of fa":"Malekuray CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.327","geometry":{"type":"Point","coordinates":[-12.039293,8.805735]},"geometry_name":"the_geom","properties":{"IDNO":436,"Latitude":"N","UTM Zone":28,"Northing":974667,"Easting":825734,"y":8.805735281,"x":-12.03929273,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Makump Bana","Name of fa":"Makump Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.328","geometry":{"type":"Point","coordinates":[-12.492929,8.815237]},"geometry_name":"the_geom","properties":{"IDNO":489,"Latitude":"N","UTM Zone":28,"Northing":975352,"Easting":775785,"y":8.815237321,"x":-12.49292906,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Rosint Buya","Name of fa":"Rosint Buya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.329","geometry":{"type":"Point","coordinates":[-12.583409,8.816917]},"geometry_name":"the_geom","properties":{"IDNO":542,"Latitude":"N","UTM Zone":28,"Northing":975472,"Easting":765825,"y":8.816916635,"x":-12.58340877,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Kambia Makama","Name of fa":"Kambia Makama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.330","geometry":{"type":"Point","coordinates":[-12.595671,8.817529]},"geometry_name":"the_geom","properties":{"IDNO":546,"Latitude":"N","UTM Zone":28,"Northing":975531,"Easting":764475,"y":8.817528777,"x":-12.59567061,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Robaka","Name of fa":"Robaka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.331","geometry":{"type":"Point","coordinates":[-13.23925,8.821938]},"geometry_name":"the_geom","properties":{"IDNO":514,"Latitude":"N","UTM Zone":28,"Northing":975623,"Easting":693654,"y":8.821937594,"x":-13.23925005,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"10","Locality":"Bailor","Name of fa":"Bailor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.332","geometry":{"type":"Point","coordinates":[-12.228036,8.817426]},"geometry_name":"the_geom","properties":{"IDNO":461,"Latitude":"N","UTM Zone":28,"Northing":975801,"Easting":804943,"y":8.817426128,"x":-12.2280358,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Fullah Town","Name of fa":"Fullah Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.333","geometry":{"type":"Point","coordinates":[-12.054344,8.821374]},"geometry_name":"the_geom","properties":{"IDNO":437,"Latitude":"N","UTM Zone":28,"Northing":976385,"Easting":824063,"y":8.821373924,"x":-12.0543442,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Mabolleh","Name of fa":"Mabolleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.334","geometry":{"type":"Point","coordinates":[-13.13175,8.82949]},"geometry_name":"the_geom","properties":{"IDNO":517,"Latitude":"N","UTM Zone":28,"Northing":976516,"Easting":705477,"y":8.829490453,"x":-13.1317499,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"3","Locality":"Babara","Name of fa":"Babara CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.335","geometry":{"type":"Point","coordinates":[-12.93465,8.836609]},"geometry_name":"the_geom","properties":{"IDNO":525,"Latitude":"N","UTM Zone":28,"Northing":977418,"Easting":727159,"y":8.83660876,"x":-12.9346499,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"2","Locality":"Katangha","Name of fa":"Katangha MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.336","geometry":{"type":"Point","coordinates":[-13.035445,8.84819]},"geometry_name":"the_geom","properties":{"IDNO":520,"Latitude":"N","UTM Zone":28,"Northing":978639,"Easting":716062,"y":8.848189635,"x":-13.03544454,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"4","Locality":"Konta-Wallah","Name of fa":"Konta-Wallah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.337","geometry":{"type":"Point","coordinates":[-12.622735,8.846342]},"geometry_name":"the_geom","properties":{"IDNO":544,"Latitude":"N","UTM Zone":28,"Northing":978700,"Easting":761476,"y":8.84634202,"x":-12.62273464,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Rogbaneh","Name of fa":"Rogbaneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.338","geometry":{"type":"Point","coordinates":[-12.734527,8.847353]},"geometry_name":"the_geom","properties":{"IDNO":474,"Latitude":"N","UTM Zone":28,"Northing":978735,"Easting":749173,"y":8.847353446,"x":-12.73452655,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"5","Locality":"Malal","Name of fa":"Malal MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.339","geometry":{"type":"Point","coordinates":[-13.120212,8.853435]},"geometry_name":"the_geom","properties":{"IDNO":77,"Latitude":"N","UTM Zone":28,"Northing":979171,"Easting":706733,"y":8.85343523,"x":-13.1202125,"District":"Kambia","Chiefdom":"Mombolo","Ward":" ","Locality":"Tombo Walla","Name of fa":"Tombo Walla CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.340","geometry":{"type":"Point","coordinates":[-12.35966,8.8506]},"geometry_name":"the_geom","properties":{"IDNO":490,"Latitude":"N","UTM Zone":28,"Northing":979367,"Easting":790427,"y":8.850600465,"x":-12.35965977,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Wareh-bana","Name of fa":"Wereh-bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.341","geometry":{"type":"Point","coordinates":[-12.987385,8.862705]},"geometry_name":"the_geom","properties":{"IDNO":91,"Latitude":"N","UTM Zone":28,"Northing":980273,"Easting":721341,"y":8.86270488,"x":-12.9873847,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Gbonkomaria","Name of fa":"Gbonkomaria CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.342","geometry":{"type":"Point","coordinates":[-12.987303,8.862759]},"geometry_name":"the_geom","properties":{"IDNO":76,"Latitude":"N","UTM Zone":28,"Northing":980279,"Easting":721350,"y":8.862758675,"x":-12.98730261,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Romando","Name of fa":"Romando MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.343","geometry":{"type":"Point","coordinates":[-12.512746,8.862235]},"geometry_name":"the_geom","properties":{"IDNO":485,"Latitude":"N","UTM Zone":28,"Northing":980538,"Easting":773569,"y":8.862235274,"x":-12.51274644,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Kamasando","Name of fa":"Mamasando","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.344","geometry":{"type":"Point","coordinates":[-12.051649,8.861056]},"geometry_name":"the_geom","properties":{"IDNO":391,"Latitude":"N","UTM Zone":28,"Northing":980780,"Easting":824325,"y":8.861055597,"x":-12.05164888,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"3","Locality":"Magburuka","Name of fa":"African Muslim Agency (AMA)","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.345","geometry":{"type":"Point","coordinates":[-12.055744,8.862389]},"geometry_name":"the_geom","properties":{"IDNO":470,"Latitude":"N","UTM Zone":28,"Northing":980924,"Easting":823873,"y":8.862388878,"x":-12.0557438,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Makama","Name of fa":"Makama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.346","geometry":{"type":"Point","coordinates":[-12.126348,8.864793]},"geometry_name":"the_geom","properties":{"IDNO":465,"Latitude":"N","UTM Zone":28,"Northing":981129,"Easting":816098,"y":8.864792998,"x":-12.12634836,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Makarie","Name of fa":"Makarie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.347","geometry":{"type":"Point","coordinates":[-12.028609,8.870728]},"geometry_name":"the_geom","properties":{"IDNO":466,"Latitude":"N","UTM Zone":28,"Northing":981871,"Easting":826853,"y":8.870727798,"x":-12.02860939,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Teko Barracks","Name of fa":"Teko Barracks Clinic","Type of fa":"Military Hosp."}},{"type":"Feature","id":"sl_fac.348","geometry":{"type":"Point","coordinates":[-12.441957,8.875274]},"geometry_name":"the_geom","properties":{"IDNO":483,"Latitude":"N","UTM Zone":28,"Northing":982034,"Easting":781350,"y":8.875274482,"x":-12.44195674,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Masambai","Name of fa":"Masambai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.349","geometry":{"type":"Point","coordinates":[-12.266547,8.874442]},"geometry_name":"the_geom","properties":{"IDNO":454,"Latitude":"N","UTM Zone":28,"Northing":982080,"Easting":800657,"y":8.874442039,"x":-12.2665466,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Tonkomba","Name of fa":"Tonkomba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.350","geometry":{"type":"Point","coordinates":[-13.094108,8.883136]},"geometry_name":"the_geom","properties":{"IDNO":79,"Latitude":"N","UTM Zone":28,"Northing":982471,"Easting":709588,"y":8.883136097,"x":-13.0941084,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Kalainkay","Name of fa":"Kalainkay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.351","geometry":{"type":"Point","coordinates":[-12.108275,8.877183]},"geometry_name":"the_geom","properties":{"IDNO":382,"Latitude":"N","UTM Zone":28,"Northing":982516,"Easting":818077,"y":8.877183205,"x":-12.1082748,"District":"Bombali","Chiefdom":"Makani Gbanti","Ward":"1","Locality":"Masongbo","Name of fa":"Masongbo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.352","geometry":{"type":"Point","coordinates":[-12.052058,8.884908]},"geometry_name":"the_geom","properties":{"IDNO":467,"Latitude":"N","UTM Zone":28,"Northing":983420,"Easting":824259,"y":8.884907676,"x":-12.05205787,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"20 Lady's Mile","Name of fa":"Sabib Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.353","geometry":{"type":"Point","coordinates":[-12.043741,8.88673]},"geometry_name":"the_geom","properties":{"IDNO":387,"Latitude":"N","UTM Zone":28,"Northing":983629,"Easting":825173,"y":8.886729524,"x":-12.04374084,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"2","Locality":"Mabanta Road","Name of fa":"Red Cross SL","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.354","geometry":{"type":"Point","coordinates":[-12.043713,8.886756]},"geometry_name":"the_geom","properties":{"IDNO":388,"Latitude":"N","UTM Zone":28,"Northing":983632,"Easting":825176,"y":8.886756406,"x":-12.04371338,"District":"Bombali","Chiefdom":"Bombali Shebro","Ward":"3","Locality":"Station Road","Name of fa":"Loreto Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.355","geometry":{"type":"Point","coordinates":[-12.045679,8.887459]},"geometry_name":"the_geom","properties":{"IDNO":383,"Latitude":"N","UTM Zone":28,"Northing":983708,"Easting":824959,"y":8.887458617,"x":-12.04567889,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"2","Locality":"Mabanta Rd","Name of fa":"Govt Hospital Makeni","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.356","geometry":{"type":"Point","coordinates":[-12.032641,8.88889]},"geometry_name":"the_geom","properties":{"IDNO":468,"Latitude":"N","UTM Zone":28,"Northing":983878,"Easting":826393,"y":8.888890245,"x":-12.03264149,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Arabic College Area","Name of fa":"Tonko Maternity","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.357","geometry":{"type":"Point","coordinates":[-12.040752,8.890175]},"geometry_name":"the_geom","properties":{"IDNO":469,"Latitude":"N","UTM Zone":28,"Northing":984013,"Easting":825499,"y":8.890174579,"x":-12.04075192,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"1","Locality":"Masuba Road","Name of fa":"City Garden","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.358","geometry":{"type":"Point","coordinates":[-12.855485,8.895848]},"geometry_name":"the_geom","properties":{"IDNO":509,"Latitude":"N","UTM Zone":28,"Northing":984021,"Easting":735832,"y":8.895848204,"x":-12.85548511,"District":"Port Loko","Chiefdom":"BKM","Ward":"3","Locality":"Bureh","Name of fa":"Bureh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.359","geometry":{"type":"Point","coordinates":[-12.061159,8.89068]},"geometry_name":"the_geom","properties":{"IDNO":464,"Latitude":"N","UTM Zone":28,"Northing":984051,"Easting":823252,"y":8.890680147,"x":-12.06115908,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Stocco Area","Name of fa":"Dr Stocco Leprosy and TB Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.360","geometry":{"type":"Point","coordinates":[-12.036555,8.89137]},"geometry_name":"the_geom","properties":{"IDNO":389,"Latitude":"N","UTM Zone":28,"Northing":984149,"Easting":825960,"y":8.89136962,"x":-12.03655474,"District":"Bombali","Chiefdom":"Makorie Gbanti","Ward":"1","Locality":"Masuba","Name of fa":"Masuba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.361","geometry":{"type":"Point","coordinates":[-12.03624,8.892144]},"geometry_name":"the_geom","properties":{"IDNO":390,"Latitude":"N","UTM Zone":28,"Northing":984235,"Easting":825994,"y":8.892143984,"x":-12.03623966,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"1","Locality":"Masuba","Name of fa":"Holy Spirit Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.362","geometry":{"type":"Point","coordinates":[-12.720204,8.898965]},"geometry_name":"the_geom","properties":{"IDNO":508,"Latitude":"N","UTM Zone":28,"Northing":984455,"Easting":750714,"y":8.898965226,"x":-12.72020423,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Romeni","Name of fa":"Romeni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.363","geometry":{"type":"Point","coordinates":[-12.936338,8.902118]},"geometry_name":"the_geom","properties":{"IDNO":78,"Latitude":"N","UTM Zone":28,"Northing":984664,"Easting":726933,"y":8.902118462,"x":-12.93633794,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Mayaki I","Name of fa":"Mayaki MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.364","geometry":{"type":"Point","coordinates":[-12.682672,8.901291]},"geometry_name":"the_geom","properties":{"IDNO":539,"Latitude":"N","UTM Zone":28,"Northing":984738,"Easting":754842,"y":8.901290621,"x":-12.68267227,"District":"Port Loko","Chiefdom":"Dibia","Ward":"2","Locality":"Maboronor","Name of fa":"Maboronor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.365","geometry":{"type":"Point","coordinates":[-13.028786,8.907032]},"geometry_name":"the_geom","properties":{"IDNO":80,"Latitude":"N","UTM Zone":28,"Northing":985152,"Easting":716760,"y":8.907032173,"x":-13.02878609,"District":"Kambia","Chiefdom":"Mombolo","Ward":" ","Locality":"Mambolo","Name of fa":"Mambolo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.366","geometry":{"type":"Point","coordinates":[-12.57485,8.916607]},"geometry_name":"the_geom","properties":{"IDNO":540,"Latitude":"N","UTM Zone":28,"Northing":986509,"Easting":766695,"y":8.916606821,"x":-12.57484993,"District":"Port Loko","Chiefdom":"Dibia","Ward":"1","Locality":"Kareneh","Name of fa":"Kareneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.367","geometry":{"type":"Point","coordinates":[-12.210619,8.915451]},"geometry_name":"the_geom","properties":{"IDNO":460,"Latitude":"N","UTM Zone":28,"Northing":986665,"Easting":806779,"y":8.915451354,"x":-12.21061888,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Magbaikoli","Name of fa":"Magbaikoli MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.368","geometry":{"type":"Point","coordinates":[-12.03102,8.916447]},"geometry_name":"the_geom","properties":{"IDNO":426,"Latitude":"N","UTM Zone":28,"Northing":986930,"Easting":826547,"y":8.916447437,"x":-12.0310202,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Panlap","Name of fa":"Panlap MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.369","geometry":{"type":"Point","coordinates":[-12.856709,8.924392]},"geometry_name":"the_geom","properties":{"IDNO":507,"Latitude":"N","UTM Zone":28,"Northing":987178,"Easting":735679,"y":8.92439159,"x":-12.8567094,"District":"Port Loko","Chiefdom":"BKM","Ward":"1","Locality":"Mange","Name of fa":"Mange CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.370","geometry":{"type":"Point","coordinates":[-13.143597,8.928038]},"geometry_name":"the_geom","properties":{"IDNO":108,"Latitude":"N","UTM Zone":28,"Northing":987410,"Easting":704119,"y":8.928037602,"x":-13.14359739,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Kychum","Name of fa":"Kychom CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.371","geometry":{"type":"Point","coordinates":[-12.088178,8.921274]},"geometry_name":"the_geom","properties":{"IDNO":427,"Latitude":"N","UTM Zone":28,"Northing":987414,"Easting":820251,"y":8.92127435,"x":-12.08817776,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Mangay Loko","Name of fa":"Mangay Loko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.372","geometry":{"type":"Point","coordinates":[-12.657151,8.925777]},"geometry_name":"the_geom","properties":{"IDNO":538,"Latitude":"N","UTM Zone":28,"Northing":987465,"Easting":757633,"y":8.925776677,"x":-12.65715055,"District":"Port Loko","Chiefdom":"Dibia","Ward":"2","Locality":"Gbombana","Name of fa":"Gbombana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.373","geometry":{"type":"Point","coordinates":[-12.145221,8.929706]},"geometry_name":"the_geom","properties":{"IDNO":428,"Latitude":"N","UTM Zone":28,"Northing":988298,"Easting":813965,"y":8.929705635,"x":-12.14522068,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Puntung","Name of fa":"Puntung MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.374","geometry":{"type":"Point","coordinates":[-12.524636,8.937304]},"geometry_name":"the_geom","properties":{"IDNO":543,"Latitude":"N","UTM Zone":28,"Northing":988836,"Easting":772205,"y":8.937303794,"x":-12.52463553,"District":"Port Loko","Chiefdom":"TMS","Ward":"2","Locality":"Maron","Name of fa":"Maron","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.375","geometry":{"type":"Point","coordinates":[-12.320985,8.93676]},"geometry_name":"the_geom","properties":{"IDNO":455,"Latitude":"N","UTM Zone":28,"Northing":988933,"Easting":794615,"y":8.936759581,"x":-12.3209854,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Magbaingba","Name of fa":"Magbaingba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.376","geometry":{"type":"Point","coordinates":[-13.113669,8.941971]},"geometry_name":"the_geom","properties":{"IDNO":109,"Latitude":"N","UTM Zone":28,"Northing":988968,"Easting":707403,"y":8.941971408,"x":-13.11366895,"District":"Kambia","Chiefdom":"Samu","Ward":"1","Locality":"Kassirie","Name of fa":"Baptist Centre Kassirie","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.377","geometry":{"type":"Point","coordinates":[-12.223965,8.95152]},"geometry_name":"the_geom","properties":{"IDNO":425,"Latitude":"N","UTM Zone":28,"Northing":990646,"Easting":805280,"y":8.951519789,"x":-12.22396515,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Maharie","Name of fa":"Maharie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.378","geometry":{"type":"Point","coordinates":[-12.079112,8.954176]},"geometry_name":"the_geom","properties":{"IDNO":392,"Latitude":"N","UTM Zone":28,"Northing":991064,"Easting":821220,"y":8.954176335,"x":-12.07911232,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"1","Locality":"Kunsho","Name of fa":"Kunsho CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.379","geometry":{"type":"Point","coordinates":[-12.671709,8.960448]},"geometry_name":"the_geom","properties":{"IDNO":511,"Latitude":"N","UTM Zone":28,"Northing":991291,"Easting":756007,"y":8.960447754,"x":-12.67170878,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Kagbanthama","Name of fa":"Kagbanthama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.380","geometry":{"type":"Point","coordinates":[-13.035035,8.965771]},"geometry_name":"the_geom","properties":{"IDNO":106,"Latitude":"N","UTM Zone":28,"Northing":991646,"Easting":716038,"y":8.965771192,"x":-13.03503469,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Koya","Name of fa":"Koya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.381","geometry":{"type":"Point","coordinates":[-12.598744,8.967779]},"geometry_name":"the_geom","properties":{"IDNO":541,"Latitude":"N","UTM Zone":28,"Northing":992154,"Easting":764029,"y":8.967779162,"x":-12.5987437,"District":"Port Loko","Chiefdom":"Dibia","Ward":"1","Locality":"Gbinti","Name of fa":"Gbinti CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.382","geometry":{"type":"Point","coordinates":[-12.99797,8.971891]},"geometry_name":"the_geom","properties":{"IDNO":105,"Latitude":"N","UTM Zone":28,"Northing":992345,"Easting":720111,"y":8.971890722,"x":-12.99796964,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Rosinor","Name of fa":"Rosinor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.383","geometry":{"type":"Point","coordinates":[-12.629912,8.985975]},"geometry_name":"the_geom","properties":{"IDNO":510,"Latitude":"N","UTM Zone":28,"Northing":994145,"Easting":760587,"y":8.985975023,"x":-12.62991215,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Barmoi","Name of fa":"Barmoi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.384","geometry":{"type":"Point","coordinates":[-12.110346,8.994751]},"geometry_name":"the_geom","properties":{"IDNO":384,"Latitude":"N","UTM Zone":28,"Northing":995528,"Easting":817747,"y":8.994750763,"x":-12.11034558,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"2","Locality":"Tambiama","Name of fa":"Tambiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.385","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":385,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"1","Locality":"Kalangba","Name of fa":"Kalangba CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.386","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":381,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"3","Locality":"Mabenteh","Name of fa":"Mabenteh Community Hospital","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.387","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":84,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Gbalamuya","Name of fa":"Gbalamuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.388","geometry":{"type":"Point","coordinates":[-13.074669,9.005052]},"geometry_name":"the_geom","properties":{"IDNO":107,"Latitude":"N","UTM Zone":28,"Northing":995968,"Easting":711656,"y":9.00505193,"x":-13.07466906,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Mafufuneh","Name of fa":"Mafufuneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.389","geometry":{"type":"Point","coordinates":[-13.110696,9.008656]},"geometry_name":"the_geom","properties":{"IDNO":110,"Latitude":"N","UTM Zone":28,"Northing":996346,"Easting":707692,"y":9.00865623,"x":-13.11069628,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Bapuya","Name of fa":"Bapuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.390","geometry":{"type":"Point","coordinates":[-12.948669,9.013093]},"geometry_name":"the_geom","properties":{"IDNO":104,"Latitude":"N","UTM Zone":28,"Northing":996933,"Easting":725508,"y":9.013093055,"x":-12.94866879,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Rokupr","Name of fa":"Ahamadyya Mission Cl","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.391","geometry":{"type":"Point","coordinates":[-12.826502,9.013248]},"geometry_name":"the_geom","properties":{"IDNO":506,"Latitude":"N","UTM Zone":28,"Northing":997028,"Easting":738944,"y":9.013248382,"x":-12.82650197,"District":"Port Loko","Chiefdom":"BKM","Ward":"3","Locality":"Minthomore","Name of fa":"Minthomore CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.392","geometry":{"type":"Point","coordinates":[-12.859403,9.013858]},"geometry_name":"the_geom","properties":{"IDNO":90,"Latitude":"N","UTM Zone":28,"Northing":997074,"Easting":735325,"y":9.013857639,"x":-12.85940299,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Menicurve MCHP","Name of fa":"Menicurve MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.393","geometry":{"type":"Point","coordinates":[-12.944259,9.016259]},"geometry_name":"the_geom","properties":{"IDNO":92,"Latitude":"N","UTM Zone":28,"Northing":997286,"Easting":725991,"y":9.016259322,"x":-12.94425908,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Rokupr","Name of fa":"Rokupr CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.394","geometry":{"type":"Point","coordinates":[-12.043181,9.016637]},"geometry_name":"the_geom","properties":{"IDNO":451,"Latitude":"N","UTM Zone":28,"Northing":998010,"Easting":825119,"y":9.0166366,"x":-12.04318147,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Maselleh","Name of fa":"Maselleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.395","geometry":{"type":"Point","coordinates":[-12.334704,9.021686]},"geometry_name":"the_geom","properties":{"IDNO":456,"Latitude":"N","UTM Zone":28,"Northing":998321,"Easting":793037,"y":9.021686121,"x":-12.33470409,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"2","Locality":"Mamaka","Name of fa":"Mamaka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.396","geometry":{"type":"Point","coordinates":[-12.677895,9.026636]},"geometry_name":"the_geom","properties":{"IDNO":549,"Latitude":"N","UTM Zone":28,"Northing":998610,"Easting":755280,"y":9.026635681,"x":-12.67789514,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Konneh","Name of fa":"Konneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.397","geometry":{"type":"Point","coordinates":[-12.504222,9.03312]},"geometry_name":"the_geom","properties":{"IDNO":458,"Latitude":"N","UTM Zone":28,"Northing":999454,"Easting":774379,"y":9.033119954,"x":-12.50422166,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Gbonkonka","Name of fa":"Gbonkonka CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.398","geometry":{"type":"Point","coordinates":[-12.906198,9.038199]},"geometry_name":"the_geom","properties":{"IDNO":94,"Latitude":"N","UTM Zone":28,"Northing":999737,"Easting":730163,"y":9.038199336,"x":-12.90619765,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Barmoi Luma","Name of fa":"Barmoi Luma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.399","geometry":{"type":"Point","coordinates":[-13.270665,9.049053]},"geometry_name":"the_geom","properties":{"IDNO":85,"Latitude":"N","UTM Zone":28,"Northing":1000727,"Easting":690080,"y":9.049053398,"x":-13.27066543,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Mapotolon","Name of fa":"Mapotolon CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.400","geometry":{"type":"Point","coordinates":[-13.270265,9.049097]},"geometry_name":"the_geom","properties":{"IDNO":82,"Latitude":"N","UTM Zone":28,"Northing":1000732,"Easting":690124,"y":9.049096711,"x":-13.27026503,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Tawuya","Name of fa":"Tawuya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.401","geometry":{"type":"Point","coordinates":[-12.672198,9.064369]},"geometry_name":"the_geom","properties":{"IDNO":550,"Latitude":"N","UTM Zone":28,"Northing":1002789,"Easting":755880,"y":9.064368954,"x":-12.67219764,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Magbolontor","Name of fa":"Magbolonthor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.402","geometry":{"type":"Point","coordinates":[-12.886362,9.066803]},"geometry_name":"the_geom","properties":{"IDNO":93,"Latitude":"N","UTM Zone":28,"Northing":1002914,"Easting":732326,"y":9.066802741,"x":-12.88636216,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Mathuraneth","Name of fa":"Mathurane MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.403","geometry":{"type":"Point","coordinates":[-12.886317,9.066821]},"geometry_name":"the_geom","properties":{"IDNO":95,"Latitude":"N","UTM Zone":28,"Northing":1002916,"Easting":732331,"y":9.066820555,"x":-12.88631658,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Senthai","Name of fa":"Senthai MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.404","geometry":{"type":"Point","coordinates":[-12.630478,9.070499]},"geometry_name":"the_geom","properties":{"IDNO":551,"Latitude":"N","UTM Zone":28,"Northing":1003497,"Easting":760464,"y":9.070498905,"x":-12.6304782,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Sendugu","Name of fa":"Sendugu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.405","geometry":{"type":"Point","coordinates":[-13.035495,9.075646]},"geometry_name":"the_geom","properties":{"IDNO":81,"Latitude":"N","UTM Zone":28,"Northing":1003800,"Easting":715922,"y":9.075645642,"x":-13.03549505,"District":"Kambia","Chiefdom":"Gbile Dixon","Ward":" ","Locality":"Magbengbeth","Name of fa":"Magbengbeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.406","geometry":{"type":"Point","coordinates":[-12.415485,9.073393]},"geometry_name":"the_geom","properties":{"IDNO":457,"Latitude":"N","UTM Zone":28,"Northing":1003979,"Easting":784109,"y":9.073392563,"x":-12.41548532,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Batkanu","Name of fa":"Batkanu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.407","geometry":{"type":"Point","coordinates":[-12.749959,9.091972]},"geometry_name":"the_geom","properties":{"IDNO":111,"Latitude":"N","UTM Zone":28,"Northing":1005789,"Easting":747309,"y":9.091972111,"x":-12.74995895,"District":"Kambia","Chiefdom":"Masungbala","Ward":" ","Locality":"Barmoi Munu","Name of fa":"Barmoi Munu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.408","geometry":{"type":"Point","coordinates":[-12.004771,9.089159]},"geometry_name":"the_geom","properties":{"IDNO":440,"Latitude":"N","UTM Zone":28,"Northing":1006073,"Easting":829280,"y":9.089158901,"x":-12.0047711,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Bumbanday","Name of fa":"Bumbanday MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.409","geometry":{"type":"Point","coordinates":[-12.051347,9.094003]},"geometry_name":"the_geom","properties":{"IDNO":447,"Latitude":"N","UTM Zone":28,"Northing":1006567,"Easting":824151,"y":9.094002856,"x":-12.05134665,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Madina Loko","Name of fa":"Madina Loko CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.410","geometry":{"type":"Point","coordinates":[-12.362709,9.103754]},"geometry_name":"the_geom","properties":{"IDNO":459,"Latitude":"N","UTM Zone":28,"Northing":1007381,"Easting":789890,"y":9.103754054,"x":-12.36270898,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"1","Locality":"Mateboi","Name of fa":"Mateboi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.411","geometry":{"type":"Point","coordinates":[-12.207408,9.107452]},"geometry_name":"the_geom","properties":{"IDNO":386,"Latitude":"N","UTM Zone":28,"Northing":1007919,"Easting":806970,"y":9.107452395,"x":-12.20740832,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"3","Locality":"Gbendembu","Name of fa":"Gbendembu Wesleyan CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.412","geometry":{"type":"Point","coordinates":[-12.923529,9.114084]},"geometry_name":"the_geom","properties":{"IDNO":97,"Latitude":"N","UTM Zone":28,"Northing":1008121,"Easting":728209,"y":9.114084133,"x":-12.92352918,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia II","Name of fa":"SLRCS","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.413","geometry":{"type":"Point","coordinates":[-12.913474,9.124313]},"geometry_name":"the_geom","properties":{"IDNO":96,"Latitude":"N","UTM Zone":28,"Northing":1009259,"Easting":729308,"y":9.124313189,"x":-12.91347418,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia Town I","Name of fa":"Underfives Kambia","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.414","geometry":{"type":"Point","coordinates":[-12.913325,9.124972]},"geometry_name":"the_geom","properties":{"IDNO":98,"Latitude":"N","UTM Zone":28,"Northing":1009332,"Easting":729324,"y":9.124972197,"x":-12.91332482,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia Town I","Name of fa":"Kambia GH","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.415","geometry":{"type":"Point","coordinates":[-12.114942,9.122502]},"geometry_name":"the_geom","properties":{"IDNO":424,"Latitude":"N","UTM Zone":28,"Northing":1009665,"Easting":817129,"y":9.122501594,"x":-12.11494165,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Kortohun","Name of fa":"Kortohun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.416","geometry":{"type":"Point","coordinates":[-12.844913,9.133647]},"geometry_name":"the_geom","properties":{"IDNO":103,"Latitude":"N","UTM Zone":28,"Northing":1010336,"Easting":736840,"y":9.133647049,"x":-12.84491312,"District":"Kambia","Chiefdom":"Masungbala","Ward":" ","Locality":"Kawula","Name of fa":"Kawula CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.417","geometry":{"type":"Point","coordinates":[-12.238399,9.134451]},"geometry_name":"the_geom","properties":{"IDNO":423,"Latitude":"N","UTM Zone":28,"Northing":1010881,"Easting":803538,"y":9.134451393,"x":-12.23839922,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Mabunduka","Name of fa":"Mabunduka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.418","geometry":{"type":"Point","coordinates":[-12.347533,9.166767]},"geometry_name":"the_geom","properties":{"IDNO":418,"Latitude":"N","UTM Zone":28,"Northing":1014367,"Easting":791508,"y":9.166767124,"x":-12.34753282,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"1","Locality":"Masorie","Name of fa":"Masorie MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.419","geometry":{"type":"Point","coordinates":[-12.573142,9.171556]},"geometry_name":"the_geom","properties":{"IDNO":548,"Latitude":"N","UTM Zone":28,"Northing":1014721,"Easting":766695,"y":9.171555771,"x":-12.57314183,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"2","Locality":"Gbagbodo","Name of fa":"Gbagbodo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.420","geometry":{"type":"Point","coordinates":[-12.013368,9.172218]},"geometry_name":"the_geom","properties":{"IDNO":442,"Latitude":"N","UTM Zone":28,"Northing":1015260,"Easting":828258,"y":9.172218258,"x":-12.01336757,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Karina","Name of fa":"Karina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.421","geometry":{"type":"Point","coordinates":[-12.211202,9.194531]},"geometry_name":"the_geom","properties":{"IDNO":393,"Latitude":"N","UTM Zone":28,"Northing":1017554,"Easting":806478,"y":9.194531492,"x":-12.21120203,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Rokulan","Name of fa":"Rokulan CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.422","geometry":{"type":"Point","coordinates":[-12.710671,9.21479]},"geometry_name":"the_geom","properties":{"IDNO":101,"Latitude":"N","UTM Zone":28,"Northing":1019405,"Easting":751543,"y":9.214789763,"x":-12.71067118,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Masselleh","Name of fa":"Masselleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.423","geometry":{"type":"Point","coordinates":[-12.22407,9.211725]},"geometry_name":"the_geom","properties":{"IDNO":419,"Latitude":"N","UTM Zone":28,"Northing":1019446,"Easting":805048,"y":9.211725079,"x":-12.22407039,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Rogbin","Name of fa":"Rogbin MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.424","geometry":{"type":"Point","coordinates":[-12.919228,9.217062]},"geometry_name":"the_geom","properties":{"IDNO":83,"Latitude":"N","UTM Zone":28,"Northing":1019516,"Easting":728616,"y":9.217062362,"x":-12.91922779,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Mafaray","Name of fa":"Mafaray CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.425","geometry":{"type":"Point","coordinates":[-12.480884,9.222486]},"geometry_name":"the_geom","properties":{"IDNO":547,"Latitude":"N","UTM Zone":28,"Northing":1020427,"Easting":776800,"y":9.222485758,"x":-12.48088399,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"2","Locality":"Kantia","Name of fa":"Kantia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.426","geometry":{"type":"Point","coordinates":[-12.140509,9.2205]},"geometry_name":"the_geom","properties":{"IDNO":420,"Latitude":"N","UTM Zone":28,"Northing":1020490,"Easting":814230,"y":9.220500025,"x":-12.14050902,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"1","Locality":"Kagbere","Name of fa":"Kagbere CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.427","geometry":{"type":"Point","coordinates":[-12.060998,9.236605]},"geometry_name":"the_geom","properties":{"IDNO":421,"Latitude":"N","UTM Zone":28,"Northing":1022344,"Easting":822960,"y":9.23660452,"x":-12.06099823,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"2","Locality":"Hunduwa","Name of fa":"Hunduwa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.428","geometry":{"type":"Point","coordinates":[-12.316085,9.239758]},"geometry_name":"the_geom","properties":{"IDNO":416,"Latitude":"N","UTM Zone":28,"Northing":1022471,"Easting":794906,"y":9.239757939,"x":-12.31608475,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Gbonkobana","Name of fa":"Gbonkobana CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.429","geometry":{"type":"Point","coordinates":[-12.831908,9.251517]},"geometry_name":"the_geom","properties":{"IDNO":89,"Latitude":"N","UTM Zone":28,"Northing":1023385,"Easting":738191,"y":9.25151676,"x":-12.83190818,"District":"Kambia","Chiefdom":"Braimaia","Ward":" ","Locality":"Kanku Bramaia","Name of fa":"Kanku-Bramaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.430","geometry":{"type":"Point","coordinates":[-12.373889,9.248672]},"geometry_name":"the_geom","properties":{"IDNO":417,"Latitude":"N","UTM Zone":28,"Northing":1023410,"Easting":788543,"y":9.248671769,"x":-12.37388865,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Gboronoh Makarankay","Name of fa":"Gborongoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.431","geometry":{"type":"Point","coordinates":[-12.77017,9.251445]},"geometry_name":"the_geom","properties":{"IDNO":100,"Latitude":"N","UTM Zone":28,"Northing":1023419,"Easting":744977,"y":9.251444511,"x":-12.77016961,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Sella Kafta","Name of fa":"Sella Kafta MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.432","geometry":{"type":"Point","coordinates":[-12.26583,9.249081]},"geometry_name":"the_geom","properties":{"IDNO":415,"Latitude":"N","UTM Zone":28,"Northing":1023545,"Easting":800424,"y":9.249080924,"x":-12.26582994,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Gbanti","Name of fa":"Gbanti CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.433","geometry":{"type":"Point","coordinates":[-12.164021,9.251503]},"geometry_name":"the_geom","properties":{"IDNO":414,"Latitude":"N","UTM Zone":28,"Northing":1023901,"Easting":811617,"y":9.251503239,"x":-12.16402058,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Royema","Name of fa":"Royeama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.434","geometry":{"type":"Point","coordinates":[-12.576612,9.25615]},"geometry_name":"the_geom","properties":{"IDNO":74,"Latitude":"N","UTM Zone":28,"Northing":1024079,"Easting":766250,"y":9.256149678,"x":-12.57661202,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kamagbew","Name of fa":"Kamagbew MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.435","geometry":{"type":"Point","coordinates":[-12.208834,9.25978]},"geometry_name":"the_geom","properties":{"IDNO":394,"Latitude":"N","UTM Zone":28,"Northing":1024778,"Easting":806682,"y":9.259779849,"x":-12.20883377,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Makaiba","Name of fa":"Makaiba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.436","geometry":{"type":"Point","coordinates":[-12.718957,9.264498]},"geometry_name":"the_geom","properties":{"IDNO":99,"Latitude":"N","UTM Zone":28,"Northing":1024899,"Easting":750597,"y":9.264497936,"x":-12.71895653,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Numea","Name of fa":"Nuema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.437","geometry":{"type":"Point","coordinates":[-12.093455,9.283548]},"geometry_name":"the_geom","properties":{"IDNO":422,"Latitude":"N","UTM Zone":28,"Northing":1027511,"Easting":819348,"y":9.283547736,"x":-12.09345506,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"1","Locality":"Mambiana","Name of fa":"Mambiama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.438","geometry":{"type":"Point","coordinates":[-12.670063,9.288268]},"geometry_name":"the_geom","properties":{"IDNO":102,"Latitude":"N","UTM Zone":28,"Northing":1027564,"Easting":755954,"y":9.288268026,"x":-12.67006322,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Madina","Name of fa":"Madina CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.439","geometry":{"type":"Point","coordinates":[-12.206142,9.297641]},"geometry_name":"the_geom","properties":{"IDNO":395,"Latitude":"N","UTM Zone":28,"Northing":1028971,"Easting":806945,"y":9.297641157,"x":-12.20614209,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Kamaranka","Name of fa":"Kamaranka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.440","geometry":{"type":"Point","coordinates":[-12.255945,9.299303]},"geometry_name":"the_geom","properties":{"IDNO":412,"Latitude":"N","UTM Zone":28,"Northing":1029112,"Easting":801468,"y":9.299303173,"x":-12.25594489,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Gbenkfay","Name of fa":"Gbenkfay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.441","geometry":{"type":"Point","coordinates":[-12.779629,9.308238]},"geometry_name":"the_geom","properties":{"IDNO":88,"Latitude":"N","UTM Zone":28,"Northing":1029696,"Easting":743898,"y":9.308237789,"x":-12.77962876,"District":"Kambia","Chiefdom":"Braimaia","Ward":" ","Locality":"Shekaiah","Name of fa":"Shekaiah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.442","geometry":{"type":"Point","coordinates":[-12.294811,9.340658]},"geometry_name":"the_geom","properties":{"IDNO":413,"Latitude":"N","UTM Zone":28,"Northing":1033656,"Easting":797160,"y":9.340657583,"x":-12.29481108,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Kambia","Name of fa":"Kambia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.443","geometry":{"type":"Point","coordinates":[-12.737913,9.348529]},"geometry_name":"the_geom","properties":{"IDNO":87,"Latitude":"N","UTM Zone":28,"Northing":1034183,"Easting":748454,"y":9.348529207,"x":-12.737913,"District":"Kambia","Chiefdom":"Bramaiah","Ward":" ","Locality":"Gbolon","Name of fa":"Gbolon MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.444","geometry":{"type":"Point","coordinates":[-12.318224,9.357714]},"geometry_name":"the_geom","properties":{"IDNO":409,"Latitude":"N","UTM Zone":28,"Northing":1035524,"Easting":794572,"y":9.357714019,"x":-12.31822373,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"2","Locality":"Madina Fullah","Name of fa":"Madina Fullah CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.445","geometry":{"type":"Point","coordinates":[-12.670362,9.388418]},"geometry_name":"the_geom","properties":{"IDNO":86,"Latitude":"N","UTM Zone":28,"Northing":1038645,"Easting":755848,"y":9.38841765,"x":-12.67036209,"District":"Kambia","Chiefdom":"Bramaia","Ward":" ","Locality":"Kukuna","Name of fa":"Kukuna CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.446","geometry":{"type":"Point","coordinates":[-12.149774,9.39114]},"geometry_name":"the_geom","properties":{"IDNO":410,"Latitude":"N","UTM Zone":28,"Northing":1039370,"Easting":813059,"y":9.391140366,"x":-12.14977399,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"1","Locality":"Maharibo","Name of fa":"Maharibo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.447","geometry":{"type":"Point","coordinates":[-12.545686,9.395054]},"geometry_name":"the_geom","properties":{"IDNO":75,"Latitude":"N","UTM Zone":28,"Northing":1039473,"Easting":769543,"y":9.395054176,"x":-12.54568561,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kamassasa","Name of fa":"Kamassassa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.448","geometry":{"type":"Point","coordinates":[-12.244049,9.400863]},"geometry_name":"the_geom","properties":{"IDNO":396,"Latitude":"N","UTM Zone":28,"Northing":1040363,"Easting":802688,"y":9.400863003,"x":-12.2440486,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"2","Locality":"Kamalo","Name of fa":"Kamalo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.449","geometry":{"type":"Point","coordinates":[-12.280665,9.445655]},"geometry_name":"the_geom","properties":{"IDNO":408,"Latitude":"N","UTM Zone":28,"Northing":1045289,"Easting":798625,"y":9.445655266,"x":-12.2806645,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Masankorie","Name of fa":"Masankorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.450","geometry":{"type":"Point","coordinates":[-12.106172,9.454437]},"geometry_name":"the_geom","properties":{"IDNO":411,"Latitude":"N","UTM Zone":28,"Northing":1046416,"Easting":817794,"y":9.454437059,"x":-12.10617163,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"1","Locality":"Laiya","Name of fa":"Laiya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.451","geometry":{"type":"Point","coordinates":[-12.294947,9.463602]},"geometry_name":"the_geom","properties":{"IDNO":407,"Latitude":"N","UTM Zone":28,"Northing":1047263,"Easting":797040,"y":9.463601506,"x":-12.29494729,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kamabaio","Name of fa":"Kamabaio MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.452","geometry":{"type":"Point","coordinates":[-12.372611,9.486323]},"geometry_name":"the_geom","properties":{"IDNO":405,"Latitude":"N","UTM Zone":28,"Northing":1049712,"Easting":788487,"y":9.486322688,"x":-12.37261124,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kamawornie","Name of fa":"Kamawornie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.453","geometry":{"type":"Point","coordinates":[-12.237024,9.496812]},"geometry_name":"the_geom","properties":{"IDNO":398,"Latitude":"N","UTM Zone":28,"Northing":1050989,"Easting":803376,"y":9.496811991,"x":-12.23702351,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kamakwie","Name of fa":"Kamakwie Wesleyan Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.454","geometry":{"type":"Point","coordinates":[-12.237678,9.498064]},"geometry_name":"the_geom","properties":{"IDNO":397,"Latitude":"N","UTM Zone":28,"Northing":1051127,"Easting":803303,"y":9.498063988,"x":-12.23767782,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kamakwie","Name of fa":"Kamakwie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.455","geometry":{"type":"Point","coordinates":[-12.393698,9.511754]},"geometry_name":"the_geom","properties":{"IDNO":406,"Latitude":"N","UTM Zone":28,"Northing":1052509,"Easting":786149,"y":9.511754394,"x":-12.39369805,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Samaya","Name of fa":"Samaya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.456","geometry":{"type":"Point","coordinates":[-12.286532,9.516473]},"geometry_name":"the_geom","properties":{"IDNO":403,"Latitude":"N","UTM Zone":28,"Northing":1053122,"Easting":797919,"y":9.516473332,"x":-12.28653206,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kaponkie","Name of fa":"Kaponkie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.457","geometry":{"type":"Point","coordinates":[-12.311543,9.518917]},"geometry_name":"the_geom","properties":{"IDNO":404,"Latitude":"N","UTM Zone":28,"Northing":1053371,"Easting":795169,"y":9.518917497,"x":-12.31154258,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kagboray","Name of fa":"Kagboray MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.458","geometry":{"type":"Point","coordinates":[-12.169884,9.546034]},"geometry_name":"the_geom","properties":{"IDNO":402,"Latitude":"N","UTM Zone":28,"Northing":1056497,"Easting":810709,"y":9.546033662,"x":-12.16988432,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kathanta Yimbor","Name of fa":"Kathanta Yimbor CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.459","geometry":{"type":"Point","coordinates":[-12.218374,9.583432]},"geometry_name":"the_geom","properties":{"IDNO":399,"Latitude":"N","UTM Zone":28,"Northing":1060593,"Easting":805348,"y":9.58343237,"x":-12.2183744,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kabba Ferry","Name of fa":"Kabba Ferry MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.460","geometry":{"type":"Point","coordinates":[-12.224972,9.673977]},"geometry_name":"the_geom","properties":{"IDNO":400,"Latitude":"N","UTM Zone":28,"Northing":1070609,"Easting":804542,"y":9.673976762,"x":-12.22497171,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Fintonia","Name of fa":"Fintonia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.461","geometry":{"type":"Point","coordinates":[-12.378643,9.8371]},"geometry_name":"the_geom","properties":{"IDNO":401,"Latitude":"N","UTM Zone":28,"Northing":1088528,"Easting":787526,"y":9.837099682,"x":-12.37864277,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Sanya","Name of fa":"Sanya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.462","geometry":{"type":"Point","coordinates":[-10.97095,8.645243]},"geometry_name":"the_geom","properties":{"IDNO":1,"Latitude":"N","UTM Zone":29,"Northing":956193,"Easting":283117,"y":8.645242551,"x":-10.97094981,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"EM and BEE Maternity Home","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.463","geometry":{"type":"Point","coordinates":[-10.981539,8.644709]},"geometry_name":"the_geom","properties":{"IDNO":2,"Latitude":"N","UTM Zone":29,"Northing":956140,"Easting":281951,"y":8.644708662,"x":-10.98153914,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koidu","Name of fa":"The White House Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.464","geometry":{"type":"Point","coordinates":[-10.962122,8.622751]},"geometry_name":"the_geom","properties":{"IDNO":3,"Latitude":"N","UTM Zone":29,"Northing":953700,"Easting":284076,"y":8.622750856,"x":-10.96212183,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Swaray Town","Name of fa":"Swarray Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.465","geometry":{"type":"Point","coordinates":[-10.947504,8.648807]},"geometry_name":"the_geom","properties":{"IDNO":4,"Latitude":"N","UTM Zone":29,"Northing":956574,"Easting":285700,"y":8.648807091,"x":-10.94750355,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koeyor","Name of fa":"Koeyor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.466","geometry":{"type":"Point","coordinates":[-10.945607,8.666834]},"geometry_name":"the_geom","properties":{"IDNO":5,"Latitude":"N","UTM Zone":29,"Northing":958567,"Easting":285919,"y":8.666833953,"x":-10.9456067,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Boroma","Name of fa":"Boroma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.467","geometry":{"type":"Point","coordinates":[-10.994476,8.622421]},"geometry_name":"the_geom","properties":{"IDNO":6,"Latitude":"N","UTM Zone":29,"Northing":953682,"Easting":280514,"y":8.622421056,"x":-10.99447587,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koakoyima","Name of fa":"Koakoyima CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.468","geometry":{"type":"Point","coordinates":[-11.022423,8.611716]},"geometry_name":"the_geom","properties":{"IDNO":7,"Latitude":"N","UTM Zone":29,"Northing":952514,"Easting":277431,"y":8.611715982,"x":-11.02242316,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Motema","Name of fa":"Motema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.469","geometry":{"type":"Point","coordinates":[-11.039424,8.609547]},"geometry_name":"the_geom","properties":{"IDNO":8,"Latitude":"N","UTM Zone":29,"Northing":952284,"Easting":275558,"y":8.609546807,"x":-11.03942409,"District":"Kono","Chiefdom":"Nimikoro","Ward":"3","Locality":"Ngaiya","Name of fa":"Ngaiya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.470","geometry":{"type":"Point","coordinates":[-11.042651,8.616698]},"geometry_name":"the_geom","properties":{"IDNO":9,"Latitude":"N","UTM Zone":29,"Northing":953077,"Easting":275207,"y":8.616698156,"x":-11.04265059,"District":"Kono","Chiefdom":"Nimikoro","Ward":"3","Locality":"Yengema","Name of fa":"Yengema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.471","geometry":{"type":"Point","coordinates":[-11.064393,8.684677]},"geometry_name":"the_geom","properties":{"IDNO":10,"Latitude":"N","UTM Zone":29,"Northing":960610,"Easting":272854,"y":8.684677043,"x":-11.06439333,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Masundu","Name of fa":"Mansadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.472","geometry":{"type":"Point","coordinates":[-11.05883,8.69409]},"geometry_name":"the_geom","properties":{"IDNO":11,"Latitude":"N","UTM Zone":29,"Northing":961648,"Easting":273472,"y":8.694090325,"x":-11.0588304,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Samiquidu","Name of fa":"Samiquidu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.473","geometry":{"type":"Point","coordinates":[-11.096967,8.728006]},"geometry_name":"the_geom","properties":{"IDNO":12,"Latitude":"N","UTM Zone":29,"Northing":965423,"Easting":269295,"y":8.728005517,"x":-11.09696652,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Seidu","Name of fa":"Seidu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.474","geometry":{"type":"Point","coordinates":[-11.101854,8.739332]},"geometry_name":"the_geom","properties":{"IDNO":13,"Latitude":"N","UTM Zone":29,"Northing":966679,"Easting":268764,"y":8.739331853,"x":-11.10185435,"District":"Kono","Chiefdom":"Sandor","Ward":"1","Locality":"Yormandu","Name of fa":"Yormandu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.475","geometry":{"type":"Point","coordinates":[-10.85699,8.78419]},"geometry_name":"the_geom","properties":{"IDNO":14,"Latitude":"N","UTM Zone":29,"Northing":971499,"Easting":295737,"y":8.784189657,"x":-10.85698973,"District":"Kono","Chiefdom":"Gbense","Ward":"2","Locality":"Gbangadu","Name of fa":"Gbangadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.476","geometry":{"type":"Point","coordinates":[-10.947766,8.715495]},"geometry_name":"the_geom","properties":{"IDNO":15,"Latitude":"N","UTM Zone":29,"Northing":963951,"Easting":285709,"y":8.715495438,"x":-10.94776582,"District":"Kono","Chiefdom":"Gbense","Ward":"3","Locality":"Kwidadu","Name of fa":"Kwidadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.477","geometry":{"type":"Point","coordinates":[-10.991949,8.795459]},"geometry_name":"the_geom","properties":{"IDNO":16,"Latitude":"N","UTM Zone":29,"Northing":972822,"Easting":280893,"y":8.795459334,"x":-10.99194887,"District":"Kono","Chiefdom":"Gbense","Ward":"3","Locality":"Koakor","Name of fa":"Koakor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.478","geometry":{"type":"Point","coordinates":[-11.01213,8.70197]},"geometry_name":"the_geom","properties":{"IDNO":17,"Latitude":"N","UTM Zone":29,"Northing":962492,"Easting":278617,"y":8.701970144,"x":-11.01213013,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Tombodu","Name of fa":"Tombodu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.479","geometry":{"type":"Point","coordinates":[-11.030632,8.759871]},"geometry_name":"the_geom","properties":{"IDNO":18,"Latitude":"N","UTM Zone":29,"Northing":968908,"Easting":276615,"y":8.759870738,"x":-11.03063204,"District":"Kono","Chiefdom":"Kamara","Ward":"2","Locality":"Sukudu","Name of fa":"Sukudu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.480","geometry":{"type":"Point","coordinates":[-11.047968,8.757978]},"geometry_name":"the_geom","properties":{"IDNO":19,"Latitude":"N","UTM Zone":29,"Northing":968709,"Easting":274706,"y":8.757978126,"x":-11.04796796,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Peyima","Name of fa":"Peyima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.481","geometry":{"type":"Point","coordinates":[-10.999447,8.652254]},"geometry_name":"the_geom","properties":{"IDNO":20,"Latitude":"N","UTM Zone":29,"Northing":956985,"Easting":279984,"y":8.652254147,"x":-10.99944728,"District":"Kono","Chiefdom":"Gbense","Ward":"4","Locality":"Small Sefiadu","Name of fa":"Small Sefiadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.482","geometry":{"type":"Point","coordinates":[-11.074009,8.615789]},"geometry_name":"the_geom","properties":{"IDNO":21,"Latitude":"N","UTM Zone":29,"Northing":952995,"Easting":271754,"y":8.615788502,"x":-11.07400929,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Bumpeh","Name of fa":"Bumpeh CHC (Nimikoro)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.483","geometry":{"type":"Point","coordinates":[-11.143415,8.640789]},"geometry_name":"the_geom","properties":{"IDNO":22,"Latitude":"N","UTM Zone":29,"Northing":955803,"Easting":264128,"y":8.640788645,"x":-11.14341516,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Njagbwama","Name of fa":"Njagbwema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.484","geometry":{"type":"Point","coordinates":[-11.20342,8.631942]},"geometry_name":"the_geom","properties":{"IDNO":23,"Latitude":"N","UTM Zone":29,"Northing":954862,"Easting":257516,"y":8.631941817,"x":-11.20342026,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Condama","Name of fa":"Condama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.485","geometry":{"type":"Point","coordinates":[-11.251069,8.694934]},"geometry_name":"the_geom","properties":{"IDNO":24,"Latitude":"N","UTM Zone":29,"Northing":961862,"Easting":252311,"y":8.694934079,"x":-11.25106906,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Massabendu","Name of fa":"Massabendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.486","geometry":{"type":"Point","coordinates":[-11.241139,8.542032]},"geometry_name":"the_geom","properties":{"IDNO":25,"Latitude":"N","UTM Zone":29,"Northing":944939,"Easting":253305,"y":8.542032372,"x":-11.24113854,"District":"Kono","Chiefdom":"Nimiyama","Ward":"3","Locality":"Jaiama Sewafe","Name of fa":"Jaiama Sewafe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.487","geometry":{"type":"Point","coordinates":[-11.214336,8.496667]},"geometry_name":"the_geom","properties":{"IDNO":26,"Latitude":"N","UTM Zone":29,"Northing":939903,"Easting":256228,"y":8.496667472,"x":-11.21433584,"District":"Kono","Chiefdom":"Nimiyama","Ward":"3","Locality":"Peya","Name of fa":"Peya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.488","geometry":{"type":"Point","coordinates":[-11.307757,8.573455]},"geometry_name":"the_geom","properties":{"IDNO":27,"Latitude":"N","UTM Zone":29,"Northing":948459,"Easting":245989,"y":8.573454727,"x":-11.30775709,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"NGO Town","Name of fa":"NGO Town CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.489","geometry":{"type":"Point","coordinates":[-11.268137,8.64184]},"geometry_name":"the_geom","properties":{"IDNO":28,"Latitude":"N","UTM Zone":29,"Northing":955999,"Easting":250397,"y":8.641840192,"x":-11.26813682,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Sania","Name of fa":"Sandia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.490","geometry":{"type":"Point","coordinates":[-11.211286,8.706584]},"geometry_name":"the_geom","properties":{"IDNO":29,"Latitude":"N","UTM Zone":29,"Northing":963125,"Easting":256698,"y":8.706583768,"x":-11.21128631,"District":"Kono","Chiefdom":"Sandor","Ward":"4","Locality":"Tefeya","Name of fa":"Tefeya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.491","geometry":{"type":"Point","coordinates":[-11.171513,8.817459]},"geometry_name":"the_geom","properties":{"IDNO":30,"Latitude":"N","UTM Zone":29,"Northing":975366,"Easting":261147,"y":8.817459497,"x":-11.17151334,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Bangambaya","Name of fa":"Bangambaya MCP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.492","geometry":{"type":"Point","coordinates":[-11.159901,8.890779]},"geometry_name":"the_geom","properties":{"IDNO":31,"Latitude":"N","UTM Zone":29,"Northing":983470,"Easting":262472,"y":8.890778602,"x":-11.1599006,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Kayima","Name of fa":"Kayima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.493","geometry":{"type":"Point","coordinates":[-11.099169,8.937516]},"geometry_name":"the_geom","properties":{"IDNO":32,"Latitude":"N","UTM Zone":29,"Northing":988602,"Easting":269183,"y":8.93751623,"x":-11.0991693,"District":"Kono","Chiefdom":"Sandor","Ward":"4","Locality":"Wordu","Name of fa":"Wordu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.494","geometry":{"type":"Point","coordinates":[-10.997122,8.922171]},"geometry_name":"the_geom","properties":{"IDNO":33,"Latitude":"N","UTM Zone":29,"Northing":986842,"Easting":280399,"y":8.922171065,"x":-10.99712224,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Kondeya","Name of fa":"Kono Kondeya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.495","geometry":{"type":"Point","coordinates":[-10.909355,8.907708]},"geometry_name":"the_geom","properties":{"IDNO":34,"Latitude":"N","UTM Zone":29,"Northing":985191,"Easting":290045,"y":8.907708028,"x":-10.9093551,"District":"Kono","Chiefdom":"Sandor","Ward":"6","Locality":"Kochero","Name of fa":"Kochero MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.496","geometry":{"type":"Point","coordinates":[-11.067047,8.792071]},"geometry_name":"the_geom","properties":{"IDNO":35,"Latitude":"N","UTM Zone":29,"Northing":972492,"Easting":272627,"y":8.792070671,"x":-11.06704734,"District":"Kono","Chiefdom":"Sandor","Ward":"3","Locality":"Mansundu","Name of fa":"Mansundu Nimikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.497","geometry":{"type":"Point","coordinates":[-11.054024,8.573166]},"geometry_name":"the_geom","properties":{"IDNO":36,"Latitude":"N","UTM Zone":29,"Northing":948268,"Easting":273929,"y":8.573165506,"x":-11.0540243,"District":"Kono","Chiefdom":"Nimikoro","Ward":"4","Locality":"Njala","Name of fa":"Njala CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.498","geometry":{"type":"Point","coordinates":[-11.089974,8.543856]},"geometry_name":"the_geom","properties":{"IDNO":37,"Latitude":"N","UTM Zone":29,"Northing":945047,"Easting":269953,"y":8.543855855,"x":-11.08997403,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Njiama Nimikoro","Name of fa":"UMC Mitchener Memorial Maternity & Health Centre","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.499","geometry":{"type":"Point","coordinates":[-11.099162,8.458356]},"geometry_name":"the_geom","properties":{"IDNO":38,"Latitude":"N","UTM Zone":29,"Northing":935594,"Easting":268890,"y":8.458355863,"x":-11.09916181,"District":"Kono","Chiefdom":"Nimikoro","Ward":"4","Locality":"Sengekor","Name of fa":"Sengekor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.500","geometry":{"type":"Point","coordinates":[-11.137099,8.355039]},"geometry_name":"the_geom","properties":{"IDNO":39,"Latitude":"N","UTM Zone":29,"Northing":924187,"Easting":264649,"y":8.355038591,"x":-11.13709944,"District":"Kono","Chiefdom":"Goroma Kono","Ward":"1","Locality":"Njagbama","Name of fa":"Njagbwema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.501","geometry":{"type":"Point","coordinates":[-11.056845,8.376048]},"geometry_name":"the_geom","properties":{"IDNO":40,"Latitude":"N","UTM Zone":29,"Northing":926464,"Easting":273503,"y":8.376048343,"x":-11.05684506,"District":"Kono","Chiefdom":"Goroma Kono","Ward":"1","Locality":"Kangama","Name of fa":"Kangama CHC (Kangama)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.502","geometry":{"type":"Point","coordinates":[-10.964769,8.551211]},"geometry_name":"the_geom","properties":{"IDNO":41,"Latitude":"N","UTM Zone":29,"Northing":945788,"Easting":283744,"y":8.551211472,"x":-10.96476941,"District":"Kono","Chiefdom":"Tankoro","Ward":"1","Locality":"Woama","Name of fa":"Woama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.503","geometry":{"type":"Point","coordinates":[-10.967653,8.516672]},"geometry_name":"the_geom","properties":{"IDNO":42,"Latitude":"N","UTM Zone":29,"Northing":941969,"Easting":283407,"y":8.516672361,"x":-10.96765313,"District":"Kono","Chiefdom":"Tankoro","Ward":"1","Locality":"Baiama","Name of fa":"Baiama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.504","geometry":{"type":"Point","coordinates":[-10.884196,8.494512]},"geometry_name":"the_geom","properties":{"IDNO":43,"Latitude":"N","UTM Zone":29,"Northing":939472,"Easting":292585,"y":8.494512474,"x":-10.88419625,"District":"Kono","Chiefdom":"Gbane","Ward":"2","Locality":"Kanekor","Name of fa":"Kanekor MCHP (Gbane)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.505","geometry":{"type":"Point","coordinates":[-10.866708,8.436537]},"geometry_name":"the_geom","properties":{"IDNO":44,"Latitude":"N","UTM Zone":29,"Northing":933050,"Easting":294480,"y":8.436537346,"x":-10.8667082,"District":"Kono","Chiefdom":"Gbana","Ward":"1","Locality":"Gandorhun","Name of fa":"Gandorhun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.506","geometry":{"type":"Point","coordinates":[-10.786688,8.424904]},"geometry_name":"the_geom","properties":{"IDNO":45,"Latitude":"N","UTM Zone":29,"Northing":931722,"Easting":303287,"y":8.424904191,"x":-10.78668761,"District":"Kono","Chiefdom":"Gbana","Ward":"2","Locality":"Baoma","Name of fa":"Baoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.507","geometry":{"type":"Point","coordinates":[-10.877965,8.575935]},"geometry_name":"the_geom","properties":{"IDNO":46,"Latitude":"N","UTM Zone":29,"Northing":948475,"Easting":293315,"y":8.575935442,"x":-10.87796509,"District":"Kono","Chiefdom":"Fiama","Ward":"2","Locality":"Yekior","Name of fa":"Yekior MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.508","geometry":{"type":"Point","coordinates":[-10.823523,8.627612]},"geometry_name":"the_geom","properties":{"IDNO":47,"Latitude":"N","UTM Zone":29,"Northing":954162,"Easting":299336,"y":8.627612447,"x":-10.82352281,"District":"Kono","Chiefdom":"Fiama","Ward":"1","Locality":"Njagbama Fiama","Name of fa":"Njagbwema Fiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.509","geometry":{"type":"Point","coordinates":[-10.721308,8.617109]},"geometry_name":"the_geom","properties":{"IDNO":48,"Latitude":"N","UTM Zone":29,"Northing":952948,"Easting":310582,"y":8.617109222,"x":-10.7213083,"District":"Kono","Chiefdom":"Sao","Ward":"1","Locality":"Kainkordu","Name of fa":"Kainkordu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.510","geometry":{"type":"Point","coordinates":[-10.668955,8.642585]},"geometry_name":"the_geom","properties":{"IDNO":49,"Latitude":"N","UTM Zone":29,"Northing":955740,"Easting":316357,"y":8.642584675,"x":-10.66895525,"District":"Kono","Chiefdom":"Sao","Ward":"3","Locality":"Gbamandu","Name of fa":"Gbamandu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.511","geometry":{"type":"Point","coordinates":[-10.697112,8.610156]},"geometry_name":"the_geom","properties":{"IDNO":50,"Latitude":"N","UTM Zone":29,"Northing":952167,"Easting":313242,"y":8.610155669,"x":-10.69711178,"District":"Kono","Chiefdom":"Sao","Ward":"1","Locality":"Manjama","Name of fa":"Manjama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.512","geometry":{"type":"Point","coordinates":[-10.709649,8.526801]},"geometry_name":"the_geom","properties":{"IDNO":51,"Latitude":"N","UTM Zone":29,"Northing":942954,"Easting":311821,"y":8.526801429,"x":-10.7096486,"District":"Kono","Chiefdom":"Sao","Ward":"2","Locality":"Bandusuma","Name of fa":"Bandusuma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.513","geometry":{"type":"Point","coordinates":[-10.680557,8.504035]},"geometry_name":"the_geom","properties":{"IDNO":52,"Latitude":"N","UTM Zone":29,"Northing":940422,"Easting":315013,"y":8.504035421,"x":-10.68055728,"District":"Kono","Chiefdom":"Sao","Ward":"2","Locality":"Sukudu Sao","Name of fa":"Sukudu Soa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.514","geometry":{"type":"Point","coordinates":[-10.641782,8.592412]},"geometry_name":"the_geom","properties":{"IDNO":53,"Latitude":"N","UTM Zone":29,"Northing":950178,"Easting":319324,"y":8.592412333,"x":-10.64178165,"District":"Kono","Chiefdom":"Sao","Ward":"3","Locality":"Feuror","Name of fa":"Feuror MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.515","geometry":{"type":"Point","coordinates":[-10.582789,8.615066]},"geometry_name":"the_geom","properties":{"IDNO":54,"Latitude":"N","UTM Zone":29,"Northing":952656,"Easting":325828,"y":8.615065549,"x":-10.58278938,"District":"Kono","Chiefdom":"Gbana Kandor","Ward":"1","Locality":"Koardu","Name of fa":"Koardu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.516","geometry":{"type":"Point","coordinates":[-10.515273,8.682721]},"geometry_name":"the_geom","properties":{"IDNO":55,"Latitude":"N","UTM Zone":29,"Northing":960108,"Easting":333289,"y":8.682720677,"x":-10.51527344,"District":"Kono","Chiefdom":"Mofindor","Ward":"1","Locality":"Kamiemdor","Name of fa":"Kamiendor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.517","geometry":{"type":"Point","coordinates":[-10.506213,8.727932]},"geometry_name":"the_geom","properties":{"IDNO":56,"Latitude":"N","UTM Zone":29,"Northing":965104,"Easting":334306,"y":8.72793159,"x":-10.50621257,"District":"Kono","Chiefdom":"Mofindor","Ward":"1","Locality":"Sambaya","Name of fa":"Sambaya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.518","geometry":{"type":"Point","coordinates":[-10.798332,8.696588]},"geometry_name":"the_geom","properties":{"IDNO":57,"Latitude":"N","UTM Zone":29,"Northing":961778,"Easting":302145,"y":8.696587563,"x":-10.79833203,"District":"Kono","Chiefdom":"Fiama","Ward":"1","Locality":"Bandasuma Fiama","Name of fa":"Bandasuma Fiama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.519","geometry":{"type":"Point","coordinates":[-10.708876,8.786428]},"geometry_name":"the_geom","properties":{"IDNO":58,"Latitude":"N","UTM Zone":29,"Northing":971669,"Easting":312035,"y":8.786428244,"x":-10.70887608,"District":"Kono","Chiefdom":"Lei","Ward":"2","Locality":"Komba Yendeh","Name of fa":"Komba Yendeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.520","geometry":{"type":"Point","coordinates":[-10.615661,8.818386]},"geometry_name":"the_geom","properties":{"IDNO":59,"Latitude":"N","UTM Zone":29,"Northing":975158,"Easting":322306,"y":8.818386488,"x":-10.61566081,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Saiama","Name of fa":"Saama CHP (Lower Bamabara)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.521","geometry":{"type":"Point","coordinates":[-10.635656,8.89189]},"geometry_name":"the_geom","properties":{"IDNO":60,"Latitude":"N","UTM Zone":29,"Northing":983297,"Easting":320142,"y":8.891889617,"x":-10.63565645,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Gbonagongor","Name of fa":"Gbongongor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.522","geometry":{"type":"Point","coordinates":[-10.681465,8.8989]},"geometry_name":"the_geom","properties":{"IDNO":61,"Latitude":"N","UTM Zone":29,"Northing":984095,"Easting":315107,"y":8.898900485,"x":-10.68146509,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Kundundu","Name of fa":"Kundundu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.523","geometry":{"type":"Point","coordinates":[-10.65391,8.959873]},"geometry_name":"the_geom","properties":{"IDNO":62,"Latitude":"N","UTM Zone":29,"Northing":990825,"Easting":318168,"y":8.95987345,"x":-10.65390982,"District":"Kono","Chiefdom":"Toli","Ward":"2","Locality":"Kpetema","Name of fa":"Kpetema CHP (Toli)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.524","geometry":{"type":"Point","coordinates":[-10.595507,9.017039]},"geometry_name":"the_geom","properties":{"IDNO":63,"Latitude":"N","UTM Zone":29,"Northing":997119,"Easting":324618,"y":9.017039006,"x":-10.59550681,"District":"Kono","Chiefdom":"Toli","Ward":"1","Locality":"Konduwakor","Name of fa":"Kondewakoro CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.525","geometry":{"type":"Point","coordinates":[-10.965014,8.647958]},"geometry_name":"the_geom","properties":{"IDNO":64,"Latitude":"N","UTM Zone":29,"Northing":956490,"Easting":283772,"y":8.647958045,"x":-10.96501375,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"Koidu Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.526","geometry":{"type":"Point","coordinates":[-10.965868,8.648116]},"geometry_name":"the_geom","properties":{"IDNO":65,"Latitude":"N","UTM Zone":29,"Northing":956508,"Easting":283678,"y":8.64811637,"x":-10.96586849,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"Koidu Under Five Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.527","geometry":{"type":"Point","coordinates":[-10.970711,8.642939]},"geometry_name":"the_geom","properties":{"IDNO":66,"Latitude":"N","UTM Zone":29,"Northing":955938,"Easting":283142,"y":8.642938555,"x":-10.97071074,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu Kono Manji St","Name of fa":"Fatkom Muchendeh Maternity Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.528","geometry":{"type":"Point","coordinates":[-10.982271,8.63872]},"geometry_name":"the_geom","properties":{"IDNO":67,"Latitude":"N","UTM Zone":29,"Northing":955478,"Easting":281867,"y":8.638720351,"x":-10.98227091,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koidu","Name of fa":"Chanis Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.529","geometry":{"type":"Point","coordinates":[-10.987924,8.639324]},"geometry_name":"the_geom","properties":{"IDNO":68,"Latitude":"N","UTM Zone":29,"Northing":955548,"Easting":281245,"y":8.639323805,"x":-10.98792428,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Kensay","Name of fa":"Kensay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.530","geometry":{"type":"Point","coordinates":[-10.968589,8.645417]},"geometry_name":"the_geom","properties":{"IDNO":69,"Latitude":"N","UTM Zone":29,"Northing":956211,"Easting":283377,"y":8.645417444,"x":-10.96858884,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu 68 Kaikoidu Rd","Name of fa":"Arab Clinic (Gbense)","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.531","geometry":{"type":"Point","coordinates":[-11.74305,7.964267]},"geometry_name":"the_geom","properties":{"IDNO":112,"Latitude":"N","UTM Zone":29,"Northing":881353,"Easting":197580,"y":7.964266678,"x":-11.74305009,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Bo Town","Name of fa":"Bo Govt. Hosp.","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.532","geometry":{"type":"Point","coordinates":[-11.732703,7.955173]},"geometry_name":"the_geom","properties":{"IDNO":113,"Latitude":"N","UTM Zone":29,"Northing":880339,"Easting":198715,"y":7.955173195,"x":-11.73270254,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Old Railway Bo","Name of fa":"New Life Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.533","geometry":{"type":"Point","coordinates":[-11.73295,7.97055]},"geometry_name":"the_geom","properties":{"IDNO":114,"Latitude":"N","UTM Zone":29,"Northing":882041,"Easting":198699,"y":7.970550139,"x":-11.73294956,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"SDA COMP. Ngalu Road","Name of fa":"SDA Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.534","geometry":{"type":"Point","coordinates":[-11.739641,7.970831]},"geometry_name":"the_geom","properties":{"IDNO":115,"Latitude":"N","UTM Zone":29,"Northing":882077,"Easting":197961,"y":7.970831046,"x":-11.73964052,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Macroberts Street","Name of fa":"Sam Lean's maternity Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.535","geometry":{"type":"Point","coordinates":[-11.743473,7.989663]},"geometry_name":"the_geom","properties":{"IDNO":116,"Latitude":"N","UTM Zone":29,"Northing":884164,"Easting":197552,"y":7.989662685,"x":-11.74347329,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbanja Town","Name of fa":"Gbanja Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.536","geometry":{"type":"Point","coordinates":[-11.728909,8.014481]},"geometry_name":"the_geom","properties":{"IDNO":117,"Latitude":"N","UTM Zone":29,"Northing":886900,"Easting":199177,"y":8.014480918,"x":-11.7289091,"District":"Bo","Chiefdom":"Kakua","Ward":"5","Locality":"Manjama","Name of fa":"Manjama UMC CHC","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.537","geometry":{"type":"Point","coordinates":[-11.730502,7.950019]},"geometry_name":"the_geom","properties":{"IDNO":118,"Latitude":"N","UTM Zone":29,"Northing":879767,"Easting":198954,"y":7.950019363,"x":-11.73050225,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Messima 21st Back Street","Name of fa":"Elshadai Medical Centre","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.538","geometry":{"type":"Point","coordinates":[-11.731049,7.949148]},"geometry_name":"the_geom","properties":{"IDNO":119,"Latitude":"N","UTM Zone":29,"Northing":879671,"Easting":198893,"y":7.949148333,"x":-11.73104935,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Sewa Road (64)","Name of fa":"St Monica's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.539","geometry":{"type":"Point","coordinates":[-11.734379,7.957918]},"geometry_name":"the_geom","properties":{"IDNO":120,"Latitude":"N","UTM Zone":29,"Northing":880644,"Easting":198532,"y":7.95791796,"x":-11.73437936,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Prince Williams St.","Name of fa":"Kpolies Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.540","geometry":{"type":"Point","coordinates":[-11.728648,7.943698]},"geometry_name":"the_geom","properties":{"IDNO":121,"Latitude":"N","UTM Zone":29,"Northing":879066,"Easting":199154,"y":7.943697625,"x":-11.72864779,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Manjama Shell Mingo","Name of fa":"Manjama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.541","geometry":{"type":"Point","coordinates":[-11.729568,7.971828]},"geometry_name":"the_geom","properties":{"IDNO":122,"Latitude":"N","UTM Zone":29,"Northing":882180,"Easting":199073,"y":7.971828473,"x":-11.72956816,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbotima Bo II","Name of fa":"Gbotima MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.542","geometry":{"type":"Point","coordinates":[-11.740668,7.961852]},"geometry_name":"the_geom","properties":{"IDNO":123,"Latitude":"N","UTM Zone":29,"Northing":881084,"Easting":197841,"y":7.961851934,"x":-11.74066842,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Dambala Road","Name of fa":"Chinese Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.543","geometry":{"type":"Point","coordinates":[-11.736169,7.966779]},"geometry_name":"the_geom","properties":{"IDNO":124,"Latitude":"N","UTM Zone":29,"Northing":881626,"Easting":198341,"y":7.96677904,"x":-11.73616935,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Samamie Section","Name of fa":"Lower Ngwbu Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.544","geometry":{"type":"Point","coordinates":[-11.73968,7.967208]},"geometry_name":"the_geom","properties":{"IDNO":125,"Latitude":"N","UTM Zone":29,"Northing":881676,"Easting":197954,"y":7.967207533,"x":-11.73967986,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"18 Kissy Town Road","Name of fa":"Marie Stopes Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.545","geometry":{"type":"Point","coordinates":[-11.740329,7.965306]},"geometry_name":"the_geom","properties":{"IDNO":126,"Latitude":"N","UTM Zone":29,"Northing":881466,"Easting":197881,"y":7.965305762,"x":-11.74032885,"District":"Bo","Chiefdom":"kakua","Ward":" ","Locality":"Dambala Road","Name of fa":"Praise Foundation Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.546","geometry":{"type":"Point","coordinates":[-11.760715,7.956207]},"geometry_name":"the_geom","properties":{"IDNO":127,"Latitude":"N","UTM Zone":29,"Northing":880474,"Easting":195625,"y":7.956206837,"x":-11.76071536,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Fullawahun Community New London","Name of fa":"Fullawahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.547","geometry":{"type":"Point","coordinates":[-11.786063,8.030695]},"geometry_name":"the_geom","properties":{"IDNO":128,"Latitude":"N","UTM Zone":29,"Northing":888737,"Easting":192884,"y":8.030694507,"x":-11.78606331,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbongboma","Name of fa":"Gbongboma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.548","geometry":{"type":"Point","coordinates":[-11.705049,7.94819]},"geometry_name":"the_geom","properties":{"IDNO":129,"Latitude":"N","UTM Zone":29,"Northing":879546,"Easting":201761,"y":7.94818968,"x":-11.70504903,"District":"Bo","Chiefdom":"Kakua","Ward":"5","Locality":"Nyagolihhu Bo/Kenema Highway","Name of fa":"Massah Memorial Maternity Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.549","geometry":{"type":"Point","coordinates":[-11.717119,7.950496]},"geometry_name":"the_geom","properties":{"IDNO":130,"Latitude":"N","UTM Zone":29,"Northing":879810,"Easting":200431,"y":7.950496026,"x":-11.71711867,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"New Police Barracks","Name of fa":"New Police Barracks Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.550","geometry":{"type":"Point","coordinates":[-11.721149,7.956957]},"geometry_name":"the_geom","properties":{"IDNO":131,"Latitude":"N","UTM Zone":29,"Northing":880528,"Easting":199991,"y":7.956957149,"x":-11.72114923,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Fagoya Section","Name of fa":"UNIMUS MCH Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.551","geometry":{"type":"Point","coordinates":[-11.74861,7.949836]},"geometry_name":"the_geom","properties":{"IDNO":132,"Latitude":"N","UTM Zone":29,"Northing":879760,"Easting":196956,"y":7.94983619,"x":-11.74860958,"District":"Bo","Chiefdom":"Kakua","Ward":"1","Locality":"Kowama","Name of fa":"Paramedical CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.552","geometry":{"type":"Point","coordinates":[-11.732064,7.94363]},"geometry_name":"the_geom","properties":{"IDNO":133,"Latitude":"N","UTM Zone":29,"Northing":879061,"Easting":198777,"y":7.943629914,"x":-11.73206419,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Johnny St. Layout Shell Mingo","Name of fa":"Nafaya Clinic & Maternity Home","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.553","geometry":{"type":"Point","coordinates":[-11.72587,7.940255]},"geometry_name":"the_geom","properties":{"IDNO":134,"Latitude":"N","UTM Zone":29,"Northing":878683,"Easting":199458,"y":7.940255272,"x":-11.72586983,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Shell Mingo","Name of fa":"Bucksal Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.554","geometry":{"type":"Point","coordinates":[-11.741802,7.957824]},"geometry_name":"the_geom","properties":{"IDNO":135,"Latitude":"N","UTM Zone":29,"Northing":880639,"Easting":197713,"y":7.957823602,"x":-11.74180176,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Coronation Field Road","Name of fa":"SLRCS Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.555","geometry":{"type":"Point","coordinates":[-11.740563,7.959621]},"geometry_name":"the_geom","properties":{"IDNO":136,"Latitude":"N","UTM Zone":29,"Northing":880837,"Easting":197851,"y":7.959620856,"x":-11.74056295,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Tikonko Road","Name of fa":"Chinese (Fu-Qing) Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.556","geometry":{"type":"Point","coordinates":[-11.84946,8.109402]},"geometry_name":"the_geom","properties":{"IDNO":137,"Latitude":"N","UTM Zone":29,"Northing":897497,"Easting":185951,"y":8.109402124,"x":-11.84945958,"District":"Bo","Chiefdom":"Gbargre","Ward":" ","Locality":"Gbaimma","Name of fa":"Gbaiima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.557","geometry":{"type":"Point","coordinates":[-11.613261,7.83895]},"geometry_name":"the_geom","properties":{"IDNO":138,"Latitude":"N","UTM Zone":29,"Northing":867392,"Easting":211812,"y":7.838950213,"x":-11.61326119,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"3","Locality":"Gbaama","Name of fa":"Gbaama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.558","geometry":{"type":"Point","coordinates":[-11.613537,7.749017]},"geometry_name":"the_geom","properties":{"IDNO":139,"Latitude":"N","UTM Zone":29,"Northing":857440,"Easting":211720,"y":7.749017214,"x":-11.61353661,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"1","Locality":"Mano-Jaiama","Name of fa":"Mano-Jaiama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.559","geometry":{"type":"Point","coordinates":[-11.657411,7.839224]},"geometry_name":"the_geom","properties":{"IDNO":140,"Latitude":"N","UTM Zone":29,"Northing":867453,"Easting":206940,"y":7.839224063,"x":-11.65741132,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":" ","Locality":"Mamboma","Name of fa":"Mamboma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.560","geometry":{"type":"Point","coordinates":[-11.638951,7.802861]},"geometry_name":"the_geom","properties":{"IDNO":141,"Latitude":"N","UTM Zone":29,"Northing":863416,"Easting":208952,"y":7.802861006,"x":-11.63895072,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"3","Locality":"Telu","Name of fa":"Telu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.561","geometry":{"type":"Point","coordinates":[-11.693792,7.711359]},"geometry_name":"the_geom","properties":{"IDNO":142,"Latitude":"N","UTM Zone":29,"Northing":853328,"Easting":202835,"y":7.711359347,"x":-11.69379206,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":" ","Locality":"Coribodo","Name of fa":"Coribondo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.562","geometry":{"type":"Point","coordinates":[-11.738147,7.695319]},"geometry_name":"the_geom","properties":{"IDNO":143,"Latitude":"N","UTM Zone":29,"Northing":851584,"Easting":197927,"y":7.695318505,"x":-11.73814724,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Griema","Name of fa":"Criema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.563","geometry":{"type":"Point","coordinates":[-11.788505,7.943064]},"geometry_name":"the_geom","properties":{"IDNO":144,"Latitude":"N","UTM Zone":29,"Northing":879040,"Easting":192549,"y":7.943063812,"x":-11.788505,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Mattru on the Rail","Name of fa":"Mattru on the Rail MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.564","geometry":{"type":"Point","coordinates":[-11.724335,7.780135]},"geometry_name":"the_geom","properties":{"IDNO":145,"Latitude":"N","UTM Zone":29,"Northing":860961,"Easting":199512,"y":7.780134888,"x":-11.72433524,"District":"Bo","Chiefdom":"Tikonko","Ward":"3","Locality":"Sembehun 17","Name of fa":"Sembehun 17 CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.565","geometry":{"type":"Point","coordinates":[-11.706876,7.865618]},"geometry_name":"the_geom","properties":{"IDNO":146,"Latitude":"N","UTM Zone":29,"Northing":870409,"Easting":201500,"y":7.865617623,"x":-11.70687591,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Gondama","Name of fa":"Gondama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.566","geometry":{"type":"Point","coordinates":[-11.427397,7.783554]},"geometry_name":"the_geom","properties":{"IDNO":147,"Latitude":"N","UTM Zone":29,"Northing":861139,"Easting":232286,"y":7.783553503,"x":-11.42739664,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Wonde Gboyama","Name of fa":"Wonde Gboyama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.567","geometry":{"type":"Point","coordinates":[-11.527674,7.701948]},"geometry_name":"the_geom","properties":{"IDNO":148,"Latitude":"N","UTM Zone":29,"Northing":852174,"Easting":221166,"y":7.701947933,"x":-11.52767426,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Fanima","Name of fa":"Fanima MCHP (Wonde)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.568","geometry":{"type":"Point","coordinates":[-11.672958,7.634693]},"geometry_name":"the_geom","properties":{"IDNO":149,"Latitude":"N","UTM Zone":29,"Northing":844829,"Easting":205082,"y":7.634692516,"x":-11.67295836,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Bathurst","Name of fa":"Bathurst MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.569","geometry":{"type":"Point","coordinates":[-11.576307,7.929763]},"geometry_name":"the_geom","properties":{"IDNO":150,"Latitude":"N","UTM Zone":29,"Northing":877416,"Easting":215952,"y":7.929762968,"x":-11.57630685,"District":"Bo","Chiefdom":"Baoma","Ward":"2","Locality":"Gerehun","Name of fa":"Gerihun CHC","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.570","geometry":{"type":"Point","coordinates":[-11.458748,7.885108]},"geometry_name":"the_geom","properties":{"IDNO":151,"Latitude":"N","UTM Zone":29,"Northing":872396,"Easting":228892,"y":7.885107886,"x":-11.45874828,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Pelewahun","Name of fa":"Pelewahun MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.571","geometry":{"type":"Point","coordinates":[-11.505157,7.870399]},"geometry_name":"the_geom","properties":{"IDNO":152,"Latitude":"N","UTM Zone":29,"Northing":870799,"Easting":223762,"y":7.870399431,"x":-11.50515666,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Kigbai","Name of fa":"Kigbai MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.572","geometry":{"type":"Point","coordinates":[-11.535787,7.877318]},"geometry_name":"the_geom","properties":{"IDNO":153,"Latitude":"N","UTM Zone":29,"Northing":871585,"Easting":220387,"y":7.877317833,"x":-11.53578682,"District":"Bo","Chiefdom":"Baoma","Ward":"1","Locality":"Tungbebu","Name of fa":"Tungbebu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.573","geometry":{"type":"Point","coordinates":[-11.33873,8.045151]},"geometry_name":"the_geom","properties":{"IDNO":154,"Latitude":"N","UTM Zone":29,"Northing":890027,"Easting":242233,"y":8.045151297,"x":-11.33873044,"District":"Bo","Chiefdom":"Baoma","Ward":"5","Locality":"Gbahama","Name of fa":"Gbainkfay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.574","geometry":{"type":"Point","coordinates":[-11.427715,8.004144]},"geometry_name":"the_geom","properties":{"IDNO":155,"Latitude":"N","UTM Zone":29,"Northing":885547,"Easting":232393,"y":8.00414443,"x":-11.42771491,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Yakaji","Name of fa":"Yakaji MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.575","geometry":{"type":"Point","coordinates":[-11.544357,7.904874]},"geometry_name":"the_geom","properties":{"IDNO":156,"Latitude":"N","UTM Zone":29,"Northing":874640,"Easting":219460,"y":7.904873585,"x":-11.54435696,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Golu","Name of fa":"Golu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.576","geometry":{"type":"Point","coordinates":[-11.627884,7.871589]},"geometry_name":"the_geom","properties":{"IDNO":157,"Latitude":"N","UTM Zone":29,"Northing":871014,"Easting":210221,"y":7.871588647,"x":-11.62788377,"District":"Bo","Chiefdom":"Baoma","Ward":"3","Locality":"Jormu","Name of fa":"Jormu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.577","geometry":{"type":"Point","coordinates":[-11.510979,7.923521]},"geometry_name":"the_geom","properties":{"IDNO":158,"Latitude":"N","UTM Zone":29,"Northing":876681,"Easting":223155,"y":7.923521145,"x":-11.51097902,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Mbundorbu","Name of fa":"Mbundorbu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.578","geometry":{"type":"Point","coordinates":[-11.489424,7.934116]},"geometry_name":"the_geom","properties":{"IDNO":159,"Latitude":"N","UTM Zone":29,"Northing":877839,"Easting":225540,"y":7.93411611,"x":-11.48942408,"District":"Bo","Chiefdom":"Baoma","Ward":"4","Locality":"Yamandu","Name of fa":"Yamandu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.579","geometry":{"type":"Point","coordinates":[-11.438216,7.929377]},"geometry_name":"the_geom","properties":{"IDNO":160,"Latitude":"N","UTM Zone":29,"Northing":877281,"Easting":231186,"y":7.929377272,"x":-11.43821569,"District":"Bo","Chiefdom":"Baoma","Ward":"3","Locality":"Baoma Station","Name of fa":"Baoma Station CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.580","geometry":{"type":"Point","coordinates":[-11.428341,7.919674]},"geometry_name":"the_geom","properties":{"IDNO":161,"Latitude":"N","UTM Zone":29,"Northing":876201,"Easting":232269,"y":7.919674431,"x":-11.4283414,"District":"Bo","Chiefdom":"Baoma","Ward":"5","Locality":"Jembe","Name of fa":"Jembe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.581","geometry":{"type":"Point","coordinates":[-11.937905,7.575291]},"geometry_name":"the_geom","properties":{"IDNO":162,"Latitude":"N","UTM Zone":29,"Northing":838445,"Easting":175781,"y":7.575290868,"x":-11.93790467,"District":"Bo","Chiefdom":"Gbargbo","Ward":"2","Locality":"Momajo","Name of fa":"Momajo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.582","geometry":{"type":"Point","coordinates":[-11.91982,7.536981]},"geometry_name":"the_geom","properties":{"IDNO":163,"Latitude":"N","UTM Zone":29,"Northing":834191,"Easting":177750,"y":7.536981177,"x":-11.91982016,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Kasse","Name of fa":"Kasse MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.583","geometry":{"type":"Point","coordinates":[-11.768357,7.681742]},"geometry_name":"the_geom","properties":{"IDNO":164,"Latitude":"N","UTM Zone":29,"Northing":850103,"Easting":194582,"y":7.681742239,"x":-11.76835725,"District":"Bo","Chiefdom":"Gbargbo","Ward":"3","Locality":"Niagorehun","Name of fa":"Niagorehun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.584","geometry":{"type":"Point","coordinates":[-11.815953,7.605916]},"geometry_name":"the_geom","properties":{"IDNO":165,"Latitude":"N","UTM Zone":29,"Northing":841745,"Easting":189272,"y":7.605916292,"x":-11.81595332,"District":"Bo","Chiefdom":"Gbargbo","Ward":" ","Locality":"Jimmy","Name of fa":"Jimmy CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.585","geometry":{"type":"Point","coordinates":[-11.87745,7.505244]},"geometry_name":"the_geom","properties":{"IDNO":166,"Latitude":"N","UTM Zone":29,"Northing":830647,"Easting":182407,"y":7.505244413,"x":-11.87744984,"District":"Bo","Chiefdom":"Gbargbo","Ward":"3","Locality":"Bumkaku","Name of fa":"Bum Kaku MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.586","geometry":{"type":"Point","coordinates":[-11.90132,7.575546]},"geometry_name":"the_geom","properties":{"IDNO":167,"Latitude":"N","UTM Zone":29,"Northing":838446,"Easting":179822,"y":7.575546415,"x":-11.90131953,"District":"Bo","Chiefdom":"Gbargbo","Ward":"2","Locality":"Kpangbalia","Name of fa":"Kpangbalia MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.587","geometry":{"type":"Point","coordinates":[-11.964138,7.65237]},"geometry_name":"the_geom","properties":{"IDNO":168,"Latitude":"N","UTM Zone":29,"Northing":846997,"Easting":172942,"y":7.652370421,"x":-11.964138,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Sumbuya","Name of fa":"Sumbuya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.588","geometry":{"type":"Point","coordinates":[-11.9229,7.684192]},"geometry_name":"the_geom","properties":{"IDNO":169,"Latitude":"N","UTM Zone":29,"Northing":850488,"Easting":177520,"y":7.684191923,"x":-11.92289993,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Feiba","Name of fa":"Feiba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.589","geometry":{"type":"Point","coordinates":[-11.891471,7.654122]},"geometry_name":"the_geom","properties":{"IDNO":170,"Latitude":"N","UTM Zone":29,"Northing":847136,"Easting":180968,"y":7.654122126,"x":-11.89147059,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Yambama","Name of fa":"Yambama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.590","geometry":{"type":"Point","coordinates":[-11.861777,7.66772]},"geometry_name":"the_geom","properties":{"IDNO":171,"Latitude":"N","UTM Zone":29,"Northing":848619,"Easting":184257,"y":7.667719726,"x":-11.86177654,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Upper Saama","Name of fa":"Upper Saama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.591","geometry":{"type":"Point","coordinates":[-11.849398,7.719454]},"geometry_name":"the_geom","properties":{"IDNO":172,"Latitude":"N","UTM Zone":29,"Northing":854336,"Easting":185662,"y":7.719454256,"x":-11.84939791,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Kaleh","Name of fa":"Keleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.592","geometry":{"type":"Point","coordinates":[-11.871403,7.69456]},"geometry_name":"the_geom","properties":{"IDNO":173,"Latitude":"N","UTM Zone":29,"Northing":851597,"Easting":183214,"y":7.694560466,"x":-11.87140261,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Ngieyehun","Name of fa":"Ngieyehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.593","geometry":{"type":"Point","coordinates":[-11.815269,7.734571]},"geometry_name":"the_geom","properties":{"IDNO":174,"Latitude":"N","UTM Zone":29,"Northing":855984,"Easting":189441,"y":7.734571188,"x":-11.8152693,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Kpetewoma","Name of fa":"Kpetewoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.594","geometry":{"type":"Point","coordinates":[-11.90333,7.889369]},"geometry_name":"the_geom","properties":{"IDNO":175,"Latitude":"N","UTM Zone":29,"Northing":873184,"Easting":179837,"y":7.889369229,"x":-11.90332986,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Bumpeh","Name of fa":"Bumpe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.595","geometry":{"type":"Point","coordinates":[-11.924692,7.889012]},"geometry_name":"the_geom","properties":{"IDNO":176,"Latitude":"N","UTM Zone":29,"Northing":873161,"Easting":177479,"y":7.889011977,"x":-11.92469244,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Bumpe","Name of fa":"Nbatiloi Health Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.596","geometry":{"type":"Point","coordinates":[-11.993729,7.681976]},"geometry_name":"the_geom","properties":{"IDNO":178,"Latitude":"N","UTM Zone":29,"Northing":850297,"Easting":169697,"y":7.681976086,"x":-11.99372876,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"3","Locality":"Kaniya","Name of fa":"Kaniya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.597","geometry":{"type":"Point","coordinates":[-11.95046,7.71199]},"geometry_name":"the_geom","properties":{"IDNO":181,"Latitude":"N","UTM Zone":29,"Northing":853586,"Easting":174498,"y":7.711989905,"x":-11.95045979,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"3","Locality":"Mokpende","Name of fa":"Mokpende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.598","geometry":{"type":"Point","coordinates":[-11.991688,7.819962]},"geometry_name":"the_geom","properties":{"IDNO":182,"Latitude":"N","UTM Zone":29,"Northing":865570,"Easting":170030,"y":7.819961696,"x":-11.99168822,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Kpetema","Name of fa":"Kpetema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.599","geometry":{"type":"Point","coordinates":[-11.703572,8.12071]},"geometry_name":"the_geom","properties":{"IDNO":185,"Latitude":"N","UTM Zone":29,"Northing":898638,"Easting":202050,"y":8.120710471,"x":-11.70357182,"District":"Bo","Chiefdom":"Selenga","Ward":"1","Locality":"Damballa","Name of fa":"Damballa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.600","geometry":{"type":"Point","coordinates":[-11.781464,7.878337]},"geometry_name":"the_geom","properties":{"IDNO":186,"Latitude":"N","UTM Zone":29,"Northing":871871,"Easting":193278,"y":7.87833747,"x":-11.78146406,"District":"Bo","Chiefdom":"Tikonko","Ward":"2","Locality":"Tikonko","Name of fa":"Tikonko CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.601","geometry":{"type":"Point","coordinates":[-11.7436,8.191894]},"geometry_name":"the_geom","properties":{"IDNO":187,"Latitude":"N","UTM Zone":29,"Northing":906546,"Easting":197689,"y":8.191893747,"x":-11.74359981,"District":"Bo","Chiefdom":"Valunia","Ward":"4","Locality":"Kpowabu","Name of fa":"Kpuabu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.602","geometry":{"type":"Point","coordinates":[-11.690236,8.237316]},"geometry_name":"the_geom","properties":{"IDNO":188,"Latitude":"N","UTM Zone":29,"Northing":911533,"Easting":203607,"y":8.237316224,"x":-11.69023603,"District":"Bo","Chiefdom":"Valunia","Ward":" ","Locality":"Grima","Name of fa":"GrimaCHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.603","geometry":{"type":"Point","coordinates":[-11.734743,8.322779]},"geometry_name":"the_geom","properties":{"IDNO":189,"Latitude":"N","UTM Zone":29,"Northing":921025,"Easting":198765,"y":8.322778825,"x":-11.73474305,"District":"Bo","Chiefdom":"Valunia","Ward":" ","Locality":"Mongere","Name of fa":"Mongere CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.604","geometry":{"type":"Point","coordinates":[-11.667676,8.416469]},"geometry_name":"the_geom","properties":{"IDNO":190,"Latitude":"N","UTM Zone":29,"Northing":931343,"Easting":206228,"y":8.416469352,"x":-11.66767644,"District":"Bo","Chiefdom":"Valunia","Ward":"5","Locality":"Baomahun","Name of fa":"Baomahun CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.605","geometry":{"type":"Point","coordinates":[-11.557376,8.107426]},"geometry_name":"the_geom","properties":{"IDNO":191,"Latitude":"N","UTM Zone":29,"Northing":897063,"Easting":218163,"y":8.107426392,"x":-11.55737636,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Ngalu","Name of fa":"Ngalu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.606","geometry":{"type":"Point","coordinates":[-11.484426,8.15969]},"geometry_name":"the_geom","properties":{"IDNO":192,"Latitude":"N","UTM Zone":29,"Northing":902796,"Easting":226243,"y":8.159689892,"x":-11.4844258,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Mendewa","Name of fa":"Mendewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.607","geometry":{"type":"Point","coordinates":[-11.459571,8.200556]},"geometry_name":"the_geom","properties":{"IDNO":193,"Latitude":"N","UTM Zone":29,"Northing":907301,"Easting":229011,"y":8.200555658,"x":-11.45957103,"District":"Bo","Chiefdom":"Komboya","Ward":" ","Locality":"Njala","Name of fa":"Njala CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.608","geometry":{"type":"Point","coordinates":[-11.508526,8.203515]},"geometry_name":"the_geom","properties":{"IDNO":194,"Latitude":"N","UTM Zone":29,"Northing":907662,"Easting":223616,"y":8.20351529,"x":-11.50852619,"District":"Bo","Chiefdom":"Komboya","Ward":" ","Locality":"Komboya","Name of fa":"Komboya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.609","geometry":{"type":"Point","coordinates":[-11.419676,8.103896]},"geometry_name":"the_geom","properties":{"IDNO":195,"Latitude":"N","UTM Zone":29,"Northing":896579,"Easting":233345,"y":8.10389591,"x":-11.41967587,"District":"Bo","Chiefdom":"Badjia","Ward":"1","Locality":"Ngelehun","Name of fa":"Ngelehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.610","geometry":{"type":"Point","coordinates":[-11.521651,8.026081]},"geometry_name":"the_geom","properties":{"IDNO":196,"Latitude":"N","UTM Zone":29,"Northing":888037,"Easting":222047,"y":8.026081484,"x":-11.52165082,"District":"Bo","Chiefdom":"Gbargre","Ward":" ","Locality":"benduma","Name of fa":"Benduma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.611","geometry":{"type":"Point","coordinates":[-11.58389,8.020191]},"geometry_name":"the_geom","properties":{"IDNO":197,"Latitude":"N","UTM Zone":29,"Northing":887428,"Easting":215178,"y":8.020190728,"x":-11.5838903,"District":"Bo","Chiefdom":"Gbargbe","Ward":" ","Locality":"Barlie","Name of fa":"Barlie MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.612","geometry":{"type":"Point","coordinates":[-11.597992,8.158161]},"geometry_name":"the_geom","properties":{"IDNO":198,"Latitude":"N","UTM Zone":29,"Northing":902706,"Easting":213720,"y":8.15816149,"x":-11.59799227,"District":"Bo","Chiefdom":"Nialenga","Ward":"1","Locality":"Sahn","Name of fa":"Sahn CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.613","geometry":{"type":"Point","coordinates":[-11.652781,8.127082]},"geometry_name":"the_geom","properties":{"IDNO":199,"Latitude":"N","UTM Zone":29,"Northing":899306,"Easting":207656,"y":8.127082261,"x":-11.6527808,"District":"Bo","Chiefdom":"Nialenga","Ward":"1","Locality":"Nengbema","Name of fa":"Nengbema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.614","geometry":{"type":"Point","coordinates":[-11.938834,8.720783]},"geometry_name":"the_geom","properties":{"IDNO":200,"Latitude":"N","UTM Zone":29,"Northing":965244,"Easting":176601,"y":8.720782546,"x":-11.9388336,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburaka","Name of fa":"Magburaka Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.615","geometry":{"type":"Point","coordinates":[-11.660788,8.630225]},"geometry_name":"the_geom","properties":{"IDNO":201,"Latitude":"N","UTM Zone":29,"Northing":954994,"Easting":207150,"y":8.63022467,"x":-11.6607884,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Makali","Name of fa":"Makali CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.616","geometry":{"type":"Point","coordinates":[-11.473522,8.641885]},"geometry_name":"the_geom","properties":{"IDNO":202,"Latitude":"N","UTM Zone":29,"Northing":956145,"Easting":227782,"y":8.64188456,"x":-11.4735215,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Massigbi","Name of fa":"Massingbi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.617","geometry":{"type":"Point","coordinates":[-11.832912,8.414088]},"geometry_name":"the_geom","properties":{"IDNO":203,"Latitude":"N","UTM Zone":29,"Northing":931208,"Easting":188016,"y":8.414088414,"x":-11.8329121,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"1","Locality":"Yele","Name of fa":"Yele CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.618","geometry":{"type":"Point","coordinates":[-11.49415,9.063278]},"geometry_name":"the_geom","properties":{"IDNO":206,"Latitude":"N","UTM Zone":29,"Northing":1002790,"Easting":225823,"y":9.063278011,"x":-11.49414986,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"1","Locality":"Bendugu","Name of fa":"Bendugu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.619","geometry":{"type":"Point","coordinates":[-11.859084,8.65734]},"geometry_name":"the_geom","properties":{"IDNO":207,"Latitude":"N","UTM Zone":29,"Northing":958154,"Easting":185331,"y":8.65734048,"x":-11.85908422,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Matotoka","Name of fa":"Matotoka CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.620","geometry":{"type":"Point","coordinates":[-11.54896,8.719158]},"geometry_name":"the_geom","properties":{"IDNO":208,"Latitude":"N","UTM Zone":29,"Northing":964751,"Easting":219532,"y":8.71915751,"x":-11.54896041,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"2","Locality":"Mamanso Sanka","Name of fa":"Mamanso Sanka CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.621","geometry":{"type":"Point","coordinates":[-11.988249,8.473719]},"geometry_name":"the_geom","properties":{"IDNO":209,"Latitude":"N","UTM Zone":29,"Northing":937937,"Easting":170945,"y":8.473719073,"x":-11.98824931,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Mansumana","Name of fa":"Mansumana CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.622","geometry":{"type":"Point","coordinates":[-11.815357,8.558682]},"geometry_name":"the_geom","properties":{"IDNO":210,"Latitude":"N","UTM Zone":29,"Northing":947198,"Easting":190067,"y":8.558681598,"x":-11.81535669,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Makonkorie","Name of fa":"Makonkorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.623","geometry":{"type":"Point","coordinates":[-11.754569,8.819831]},"geometry_name":"the_geom","properties":{"IDNO":214,"Latitude":"N","UTM Zone":29,"Northing":976053,"Easting":196974,"y":8.819831489,"x":-11.75456922,"District":"Tonkolili","Chiefdom":"Kafe Simiria","Ward":"2","Locality":"Masumbrie","Name of fa":"Masumbrie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.624","geometry":{"type":"Point","coordinates":[-11.939424,8.719613]},"geometry_name":"the_geom","properties":{"IDNO":215,"Latitude":"N","UTM Zone":29,"Northing":965115,"Easting":176535,"y":8.719612599,"x":-11.9394237,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburaka","Name of fa":"Under Five Clinic CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.625","geometry":{"type":"Point","coordinates":[-11.661632,9.00665]},"geometry_name":"the_geom","properties":{"IDNO":216,"Latitude":"N","UTM Zone":29,"Northing":996654,"Easting":207354,"y":9.006650232,"x":-11.66163188,"District":"Tonkolili","Chiefdom":"Kalansogoda","Ward":"1","Locality":"Kemedugu","Name of fa":"Kemedugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.626","geometry":{"type":"Point","coordinates":[-11.591426,9.043217]},"geometry_name":"the_geom","properties":{"IDNO":217,"Latitude":"N","UTM Zone":29,"Northing":1000645,"Easting":215107,"y":9.043216753,"x":-11.59142569,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"2","Locality":"Kholifaga","Name of fa":"Kholifaga MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.627","geometry":{"type":"Point","coordinates":[-11.638655,8.990344]},"geometry_name":"the_geom","properties":{"IDNO":218,"Latitude":"N","UTM Zone":29,"Northing":994831,"Easting":209869,"y":8.99034391,"x":-11.63865513,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"2","Locality":"Ninkikoro","Name of fa":"Ninkikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.628","geometry":{"type":"Point","coordinates":[-11.813375,8.753675]},"geometry_name":"the_geom","properties":{"IDNO":219,"Latitude":"N","UTM Zone":29,"Northing":968779,"Easting":190445,"y":8.753675184,"x":-11.81337461,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Mathonkara","Name of fa":"Mathonkara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.629","geometry":{"type":"Point","coordinates":[-11.816274,8.864265]},"geometry_name":"the_geom","properties":{"IDNO":220,"Latitude":"N","UTM Zone":29,"Northing":981022,"Easting":190218,"y":8.864265111,"x":-11.81627354,"District":"Tonkolili","Chiefdom":"Kafe Simiria","Ward":"1","Locality":"Mabontor","Name of fa":"Mabontor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.630","geometry":{"type":"Point","coordinates":[-11.811888,8.648287]},"geometry_name":"the_geom","properties":{"IDNO":221,"Latitude":"N","UTM Zone":29,"Northing":957113,"Easting":190522,"y":8.648286865,"x":-11.81188822,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Makrugbeh","Name of fa":"Makrugbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.631","geometry":{"type":"Point","coordinates":[-11.927476,8.585895]},"geometry_name":"the_geom","properties":{"IDNO":222,"Latitude":"N","UTM Zone":29,"Northing":950303,"Easting":177737,"y":8.585895403,"x":-11.92747591,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Rosengbeh","Name of fa":"Rosengbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.632","geometry":{"type":"Point","coordinates":[-11.90273,8.635437]},"geometry_name":"the_geom","properties":{"IDNO":223,"Latitude":"N","UTM Zone":29,"Northing":955766,"Easting":180505,"y":8.635436714,"x":-11.90272971,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Mathufulie","Name of fa":"Mathufulie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.633","geometry":{"type":"Point","coordinates":[-11.618223,8.595892]},"geometry_name":"the_geom","properties":{"IDNO":224,"Latitude":"N","UTM Zone":29,"Northing":951162,"Easting":211812,"y":8.595892107,"x":-11.61822252,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Wonkibor","Name of fa":"Wonkibor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.634","geometry":{"type":"Point","coordinates":[-11.57426,8.637279]},"geometry_name":"the_geom","properties":{"IDNO":225,"Latitude":"N","UTM Zone":29,"Northing":955709,"Easting":216685,"y":8.637278559,"x":-11.57425972,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Makoni Line","Name of fa":"Makoni Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.635","geometry":{"type":"Point","coordinates":[-11.540831,8.627219]},"geometry_name":"the_geom","properties":{"IDNO":226,"Latitude":"N","UTM Zone":29,"Northing":954571,"Easting":220359,"y":8.627218693,"x":-11.54083082,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Petifu Line","Name of fa":"Petifu Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.636","geometry":{"type":"Point","coordinates":[-11.465875,8.597001]},"geometry_name":"the_geom","properties":{"IDNO":227,"Latitude":"N","UTM Zone":29,"Northing":951173,"Easting":228592,"y":8.597001033,"x":-11.46587468,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Masheka","Name of fa":"Masheka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.637","geometry":{"type":"Point","coordinates":[-11.383131,8.590565]},"geometry_name":"the_geom","properties":{"IDNO":228,"Latitude":"N","UTM Zone":29,"Northing":950403,"Easting":237700,"y":8.590564771,"x":-11.3831305,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Fotaneh Junction","Name of fa":"Fotaneh Junction MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.638","geometry":{"type":"Point","coordinates":[-11.993253,8.400103]},"geometry_name":"the_geom","properties":{"IDNO":229,"Latitude":"N","UTM Zone":29,"Northing":929792,"Easting":170331,"y":8.400103152,"x":-11.99325307,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Yeben","Name of fa":"Yeben MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.639","geometry":{"type":"Point","coordinates":[-11.988277,8.473719]},"geometry_name":"the_geom","properties":{"IDNO":230,"Latitude":"N","UTM Zone":29,"Northing":937937,"Easting":170942,"y":8.473718864,"x":-11.98827653,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Maraka","Name of fa":"Maraka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.640","geometry":{"type":"Point","coordinates":[-11.988276,8.537974]},"geometry_name":"the_geom","properties":{"IDNO":231,"Latitude":"N","UTM Zone":29,"Northing":945050,"Easting":170997,"y":8.537973867,"x":-11.98827583,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Mathom","Name of fa":"Mathom MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.641","geometry":{"type":"Point","coordinates":[-11.857738,8.517624]},"geometry_name":"the_geom","properties":{"IDNO":232,"Latitude":"N","UTM Zone":29,"Northing":942688,"Easting":185364,"y":8.517623832,"x":-11.85773808,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Petifu Mayeppoh","Name of fa":"Petifu Mayeppoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.642","geometry":{"type":"Point","coordinates":[-11.842702,8.500632]},"geometry_name":"the_geom","properties":{"IDNO":233,"Latitude":"N","UTM Zone":29,"Northing":940795,"Easting":187007,"y":8.500632192,"x":-11.84270164,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Mayeppoh","Name of fa":"Mayeppoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.643","geometry":{"type":"Point","coordinates":[-11.922948,8.668654]},"geometry_name":"the_geom","properties":{"IDNO":252,"Latitude":"N","UTM Zone":29,"Northing":959460,"Easting":178306,"y":8.668653645,"x":-11.92294822,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Malone","Name of fa":"Malone MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.644","geometry":{"type":"Point","coordinates":[-11.979711,8.650923]},"geometry_name":"the_geom","properties":{"IDNO":253,"Latitude":"N","UTM Zone":29,"Northing":957546,"Easting":172038,"y":8.65092273,"x":-11.97971147,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Mabom","Name of fa":"Mabom MCHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.645","geometry":{"type":"Point","coordinates":[-11.982998,8.592035]},"geometry_name":"the_geom","properties":{"IDNO":256,"Latitude":"N","UTM Zone":29,"Northing":951030,"Easting":171625,"y":8.592034951,"x":-11.98299827,"District":"Tonkolili","Chiefdom":"KholifaRowalla","Ward":"2","Locality":"Mayossoh","Name of fa":"Mayossoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.646","geometry":{"type":"Point","coordinates":[-11.837116,8.750507]},"geometry_name":"the_geom","properties":{"IDNO":257,"Latitude":"N","UTM Zone":29,"Northing":968448,"Easting":187828,"y":8.750506639,"x":-11.83711648,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"2","Locality":"Masanga","Name of fa":"Masanga Leprosy Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.647","geometry":{"type":"Point","coordinates":[-11.808588,8.95102]},"geometry_name":"the_geom","properties":{"IDNO":258,"Latitude":"N","UTM Zone":29,"Northing":990618,"Easting":191137,"y":8.951020205,"x":-11.80858784,"District":"Tonkolili","Chiefdom":"Kafe Simira","Ward":"2","Locality":"Makonthandae","Name of fa":"Makonthandae MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.648","geometry":{"type":"Point","coordinates":[-11.744854,9.044887]},"geometry_name":"the_geom","properties":{"IDNO":259,"Latitude":"N","UTM Zone":29,"Northing":1000954,"Easting":198229,"y":9.044887483,"x":-11.74485373,"District":"Tonkolili","Chiefdom":"Kalansogoia","Ward":"1","Locality":"Bumbuna","Name of fa":"Bumbuna CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.649","geometry":{"type":"Point","coordinates":[-11.76228,9.067813]},"geometry_name":"the_geom","properties":{"IDNO":260,"Latitude":"N","UTM Zone":29,"Northing":1003506,"Easting":196331,"y":9.067813292,"x":-11.76227999,"District":"Tonkolili","Chiefdom":"Kalansogoia","Ward":"2","Locality":"Kathombo","Name of fa":"Kathombo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.650","geometry":{"type":"Point","coordinates":[-11.952724,8.582088]},"geometry_name":"the_geom","properties":{"IDNO":262,"Latitude":"N","UTM Zone":29,"Northing":949903,"Easting":174952,"y":8.582088389,"x":-11.95272429,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Mange Bana","Name of fa":"Mange Bana M CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.651","geometry":{"type":"Point","coordinates":[-11.935457,8.72089]},"geometry_name":"the_geom","properties":{"IDNO":265,"Latitude":"N","UTM Zone":29,"Northing":965253,"Easting":176973,"y":8.720890101,"x":-11.93545679,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburuka","Name of fa":"SLRCS MCH Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.652","geometry":{"type":"Point","coordinates":[-11.898745,8.679328]},"geometry_name":"the_geom","properties":{"IDNO":267,"Latitude":"N","UTM Zone":29,"Northing":960621,"Easting":180981,"y":8.679327612,"x":-11.89874479,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Mabai","Name of fa":"Mabai MCHP (Kholifa Rowalla)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.653","geometry":{"type":"Point","coordinates":[-11.771439,7.410596]},"geometry_name":"the_geom","properties":{"IDNO":274,"Latitude":"N","UTM Zone":29,"Northing":820096,"Easting":194051,"y":7.410595738,"x":-11.77143873,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Sorbeh Griema","Name of fa":"Sorbeh Griema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.654","geometry":{"type":"Point","coordinates":[-11.843227,7.436207]},"geometry_name":"the_geom","properties":{"IDNO":275,"Latitude":"N","UTM Zone":29,"Northing":822981,"Easting":186138,"y":7.436206508,"x":-11.84322674,"District":"Pujehun","Chiefdom":"Malen","Ward":"2","Locality":"Sahn Malen","Name of fa":"Sahn Bumpe MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.655","geometry":{"type":"Point","coordinates":[-11.784253,7.493225]},"geometry_name":"the_geom","properties":{"IDNO":276,"Latitude":"N","UTM Zone":29,"Northing":829250,"Easting":192693,"y":7.493225216,"x":-11.78425289,"District":"Pujehun","Chiefdom":"Malen","Ward":" ","Locality":"Sengema","Name of fa":"Sengema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.656","geometry":{"type":"Point","coordinates":[-11.80453,7.547894]},"geometry_name":"the_geom","properties":{"IDNO":277,"Latitude":"N","UTM Zone":29,"Northing":835315,"Easting":190492,"y":7.547894398,"x":-11.80453011,"District":"Pujehun","Chiefdom":"Malen","Ward":"1","Locality":"Taninahun Malen","Name of fa":"Taninahun CHP (Malen)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.657","geometry":{"type":"Point","coordinates":[-11.76,7.589119]},"geometry_name":"the_geom","properties":{"IDNO":278,"Latitude":"N","UTM Zone":29,"Northing":839846,"Easting":195439,"y":7.589119129,"x":-11.76000037,"District":"Pujehun","Chiefdom":"Malen","Ward":"1","Locality":"Nyandehun Malen","Name of fa":"Nyandehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.658","geometry":{"type":"Point","coordinates":[-11.763243,7.241194]},"geometry_name":"the_geom","properties":{"IDNO":279,"Latitude":"N","UTM Zone":29,"Northing":801342,"Easting":194841,"y":7.241193807,"x":-11.76324348,"District":"Pujehun","Chiefdom":"Ya Kpukumu Krim","Ward":"4","Locality":"Karlu","Name of fa":"Karlu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.659","geometry":{"type":"Point","coordinates":[-11.849457,7.319336]},"geometry_name":"the_geom","properties":{"IDNO":280,"Latitude":"N","UTM Zone":29,"Northing":810050,"Easting":185367,"y":7.319335963,"x":-11.84945715,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"6","Locality":"Gbondapi","Name of fa":"Gbondapi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.660","geometry":{"type":"Point","coordinates":[-11.641143,7.436459]},"geometry_name":"the_geom","properties":{"IDNO":281,"Latitude":"N","UTM Zone":29,"Northing":822870,"Easting":208462,"y":7.436458748,"x":-11.6411433,"District":"Pujehun","Chiefdom":"Kpanga Kabonde","Ward":"2","Locality":"Bomu Samba","Name of fa":"Bomu Samba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.661","geometry":{"type":"Point","coordinates":[-11.685028,7.477399]},"geometry_name":"the_geom","properties":{"IDNO":282,"Latitude":"N","UTM Zone":29,"Northing":827430,"Easting":203642,"y":7.47739874,"x":-11.68502815,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"2","Locality":"Dandabu","Name of fa":"Dandabu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.662","geometry":{"type":"Point","coordinates":[-11.694028,7.509937]},"geometry_name":"the_geom","properties":{"IDNO":283,"Latitude":"N","UTM Zone":29,"Northing":831037,"Easting":202670,"y":7.50993658,"x":-11.69402831,"District":"Pujehun","Chiefdom":"Sowa","Ward":"1","Locality":"Geoma Jagor","Name of fa":"Geoma Jagor CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.663","geometry":{"type":"Point","coordinates":[-11.652161,7.572426]},"geometry_name":"the_geom","properties":{"IDNO":284,"Latitude":"N","UTM Zone":29,"Northing":837924,"Easting":207336,"y":7.572425567,"x":-11.65216116,"District":"Pujehun","Chiefdom":"Sowa","Ward":"1","Locality":"Bandajuma","Name of fa":"Bandajuma Clinic CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.664","geometry":{"type":"Point","coordinates":[-11.574031,7.56123]},"geometry_name":"the_geom","properties":{"IDNO":285,"Latitude":"N","UTM Zone":29,"Northing":836633,"Easting":215956,"y":7.561229511,"x":-11.57403096,"District":"Pujehun","Chiefdom":"Pejeh","Ward":"1","Locality":"Futa Pejeh","Name of fa":"Futa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.665","geometry":{"type":"Point","coordinates":[-11.616558,7.622641]},"geometry_name":"the_geom","properties":{"IDNO":286,"Latitude":"N","UTM Zone":29,"Northing":843457,"Easting":211301,"y":7.622640952,"x":-11.61655829,"District":"Pujehun","Chiefdom":"Sowa","Ward":"2","Locality":"Upper Komendeh","Name of fa":"Upper Komendeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.666","geometry":{"type":"Point","coordinates":[-11.50634,7.58721]},"geometry_name":"the_geom","properties":{"IDNO":287,"Latitude":"N","UTM Zone":29,"Northing":839464,"Easting":223447,"y":7.587209763,"x":-11.50633973,"District":"Pujehun","Chiefdom":"Pejewa","Ward":"1","Locality":"Pejewa","Name of fa":"Pejewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.667","geometry":{"type":"Point","coordinates":[-11.618766,7.523388]},"geometry_name":"the_geom","properties":{"IDNO":288,"Latitude":"N","UTM Zone":29,"Northing":832475,"Easting":210991,"y":7.523388261,"x":-11.61876635,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pehala","Name of fa":"Pehala MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.668","geometry":{"type":"Point","coordinates":[-11.622001,7.479822]},"geometry_name":"the_geom","properties":{"IDNO":289,"Latitude":"N","UTM Zone":29,"Northing":827656,"Easting":210605,"y":7.479821764,"x":-11.6220006,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Salena Samba","Name of fa":"Salima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.669","geometry":{"type":"Point","coordinates":[-11.686032,7.354872]},"geometry_name":"the_geom","properties":{"IDNO":290,"Latitude":"N","UTM Zone":29,"Northing":813871,"Easting":203449,"y":7.354871973,"x":-11.68603209,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"3","Locality":"Massam Kpaka","Name of fa":"Massam MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.670","geometry":{"type":"Point","coordinates":[-11.635592,7.349209]},"geometry_name":"the_geom","properties":{"IDNO":291,"Latitude":"N","UTM Zone":29,"Northing":813211,"Easting":209018,"y":7.349208558,"x":-11.63559202,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Blama Massaquoi","Name of fa":"Blama Massaquoi CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.671","geometry":{"type":"Point","coordinates":[-11.570891,7.342898]},"geometry_name":"the_geom","properties":{"IDNO":292,"Latitude":"N","UTM Zone":29,"Northing":812471,"Easting":216162,"y":7.342898197,"x":-11.57089121,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Kpowubu Massaguoi","Name of fa":"Kpowubu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.672","geometry":{"type":"Point","coordinates":[-11.556511,7.207569]},"geometry_name":"the_geom","properties":{"IDNO":293,"Latitude":"N","UTM Zone":29,"Northing":797487,"Easting":217666,"y":7.207569182,"x":-11.55651098,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"2","Locality":"Saama","Name of fa":"Saama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.673","geometry":{"type":"Point","coordinates":[-11.602074,6.988991]},"geometry_name":"the_geom","properties":{"IDNO":294,"Latitude":"N","UTM Zone":29,"Northing":773328,"Easting":212495,"y":6.988990897,"x":-11.60207369,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Liya","Name of fa":"Liya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.674","geometry":{"type":"Point","coordinates":[-11.565631,7.284125]},"geometry_name":"the_geom","properties":{"IDNO":295,"Latitude":"N","UTM Zone":29,"Northing":805964,"Easting":216706,"y":7.284124681,"x":-11.56563129,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Bumpeh Perri","Name of fa":"Bumpeh Perri CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.675","geometry":{"type":"Point","coordinates":[-11.514118,7.472183]},"geometry_name":"the_geom","properties":{"IDNO":296,"Latitude":"N","UTM Zone":29,"Northing":826741,"Easting":222515,"y":7.472183436,"x":-11.5141177,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Tambeyama","Name of fa":"Tambeyama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.676","geometry":{"type":"Point","coordinates":[-11.528942,7.420315]},"geometry_name":"the_geom","properties":{"IDNO":297,"Latitude":"N","UTM Zone":29,"Northing":821011,"Easting":220845,"y":7.42031526,"x":-11.52894153,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Falaba","Name of fa":"Falaba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.677","geometry":{"type":"Point","coordinates":[-11.635033,7.286354]},"geometry_name":"the_geom","properties":{"IDNO":298,"Latitude":"N","UTM Zone":29,"Northing":806255,"Easting":209039,"y":7.286353912,"x":-11.63503288,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Saahun","Name of fa":"Saahun MCHP (kpaka)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.678","geometry":{"type":"Point","coordinates":[-11.570589,7.436233]},"geometry_name":"the_geom","properties":{"IDNO":299,"Latitude":"N","UTM Zone":29,"Northing":822799,"Easting":216255,"y":7.436233405,"x":-11.57058923,"District":"Pujehun","Chiefdom":"Kowama","Ward":"2","Locality":"Kowama","Name of fa":"Kowama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.679","geometry":{"type":"Point","coordinates":[-11.481379,7.503142]},"geometry_name":"the_geom","properties":{"IDNO":300,"Latitude":"N","UTM Zone":29,"Northing":830146,"Easting":226150,"y":7.50314211,"x":-11.48137856,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Potoru","Name of fa":"Potoru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.680","geometry":{"type":"Point","coordinates":[-11.412429,7.542625]},"geometry_name":"the_geom","properties":{"IDNO":301,"Latitude":"N","UTM Zone":29,"Northing":834472,"Easting":233788,"y":7.542625439,"x":-11.41242852,"District":"Pujehun","Chiefdom":"Barri","Ward":" ","Locality":"Vaama","Name of fa":"Vaama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.681","geometry":{"type":"Point","coordinates":[-11.417821,7.487591]},"geometry_name":"the_geom","properties":{"IDNO":302,"Latitude":"N","UTM Zone":29,"Northing":828386,"Easting":233159,"y":7.487590788,"x":-11.41782071,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Saahun","Name of fa":"Saahun MCHP (kpaka)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.682","geometry":{"type":"Point","coordinates":[-11.407843,7.411564]},"geometry_name":"the_geom","properties":{"IDNO":303,"Latitude":"N","UTM Zone":29,"Northing":819968,"Easting":234215,"y":7.411563703,"x":-11.40784258,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Taninahun Dakona","Name of fa":"Taninahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.683","geometry":{"type":"Point","coordinates":[-11.444578,7.392438]},"geometry_name":"the_geom","properties":{"IDNO":304,"Latitude":"N","UTM Zone":29,"Northing":817874,"Easting":230146,"y":7.392437567,"x":-11.44457814,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Njaluahun","Name of fa":"Njaluahun CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.684","geometry":{"type":"Point","coordinates":[-11.308989,7.321296]},"geometry_name":"the_geom","properties":{"IDNO":305,"Latitude":"N","UTM Zone":29,"Northing":809923,"Easting":245081,"y":7.321296112,"x":-11.30898903,"District":"Pujehun","Chiefdom":"Makpele","Ward":"1","Locality":"Zimmi","Name of fa":"Zimmi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.685","geometry":{"type":"Point","coordinates":[-11.408853,7.369134]},"geometry_name":"the_geom","properties":{"IDNO":306,"Latitude":"N","UTM Zone":29,"Northing":815274,"Easting":234078,"y":7.369133756,"x":-11.408853,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Bandasuma","Name of fa":"Bandasuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.686","geometry":{"type":"Point","coordinates":[-11.268054,7.271655]},"geometry_name":"the_geom","properties":{"IDNO":307,"Latitude":"N","UTM Zone":29,"Northing":804408,"Easting":249575,"y":7.271655078,"x":-11.26805436,"District":"Pujehun","Chiefdom":"Makpele","Ward":"1","Locality":"Gissiwulo","Name of fa":"Gissiwulo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.687","geometry":{"type":"Point","coordinates":[-11.231819,7.275569]},"geometry_name":"the_geom","properties":{"IDNO":308,"Latitude":"N","UTM Zone":29,"Northing":804821,"Easting":253580,"y":7.275568649,"x":-11.23181916,"District":"Pujehun","Chiefdom":"Makpele","Ward":"3","Locality":"Gbaa","Name of fa":"Gbaa CHP (Gbaa)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.688","geometry":{"type":"Point","coordinates":[-11.345185,7.297581]},"geometry_name":"the_geom","properties":{"IDNO":309,"Latitude":"N","UTM Zone":29,"Northing":807320,"Easting":241069,"y":7.297581357,"x":-11.34518529,"District":"Pujehun","Chiefdom":"Makpele","Ward":" ","Locality":"Gbahama","Name of fa":"Ghahama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.689","geometry":{"type":"Point","coordinates":[-11.360162,7.242938]},"geometry_name":"the_geom","properties":{"IDNO":310,"Latitude":"N","UTM Zone":29,"Northing":801283,"Easting":239383,"y":7.242938455,"x":-11.36016186,"District":"Pujehun","Chiefdom":"Makpele","Ward":"2","Locality":"Gofor","Name of fa":"Gofor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.690","geometry":{"type":"Point","coordinates":[-11.40455,7.088117]},"geometry_name":"the_geom","properties":{"IDNO":311,"Latitude":"N","UTM Zone":29,"Northing":784179,"Easting":234389,"y":7.08811728,"x":-11.40455006,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Fairo","Name of fa":"Fairo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.691","geometry":{"type":"Point","coordinates":[-11.408069,7.070529]},"geometry_name":"the_geom","properties":{"IDNO":312,"Latitude":"N","UTM Zone":29,"Northing":782235,"Easting":233990,"y":7.070528885,"x":-11.40806884,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Malema 1","Name of fa":"Malema 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.692","geometry":{"type":"Point","coordinates":[-11.391103,7.024368]},"geometry_name":"the_geom","properties":{"IDNO":313,"Latitude":"N","UTM Zone":29,"Northing":777118,"Easting":235839,"y":7.024367864,"x":-11.39110346,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Jendema","Name of fa":"Jendema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.693","geometry":{"type":"Point","coordinates":[-11.454249,7.04715]},"geometry_name":"the_geom","properties":{"IDNO":314,"Latitude":"N","UTM Zone":29,"Northing":779675,"Easting":228872,"y":7.047150226,"x":-11.45424913,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"2","Locality":"Wai","Name of fa":"Wai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.694","geometry":{"type":"Point","coordinates":[-11.577267,6.967936]},"geometry_name":"the_geom","properties":{"IDNO":315,"Latitude":"N","UTM Zone":29,"Northing":770983,"Easting":215225,"y":6.967935964,"x":-11.57726684,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"3","Locality":"Sulima","Name of fa":"Sulima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.695","geometry":{"type":"Point","coordinates":[-11.453127,7.446716]},"geometry_name":"the_geom","properties":{"IDNO":316,"Latitude":"N","UTM Zone":29,"Northing":823885,"Easting":229235,"y":7.446716198,"x":-11.4531267,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Waiima","Name of fa":"Waiima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.696","geometry":{"type":"Point","coordinates":[-11.718678,7.350301]},"geometry_name":"the_geom","properties":{"IDNO":317,"Latitude":"N","UTM Zone":29,"Northing":813387,"Easting":199839,"y":7.35030094,"x":-11.71867835,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pujehun Old Town","Name of fa":"MCH Static","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.697","geometry":{"type":"Point","coordinates":[-11.719116,7.350759]},"geometry_name":"the_geom","properties":{"IDNO":318,"Latitude":"N","UTM Zone":29,"Northing":813438,"Easting":199791,"y":7.350759108,"x":-11.71911558,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pujehun Old Town","Name of fa":"Govt. Hosp. Pujehun","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.698","geometry":{"type":"Point","coordinates":[-11.72583,7.408213]},"geometry_name":"the_geom","properties":{"IDNO":319,"Latitude":"N","UTM Zone":29,"Northing":819801,"Easting":199088,"y":7.408213174,"x":-11.72583019,"District":"Pujehun","Chiefdom":"Kpanga Krim","Ward":"1","Locality":"Bayama","Name of fa":"Bayama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.699","geometry":{"type":"Point","coordinates":[-11.564188,7.490483]},"geometry_name":"the_geom","properties":{"IDNO":320,"Latitude":"N","UTM Zone":29,"Northing":828798,"Easting":216997,"y":7.490483309,"x":-11.56418761,"District":"Pujehun","Chiefdom":"Pejeh","Ward":"1","Locality":"Bumbeh Pejeh","Name of fa":"Bumbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.700","geometry":{"type":"Point","coordinates":[-11.674593,7.182376]},"geometry_name":"the_geom","properties":{"IDNO":321,"Latitude":"N","UTM Zone":29,"Northing":794774,"Easting":204600,"y":7.182375596,"x":-11.67459299,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Sumbuya Bessima","Name of fa":"Sumbuya Bessima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.701","geometry":{"type":"Point","coordinates":[-10.726313,8.036879]},"geometry_name":"the_geom","properties":{"IDNO":322,"Latitude":"N","UTM Zone":29,"Northing":888776,"Easting":309751,"y":8.036879118,"x":-10.72631299,"District":"Kailahun","Chiefdom":"Mandu","Ward":"2","Locality":"Levuma","Name of fa":"Levuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.702","geometry":{"type":"Point","coordinates":[-10.461801,8.297936]},"geometry_name":"the_geom","properties":{"IDNO":323,"Latitude":"N","UTM Zone":29,"Northing":917532,"Easting":339013,"y":8.297936282,"x":-10.46180085,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Sandiaru","Name of fa":"Sandialu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.703","geometry":{"type":"Point","coordinates":[-10.446008,8.308945]},"geometry_name":"the_geom","properties":{"IDNO":324,"Latitude":"N","UTM Zone":29,"Northing":918743,"Easting":340757,"y":8.308944598,"x":-10.44600846,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"1","Locality":"Bayama","Name of fa":"bayama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.704","geometry":{"type":"Point","coordinates":[-10.695264,8.096123]},"geometry_name":"the_geom","properties":{"IDNO":325,"Latitude":"N","UTM Zone":29,"Northing":895314,"Easting":313201,"y":8.096123134,"x":-10.69526358,"District":"Kailahun","Chiefdom":"Upper Bambara","Ward":"2","Locality":"Pendembu","Name of fa":"Pendembu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.705","geometry":{"type":"Point","coordinates":[-10.754185,7.993525]},"geometry_name":"the_geom","properties":{"IDNO":326,"Latitude":"N","UTM Zone":29,"Northing":883994,"Easting":306658,"y":7.993524755,"x":-10.7541846,"District":"Kailahun","Chiefdom":"Mandu","Ward":"1","Locality":"Mobai","Name of fa":"Mobai CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.706","geometry":{"type":"Point","coordinates":[-10.574017,8.275554]},"geometry_name":"the_geom","properties":{"IDNO":327,"Latitude":"N","UTM Zone":29,"Northing":915104,"Easting":326642,"y":8.275554038,"x":-10.57401723,"District":"Kailahun","Chiefdom":"Peje West","Ward":"1","Locality":"Pejewa","Name of fa":"Pejewa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.707","geometry":{"type":"Point","coordinates":[-10.573862,8.275365]},"geometry_name":"the_geom","properties":{"IDNO":328,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326659,"y":8.275364765,"x":-10.57386216,"District":"Kailahun","Chiefdom":"Peje West","Ward":"1","Locality":"Bunumbu","Name of fa":"Bunumbu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.708","geometry":{"type":"Point","coordinates":[-10.574074,8.276087]},"geometry_name":"the_geom","properties":{"IDNO":329,"Latitude":"N","UTM Zone":29,"Northing":915163,"Easting":326636,"y":8.276087301,"x":-10.57407381,"District":"Kailahun","Chiefdom":"Peje West","Ward":"2","Locality":"Jokibu","Name of fa":"Jokibu MCHP","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.709","geometry":{"type":"Point","coordinates":[-10.573783,8.275944]},"geometry_name":"the_geom","properties":{"IDNO":330,"Latitude":"N","UTM Zone":29,"Northing":915147,"Easting":326668,"y":8.275943775,"x":-10.57378277,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"2","Locality":"Manowa","Name of fa":"Manowa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.710","geometry":{"type":"Point","coordinates":[-10.574028,8.27597]},"geometry_name":"the_geom","properties":{"IDNO":331,"Latitude":"N","UTM Zone":29,"Northing":915150,"Easting":326641,"y":8.275969934,"x":-10.57402796,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"1","Locality":"Mamboma","Name of fa":"Mamboma (Peje Bongre) CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.711","geometry":{"type":"Point","coordinates":[-10.573325,8.275078]},"geometry_name":"the_geom","properties":{"IDNO":332,"Latitude":"N","UTM Zone":29,"Northing":915051,"Easting":326718,"y":8.275077533,"x":-10.57332546,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Kwellu Ngieva","Name of fa":"Kwellu Ngieva CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.712","geometry":{"type":"Point","coordinates":[-10.574083,8.276151]},"geometry_name":"the_geom","properties":{"IDNO":333,"Latitude":"N","UTM Zone":29,"Northing":915170,"Easting":326635,"y":8.276150559,"x":-10.57408314,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Bendu","Name of fa":"Bendu (Yawei) CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.713","geometry":{"type":"Point","coordinates":[-10.573527,8.275529]},"geometry_name":"the_geom","properties":{"IDNO":334,"Latitude":"N","UTM Zone":29,"Northing":915101,"Easting":326696,"y":8.275528845,"x":-10.57352695,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Bandajuma Jawei","Name of fa":"Bandajuma Yawei CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.714","geometry":{"type":"Point","coordinates":[-10.57401,8.276079]},"geometry_name":"the_geom","properties":{"IDNO":335,"Latitude":"N","UTM Zone":29,"Northing":915162,"Easting":326643,"y":8.27607851,"x":-10.57401024,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"4","Locality":"Lalehun Korvoma","Name of fa":"Lalehun Korvoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.715","geometry":{"type":"Point","coordinates":[-10.572699,8.275026]},"geometry_name":"the_geom","properties":{"IDNO":336,"Latitude":"N","UTM Zone":29,"Northing":915045,"Easting":326787,"y":8.27502575,"x":-10.57269892,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Kailahun","Name of fa":"Underfives Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.716","geometry":{"type":"Point","coordinates":[-10.566708,8.279661]},"geometry_name":"the_geom","properties":{"IDNO":337,"Latitude":"N","UTM Zone":29,"Northing":915555,"Easting":327449,"y":8.27966082,"x":-10.56670801,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Kailahun","Name of fa":"Govt. Medical Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.717","geometry":{"type":"Point","coordinates":[-10.585392,8.221139]},"geometry_name":"the_geom","properties":{"IDNO":338,"Latitude":"N","UTM Zone":29,"Northing":909091,"Easting":325365,"y":8.221138861,"x":-10.58539209,"District":"Kailahun","Chiefdom":"Luawa","Ward":"5","Locality":"Bandajuma Sinneh","Name of fa":"Bandajuma Sinneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.718","geometry":{"type":"Point","coordinates":[-10.585519,8.220994]},"geometry_name":"the_geom","properties":{"IDNO":339,"Latitude":"N","UTM Zone":29,"Northing":909075,"Easting":325351,"y":8.220993688,"x":-10.58551858,"District":"Kailahun","Chiefdom":"Luawa","Ward":"4","Locality":"Giema","Name of fa":"Giema (Luawa) CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.719","geometry":{"type":"Point","coordinates":[-10.565538,8.119899]},"geometry_name":"the_geom","properties":{"IDNO":340,"Latitude":"N","UTM Zone":29,"Northing":897886,"Easting":327509,"y":8.119898733,"x":-10.56553817,"District":"Kailahun","Chiefdom":"Luawa","Ward":"6","Locality":"Gbeworbu-Gao","Name of fa":"Gbeworbu Gao-CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.720","geometry":{"type":"Point","coordinates":[-10.957873,7.8555]},"geometry_name":"the_geom","properties":{"IDNO":341,"Latitude":"N","UTM Zone":29,"Northing":868828,"Easting":284128,"y":7.855500495,"x":-10.95787283,"District":"Kailahun","Chiefdom":"Jawei","Ward":"4","Locality":"Pellie","Name of fa":"Pellie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.721","geometry":{"type":"Point","coordinates":[-10.647607,8.201177]},"geometry_name":"the_geom","properties":{"IDNO":342,"Latitude":"N","UTM Zone":29,"Northing":906911,"Easting":318501,"y":8.201177185,"x":-10.64760709,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Ngiehun","Name of fa":"Ngiehun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.722","geometry":{"type":"Point","coordinates":[-10.66691,8.04057]},"geometry_name":"the_geom","properties":{"IDNO":343,"Latitude":"N","UTM Zone":29,"Northing":889157,"Easting":316301,"y":8.040569611,"x":-10.66691009,"District":"Kailahun","Chiefdom":"Upper Bambara","Ward":"2","Locality":"Siama","Name of fa":"Siama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.723","geometry":{"type":"Point","coordinates":[-10.488727,8.25446]},"geometry_name":"the_geom","properties":{"IDNO":344,"Latitude":"N","UTM Zone":29,"Northing":912735,"Easting":336029,"y":8.254459694,"x":-10.48872717,"District":"Kailahun","Chiefdom":"Luawa","Ward":"2","Locality":"Gbalahun","Name of fa":"Gbalahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.724","geometry":{"type":"Point","coordinates":[-10.573626,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":345,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326685,"y":8.275374738,"x":-10.57362619,"District":"Kailahun","Chiefdom":"Kissy Kama","Ward":"1","Locality":"Dia","Name of fa":"Dia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.725","geometry":{"type":"Point","coordinates":[-10.573627,8.275456]},"geometry_name":"the_geom","properties":{"IDNO":346,"Latitude":"N","UTM Zone":29,"Northing":915093,"Easting":326685,"y":8.275456116,"x":-10.57362652,"District":"Kailahun","Chiefdom":"Penguia","Ward":" ","Locality":"Kono Bendu","Name of fa":"Kono Bendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.726","geometry":{"type":"Point","coordinates":[-10.57359,8.275447]},"geometry_name":"the_geom","properties":{"IDNO":347,"Latitude":"N","UTM Zone":29,"Northing":915092,"Easting":326689,"y":8.275447217,"x":-10.57359017,"District":"Kailahun","Chiefdom":"Penguia","Ward":" ","Locality":"Sandaru","Name of fa":"Sandaru CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.727","geometry":{"type":"Point","coordinates":[-10.574038,8.276106]},"geometry_name":"the_geom","properties":{"IDNO":348,"Latitude":"N","UTM Zone":29,"Northing":915165,"Easting":326640,"y":8.276105528,"x":-10.57403758,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"3","Locality":"Pendembu Njaygbla","Name of fa":"Pendembu Njeigbla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.728","geometry":{"type":"Point","coordinates":[-10.573517,8.275267]},"geometry_name":"the_geom","properties":{"IDNO":349,"Latitude":"N","UTM Zone":29,"Northing":915072,"Easting":326697,"y":8.275266663,"x":-10.57351683,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Madopolahun","Name of fa":"Madopolahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.729","geometry":{"type":"Point","coordinates":[-10.372128,8.275739]},"geometry_name":"the_geom","properties":{"IDNO":350,"Latitude":"N","UTM Zone":29,"Northing":915042,"Easting":348882,"y":8.275738595,"x":-10.37212808,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Bendu","Name of fa":"Bendu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.730","geometry":{"type":"Point","coordinates":[-10.573508,8.275348]},"geometry_name":"the_geom","properties":{"IDNO":351,"Latitude":"N","UTM Zone":29,"Northing":915081,"Easting":326698,"y":8.275348077,"x":-10.57350808,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"1","Locality":"Voahun","Name of fa":"Voahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.731","geometry":{"type":"Point","coordinates":[-10.57448,8.275389]},"geometry_name":"the_geom","properties":{"IDNO":352,"Latitude":"N","UTM Zone":29,"Northing":915086,"Easting":326591,"y":8.275389456,"x":-10.57447952,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Dawa","Name of fa":"Dawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.732","geometry":{"type":"Point","coordinates":[-10.573508,8.275339]},"geometry_name":"the_geom","properties":{"IDNO":353,"Latitude":"N","UTM Zone":29,"Northing":915080,"Easting":326698,"y":8.275339035,"x":-10.57350804,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"4","Locality":"Bandajuma Kpolihun","Name of fa":"Bandajuma Kpolihun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.733","geometry":{"type":"Point","coordinates":[-10.57359,8.275366]},"geometry_name":"the_geom","properties":{"IDNO":354,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326689,"y":8.275365839,"x":-10.57358985,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":" ","Locality":"Niahun Gboyama","Name of fa":"Niahun Gboyama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.734","geometry":{"type":"Point","coordinates":[-10.573572,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":355,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326691,"y":8.275374952,"x":-10.57357173,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"3","Locality":"Gbeika","Name of fa":"Gbeika MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.735","geometry":{"type":"Point","coordinates":[-10.573545,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":356,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326694,"y":8.275438354,"x":-10.57354475,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":" ","Locality":"mano Menima","Name of fa":"Mano Menima CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.736","geometry":{"type":"Point","coordinates":[-10.573617,8.275357]},"geometry_name":"the_geom","properties":{"IDNO":357,"Latitude":"N","UTM Zone":29,"Northing":915082,"Easting":326686,"y":8.27535669,"x":-10.57361704,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Mende Buima","Name of fa":"Mende Buima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.737","geometry":{"type":"Point","coordinates":[-10.573645,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":359,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326683,"y":8.27543796,"x":-10.5736446,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Dodo Kortuma","Name of fa":"Dodo Kortuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.738","geometry":{"type":"Point","coordinates":[-10.573983,8.276106]},"geometry_name":"the_geom","properties":{"IDNO":360,"Latitude":"N","UTM Zone":29,"Northing":915165,"Easting":326646,"y":8.276105743,"x":-10.57398311,"District":"Kailahun","Chiefdom":"Luawa","Ward":"4","Locality":"Baoma","Name of fa":"Baoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.739","geometry":{"type":"Point","coordinates":[-10.573508,8.275384]},"geometry_name":"the_geom","properties":{"IDNO":361,"Latitude":"N","UTM Zone":29,"Northing":915085,"Easting":326698,"y":8.275384245,"x":-10.57350822,"District":"Kailahun","Chiefdom":"Lauwa","Ward":"6","Locality":"Giema","Name of fa":"Giema CHP (Ward 6)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.740","geometry":{"type":"Point","coordinates":[-10.573553,8.275321]},"geometry_name":"the_geom","properties":{"IDNO":362,"Latitude":"N","UTM Zone":29,"Northing":915078,"Easting":326693,"y":8.275320772,"x":-10.57355336,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Konjo","Name of fa":"Konjo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.741","geometry":{"type":"Point","coordinates":[-10.573527,8.275429]},"geometry_name":"the_geom","properties":{"IDNO":363,"Latitude":"N","UTM Zone":29,"Northing":915090,"Easting":326696,"y":8.275429383,"x":-10.57352656,"District":"Kailahun","Chiefdom":"Malema","Ward":"2","Locality":"Fobu","Name of fa":"Fobu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.742","geometry":{"type":"Point","coordinates":[-10.57349,8.275357]},"geometry_name":"the_geom","properties":{"IDNO":364,"Latitude":"N","UTM Zone":29,"Northing":915082,"Easting":326700,"y":8.275357191,"x":-10.57348996,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Njama","Name of fa":"Njama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.743","geometry":{"type":"Point","coordinates":[-10.573499,8.275466]},"geometry_name":"the_geom","properties":{"IDNO":365,"Latitude":"N","UTM Zone":29,"Northing":915094,"Easting":326699,"y":8.275465659,"x":-10.57349947,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Bumpe","Name of fa":"Bumpeh River CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.744","geometry":{"type":"Point","coordinates":[-10.78713,7.876705]},"geometry_name":"the_geom","properties":{"IDNO":366,"Latitude":"N","UTM Zone":29,"Northing":871089,"Easting":302970,"y":7.876705138,"x":-10.78713048,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Jojoima","Name of fa":"Jojoima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.745","geometry":{"type":"Point","coordinates":[-10.573508,8.275276]},"geometry_name":"the_geom","properties":{"IDNO":367,"Latitude":"N","UTM Zone":29,"Northing":915073,"Easting":326698,"y":8.275275741,"x":-10.57350779,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Madina","Name of fa":"Madina CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.746","geometry":{"type":"Point","coordinates":[-10.844325,7.990067]},"geometry_name":"the_geom","properties":{"IDNO":368,"Latitude":"N","UTM Zone":29,"Northing":883655,"Easting":296718,"y":7.990066698,"x":-10.84432491,"District":"Kailahun","Chiefdom":"Jawei","Ward":"2","Locality":"Daru","Name of fa":"Daru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.747","geometry":{"type":"Point","coordinates":[-10.837304,7.959413]},"geometry_name":"the_geom","properties":{"IDNO":369,"Latitude":"N","UTM Zone":29,"Northing":880261,"Easting":297477,"y":7.95941266,"x":-10.83730413,"District":"Kailahun","Chiefdom":"Jawei","Ward":"3","Locality":"Bombohun","Name of fa":"Bombohun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.748","geometry":{"type":"Point","coordinates":[-10.573545,8.275456]},"geometry_name":"the_geom","properties":{"IDNO":370,"Latitude":"N","UTM Zone":29,"Northing":915093,"Easting":326694,"y":8.275456438,"x":-10.57354482,"District":"Kailahun","Chiefdom":"Jawei","Ward":"1","Locality":"Nyeama","Name of fa":"Nyeama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.749","geometry":{"type":"Point","coordinates":[-10.573526,8.275366]},"geometry_name":"the_geom","properties":{"IDNO":371,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326696,"y":8.275366089,"x":-10.57352631,"District":"Kailahun","Chiefdom":"Jawei","Ward":"1","Locality":"Motehun","Name of fa":"Motehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.750","geometry":{"type":"Point","coordinates":[-10.573771,8.275193]},"geometry_name":"the_geom","properties":{"IDNO":372,"Latitude":"N","UTM Zone":29,"Northing":915064,"Easting":326669,"y":8.275193325,"x":-10.57377071,"District":"Kailahun","Chiefdom":"Jawei","Ward":"3","Locality":"Kambama","Name of fa":"Kambama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.751","geometry":{"type":"Point","coordinates":[-10.769153,8.033975]},"geometry_name":"the_geom","properties":{"IDNO":373,"Latitude":"N","UTM Zone":29,"Northing":888475,"Easting":305027,"y":8.03397523,"x":-10.76915281,"District":"Kailahun","Chiefdom":"Mandu","Ward":"3","Locality":"Baima","Name of fa":"Baiima CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.752","geometry":{"type":"Point","coordinates":[-10.573654,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":374,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326682,"y":8.275437924,"x":-10.57365368,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"3","Locality":"Gbahama","Name of fa":"Gbahama MCHP (Gbaa)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.753","geometry":{"type":"Point","coordinates":[-10.647706,7.995655]},"geometry_name":"the_geom","properties":{"IDNO":375,"Latitude":"N","UTM Zone":29,"Northing":884181,"Easting":318398,"y":7.995654566,"x":-10.64770591,"District":"Kailahun","Chiefdom":"Dea","Ward":"1","Locality":"Baiwalla","Name of fa":"Baiwalla CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.754","geometry":{"type":"Point","coordinates":[-10.57359,8.275348]},"geometry_name":"the_geom","properties":{"IDNO":376,"Latitude":"N","UTM Zone":29,"Northing":915081,"Easting":326689,"y":8.275347755,"x":-10.57358978,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"2","Locality":"Koindu","Name of fa":"Koindu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.755","geometry":{"type":"Point","coordinates":[-10.574266,8.276403]},"geometry_name":"the_geom","properties":{"IDNO":377,"Latitude":"N","UTM Zone":29,"Northing":915198,"Easting":326615,"y":8.276403019,"x":-10.57426569,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"1","Locality":"Kangama","Name of fa":"Kangama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.756","geometry":{"type":"Point","coordinates":[-10.573581,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":378,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326690,"y":8.275374917,"x":-10.57358081,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Mano Sewallu","Name of fa":"Mano Swwallu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.757","geometry":{"type":"Point","coordinates":[-11.909939,9.070918]},"geometry_name":"the_geom","properties":{"IDNO":379,"Latitude":"N","UTM Zone":29,"Northing":1003977,"Easting":180088,"y":9.0709177,"x":-11.90993864,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Bumban","Name of fa":"Bumban MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.758","geometry":{"type":"Point","coordinates":[-11.953628,9.06772]},"geometry_name":"the_geom","properties":{"IDNO":380,"Latitude":"N","UTM Zone":29,"Northing":1003662,"Easting":175278,"y":9.067719981,"x":-11.95362773,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Kagbaneh","Name of fa":"Kagbaneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.759","geometry":{"type":"Point","coordinates":[-11.982227,8.950252]},"geometry_name":"the_geom","properties":{"IDNO":429,"Latitude":"N","UTM Zone":29,"Northing":990684,"Easting":172025,"y":8.950252062,"x":-11.98222705,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"1","Locality":"Binkolo","Name of fa":"Binkolo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.760","geometry":{"type":"Point","coordinates":[-11.928605,8.877201]},"geometry_name":"the_geom","properties":{"IDNO":430,"Latitude":"N","UTM Zone":29,"Northing":982550,"Easting":177863,"y":8.877201391,"x":-11.92860531,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Kathanta Bana","Name of fa":"Kathanta Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.761","geometry":{"type":"Point","coordinates":[-11.907787,8.788227]},"geometry_name":"the_geom","properties":{"IDNO":431,"Latitude":"N","UTM Zone":29,"Northing":972683,"Easting":180078,"y":8.788226712,"x":-11.90778719,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Mapaki","Name of fa":"Mapaki CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.762","geometry":{"type":"Point","coordinates":[-11.955647,8.759731]},"geometry_name":"the_geom","properties":{"IDNO":432,"Latitude":"N","UTM Zone":29,"Northing":969570,"Easting":174783,"y":8.7597309,"x":-11.95564747,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Makolor","Name of fa":"Makolor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.763","geometry":{"type":"Point","coordinates":[-11.998113,8.740036]},"geometry_name":"the_geom","properties":{"IDNO":433,"Latitude":"N","UTM Zone":29,"Northing":967427,"Easting":170089,"y":8.740036469,"x":-11.9981128,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Makeni-Lol","Name of fa":"Makeni-Lol MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.764","geometry":{"type":"Point","coordinates":[-11.953223,8.780356]},"geometry_name":"the_geom","properties":{"IDNO":434,"Latitude":"N","UTM Zone":29,"Northing":971851,"Easting":175068,"y":8.780355691,"x":-11.9532226,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Masingbi-Lol","Name of fa":"Masingbi-Lol","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.765","geometry":{"type":"Point","coordinates":[-11.961907,9.15703]},"geometry_name":"the_geom","properties":{"IDNO":441,"Latitude":"N","UTM Zone":29,"Northing":1013556,"Easting":174448,"y":9.157029684,"x":-11.96190715,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Kamabai","Name of fa":"Kamabai CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.766","geometry":{"type":"Point","coordinates":[-11.922065,9.212614]},"geometry_name":"the_geom","properties":{"IDNO":443,"Latitude":"N","UTM Zone":29,"Northing":1019673,"Easting":178881,"y":9.212614313,"x":-11.92206461,"District":"Bombali","Chiefdom":"Biriwa","Ward":"3","Locality":"Kayongoro","Name of fa":"Kayongoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.767","geometry":{"type":"Point","coordinates":[-11.973775,9.268367]},"geometry_name":"the_geom","properties":{"IDNO":444,"Latitude":"N","UTM Zone":29,"Northing":1025892,"Easting":173245,"y":9.268367064,"x":-11.97377466,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Manjoro","Name of fa":"Manjoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.768","geometry":{"type":"Point","coordinates":[-11.8612,9.308018]},"geometry_name":"the_geom","properties":{"IDNO":445,"Latitude":"N","UTM Zone":29,"Northing":1030179,"Easting":185660,"y":9.308018494,"x":-11.86119994,"District":"Bombali","Chiefdom":"Biriwa","Ward":"3","Locality":"Kanikay","Name of fa":"Kanikay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.769","geometry":{"type":"Point","coordinates":[-11.908813,9.318093]},"geometry_name":"the_geom","properties":{"IDNO":446,"Latitude":"N","UTM Zone":29,"Northing":1031337,"Easting":180434,"y":9.318092509,"x":-11.90881302,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Kamasikie","Name of fa":"Kamasikie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.770","geometry":{"type":"Point","coordinates":[-11.991313,9.02557]},"geometry_name":"the_geom","properties":{"IDNO":448,"Latitude":"N","UTM Zone":29,"Northing":999030,"Easting":171093,"y":9.025570061,"x":-11.99131263,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Kagbo","Name of fa":"Kagbo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.771","geometry":{"type":"Point","coordinates":[-11.911887,9.000077]},"geometry_name":"the_geom","properties":{"IDNO":449,"Latitude":"N","UTM Zone":29,"Northing":996137,"Easting":179811,"y":9.000076548,"x":-11.91188684,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Kabonka","Name of fa":"Kabonka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.772","geometry":{"type":"Point","coordinates":[-11.982608,8.986852]},"geometry_name":"the_geom","properties":{"IDNO":450,"Latitude":"N","UTM Zone":29,"Northing":994736,"Easting":172016,"y":8.986852092,"x":-11.9826078,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"1","Locality":"Kapethe","Name of fa":"Kapethe MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.773","geometry":{"type":"Point","coordinates":[-11.887333,8.981661]},"geometry_name":"the_geom","properties":{"IDNO":452,"Latitude":"N","UTM Zone":29,"Northing":994077,"Easting":182497,"y":8.981660595,"x":-11.88733348,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"2","Locality":"Masongbo Limba","Name of fa":"Masongbo Limba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.774","geometry":{"type":"Point","coordinates":[-11.845523,9.031242]},"geometry_name":"the_geom","properties":{"IDNO":453,"Latitude":"N","UTM Zone":29,"Northing":999529,"Easting":187141,"y":9.031242386,"x":-11.84552304,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"2","Locality":"Kayasi","Name of fa":"Kayasi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.775","geometry":{"type":"Point","coordinates":[-11.94869,8.16978]},"geometry_name":"the_geom","properties":{"IDNO":590,"Latitude":"N","UTM Zone":29,"Northing":904259,"Easting":175054,"y":8.169779911,"x":-11.94869025,"District":"Moyamba","Chiefdom":"Kamaje","Ward":"1","Locality":"Senehun","Name of fa":"Senehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.776","geometry":{"type":"Point","coordinates":[-11.895067,8.207101]},"geometry_name":"the_geom","properties":{"IDNO":591,"Latitude":"N","UTM Zone":29,"Northing":908347,"Easting":180998,"y":8.207101346,"x":-11.89506655,"District":"Moyamba","Chiefdom":"Kamaje","Ward":"1","Locality":"Mogbuama","Name of fa":"Mogbuama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.777","geometry":{"type":"Point","coordinates":[-11.897011,8.136051]},"geometry_name":"the_geom","properties":{"IDNO":592,"Latitude":"N","UTM Zone":29,"Northing":900484,"Easting":180727,"y":8.136050694,"x":-11.89701098,"District":"Moyamba","Chiefdom":"Kowa","Ward":"1","Locality":"Mofombo","Name of fa":"Mofombo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.778","geometry":{"type":"Point","coordinates":[-11.941016,8.082234]},"geometry_name":"the_geom","properties":{"IDNO":593,"Latitude":"N","UTM Zone":29,"Northing":894562,"Easting":175830,"y":8.082233751,"x":-11.94101642,"District":"Moyamba","Chiefdom":"Kowa","Ward":"1","Locality":"Njama","Name of fa":"Njama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.779","geometry":{"type":"Point","coordinates":[-11.875158,8.280595]},"geometry_name":"the_geom","properties":{"IDNO":600,"Latitude":"N","UTM Zone":29,"Northing":916466,"Easting":183252,"y":8.280595196,"x":-11.87515849,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Bai Largo","Name of fa":"Bai Largo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.780","geometry":{"type":"Point","coordinates":[-11.949238,7.463724]},"geometry_name":"the_geom","properties":{"IDNO":649,"Latitude":"N","UTM Zone":29,"Northing":826104,"Easting":174446,"y":7.463724241,"x":-11.94923755,"District":"Bonthe","Chiefdom":"Bum","Ward":"3","Locality":"Madina","Name of fa":"Madina Gbonkobor MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.781","geometry":{"type":"Point","coordinates":[-11.554268,9.623259]},"geometry_name":"the_geom","properties":{"IDNO":687,"Latitude":"N","UTM Zone":29,"Northing":1064806,"Easting":219659,"y":9.623259056,"x":-11.55426804,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Senekedugu","Name of fa":"Senekedugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.782","geometry":{"type":"Point","coordinates":[-11.597908,9.500676]},"geometry_name":"the_geom","properties":{"IDNO":688,"Latitude":"N","UTM Zone":29,"Northing":1051276,"Easting":214764,"y":9.500675834,"x":-11.59790796,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Heremakono","Name of fa":"Heremakono MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.783","geometry":{"type":"Point","coordinates":[-11.589195,9.571502]},"geometry_name":"the_geom","properties":{"IDNO":689,"Latitude":"N","UTM Zone":29,"Northing":1059107,"Easting":215780,"y":9.571501803,"x":-11.5891948,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Yataya","Name of fa":"Yataya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.784","geometry":{"type":"Point","coordinates":[-11.66645,9.696833]},"geometry_name":"the_geom","properties":{"IDNO":690,"Latitude":"N","UTM Zone":29,"Northing":1073043,"Easting":207402,"y":9.696832584,"x":-11.66644954,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Kakoya","Name of fa":"Kakoya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.785","geometry":{"type":"Point","coordinates":[-11.644701,9.94322]},"geometry_name":"the_geom","properties":{"IDNO":691,"Latitude":"N","UTM Zone":29,"Northing":1100293,"Easting":210005,"y":9.943219715,"x":-11.64470085,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Gbentu","Name of fa":"Gbentu CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.786","geometry":{"type":"Point","coordinates":[-11.548837,9.587489]},"geometry_name":"the_geom","properties":{"IDNO":692,"Latitude":"N","UTM Zone":29,"Northing":1060843,"Easting":220226,"y":9.58748862,"x":-11.54883744,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Kabala","Name of fa":"Kabala UFC CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.787","geometry":{"type":"Point","coordinates":[-11.732036,9.68352]},"geometry_name":"the_geom","properties":{"IDNO":693,"Latitude":"N","UTM Zone":29,"Northing":1071627,"Easting":200188,"y":9.683520447,"x":-11.73203631,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Bafodia","Name of fa":"Bafodia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.788","geometry":{"type":"Point","coordinates":[-11.457749,9.250005]},"geometry_name":"the_geom","properties":{"IDNO":694,"Latitude":"N","UTM Zone":29,"Northing":1023425,"Easting":229968,"y":9.250004746,"x":-11.45774877,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Foria","Name of fa":"Foria CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.789","geometry":{"type":"Point","coordinates":[-11.563657,9.383775]},"geometry_name":"the_geom","properties":{"IDNO":695,"Latitude":"N","UTM Zone":29,"Northing":1038311,"Easting":218432,"y":9.383774921,"x":-11.56365651,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Kondambia","Name of fa":"Kondambia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.790","geometry":{"type":"Point","coordinates":[-11.582165,9.270146]},"geometry_name":"the_geom","properties":{"IDNO":696,"Latitude":"N","UTM Zone":29,"Northing":1025751,"Easting":216306,"y":9.270145718,"x":-11.58216484,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Yara","Name of fa":"Yara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.791","geometry":{"type":"Point","coordinates":[-11.609099,9.211008]},"geometry_name":"the_geom","properties":{"IDNO":697,"Latitude":"N","UTM Zone":29,"Northing":1019228,"Easting":213297,"y":9.211007804,"x":-11.60909898,"District":"Koinadugu","Chiefdom":"Daing","Ward":"1","Locality":"Kania","Name of fa":"Kania MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.792","geometry":{"type":"Point","coordinates":[-11.675879,9.466275]},"geometry_name":"the_geom","properties":{"IDNO":698,"Latitude":"N","UTM Zone":29,"Northing":1047534,"Easting":206168,"y":9.466274732,"x":-11.67587945,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Lengekoro","Name of fa":"Lengekoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.793","geometry":{"type":"Point","coordinates":[-10.958225,9.532646]},"geometry_name":"the_geom","properties":{"IDNO":699,"Latitude":"N","UTM Zone":29,"Northing":1054350,"Easting":285048,"y":9.532646082,"x":-10.95822454,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Bendugu","Name of fa":"Bendugu CHC (Mongo)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.794","geometry":{"type":"Point","coordinates":[-10.87222,9.345588]},"geometry_name":"the_geom","properties":{"IDNO":700,"Latitude":"N","UTM Zone":29,"Northing":1033606,"Easting":294381,"y":9.345588462,"x":-10.87221967,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Kamaron","Name of fa":"Kamaron MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.795","geometry":{"type":"Point","coordinates":[-11.144725,9.414864]},"geometry_name":"the_geom","properties":{"IDNO":701,"Latitude":"N","UTM Zone":29,"Northing":1041441,"Easting":264487,"y":9.414863534,"x":-11.14472533,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Gberifeh","Name of fa":"Gberifeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.796","geometry":{"type":"Point","coordinates":[-11.076848,9.534778]},"geometry_name":"the_geom","properties":{"IDNO":702,"Latitude":"N","UTM Zone":29,"Northing":1054662,"Easting":272023,"y":9.534777948,"x":-11.07684788,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Serekolia","Name of fa":"Serekolia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.797","geometry":{"type":"Point","coordinates":[-10.960238,9.654897]},"geometry_name":"the_geom","properties":{"IDNO":703,"Latitude":"N","UTM Zone":29,"Northing":1067875,"Easting":284904,"y":9.654897395,"x":-10.96023841,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Walia","Name of fa":"Walia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.798","geometry":{"type":"Point","coordinates":[-11.5287,9.562]},"geometry_name":"the_geom","properties":{"IDNO":704,"Latitude":"N","UTM Zone":29,"Northing":1058006,"Easting":222417,"y":9.562000396,"x":-11.5287004,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Kondeya","Name of fa":"Kondeya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.799","geometry":{"type":"Point","coordinates":[-11.481783,9.442838]},"geometry_name":"the_geom","properties":{"IDNO":705,"Latitude":"N","UTM Zone":29,"Northing":1044782,"Easting":227476,"y":9.44283795,"x":-11.48178301,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Kamadugusak","Name of fa":"Kamadugusak MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.800","geometry":{"type":"Point","coordinates":[-11.331344,9.629541]},"geometry_name":"the_geom","properties":{"IDNO":706,"Latitude":"N","UTM Zone":29,"Northing":1065326,"Easting":244144,"y":9.629541229,"x":-11.33134379,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Dankwali","Name of fa":"Dankawali CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.801","geometry":{"type":"Point","coordinates":[-11.470099,9.622798]},"geometry_name":"the_geom","properties":{"IDNO":707,"Latitude":"N","UTM Zone":29,"Northing":1064687,"Easting":228902,"y":9.622798278,"x":-11.47009946,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Gbenikoro","Name of fa":"Gbenikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.802","geometry":{"type":"Point","coordinates":[-11.369835,9.530517]},"geometry_name":"the_geom","properties":{"IDNO":708,"Latitude":"N","UTM Zone":29,"Northing":1054398,"Easting":239842,"y":9.530517169,"x":-11.36983498,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Koinadugu II","Name of fa":"Koinadugu II MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.803","geometry":{"type":"Point","coordinates":[-11.253917,9.454202]},"geometry_name":"the_geom","properties":{"IDNO":709,"Latitude":"N","UTM Zone":29,"Northing":1045869,"Easting":252519,"y":9.454201869,"x":-11.2539166,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Yiraia","Name of fa":"Yiraia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.804","geometry":{"type":"Point","coordinates":[-11.765055,9.390094]},"geometry_name":"the_geom","properties":{"IDNO":710,"Latitude":"N","UTM Zone":29,"Northing":1039179,"Easting":196302,"y":9.39009428,"x":-11.76505508,"District":"Koinadugu","Chiefdom":"Kasunko","Ward":" ","Locality":"Fadugu","Name of fa":"Fadugu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.805","geometry":{"type":"Point","coordinates":[-11.871871,9.521903]},"geometry_name":"the_geom","properties":{"IDNO":711,"Latitude":"N","UTM Zone":29,"Northing":1053864,"Easting":184681,"y":9.521903454,"x":-11.87187101,"District":"Koinadugu","Chiefdom":"Kasunko","Ward":" ","Locality":"Madina","Name of fa":"Madina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.806","geometry":{"type":"Point","coordinates":[-11.429065,9.86304]},"geometry_name":"the_geom","properties":{"IDNO":712,"Latitude":"N","UTM Zone":29,"Northing":1091239,"Easting":233599,"y":9.863040467,"x":-11.42906536,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Sinkunia","Name of fa":"Sinkunia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.807","geometry":{"type":"Point","coordinates":[-11.49453,9.753327]},"geometry_name":"the_geom","properties":{"IDNO":713,"Latitude":"N","UTM Zone":29,"Northing":1079151,"Easting":226325,"y":9.753327259,"x":-11.49452999,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Manna","Name of fa":"Manna MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.808","geometry":{"type":"Point","coordinates":[-11.443366,9.911519]},"geometry_name":"the_geom","properties":{"IDNO":714,"Latitude":"N","UTM Zone":29,"Northing":1096615,"Easting":232069,"y":9.911518823,"x":-11.44336622,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Gbindi","Name of fa":"Gbindi CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.809","geometry":{"type":"Point","coordinates":[-11.269785,9.122489]},"geometry_name":"the_geom","properties":{"IDNO":715,"Latitude":"N","UTM Zone":29,"Northing":1009179,"Easting":250541,"y":9.122489064,"x":-11.26978485,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Yiffin","Name of fa":"Yiffin CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.810","geometry":{"type":"Point","coordinates":[-11.388148,9.147865]},"geometry_name":"the_geom","properties":{"IDNO":716,"Latitude":"N","UTM Zone":29,"Northing":1012071,"Easting":237544,"y":9.147864954,"x":-11.38814756,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Alkalia","Name of fa":"Alkalia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.811","geometry":{"type":"Point","coordinates":[-11.279027,8.961018]},"geometry_name":"the_geom","properties":{"IDNO":717,"Latitude":"N","UTM Zone":29,"Northing":991320,"Easting":249413,"y":8.961017603,"x":-11.27902699,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Fankuya","Name of fa":"Fankoya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.812","geometry":{"type":"Point","coordinates":[-11.167618,9.876533]},"geometry_name":"the_geom","properties":{"IDNO":718,"Latitude":"N","UTM Zone":29,"Northing":1092534,"Easting":262296,"y":9.876532707,"x":-11.16761751,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Koidukura","Name of fa":"Koindukura MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.813","geometry":{"type":"Point","coordinates":[-11.320795,9.857118]},"geometry_name":"the_geom","properties":{"IDNO":719,"Latitude":"N","UTM Zone":29,"Northing":1090499,"Easting":245475,"y":9.857117608,"x":-11.32079502,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Falaba","Name of fa":"Falaba CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.814","geometry":{"type":"Point","coordinates":[-11.196524,9.755475]},"geometry_name":"the_geom","properties":{"IDNO":720,"Latitude":"N","UTM Zone":29,"Northing":1079161,"Easting":259037,"y":9.75547487,"x":-11.19652426,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Gberia Tinbakor","Name of fa":"Gberia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.815","geometry":{"type":"Point","coordinates":[-10.739969,9.367517]},"geometry_name":"the_geom","properties":{"IDNO":721,"Latitude":"N","UTM Zone":29,"Northing":1035957,"Easting":308922,"y":9.367517424,"x":-10.73996904,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Masadu","Name of fa":"Masadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.816","geometry":{"type":"Point","coordinates":[-10.921568,9.465385]},"geometry_name":"the_geom","properties":{"IDNO":722,"Latitude":"N","UTM Zone":29,"Northing":1046887,"Easting":289032,"y":9.465385107,"x":-10.92156799,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Seria","Name of fa":"Seria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.817","geometry":{"type":"Point","coordinates":[-11.299432,9.359432]},"geometry_name":"the_geom","properties":{"IDNO":723,"Latitude":"N","UTM Zone":29,"Northing":1035416,"Easting":247450,"y":9.359432418,"x":-11.29943237,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Firawa","Name of fa":"Firawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.818","geometry":{"type":"Point","coordinates":[-11.33433,8.833336]},"geometry_name":"the_geom","properties":{"IDNO":724,"Latitude":"N","UTM Zone":29,"Northing":977231,"Easting":243240,"y":8.833336195,"x":-11.33432987,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Sumbaria","Name of fa":"Sumbaria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.819","geometry":{"type":"Point","coordinates":[-11.570376,9.754912]},"geometry_name":"the_geom","properties":{"IDNO":725,"Latitude":"N","UTM Zone":29,"Northing":1079389,"Easting":218000,"y":9.754912288,"x":-11.5703764,"District":"Koinadugu","Chiefdom":"F Denbelia","Ward":"1","Locality":"Musaia","Name of fa":"Musaia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.820","geometry":{"type":"Point","coordinates":[-11.580112,9.857035]},"geometry_name":"the_geom","properties":{"IDNO":726,"Latitude":"N","UTM Zone":29,"Northing":1090699,"Easting":217018,"y":9.857035262,"x":-11.58011151,"District":"Koinadugu","Chiefdom":"F Denbelia","Ward":"1","Locality":"Hamdali","Name of fa":"Hamdali MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.821","geometry":{"type":"Point","coordinates":[-11.037479,9.080271]},"geometry_name":"the_geom","properties":{"IDNO":727,"Latitude":"N","UTM Zone":29,"Northing":1004356,"Easting":276057,"y":9.080271105,"x":-11.03747897,"District":"Koinadugu","Chiefdom":"Neya","Ward":" ","Locality":"Masofinia","Name of fa":"Masofinia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.822","geometry":{"type":"Point","coordinates":[-10.949947,9.193235]},"geometry_name":"the_geom","properties":{"IDNO":728,"Latitude":"N","UTM Zone":29,"Northing":1016799,"Easting":285749,"y":9.193234916,"x":-10.94994688,"District":"Koinadugu","Chiefdom":"Neya","Ward":" ","Locality":"Korobonta","Name of fa":"Koribondo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.823","geometry":{"type":"Point","coordinates":[-11.194007,7.876993]},"geometry_name":"the_geom","properties":{"IDNO":837,"Latitude":"N","UTM Zone":29,"Northing":871335,"Easting":258093,"y":7.876992702,"x":-11.19400709,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Sierra Leone Red Cross Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.824","geometry":{"type":"Point","coordinates":[-11.189725,7.871122]},"geometry_name":"the_geom","properties":{"IDNO":838,"Latitude":"N","UTM Zone":29,"Northing":870683,"Easting":258562,"y":7.871121596,"x":-11.1897246,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Dama Surgery","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.825","geometry":{"type":"Point","coordinates":[-11.186768,7.884741]},"geometry_name":"the_geom","properties":{"IDNO":839,"Latitude":"N","UTM Zone":29,"Northing":872188,"Easting":258896,"y":7.88474108,"x":-11.18676829,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Nixon Satelitte Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.826","geometry":{"type":"Point","coordinates":[-11.340875,8.188449]},"geometry_name":"the_geom","properties":{"IDNO":840,"Latitude":"N","UTM Zone":29,"Northing":905883,"Easting":242088,"y":8.188448684,"x":-11.34087514,"District":"Kenema","Chiefdom":"Simbaru","Ward":"1","Locality":"Boajibu","Name of fa":"Kenema Diocesan Health Care","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.827","geometry":{"type":"Point","coordinates":[-11.027341,8.210888]},"geometry_name":"the_geom","properties":{"IDNO":841,"Latitude":"N","UTM Zone":29,"Northing":908177,"Easting":276660,"y":8.21088762,"x":-11.02734079,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Sembeima Village","Name of fa":"Sembeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.828","geometry":{"type":"Point","coordinates":[-11.068075,8.2184]},"geometry_name":"the_geom","properties":{"IDNO":842,"Latitude":"N","UTM Zone":29,"Northing":909031,"Easting":272175,"y":8.218399911,"x":-11.06807481,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Sandayeima Section Tong Field","Name of fa":"Sandayeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.829","geometry":{"type":"Point","coordinates":[-11.053807,8.27029]},"geometry_name":"the_geom","properties":{"IDNO":843,"Latitude":"N","UTM Zone":29,"Northing":914763,"Easting":273777,"y":8.2702895,"x":-11.05380657,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":" ","Locality":"Konjo Village","Name of fa":"Konjo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.830","geometry":{"type":"Point","coordinates":[-10.996769,8.063849]},"geometry_name":"the_geom","properties":{"IDNO":844,"Latitude":"N","UTM Zone":29,"Northing":891895,"Easting":279949,"y":8.06384854,"x":-10.99676873,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"3","Locality":"Komende Luyama","Name of fa":"Komende MCHP (Lower Bamabara)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.831","geometry":{"type":"Point","coordinates":[-11.199032,7.872293]},"geometry_name":"the_geom","properties":{"IDNO":845,"Latitude":"N","UTM Zone":29,"Northing":870818,"Easting":257536,"y":7.872293064,"x":-11.19903168,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Nyandeyama","Name of fa":"Ralph Mini Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.832","geometry":{"type":"Point","coordinates":[-11.188065,7.888251]},"geometry_name":"the_geom","properties":{"IDNO":846,"Latitude":"N","UTM Zone":29,"Northing":872577,"Easting":258755,"y":7.88825054,"x":-11.18806499,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Nongowa Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.833","geometry":{"type":"Point","coordinates":[-11.136789,8.184612]},"geometry_name":"the_geom","properties":{"IDNO":847,"Latitude":"N","UTM Zone":29,"Northing":905333,"Easting":264582,"y":8.184612227,"x":-11.13678917,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"6","Locality":"Panguma","Name of fa":"Panguma Mission Hosp.","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.834","geometry":{"type":"Point","coordinates":[-11.082909,8.17468]},"geometry_name":"the_geom","properties":{"IDNO":848,"Latitude":"N","UTM Zone":29,"Northing":904203,"Easting":270515,"y":8.174679564,"x":-11.08290948,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Nigiehun Village","Name of fa":"Nigiehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.835","geometry":{"type":"Point","coordinates":[-11.052748,8.200525]},"geometry_name":"the_geom","properties":{"IDNO":849,"Latitude":"N","UTM Zone":29,"Northing":907045,"Easting":273854,"y":8.200525464,"x":-11.05274823,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Semewebu Village","Name of fa":"Semewebu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.836","geometry":{"type":"Point","coordinates":[-11.062277,8.333479]},"geometry_name":"the_geom","properties":{"IDNO":850,"Latitude":"N","UTM Zone":29,"Northing":921758,"Easting":272880,"y":8.333478927,"x":-11.06227658,"District":"Kenema","Chiefdom":"Lower Bambara 4","Ward":"4","Locality":"Pelewahun Village","Name of fa":"Pelewahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.837","geometry":{"type":"Point","coordinates":[-11.06116,8.251666]},"geometry_name":"the_geom","properties":{"IDNO":851,"Latitude":"N","UTM Zone":29,"Northing":912707,"Easting":272956,"y":8.251665769,"x":-11.06116039,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Njagbahun Village","Name of fa":"Njagbahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.838","geometry":{"type":"Point","coordinates":[-11.071337,8.214107]},"geometry_name":"the_geom","properties":{"IDNO":852,"Latitude":"N","UTM Zone":29,"Northing":908558,"Easting":271813,"y":8.214107285,"x":-11.0713372,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Kpandebu","Name of fa":"Kpandebu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.839","geometry":{"type":"Point","coordinates":[-11.046385,8.231773]},"geometry_name":"the_geom","properties":{"IDNO":853,"Latitude":"N","UTM Zone":29,"Northing":910498,"Easting":274573,"y":8.23177261,"x":-11.04638464,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Bomie Section Tongo Field","Name of fa":"Bomie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.840","geometry":{"type":"Point","coordinates":[-11.074252,8.273673]},"geometry_name":"the_geom","properties":{"IDNO":854,"Latitude":"N","UTM Zone":29,"Northing":915149,"Easting":271526,"y":8.27367302,"x":-11.07425181,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"4","Locality":"Kpetema (1)","Name of fa":"Kpetema CHP (Lower Bambara)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.841","geometry":{"type":"Point","coordinates":[-11.00945,8.104377]},"geometry_name":"the_geom","properties":{"IDNO":855,"Latitude":"N","UTM Zone":29,"Northing":896385,"Easting":278573,"y":8.104376602,"x":-11.00945042,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"3","Locality":"Konia","Name of fa":"Konia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.842","geometry":{"type":"Point","coordinates":[-11.058078,8.215351]},"geometry_name":"the_geom","properties":{"IDNO":856,"Latitude":"N","UTM Zone":29,"Northing":908688,"Easting":273275,"y":8.215350649,"x":-11.05807803,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Tongo Field Torkpombu","Name of fa":"Tongo Field CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.843","geometry":{"type":"Point","coordinates":[-10.990704,8.218728]},"geometry_name":"the_geom","properties":{"IDNO":857,"Latitude":"N","UTM Zone":29,"Northing":909024,"Easting":280702,"y":8.218727893,"x":-10.99070351,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Lowoma Village","Name of fa":"Lowoma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.844","geometry":{"type":"Point","coordinates":[-11.332933,8.358765]},"geometry_name":"the_geom","properties":{"IDNO":858,"Latitude":"N","UTM Zone":29,"Northing":924722,"Easting":243074,"y":8.358765224,"x":-11.3329329,"District":"Kenema","Chiefdom":"Wandor","Ward":" ","Locality":"Baama Town","Name of fa":"Baama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.845","geometry":{"type":"Point","coordinates":[-11.381791,8.286243]},"geometry_name":"the_geom","properties":{"IDNO":859,"Latitude":"N","UTM Zone":29,"Northing":916730,"Easting":237642,"y":8.286242619,"x":-11.38179087,"District":"Kenema","Chiefdom":"Wandor","Ward":"1","Locality":"Faala Village","Name of fa":"Faala CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.846","geometry":{"type":"Point","coordinates":[-11.345431,8.316366]},"geometry_name":"the_geom","properties":{"IDNO":860,"Latitude":"N","UTM Zone":29,"Northing":920039,"Easting":241669,"y":8.316365751,"x":-11.34543084,"District":"Kenema","Chiefdom":"Wandor","Ward":"2","Locality":"Bambara Village","Name of fa":"Bambara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.847","geometry":{"type":"Point","coordinates":[-11.347768,8.232966]},"geometry_name":"the_geom","properties":{"IDNO":861,"Latitude":"N","UTM Zone":29,"Northing":910813,"Easting":241357,"y":8.232966453,"x":-11.34776793,"District":"Kenema","Chiefdom":"Wandor","Ward":"1","Locality":"Gendema","Name of fa":"Gendema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.848","geometry":{"type":"Point","coordinates":[-11.195908,7.755134]},"geometry_name":"the_geom","properties":{"IDNO":862,"Latitude":"N","UTM Zone":29,"Northing":857855,"Easting":257813,"y":7.755134496,"x":-11.19590809,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Kpandebu","Name of fa":"Kpandebu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.849","geometry":{"type":"Point","coordinates":[-11.147354,7.777493]},"geometry_name":"the_geom","properties":{"IDNO":863,"Latitude":"N","UTM Zone":29,"Northing":860301,"Easting":263183,"y":7.77749348,"x":-11.14735428,"District":"Kenema","Chiefdom":"Dama","Ward":"1","Locality":"Giema  Village","Name of fa":"Giema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.850","geometry":{"type":"Point","coordinates":[-11.125098,7.824847]},"geometry_name":"the_geom","properties":{"IDNO":864,"Latitude":"N","UTM Zone":29,"Northing":865527,"Easting":265665,"y":7.824846746,"x":-11.12509778,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Konjo Village","Name of fa":"Konjo CHP (Dama)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.851","geometry":{"type":"Point","coordinates":[-11.243859,7.674582]},"geometry_name":"the_geom","properties":{"IDNO":865,"Latitude":"N","UTM Zone":29,"Northing":848971,"Easting":252475,"y":7.674581784,"x":-11.24385914,"District":"Kenema","Chiefdom":"Dama","Ward":"4","Locality":"Loppa Village","Name of fa":"Loppa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.852","geometry":{"type":"Point","coordinates":[-11.011062,7.821348]},"geometry_name":"the_geom","properties":{"IDNO":866,"Latitude":"N","UTM Zone":29,"Northing":865078,"Easting":278243,"y":7.821348001,"x":-11.01106245,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Torkpombu Dama","Name of fa":"Torkpombu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.853","geometry":{"type":"Point","coordinates":[-11.071861,7.865249]},"geometry_name":"the_geom","properties":{"IDNO":867,"Latitude":"N","UTM Zone":29,"Northing":869967,"Easting":271560,"y":7.865249269,"x":-11.07186112,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Kornia Village","Name of fa":"Kornia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.854","geometry":{"type":"Point","coordinates":[-11.029197,7.863325]},"geometry_name":"the_geom","properties":{"IDNO":868,"Latitude":"N","UTM Zone":29,"Northing":869731,"Easting":276265,"y":7.863324688,"x":-11.02919673,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Tawahun Village","Name of fa":"Tawahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.855","geometry":{"type":"Point","coordinates":[-11.18839,7.715509]},"geometry_name":"the_geom","properties":{"IDNO":869,"Latitude":"N","UTM Zone":29,"Northing":853467,"Easting":258620,"y":7.715509053,"x":-11.18839015,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Gao Village","Name of fa":"Gao MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.856","geometry":{"type":"Point","coordinates":[-11.118146,7.848394]},"geometry_name":"the_geom","properties":{"IDNO":870,"Latitude":"N","UTM Zone":29,"Northing":868128,"Easting":266445,"y":7.84839386,"x":-11.11814645,"District":"Kenema","Chiefdom":"Dama","Ward":" ","Locality":"Majihun Village","Name of fa":"Majihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.857","geometry":{"type":"Point","coordinates":[-11.237334,7.467026]},"geometry_name":"the_geom","properties":{"IDNO":871,"Latitude":"N","UTM Zone":29,"Northing":826005,"Easting":253077,"y":7.467025586,"x":-11.23733366,"District":"Kenema","Chiefdom":"Tunkia","Ward":"1","Locality":"Gorahun Village","Name of fa":"Gorahun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.858","geometry":{"type":"Point","coordinates":[-11.155176,7.579688]},"geometry_name":"the_geom","properties":{"IDNO":872,"Latitude":"N","UTM Zone":29,"Northing":838423,"Easting":262210,"y":7.579688143,"x":-11.15517572,"District":"Kenema","Chiefdom":"Tunkia","Ward":"2","Locality":"Ngegbwema Village","Name of fa":"Ngegbwema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.859","geometry":{"type":"Point","coordinates":[-11.201284,7.605915]},"geometry_name":"the_geom","properties":{"IDNO":873,"Latitude":"N","UTM Zone":29,"Northing":841350,"Easting":257135,"y":7.605914603,"x":-11.201284,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Ngiewahun Village","Name of fa":"Ngiewahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.860","geometry":{"type":"Point","coordinates":[-11.042788,7.605716]},"geometry_name":"the_geom","properties":{"IDNO":874,"Latitude":"N","UTM Zone":29,"Northing":841242,"Easting":274629,"y":7.605715663,"x":-11.04278843,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Belebu Village","Name of fa":"Belebu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.861","geometry":{"type":"Point","coordinates":[-11.099544,7.523841]},"geometry_name":"the_geom","properties":{"IDNO":875,"Latitude":"N","UTM Zone":29,"Northing":832215,"Easting":268321,"y":7.523841463,"x":-11.0995443,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Mano Njeigbla Village","Name of fa":"Mano Njeigbla CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.862","geometry":{"type":"Point","coordinates":[-11.144628,7.613783]},"geometry_name":"the_geom","properties":{"IDNO":876,"Latitude":"N","UTM Zone":29,"Northing":842189,"Easting":263393,"y":7.613783378,"x":-11.14462781,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Jao","Name of fa":"Jao MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.863","geometry":{"type":"Point","coordinates":[-11.319526,7.966952]},"geometry_name":"the_geom","properties":{"IDNO":877,"Latitude":"N","UTM Zone":29,"Northing":881363,"Easting":244302,"y":7.96695212,"x":-11.31952565,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"1","Locality":"Levuma","Name of fa":"Levuma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.864","geometry":{"type":"Point","coordinates":[-11.328203,8.042129]},"geometry_name":"the_geom","properties":{"IDNO":878,"Latitude":"N","UTM Zone":29,"Northing":889686,"Easting":243392,"y":8.042129241,"x":-11.32820314,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"2","Locality":"Baoma Oil Mill","Name of fa":"Baoma Oil Mill CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.865","geometry":{"type":"Point","coordinates":[-11.259455,7.977905]},"geometry_name":"the_geom","properties":{"IDNO":879,"Latitude":"N","UTM Zone":29,"Northing":882538,"Easting":250934,"y":7.977905379,"x":-11.25945518,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"4","Locality":"Deima","Name of fa":"Deima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.866","geometry":{"type":"Point","coordinates":[-11.2776,8.010923]},"geometry_name":"the_geom","properties":{"IDNO":880,"Latitude":"N","UTM Zone":29,"Northing":886202,"Easting":248953,"y":8.010923217,"x":-11.27760033,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"3","Locality":"Gbado","Name of fa":"Gbado MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.867","geometry":{"type":"Point","coordinates":[-11.327746,8.020774]},"geometry_name":"the_geom","properties":{"IDNO":881,"Latitude":"N","UTM Zone":29,"Northing":887323,"Easting":243429,"y":8.020774314,"x":-11.32774593,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":" ","Locality":"Sembehun Village","Name of fa":"Sembehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.868","geometry":{"type":"Point","coordinates":[-11.346513,7.871853]},"geometry_name":"the_geom","properties":{"IDNO":882,"Latitude":"N","UTM Zone":29,"Northing":870858,"Easting":241266,"y":7.871853144,"x":-11.34651285,"District":"Kenema","Chiefdom":"Small Bo","Ward":" ","Locality":"Blama Town","Name of fa":"Blama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.869","geometry":{"type":"Point","coordinates":[-11.41449,7.809982]},"geometry_name":"the_geom","properties":{"IDNO":883,"Latitude":"N","UTM Zone":29,"Northing":864055,"Easting":233727,"y":7.809981779,"x":-11.41449001,"District":"Kenema","Chiefdom":"Small Bo","Ward":"1","Locality":"Boujou Village","Name of fa":"Boujou CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.870","geometry":{"type":"Point","coordinates":[-11.285403,7.854141]},"geometry_name":"the_geom","properties":{"IDNO":884,"Latitude":"N","UTM Zone":29,"Northing":868861,"Easting":247997,"y":7.854141438,"x":-11.2854028,"District":"Kenema","Chiefdom":"Small Bo","Ward":"4","Locality":"Serabu Village","Name of fa":"Serabu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.871","geometry":{"type":"Point","coordinates":[-11.348669,7.935723]},"geometry_name":"the_geom","properties":{"IDNO":885,"Latitude":"N","UTM Zone":29,"Northing":877926,"Easting":241068,"y":7.935723215,"x":-11.34866885,"District":"Kenema","Chiefdom":"Small Bo","Ward":" ","Locality":"Nyangbebo Village","Name of fa":"Nyangbebo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.872","geometry":{"type":"Point","coordinates":[-11.391573,7.897519]},"geometry_name":"the_geom","properties":{"IDNO":886,"Latitude":"N","UTM Zone":29,"Northing":873726,"Easting":236311,"y":7.897518708,"x":-11.39157321,"District":"Kenema","Chiefdom":"Small Bo","Ward":"1","Locality":"Gelehun Village","Name of fa":"Gelehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.873","geometry":{"type":"Point","coordinates":[-11.3401,7.867876]},"geometry_name":"the_geom","properties":{"IDNO":887,"Latitude":"N","UTM Zone":29,"Northing":870414,"Easting":241971,"y":7.867876079,"x":-11.34010019,"District":"Kenema","Chiefdom":"Small Bo","Ward":"2","Locality":"Blama (London Station)","Name of fa":"London (Blama) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.874","geometry":{"type":"Point","coordinates":[-11.055461,7.692205]},"geometry_name":"the_geom","properties":{"IDNO":888,"Latitude":"N","UTM Zone":29,"Northing":850816,"Easting":273276,"y":7.692205063,"x":-11.05546118,"District":"Kenema","Chiefdom":"Gaura","Ward":"2","Locality":"Toru Village","Name of fa":"Toru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.875","geometry":{"type":"Point","coordinates":[-11.116457,7.629733]},"geometry_name":"the_geom","properties":{"IDNO":889,"Latitude":"N","UTM Zone":29,"Northing":843938,"Easting":266511,"y":7.629732704,"x":-11.11645689,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Kokoru Village","Name of fa":"Kokoru CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.876","geometry":{"type":"Point","coordinates":[-10.976672,7.766066]},"geometry_name":"the_geom","properties":{"IDNO":890,"Latitude":"N","UTM Zone":29,"Northing":858945,"Easting":282008,"y":7.766065923,"x":-10.97667235,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Mendekelema","Name of fa":"Mendekelema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.877","geometry":{"type":"Point","coordinates":[-11.041511,7.770677]},"geometry_name":"the_geom","properties":{"IDNO":891,"Latitude":"N","UTM Zone":29,"Northing":859489,"Easting":274857,"y":7.770676554,"x":-11.0415111,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Sandaru (Gaura)","Name of fa":"Sandaru MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.878","geometry":{"type":"Point","coordinates":[-11.078713,7.662098]},"geometry_name":"the_geom","properties":{"IDNO":892,"Latitude":"N","UTM Zone":29,"Northing":847498,"Easting":270694,"y":7.662098349,"x":-11.07871313,"District":"Kenema","Chiefdom":"Gaura","Ward":"2","Locality":"Perrie Village","Name of fa":"Perrie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.879","geometry":{"type":"Point","coordinates":[-11.342318,8.18703]},"geometry_name":"the_geom","properties":{"IDNO":893,"Latitude":"N","UTM Zone":29,"Northing":905727,"Easting":241928,"y":8.187030333,"x":-11.34231827,"District":"Kenema","Chiefdom":"Simbaru","Ward":"1","Locality":"Boajibu Village","Name of fa":"Boajibu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.880","geometry":{"type":"Point","coordinates":[-11.305858,8.172382]},"geometry_name":"the_geom","properties":{"IDNO":894,"Latitude":"N","UTM Zone":29,"Northing":904083,"Easting":245938,"y":8.172381753,"x":-11.30585752,"District":"Kenema","Chiefdom":"Simbaru","Ward":" ","Locality":"Gbangeima","Name of fa":"Gbangeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.881","geometry":{"type":"Point","coordinates":[-11.386677,7.713759]},"geometry_name":"the_geom","properties":{"IDNO":895,"Latitude":"N","UTM Zone":29,"Northing":853391,"Easting":236736,"y":7.713758654,"x":-11.38667749,"District":"Kenema","Chiefdom":"Niawa","Ward":"1","Locality":"Sendumei Village","Name of fa":"Sendumei CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.882","geometry":{"type":"Point","coordinates":[-11.448873,7.614742]},"geometry_name":"the_geom","properties":{"IDNO":896,"Latitude":"N","UTM Zone":29,"Northing":842474,"Easting":229809,"y":7.614741821,"x":-11.4488729,"District":"Kenema","Chiefdom":"Niawa","Ward":" ","Locality":"Gandorhun Village","Name of fa":"Gandorhun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.883","geometry":{"type":"Point","coordinates":[-11.173328,8.151894]},"geometry_name":"the_geom","properties":{"IDNO":897,"Latitude":"N","UTM Zone":29,"Northing":901735,"Easting":260535,"y":8.151893744,"x":-11.17332814,"District":"Kenema","Chiefdom":"Dodo","Ward":"1","Locality":"Dodo","Name of fa":"Dodo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.884","geometry":{"type":"Point","coordinates":[-11.236833,8.125091]},"geometry_name":"the_geom","properties":{"IDNO":898,"Latitude":"N","UTM Zone":29,"Northing":898808,"Easting":253518,"y":8.125090765,"x":-11.23683322,"District":"Kenema","Chiefdom":"Dodo","Ward":"1","Locality":"Guala Village","Name of fa":"Guala MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.885","geometry":{"type":"Point","coordinates":[-11.333718,8.379277]},"geometry_name":"the_geom","properties":{"IDNO":899,"Latitude":"N","UTM Zone":29,"Northing":926992,"Easting":243001,"y":8.379277175,"x":-11.33371757,"District":"Kenema","Chiefdom":"Gorama Mende","Ward":"1","Locality":"Konta","Name of fa":"Konta CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.886","geometry":{"type":"Point","coordinates":[-11.144247,7.938421]},"geometry_name":"the_geom","properties":{"IDNO":900,"Latitude":"N","UTM Zone":29,"Northing":878102,"Easting":263617,"y":7.938420847,"x":-11.14424671,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Hanga","Name of fa":"Hanga CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.887","geometry":{"type":"Point","coordinates":[-11.105424,8.053794]},"geometry_name":"the_geom","properties":{"IDNO":901,"Latitude":"N","UTM Zone":29,"Northing":890843,"Easting":267964,"y":8.053793682,"x":-11.10542392,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Largo Town","Name of fa":"Largo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.888","geometry":{"type":"Point","coordinates":[-11.056918,7.92514]},"geometry_name":"the_geom","properties":{"IDNO":902,"Latitude":"N","UTM Zone":29,"Northing":876584,"Easting":273241,"y":7.92514026,"x":-11.0569178,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Nekabu","Name of fa":"Nekabu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.889","geometry":{"type":"Point","coordinates":[-11.051523,7.948897]},"geometry_name":"the_geom","properties":{"IDNO":903,"Latitude":"N","UTM Zone":29,"Northing":879209,"Easting":273849,"y":7.948896817,"x":-11.05152281,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Jormu Village","Name of fa":"Jormu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.890","geometry":{"type":"Point","coordinates":[-11.031738,8.049773]},"geometry_name":"the_geom","properties":{"IDNO":904,"Latitude":"N","UTM Zone":29,"Northing":890357,"Easting":276086,"y":8.049772689,"x":-11.03173774,"District":"Kenema","Chiefdom":"Nongowa","Ward":"2","Locality":"Talia Village","Name of fa":"Talia CHC (Nongowa)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.891","geometry":{"type":"Point","coordinates":[-11.18558,7.862068]},"geometry_name":"the_geom","properties":{"IDNO":905,"Latitude":"N","UTM Zone":29,"Northing":869679,"Easting":259014,"y":7.862067885,"x":-11.18557968,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Torkpombu","Name of fa":"Torkpombu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.892","geometry":{"type":"Point","coordinates":[-11.185666,7.856011]},"geometry_name":"the_geom","properties":{"IDNO":906,"Latitude":"N","UTM Zone":29,"Northing":869009,"Easting":259001,"y":7.856011151,"x":-11.18566583,"District":"Kenema","Chiefdom":"Nongowa","Ward":"7","Locality":"Kpetema","Name of fa":"Kpetema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.893","geometry":{"type":"Point","coordinates":[-11.136222,7.959334]},"geometry_name":"the_geom","properties":{"IDNO":907,"Latitude":"N","UTM Zone":29,"Northing":880411,"Easting":264514,"y":7.959334402,"x":-11.13622183,"District":"Kenema","Chiefdom":"Nongowa","Ward":"2","Locality":"Panderu","Name of fa":"Panderu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.894","geometry":{"type":"Point","coordinates":[-11.113046,8.01248]},"geometry_name":"the_geom","properties":{"IDNO":908,"Latitude":"N","UTM Zone":29,"Northing":886277,"Easting":267100,"y":8.012479658,"x":-11.11304643,"District":"Kenema","Chiefdom":"Nongowa","Ward":"8","Locality":"Ngelehun","Name of fa":"Ngelehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.895","geometry":{"type":"Point","coordinates":[-11.003738,8.027518]},"geometry_name":"the_geom","properties":{"IDNO":909,"Latitude":"N","UTM Zone":29,"Northing":887880,"Easting":279161,"y":8.027518124,"x":-11.00373782,"District":"Kenema","Chiefdom":"Nongowa","Ward":"4","Locality":"Vaahun Village","Name of fa":"Vaahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.896","geometry":{"type":"Point","coordinates":[-10.968006,8.050861]},"geometry_name":"the_geom","properties":{"IDNO":910,"Latitude":"N","UTM Zone":29,"Northing":890443,"Easting":283113,"y":8.050861395,"x":-10.96800646,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Massahun Village","Name of fa":"Massahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.897","geometry":{"type":"Point","coordinates":[-11.008325,7.982738]},"geometry_name":"the_geom","properties":{"IDNO":911,"Latitude":"N","UTM Zone":29,"Northing":882929,"Easting":278631,"y":7.982737832,"x":-11.00832537,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Komende Village","Name of fa":"Kormende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.898","geometry":{"type":"Point","coordinates":[-11.103399,7.895474]},"geometry_name":"the_geom","properties":{"IDNO":912,"Latitude":"N","UTM Zone":29,"Northing":873328,"Easting":268098,"y":7.895474466,"x":-11.10339918,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Konabu Village","Name of fa":"Konabu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.899","geometry":{"type":"Point","coordinates":[-11.19515,7.866818]},"geometry_name":"the_geom","properties":{"IDNO":913,"Latitude":"N","UTM Zone":29,"Northing":870210,"Easting":257961,"y":7.866817635,"x":-11.19515014,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Lambayama Blama Road","Name of fa":"Gbo-Lambayam 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.900","geometry":{"type":"Point","coordinates":[-11.199259,7.860442]},"geometry_name":"the_geom","properties":{"IDNO":914,"Latitude":"N","UTM Zone":29,"Northing":869507,"Easting":257504,"y":7.860441544,"x":-11.19925929,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Lambayama Kenema Town","Name of fa":"Gbo-Lambayama 2 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.901","geometry":{"type":"Point","coordinates":[-11.201989,7.857191]},"geometry_name":"the_geom","properties":{"IDNO":915,"Latitude":"N","UTM Zone":29,"Northing":869149,"Easting":257201,"y":7.857191195,"x":-11.20198883,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Gbo Kakajama","Name of fa":"Gbo-Kakajama MCHP 2","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.902","geometry":{"type":"Point","coordinates":[-11.192936,7.866404]},"geometry_name":"the_geom","properties":{"IDNO":916,"Latitude":"N","UTM Zone":29,"Northing":870163,"Easting":258205,"y":7.866404399,"x":-11.19293608,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Kakajama","Name of fa":"Gbo-Kakajama MCHP 1","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.903","geometry":{"type":"Point","coordinates":[-11.179552,7.865652]},"geometry_name":"the_geom","properties":{"IDNO":917,"Latitude":"N","UTM Zone":29,"Northing":870072,"Easting":259681,"y":7.865651725,"x":-11.17955199,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kpayama Sinah Street","Name of fa":"Kpayama 2 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.904","geometry":{"type":"Point","coordinates":[-11.177406,7.867887]},"geometry_name":"the_geom","properties":{"IDNO":918,"Latitude":"N","UTM Zone":29,"Northing":870318,"Easting":259919,"y":7.867886553,"x":-11.17740614,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kpayama Tonny Drive","Name of fa":"Kpayama 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.905","geometry":{"type":"Point","coordinates":[-11.176372,7.890273]},"geometry_name":"the_geom","properties":{"IDNO":919,"Latitude":"N","UTM Zone":29,"Northing":872794,"Easting":260046,"y":7.890273183,"x":-11.17637181,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Kenema Town Borma Section","Name of fa":"Borma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.906","geometry":{"type":"Point","coordinates":[-11.1828,7.899107]},"geometry_name":"the_geom","properties":{"IDNO":920,"Latitude":"N","UTM Zone":29,"Northing":873775,"Easting":259342,"y":7.899107101,"x":-11.18280046,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Kenema Town Kordebotehun Section","Name of fa":"Kordebotehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.907","geometry":{"type":"Point","coordinates":[-11.206262,7.863089]},"geometry_name":"the_geom","properties":{"IDNO":921,"Latitude":"N","UTM Zone":29,"Northing":869804,"Easting":256733,"y":7.863089335,"x":-11.20626234,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Degbuama Layout","Name of fa":"Degbuama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.908","geometry":{"type":"Point","coordinates":[-11.185203,7.874887]},"geometry_name":"the_geom","properties":{"IDNO":922,"Latitude":"N","UTM Zone":29,"Northing":871097,"Easting":259063,"y":7.874887479,"x":-11.18520265,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Kenema Town","Name of fa":"UFC","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.909","geometry":{"type":"Point","coordinates":[-10.996896,7.524675]},"geometry_name":"the_geom","properties":{"IDNO":923,"Latitude":"N","UTM Zone":29,"Northing":832254,"Easting":279653,"y":7.524674779,"x":-10.9968956,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Nomo","Name of fa":"Nomo Faama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.910","geometry":{"type":"Point","coordinates":[-10.945855,8.16749]},"geometry_name":"the_geom","properties":{"IDNO":924,"Latitude":"N","UTM Zone":29,"Northing":903332,"Easting":285617,"y":8.16748973,"x":-10.94585476,"District":"Kenema","Chiefdom":"Malegohun","Ward":"3","Locality":"Weima","Name of fa":"Weima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.911","geometry":{"type":"Point","coordinates":[-10.970494,8.100056]},"geometry_name":"the_geom","properties":{"IDNO":925,"Latitude":"N","UTM Zone":29,"Northing":895886,"Easting":282865,"y":8.10005602,"x":-10.97049448,"District":"Kenema","Chiefdom":"Malegohun","Ward":"6","Locality":"Bendu Mameima","Name of fa":"Bendu Mameima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.912","geometry":{"type":"Point","coordinates":[-11.476061,7.640705]},"geometry_name":"the_geom","properties":{"IDNO":926,"Latitude":"N","UTM Zone":29,"Northing":845364,"Easting":226824,"y":7.640705134,"x":-11.47606051,"District":"Kenema","Chiefdom":"Langrama","Ward":"1","Locality":"Yabaima Village","Name of fa":"Yabaima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.913","geometry":{"type":"Point","coordinates":[-11.185214,7.875357]},"geometry_name":"the_geom","properties":{"IDNO":927,"Latitude":"N","UTM Zone":29,"Northing":871149,"Easting":259062,"y":7.875357459,"x":-11.18521418,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Govt. Hosp. Kenema","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.914","geometry":{"type":"Point","coordinates":[-13.01,9.01]},"geometry_name":"the_geom","properties":{"IDNO":70,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.01,"x":-13.01,"District":"Kambia","Chiefdom":"Samu","Ward":"2","Locality":"Yelliboya","Name of fa":"Yelliboya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.915","geometry":{"type":"Point","coordinates":[-13.02,9.02]},"geometry_name":"the_geom","properties":{"IDNO":71,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.02,"x":-13.02,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Rokai","Name of fa":"Rokai CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.916","geometry":{"type":"Point","coordinates":[-12.6,9.26]},"geometry_name":"the_geom","properties":{"IDNO":72,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.26,"x":-12.6,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kasuria","Name of fa":"Kasuria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.917","geometry":{"type":"Point","coordinates":[-12.66,9.38]},"geometry_name":"the_geom","properties":{"IDNO":73,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.38,"x":-12.66,"District":"Kambia","Chiefdom":"Bramaia","Ward":" ","Locality":"Konta","Name of fa":"Konta CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.918","geometry":{"type":"Point","coordinates":[-13.16,8.55]},"geometry_name":"the_geom","properties":{"IDNO":565,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.55,"x":-13.16,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Lungi Town","Name of fa":"Lungi Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.919","geometry":{"type":"Point","coordinates":[-12,7.3]},"geometry_name":"the_geom","properties":{"IDNO":681,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.3,"x":-12,"District":"Bonthe","Chiefdom":"Kwakabai Krim","Ward":"1","Locality":"Benduma","Name of fa":"Benduma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.920","geometry":{"type":"Point","coordinates":[-11.9,7.2]},"geometry_name":"the_geom","properties":{"IDNO":682,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.2,"x":-11.9,"District":"Bonthe","Chiefdom":"Kwakabai Krim","Ward":"1","Locality":"Tei","Name of fa":"Tei MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.921","geometry":{"type":"Point","coordinates":[-12.2,7.4]},"geometry_name":"the_geom","properties":{"IDNO":683,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.4,"x":-12.2,"District":"Bonthe","Chiefdom":"Nongobabulum","Ward":"2","Locality":"Gbap","Name of fa":"Gbap CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.922","geometry":{"type":"Point","coordinates":[-12.85,7.6]},"geometry_name":"the_geom","properties":{"IDNO":684,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.6,"x":-12.85,"District":"Bonthe","Chiefdom":"Dema","Ward":"1","Locality":"Tissana","Name of fa":"Tissana CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.923","geometry":{"type":"Point","coordinates":[-12.77,7.6]},"geometry_name":"the_geom","properties":{"IDNO":685,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.6,"x":-12.77,"District":"Bonthe","Chiefdom":"Sittia","Ward":"2","Locality":"Delken","Name of fa":"Delken MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.924","geometry":{"type":"Point","coordinates":[-12.56,7.5]},"geometry_name":"the_geom","properties":{"IDNO":686,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.5,"x":-12.56,"District":"Bonthe","Chiefdom":"Sitta","Ward":"2","Locality":"Mbokie","Name of fa":"Mbokie CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.925","geometry":{"type":"Point","coordinates":[-13.25,8.48]},"geometry_name":"the_geom","properties":{"IDNO":805,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.48,"x":-13.25,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Town","Name of fa":"Rina Clinic","Type of fa":" "}},{"type":"Feature","id":"sl_fac.926","geometry":{"type":"Point","coordinates":[-13.25,8.49]},"geometry_name":"the_geom","properties":{"IDNO":834,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.49,"x":-13.25,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Pademba Road","Name of fa":"Prison Hospital","Type of fa":"Govt. Hospital"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.292097,6.967936,-10.372128,9.94322]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_mainroads'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_mainroads	2009-09-04 19:06:19 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/sl_mainroads	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_major_roads.1","geometry":{"type":"MultiLineString","coordinates":[[[-12.714438097135076,8.287091409811136],[-12.678029810674765,8.232636105894544]]]},"geometry_name":"the_geom","properties":{"ID":1,"FROM_A":"Rotifunk","TO_B":"Walihun","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.06793073322,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 063, 075","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.2","geometry":{"type":"MultiLineString","coordinates":[[[-12.931855275097202,8.365609403669438],[-12.847366501831722,8.352141480194602]]]},"geometry_name":"the_geom","properties":{"ID":2,"FROM_A":"Songo","TO_B":"Mabang Bridge","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.0976425446,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.3","geometry":{"type":"MultiLineString","coordinates":[[[-12.847007357205726,8.35133340478611],[-12.795919034157842,8.306260754223656],[-12.74806301274392,8.294902805426542]]]},"geometry_name":"the_geom","properties":{"ID":3,"FROM_A":"Bradford","TO_B":"Mabang Bridge","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.12823094351,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.4","geometry":{"type":"MultiLineString","coordinates":[[[-12.74806301274392,8.294902805426542],[-12.714438097135076,8.287091409811136]]]},"geometry_name":"the_geom","properties":{"ID":4,"FROM_A":"Bradford","TO_B":"Walihun","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.03654892296,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 063","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.5","geometry":{"type":"MultiLineString","coordinates":[[[-12.931855275097202,8.365609403669438],[-12.948106569423507,8.388908911280907]]]},"geometry_name":"the_geom","properties":{"ID":5,"FROM_A":"Songo","TO_B":"Makolo","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.03124277005,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.6","geometry":{"type":"MultiLineString","coordinates":[[[-12.215765783940093,8.32480159554068],[-12.272196383299661,8.261861499834941],[-12.339805359143346,8.225094068748634]]]},"geometry_name":"the_geom","properties":{"ID":8,"FROM_A":"Moyamba Junction","TO_B":"Mokanga","ROAD_NAME":"A005","ROAD_CLASS":"A","LENGTH_DD":0.17728450235,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":8,"NO_CULVERT":0,"TRAF_COUNT":75,"Z0K_MAP_NO":"Sheet 064, 065","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.7","geometry":{"type":"MultiLineString","coordinates":[[[-12.339805359143346,8.225094068748634],[-12.378144047968384,8.212389327604038],[-12.43322785498047,8.16004399836517]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Moyamba","TO_B":"Mokanga","ROAD_NAME":"A005","ROAD_CLASS":"A","LENGTH_DD":0.12688234611,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":8,"NO_CULVERT":0,"TRAF_COUNT":75,"Z0K_MAP_NO":"Sheet 076","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.8","geometry":{"type":"MultiLineString","coordinates":[[[-10.818827868051699,8.140425723170155],[-10.754675659233223,8.15501597360123],[-10.743183031201362,8.175262751891736]]]},"geometry_name":"the_geom","properties":{"ID":23,"FROM_A":"Jokibu","TO_B":"Manowa","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.09945063933,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.9","geometry":{"type":"MultiLineString","coordinates":[[[-10.743183031201362,8.175262751891736],[-10.712521058756982,8.250009727177083]]]},"geometry_name":"the_geom","properties":{"ID":24,"FROM_A":"Manowa","TO_B":"Safataun","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.08889130982,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.10","geometry":{"type":"MultiLineString","coordinates":[[[-10.712521058756982,8.250009727177083],[-10.705742203941313,8.39627137611382]]]},"geometry_name":"the_geom","properties":{"ID":25,"FROM_A":"Sandaru","TO_B":"Safataun","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.16999849873,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 071","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.11","geometry":{"type":"MultiLineString","coordinates":[[[-10.852183425191047,8.1616152561039],[-10.818827868051699,8.140425723170155]]]},"geometry_name":"the_geom","properties":{"ID":32,"FROM_A":"Manowa Junction","TO_B":"Jokibu","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.04133453155,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 082","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.12","geometry":{"type":"MultiLineString","coordinates":[[[-12.184026377617725,7.611271009843791],[-12.14389196566271,7.614413525321253]]]},"geometry_name":"the_geom","properties":{"ID":43,"FROM_A":"Mattru","TO_B":"Luawa Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.04514939836,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.13","geometry":{"type":"MultiLineString","coordinates":[[[-12.14389196566271,7.614413525321253],[-12.074128122063051,7.618409009285455]]]},"geometry_name":"the_geom","properties":{"ID":44,"FROM_A":"Luawa Junction","TO_B":"Bauya Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.07321354068,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.14","geometry":{"type":"MultiLineString","coordinates":[[[-12.074128122063051,7.618409009285455],[-12.046473985861386,7.613470770678014]]]},"geometry_name":"the_geom","properties":{"ID":45,"FROM_A":"Bauya Junction","TO_B":"Motou","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.02865984803,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.15","geometry":{"type":"MultiLineString","coordinates":[[[-12.046473985861386,7.613470770678014],[-12.022635761310923,7.627208052622349]]]},"geometry_name":"the_geom","properties":{"ID":46,"FROM_A":"Motou","TO_B":"Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.02842277417,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.16","geometry":{"type":"MultiLineString","coordinates":[[[-12.022635761310923,7.627208052622349],[-11.990357638049563,7.662404225969924]]]},"geometry_name":"the_geom","properties":{"ID":47,"FROM_A":"Misilla","TO_B":"Misilla Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.05092475368,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099, 100","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.17","geometry":{"type":"MultiLineString","coordinates":[[[-11.990357638049563,7.662404225969924],[-12.01293885640904,7.767588708308405]]]},"geometry_name":"the_geom","properties":{"ID":48,"FROM_A":"Misilla","TO_B":"Moyoworo","ROAD_NAME":"B017","ROAD_CLASS":"B","LENGTH_DD":0.11029173878,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 088, 099, 100","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.18","geometry":{"type":"MultiLineString","coordinates":[[[-12.01293885640904,7.767588708308405],[-11.97320848215827,7.870618322890912],[-11.93913463576693,7.883637315583255]]]},"geometry_name":"the_geom","properties":{"ID":49,"FROM_A":"Moyoworo","TO_B":"Sembehun","ROAD_NAME":"B017","ROAD_CLASS":"B","LENGTH_DD":0.15423627296,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 088, 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.19","geometry":{"type":"MultiLineString","coordinates":[[[-11.93913463576693,7.883637315583255],[-11.85464586250145,7.910214017906934],[-11.784612660432295,7.887453227234459]]]},"geometry_name":"the_geom","properties":{"ID":50,"FROM_A":"Sembehun","TO_B":"Bo","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.17479916983,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.20","geometry":{"type":"MultiLineString","coordinates":[[[-12.540118274292428,8.689064032456786],[-12.677356414501023,8.708457842260552]]]},"geometry_name":"the_geom","properties":{"ID":56,"FROM_A":"Rogberi","TO_B":"Lunsar","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.14887627763,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 052","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.21","geometry":{"type":"MultiLineString","coordinates":[[[-12.496437309155706,8.75330602743176],[-12.540118274292428,8.689064032456786]]]},"geometry_name":"the_geom","properties":{"ID":57,"FROM_A":"Lunsar","TO_B":"Foredugu","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.08243909295,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 042, 052, 053","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.22","geometry":{"type":"MultiLineString","coordinates":[[[-12.186719962312694,8.829130436595095],[-12.324990643321025,8.793440439386776],[-12.342139799212317,8.80488817434039],[-12.496437309155706,8.75330602743176]]]},"geometry_name":"the_geom","properties":{"ID":58,"FROM_A":"Foredugu","TO_B":"Moria","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.33306022475,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 042, 043","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.23","geometry":{"type":"MultiLineString","coordinates":[[[-12.105957314541918,8.873574584062059],[-12.186719962312694,8.829130436595095]]]},"geometry_name":"the_geom","properties":{"ID":59,"FROM_A":"Moria","TO_B":"Masungbo","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.09574057317,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 043","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.24","geometry":{"type":"MultiLineString","coordinates":[[[-11.858102629526659,8.657953129229911],[-11.784567767354046,8.660152890064134],[-11.699854528697317,8.62827880450702],[-11.662054556811274,8.629625596854503]]]},"geometry_name":"the_geom","properties":{"ID":64,"FROM_A":"Matotaka","TO_B":"Makali","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.22685826336,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Very Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 055, 056","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.25","geometry":{"type":"MultiLineString","coordinates":[[[-11.662054556811274,8.629625596854503],[-11.612357919189124,8.617055534944654],[-11.575994525807063,8.636943168609164],[-11.475568709763024,8.635641269339931]]]},"geometry_name":"the_geom","properties":{"ID":65,"FROM_A":"Makali","TO_B":"Masingbi","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.21127905776,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 056, 057","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.26","geometry":{"type":"MultiLineString","coordinates":[[[-11.475568709763024,8.635641269339931],[-11.457252333837245,8.644664778068071],[-11.381427924673911,8.591421587264215],[-11.271664348353985,8.56695485961826],[-11.253437758584704,8.544014496632787]]]},"geometry_name":"the_geom","properties":{"ID":66,"FROM_A":"Masingbi","TO_B":"Njaiama-Sewafe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.27676823426,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 057","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.27","geometry":{"type":"MultiLineString","coordinates":[[[-11.253437758584704,8.544014496632787],[-11.195884832268899,8.646595180432799],[-11.137658509779351,8.64062440102562],[-11.080150476541796,8.610321573207235]]]},"geometry_name":"the_geom","properties":{"ID":67,"FROM_A":"Njaiama-Sewafe","TO_B":"Bumpe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.25883604525,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 057, 058","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.28","geometry":{"type":"MultiLineString","coordinates":[[[-11.080330048854794,8.610231787050738],[-11.041766894638508,8.604305900721808]]]},"geometry_name":"the_geom","properties":{"ID":68,"FROM_A":"Yengema","TO_B":"Bumpe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.0403752555,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 058","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.29","geometry":{"type":"MultiLineString","coordinates":[[[-11.041587322325512,8.604395686878307],[-10.977165755037538,8.640399935634374]]]},"geometry_name":"the_geom","properties":{"ID":69,"FROM_A":"Koidu/Sefadu","TO_B":"Yengema","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.07959972214,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Very Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 058, 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.30","geometry":{"type":"MultiLineString","coordinates":[[[-11.755073014944152,7.957217070834117],[-11.739764475261087,7.960584051702826]]]},"geometry_name":"the_geom","properties":{"ID":80,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01589040872,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089, 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.31","geometry":{"type":"MultiLineString","coordinates":[[[-11.739764475261087,7.960584051702826],[-11.733120299680166,7.958294504712104]]]},"geometry_name":"the_geom","properties":{"ID":81,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"A009","ROAD_CLASS":"A","LENGTH_DD":0.00743514984,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.32","geometry":{"type":"MultiLineString","coordinates":[[[-10.712610844913481,8.159415495269677],[-10.735730780211952,8.15667701749646]]]},"geometry_name":"the_geom","properties":{"ID":84,"FROM_A":"Mendekelma","TO_B":"Batiwa Ferry (SE bank of Moa river)","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.02647309492,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.33","geometry":{"type":"MultiLineString","coordinates":[[[-10.691511098136235,8.113175624672735],[-10.712610844913481,8.159415495269677]]]},"geometry_name":"the_geom","properties":{"ID":85,"FROM_A":"Giema","TO_B":"Mendekelma","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.05714482537,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.34","geometry":{"type":"MultiLineString","coordinates":[[[-10.751353571442763,8.170189834049546],[-10.736898000246438,8.157934023687444]]]},"geometry_name":"the_geom","properties":{"ID":27,"FROM_A":"Manowa","TO_B":"Batiwa Ferry (NW bank of Moa river)","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.0246352427,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.35","geometry":{"type":"MultiLineString","coordinates":[[[-10.970925617160864,8.644709671146321],[-10.977165755037538,8.640399935634374]]]},"geometry_name":"the_geom","properties":{"ID":0,"FROM_A":"Koidu, in town","TO_B":"-","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.00906853098,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.36","geometry":{"type":"MultiLineString","coordinates":[[[-11.753771115674917,7.954074555356655],[-11.739764475261087,7.960584051702826]]]},"geometry_name":"the_geom","properties":{"ID":53,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01660563784,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089, 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.37","geometry":{"type":"MultiLineString","coordinates":[[[-11.784612660432295,7.887453227234459],[-11.759113391986602,7.944602115846019]]]},"geometry_name":"the_geom","properties":{"ID":51,"FROM_A":"Bo","TO_B":"Tikonko Junction","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.06408944397,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.38","geometry":{"type":"MultiLineString","coordinates":[[[-11.759113391986602,7.944602115846019],[-11.752334537170935,7.952593083774422]]]},"geometry_name":"the_geom","properties":{"ID":51,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01166269681,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.39","geometry":{"type":"MultiLineString","coordinates":[[[-11.238847508153631,7.4618668454295936],[-11.200239460859096,7.495401974881939],[-11.133079415797907,7.627701876483093],[-11.08055451424604,7.6526624279897915],[-11.058781371295053,7.688038173650365]]]},"geometry_name":"the_geom","properties":{"ID":4,"FROM_A":"Joru","TO_B":"Gorahun","ROAD_NAME":"A015","ROAD_CLASS":"A","LENGTH_DD":0.32521633771,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 103, 112","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.40","geometry":{"type":"MultiLineString","coordinates":[[[-11.307264559405805,7.3139890456758785],[-11.23485202418943,7.437489903940138],[-11.238847508153631,7.4618668454295936]]]},"geometry_name":"the_geom","properties":{"ID":6,"FROM_A":"Zimmi","TO_B":"Gorahun","ROAD_NAME":"A015","ROAD_CLASS":"A","LENGTH_DD":0.1875969281,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 111, 112","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.41","geometry":{"type":"MultiLineString","coordinates":[[[-13.148284805337841,8.518470335108844],[-13.164221848116398,8.58594463171778],[-13.206511127827389,8.616292352614414]]]},"geometry_name":"the_geom","properties":{"ID":10,"FROM_A":"Targrin Point","TO_B":"PWD Gate Lungi","ROAD_NAME":"A008","ROAD_CLASS":"A","LENGTH_DD":0.13064305744,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 050","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.42","geometry":{"type":"MultiLineString","coordinates":[[[-11.835386731932433,8.41692219210857],[-11.845397888382061,8.494497431323634],[-11.81406251976394,8.563902130297297],[-11.82658768859554,8.636090200122425],[-11.855319258675193,8.65808780846466]]]},"geometry_name":"the_geom","properties":{"ID":21,"FROM_A":"Matotaka","TO_B":"Yele","ROAD_NAME":"A009","ROAD_CLASS":"A","LENGTH_DD":0.28670993224,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 055, 066","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.43","geometry":{"type":"MultiLineString","coordinates":[[[-11.15862357732185,8.884169350528932],[-11.15175493634968,8.91334985139108],[-11.104168273405255,8.9365146797678]]]},"geometry_name":"the_geom","properties":{"ID":23,"FROM_A":"Kayima","TO_B":"Wordu","ROAD_NAME":"A019","ROAD_CLASS":"A","LENGTH_DD":0.08891655434,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 047","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.44","geometry":{"type":"MultiLineString","coordinates":[[[-11.104168273405255,8.9365146797678],[-11.066009156893216,8.976379733253319],[-11.068388490040437,9.042417451358272],[-11.050610831053651,9.072765172254906],[-10.992923225503098,9.097187006822612],[-10.94722207184515,9.188723993373257]]]},"geometry_name":"the_geom","properties":{"ID":24,"FROM_A":"Wordu","TO_B":"Kurubonla","ROAD_NAME":"A019","ROAD_CLASS":"A","LENGTH_DD":0.35890727398,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 035, 036, 047","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.45","geometry":{"type":"MultiLineString","coordinates":[[[-11.721582778570056,7.3572659731083565],[-11.71040440208594,7.362832714811289]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Pujehun, in town","TO_B":"-","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.0134236054,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 110","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.46","geometry":{"type":"MultiLineString","coordinates":[[[-11.71040440208594,7.362832714811289],[-11.688361900665457,7.353494954535401],[-11.65002321184042,7.391654071047441],[-11.498688645061495,7.473449259617954],[-11.481449703013704,7.503931659749337]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Potoru","TO_B":"Gobaru","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.29446570062,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 102, 110, 111","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.47","geometry":{"type":"MultiLineString","coordinates":[[[-11.660842443698538,7.558117605196433],[-11.694153107759638,7.455357349083423],[-11.71040440208594,7.362832714811289]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Gobaru","TO_B":"Bandajuma Junction","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.20602606451,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 101, 110","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.48","geometry":{"type":"MultiLineString","coordinates":[[[-13.155153446310008,8.430749260209403],[-13.139755120470443,8.387247867385678],[-13.110080795747551,8.384419603455962],[-13.071517641531267,8.33238852576484]]]},"geometry_name":"the_geom","properties":{"ID":17,"FROM_A":"Freetown","TO_B":"Waterloo","ROAD_NAME":"A001","ROAD_CLASS":"A","LENGTH_DD":0.15246882492,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 061","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.49","geometry":{"type":"MultiLineString","coordinates":[[[-11.655410381230354,7.568083868567812],[-11.660842443698538,7.558117605196433]]]},"geometry_name":"the_geom","properties":{"ID":15,"FROM_A":"Bandajuma","TO_B":"Bandajuma Junction","ROAD_NAME":"A011","ROAD_CLASS":"A","LENGTH_DD":0.0117378144,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 101","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.50","geometry":{"type":"MultiLineString","coordinates":[[[-10.86273329857967,8.437707687338069],[-10.970297114065371,8.641746727981857]]]},"geometry_name":"the_geom","properties":{"ID":7,"FROM_A":"Koidu","TO_B":"Gandorhun","ROAD_NAME":"A017","ROAD_CLASS":"A","LENGTH_DD":0.27654328116,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":30,"NO_BRIDGES":0,"BROKE_BRID":3,"NO_CULVERT":0,"TRAF_COUNT":25,"Z0K_MAP_NO":"Sheet 059, 070","TAMBA":" "}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.280045990000001,7.013699245265252,-10.338023,9.87042538659128]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin1'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin1	2009-09-03 20:38:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin1	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin1.0","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78958554090124,21.35724379819764],[105.89615152151538,21.32353184254688],[105.9414024686976,21.241175118675233],[105.90814302251867,21.222395975594612],[105.92058703299378,21.122391382321894],[106.00633757790409,20.998856296514422],[105.90407043727227,20.902245524280374],[105.79433689035537,20.916725827378684],[105.72306664854337,21.068090245703225],[105.79252685246809,21.19253035045434],[105.72940178114888,21.239591335523855],[105.78958554090124,21.35724379819764]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":101,"COUNT":228,"E":"City","POPULATION":2079881,"LVLID":"VNP036000000000000000","NAME":"Ha Noi city","OLDLVLID":"VNP031000000000000000"}},{"type":"Feature","id":"vn_admin1.1","geometry":{"type":"MultiPolygon","coordinates":[[[[105.449072163355,21.26266931858679],[105.47260265588976,21.176013754732832],[105.6303022068198,21.16990487686323],[105.73822571584941,21.118997561283226],[105.79433689035537,20.916725827378684],[105.93981868554623,20.865139747590952],[105.9475113465672,20.678705845200188],[105.84501795119947,20.65698539055272],[105.77555774727475,20.561505891998227],[105.67351686137883,20.676669552576985],[105.6402574151999,20.833237829827482],[105.59636399643314,20.82690269722197],[105.53550147247306,20.96650186927913],[105.3225957659807,21.010169033309978],[105.29363515978406,21.154972064293098],[105.37848068575073,21.290272396367946],[105.449072163355,21.26266931858679]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":105,"COUNT":322,"E":"Province","POPULATION":2124197,"LVLID":"VNP012000000000000000","NAME":"Ha Tay","OLDLVLID":"VNP003000000000000000"}},{"type":"Feature","id":"vn_admin1.2","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1305514279193,20.981434681849265],[106.2708293641842,20.985054757623846],[106.30363630089131,21.11922381601914],[106.42785015090651,21.227373579784654],[106.50636054426768,21.221264701915054],[106.44368798242029,21.10542227712856],[106.61654660065639,21.0187667132746],[106.56699681349185,21.008811504894513],[106.55704160511176,20.874189937027396],[106.48758140118704,20.861745926552285],[106.48690263697931,20.86106716234455],[106.5009304306058,20.756537474353614],[106.411333555185,20.726898103949257],[106.27467569469468,20.682325920974765],[106.13643405105299,20.80405096889495],[106.1305514279193,20.981434681849265]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":107,"COUNT":257,"E":"Province","POPULATION":1722117,"LVLID":"VNP005000000000000000","NAME":"Hai Duong","OLDLVLID":"VNP004000000000000000"}},{"type":"Feature","id":"vn_admin1.3","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90407043727227,20.902245524280374],[106.00633757790409,20.998856296514422],[106.1305514279193,20.981434681849265],[106.13643405105299,20.80405096889495],[106.27467569469468,20.682325920974765],[106.11561861534916,20.637527483264364],[106.12715760688063,20.61512826440916],[106.00633757790409,20.7033676114145],[105.92398085403245,20.79454826998668],[105.90407043727227,20.902245524280374]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":109,"COUNT":158,"E":"Province","POPULATION":1022736,"LVLID":"VNP037000000000000000","NAME":"Hung Yen","OLDLVLID":"VNP005000000000000000"}},{"type":"Feature","id":"vn_admin1.4","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00633757790409,20.7033676114145],[106.12715760688063,20.61512826440916],[106.18711511189709,20.482995498637067],[106.06063871452277,20.470325233426045],[106.02760552307974,20.400186265293595],[105.92850594875067,20.39136233059306],[105.94049744975396,20.36511678122737],[105.8619870563928,20.423943012564266],[105.77555774727475,20.561505891998227],[105.81560483553102,20.627346020148362],[106.00633757790409,20.7033676114145]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":111,"COUNT":113,"E":"Province","POPULATION":968912,"LVLID":"VNP016000000000000000","NAME":"Ha Nam","OLDLVLID":"VNP006000000000000000"}},{"type":"Feature","id":"vn_admin1.5","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92850594875067,20.39136233059306],[106.02760552307974,20.400186265293595],[106.06063871452277,20.470325233426045],[106.18711511189709,20.482995498637067],[106.21539695388597,20.42688432413111],[106.47174356967327,20.286832642602125],[106.56518677560456,20.28004500052479],[106.5477651609394,20.23524656281439],[106.38124167530883,20.18841183248079],[106.12489505952152,19.892696892644953],[106.11765490797237,20.030486026814824],[106.15792825096455,20.10831765596825],[106.16675218566508,20.121666685387005],[106.1692409877601,20.150853546319542],[106.16788345934464,20.170537708343808],[106.02828428728748,20.24746431855359],[106.02149664521014,20.24746431855359],[105.94049744975396,20.36511678122737],[105.92850594875067,20.39136233059306]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":113,"COUNT":225,"E":"Province","POPULATION":1860207,"LVLID":"VNP055000000000000000","NAME":"Nam Dinh","OLDLVLID":"VNP007000000000000000"}},{"type":"Feature","id":"vn_admin1.6","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11561861534916,20.637527483264364],[106.27467569469468,20.682325920974765],[106.411333555185,20.726898103949257],[106.40454591310767,20.687303525164808],[106.47468488124011,20.59680163080036],[106.63283694164198,20.62440470858152],[106.58351340921337,20.56263716567778],[106.60297131650172,20.434803239887998],[106.56518677560456,20.28004500052479],[106.47174356967327,20.286832642602125],[106.21539695388597,20.42688432413111],[106.18711511189709,20.482995498637067],[106.12715760688063,20.61512826440916],[106.11561861534916,20.637527483264364]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":115,"COUNT":285,"E":"Province","POPULATION":1888890,"LVLID":"VNP025000000000000000","NAME":"Thai Binh","OLDLVLID":"VNP008000000000000000"}},{"type":"Feature","id":"vn_admin1.7","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8619870563928,20.423943012564266],[105.94049744975396,20.36511678122737],[106.02149664521014,20.24746431855359],[106.02828428728748,20.24746431855359],[106.16788345934464,20.170537708343808],[106.1692409877601,20.150853546319542],[106.16675218566508,20.121666685387005],[106.15792825096455,20.10831765596825],[106.11765490797237,20.030486026814824],[106.03959702408304,19.998357854315447],[106.08054913128294,20.064197982465583],[105.9147044098601,20.10401881598594],[105.91334688144462,20.104923834929583],[105.74546586739858,20.18275546408301],[105.54794548294817,20.359686667565505],[105.69206974972354,20.302896728851813],[105.72940178114888,20.402448812652707],[105.8619870563928,20.423943012564266]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":117,"COUNT":136,"E":"Province","POPULATION":872762,"LVLID":"VNP033000000000000000","NAME":"Ninh Binh","OLDLVLID":"VNP009000000000000000"}},{"type":"Feature","id":"vn_admin1.8","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49545438421679,22.70164943898152],[105.50246828103003,22.641691933965074],[105.50540959259688,22.63309425400045],[105.44160575706994,22.603228628860183],[105.15335722351917,22.686490371675475],[105.09158968061543,22.357289730924794],[105.01466307040565,22.264977798673055],[104.92370866656938,22.301404811154747],[104.8528909342292,22.18329983900914],[104.76035274724155,22.17108208326994],[104.72799832000626,22.253891316613412],[104.58749412900545,22.24936622189519],[104.55513970177016,22.37833142136453],[104.47097294001122,22.421998585395375],[104.41825558654394,22.526754528122222],[104.46893664738803,22.57291049424809],[104.34540156158056,22.710247118946143],[104.40287026450198,22.699160636886496],[104.55129337125967,22.83694977105637],[104.73998982100954,22.829935874243127],[104.86669247311978,22.945099534821885],[104.80628245863151,23.112301784660204],[105.08842211431268,23.267512533495232],[105.275987290383,23.2566523061715],[105.32938340805802,23.390595109830883],[105.50631461154052,23.19827858430643],[105.59636399643314,23.142846174008206],[105.49228681791402,23.00664082298971],[105.37938570469437,22.987409170437264],[105.31354557654424,22.849620036267392],[105.47780651481571,22.7521042450897],[105.49545438421679,22.70164943898152]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":201,"COUNT":178,"E":"Province","POPULATION":527084,"LVLID":"VNP029000000000000000","NAME":"Ha Giang","OLDLVLID":"VNP010000000000000000"}},{"type":"Feature","id":"vn_admin1.9","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5617929545659,22.419283528564442],[106.45862079499042,22.354122164622037],[106.24345254113895,22.45955687155662],[106.1893776592562,22.38421404449822],[106.05385107244543,22.575173041607204],[105.91832448563467,22.496662648246044],[105.8090434481896,22.520871904988535],[105.73234309271572,22.635809310831384],[105.53527521773714,22.631962980320896],[105.50246828103003,22.641691933965074],[105.49545438421679,22.70164943898152],[105.34974633429002,22.815455571144813],[105.31626063337518,22.910935069699306],[105.37938570469437,22.987409170437264],[105.49228681791402,23.00664082298971],[105.53052386828301,23.107097925734248],[105.64953385937226,23.079721102689003],[105.85361563116409,22.975643924169887],[105.88778009628666,22.924962863325796],[106.00769510631956,22.989897972532287],[106.2018216697313,22.987861679909088],[106.27671198731788,22.874508057217618],[106.60229255229399,22.930845486459486],[106.8443851197189,22.795545154384634],[106.6860068045811,22.569290418473514],[106.61518907224092,22.601644845708805],[106.5617929545659,22.419283528564442]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":203,"COUNT":188,"E":"Province","POPULATION":480233,"LVLID":"VNP053000000000000000","NAME":"Cao Bang","OLDLVLID":"VNP011000000000000000"}},{"type":"Feature","id":"vn_admin1.10","geometry":{"type":"MultiPolygon","coordinates":[[[[104.34540156158056,22.710247118946143],[104.46893664738803,22.57291049424809],[104.41825558654394,22.526754528122222],[104.47097294001122,22.421998585395375],[104.55513970177016,22.37833142136453],[104.58749412900545,22.24936622189519],[104.6291250004131,22.216559285188076],[104.56622618382981,22.08420026468007],[104.4196131149594,22.198458906315185],[104.38137606459043,22.065421121599446],[104.43296214437817,21.933967120035085],[104.3587505909993,21.875140888698194],[104.28793285865913,21.937813450545576],[104.21847265473441,21.889168682324684],[103.99357544723877,21.934193374771],[103.89040328766329,21.904327749630728],[103.97276001153494,21.76766988914041],[103.88542568347324,21.685539420004677],[103.7643793997608,21.80545443003757],[103.6564558907312,21.990757058748777],[103.5388034280574,22.024921523871356],[103.5691215626695,22.147551590735183],[103.77953846706684,22.303441103777946],[103.73564504830009,22.413627160166662],[103.63315165293234,22.393490488670572],[103.55871384481759,22.46770204204942],[103.53608837122647,22.59259465627236],[103.62726902979865,22.786947474420014],[103.76913074921492,22.68762164535503],[103.87841178666,22.564086559547558],[104.01687968503761,22.52064565025262],[104.04289897966738,22.720654836798055],[104.11892057093353,22.808894183803393],[104.27978768816634,22.836044752112727],[104.27345255556082,22.74033899882232],[104.34540156158056,22.710247118946143]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":205,"COUNT":180,"E":"Province","POPULATION":557687,"LVLID":"VNP038000000000000000","NAME":"Lao Cai","OLDLVLID":"VNP012000000000000000"}},{"type":"Feature","id":"vn_admin1.11","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50224202629411,22.32878163419999],[105.5020157715582,22.332854219446393],[105.5017895168223,22.33647429522097],[105.50133700735047,22.336926804692794],[105.50156326208638,22.339415606787814],[105.50427831891732,22.34054688046737],[105.51694858412834,22.34461946571377],[105.52645128303661,22.400278130747907],[105.52690379250843,22.40095689495564],[105.52894008513162,22.40276693284293],[105.5366327461526,22.402540678107016],[105.53753776509625,22.40276693284293],[105.55473312502549,22.402088168635196],[105.55722192712052,22.40095689495564],[105.5628782955183,22.400051876011997],[105.56559335234923,22.400730640219727],[105.57079721127519,22.409780829656174],[105.57600107020114,22.41656847173351],[105.60111534588728,22.487159949337777],[105.59772152484861,22.494626355622845],[105.6036041479823,22.51770433868578],[105.59930530799998,22.52652827338631],[105.59975781747181,22.528790820745424],[105.59772152484861,22.53399467967138],[105.53527521773714,22.631962980320896],[105.73234309271572,22.635809310831384],[105.8090434481896,22.520871904988535],[105.91832448563467,22.496662648246044],[106.05385107244543,22.575173041607204],[106.1893776592562,22.38421404449822],[106.24933516427264,22.2658828176167],[106.238248682213,22.175607177988162],[106.10498464276134,22.068136178430382],[106.10294835013815,21.936229667394198],[106.03416691042116,21.965869037798555],[105.88597005839938,21.85409919825846],[105.76492377468693,21.814957128945835],[105.78030909672889,21.94889993260522],[105.67917322977661,22.044605685895625],[105.5608420028951,21.953877536795265],[105.46875632537927,22.074245056299983],[105.49816944104772,22.154339232812518],[105.43572313393625,22.214070483093053],[105.50224202629411,22.32878163419999]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":207,"COUNT":122,"E":"Province","POPULATION":269548,"LVLID":"VNP058000000000000000","NAME":"Bac Kan","OLDLVLID":"VNP013000000000000000"}},{"type":"Feature","id":"vn_admin1.12","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10294835013815,21.936229667394198],[106.10498464276134,22.068136178430382],[106.238248682213,22.175607177988162],[106.24933516427264,22.2658828176167],[106.1893776592562,22.38421404449822],[106.24345254113895,22.45955687155662],[106.45862079499042,22.354122164622037],[106.5617929545659,22.419283528564442],[106.66473885940546,22.33240170997457],[106.67492032252146,22.183978603216875],[106.74483303591799,22.006142380790735],[107.06566225143996,21.927179477957754],[107.0256151631837,21.82355480891046],[107.25209615383072,21.701377251518455],[107.30503976203393,21.739840556623346],[107.36635479546584,21.595263780376136],[107.23603206758104,21.519242189110003],[107.2699702779677,21.39774339592573],[107.03692789997925,21.322626823603237],[106.99167695279702,21.43665921050244],[106.89664996371435,21.448198202033907],[106.84596890287027,21.55680047527125],[106.75750330112902,21.53666380377516],[106.67559908672919,21.605445243492138],[106.57536823872056,21.599110110886627],[106.48735514645114,21.44638816414662],[106.38192043951656,21.39140826332022],[106.17286106353468,21.511549528089024],[106.18892514978437,21.601372658245737],[106.24254752219531,21.7145000262013],[106.11788116270827,21.778982625935967],[106.10294835013815,21.936229667394198]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":209,"COUNT":225,"E":"Province","POPULATION":638269,"LVLID":"VNP002000000000000000","NAME":"Lang Son","OLDLVLID":"VNP014000000000000000"}},{"type":"Feature","id":"vn_admin1.13","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8528909342292,22.18329983900914],[104.92370866656938,22.301404811154747],[105.01466307040565,22.264977798673055],[105.09158968061543,22.357289730924794],[105.15335722351917,22.686490371675475],[105.44160575706994,22.603228628860183],[105.50540959259688,22.63309425400045],[105.59772152484861,22.53399467967138],[105.59975781747181,22.528790820745424],[105.59930530799998,22.52652827338631],[105.6036041479823,22.51770433868578],[105.59772152484861,22.494626355622845],[105.60111534588728,22.487159949337777],[105.57600107020114,22.41656847173351],[105.57079721127519,22.409780829656174],[105.56559335234923,22.400730640219727],[105.5628782955183,22.400051876011997],[105.55722192712052,22.40095689495564],[105.55473312502549,22.402088168635196],[105.53753776509625,22.40276693284293],[105.5366327461526,22.402540678107016],[105.52894008513162,22.40276693284293],[105.52690379250843,22.40095689495564],[105.52645128303661,22.400278130747907],[105.51694858412834,22.34461946571377],[105.50427831891732,22.34054688046737],[105.50156326208638,22.339415606787814],[105.50133700735047,22.336926804692794],[105.5017895168223,22.33647429522097],[105.5020157715582,22.332854219446393],[105.50224202629411,22.32878163419999],[105.438890700239,22.207735350487543],[105.46875632537927,22.074245056299983],[105.55857945553599,21.90659029698984],[105.49907445999136,21.82581735626957],[105.49409685580132,21.700245977838897],[105.48255786426985,21.695268373648855],[105.48798797793172,21.66268769167765],[105.48866674213944,21.656805068543964],[105.4895717610831,21.654995030656675],[105.49341809159358,21.647076114899786],[105.49296558212176,21.64617109595614],[105.49296558212176,21.645492331748407],[105.49454936527314,21.643229784389295],[105.49816944104772,21.638478434935163],[105.50156326208638,21.63644214231196],[105.50450457365322,21.61155412136174],[105.52305746199794,21.595263780376136],[105.5244149904134,21.531459944849203],[105.34363745642042,21.500689300765288],[105.24114406105268,21.65612630433623],[105.08208698170716,21.720382649334987],[105.10425994582646,21.80975327001988],[104.99090632313498,21.933514610563265],[105.00425535255374,21.985100690351],[104.8691812752148,22.095060492003803],[104.8528909342292,22.18329983900914]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":211,"COUNT":141,"E":"Province","POPULATION":618432,"LVLID":"VNP023000000000000000","NAME":"Tuyen Quang","OLDLVLID":"VNP015000000000000000"}},{"type":"Feature","id":"vn_admin1.14","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81782145016298,21.33122450356786],[104.73772727365044,21.40407852853124],[104.53432426606633,21.411318680080395],[104.47549803472945,21.348646118233017],[104.28634907550776,21.469692401945466],[104.30037686913424,21.650922445410274],[104.09765262575787,21.639835963350627],[103.92615153593725,21.698435939951608],[103.97276001153494,21.76766988914041],[103.89040328766329,21.904327749630728],[103.99357544723877,21.934193374771],[104.21847265473441,21.889168682324684],[104.28793285865913,21.937813450545576],[104.3587505909993,21.875140888698194],[104.43296214437817,21.933967120035085],[104.38137606459043,22.065421121599446],[104.4196131149594,22.198458906315185],[104.56622618382981,22.08420026468007],[104.61034585733248,22.286698253320523],[104.72234195160848,22.258190156595724],[104.76035274724155,22.17108208326994],[104.85311718896511,22.18329983900914],[104.8691812752148,22.095060492003803],[105.00425535255374,21.985100690351],[104.99090632313498,21.933514610563265],[105.10425994582646,21.80975327001988],[105.10448620056236,21.685991929476497],[104.91149091083018,21.63010700970645],[104.87257509625347,21.539831370077913],[104.91216967503792,21.41199744428813],[104.81782145016298,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":213,"COUNT":180,"E":"Province","POPULATION":637129,"LVLID":"VNP027000000000000000","NAME":"Yen Bai","OLDLVLID":"VNP016000000000000000"}},{"type":"Feature","id":"vn_admin1.15","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48255786426985,21.695268373648855],[105.49409685580132,21.700245977838897],[105.49907445999136,21.82581735626957],[105.5608420028951,21.953877536795265],[105.67917322977661,22.044605685895625],[105.78030909672889,21.94889993260522],[105.76492377468693,21.814957128945835],[105.88597005839938,21.85409919825846],[106.03416691042116,21.965869037798555],[106.10294835013815,21.936229667394198],[106.11788116270827,21.778982625935967],[106.24254752219531,21.7145000262013],[106.18892514978437,21.601372658245737],[106.10362711434588,21.622640603421384],[106.03665571251618,21.558158003686714],[106.05566111033272,21.457700900942175],[105.88529129419165,21.334165815134703],[105.89615152151538,21.32353184254688],[105.78958554090124,21.35724379819764],[105.52305746199794,21.595263780376136],[105.50450457365322,21.61155412136174],[105.50156326208638,21.63644214231196],[105.49816944104772,21.638478434935163],[105.49454936527314,21.643229784389295],[105.49296558212176,21.645492331748407],[105.49296558212176,21.64617109595614],[105.49341809159358,21.647076114899786],[105.4895717610831,21.654995030656675],[105.48866674213944,21.656805068543964],[105.48798797793172,21.66268769167765],[105.48255786426985,21.695268373648855]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":215,"COUNT":170,"E":"Province","POPULATION":983850,"LVLID":"VNP032000000000000000","NAME":"Thai Nguyen","OLDLVLID":"VNP017000000000000000"}},{"type":"Feature","id":"vn_admin1.16","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73822571584941,21.118997561283226],[105.6303022068198,21.16990487686323],[105.47260265588976,21.176013754732832],[105.449072163355,21.26266931858679],[105.42780421817936,21.4948066776316],[105.55948447447963,21.56969699521818],[105.79614692824266,21.34525229719435],[105.7278179979975,21.2628955733227],[105.79252685246809,21.19253035045434],[105.73822571584941,21.118997561283226]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":219,"COUNT":146,"E":"Province","POPULATION":1003093,"LVLID":"VNP026000000000000000","NAME":"Vinh Phuc","OLDLVLID":"VNP019000000000000000"}},{"type":"Feature","id":"vn_admin1.17","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88529129419165,21.334165815134703],[106.05566111033272,21.457700900942175],[106.03665571251618,21.558158003686714],[106.10362711434588,21.622640603421384],[106.18892514978437,21.601372658245737],[106.17286106353468,21.511549528089024],[106.38192043951656,21.39140826332022],[106.48735514645114,21.44638816414662],[106.57536823872056,21.599110110886627],[106.67559908672919,21.605445243492138],[106.75750330112902,21.53666380377516],[106.84596890287027,21.55680047527125],[106.89664996371435,21.448198202033907],[106.99167695279702,21.43665921050244],[107.03692789997925,21.322626823603237],[106.94076963721703,21.16628480108865],[106.79347780413889,21.144338091705272],[106.50636054426768,21.221264701915054],[106.42785015090651,21.227373579784654],[106.30363630089131,21.11922381601914],[106.25680157055771,21.168999857919587],[105.9414024686976,21.241175118675233],[105.89615152151538,21.32353184254688],[105.88529129419165,21.334165815134703]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":221,"COUNT":217,"E":"Province","POPULATION":1393768,"LVLID":"VNP031000000000000000","NAME":"Bac Giang","OLDLVLID":"VNP020000000000000000"}},{"type":"Feature","id":"vn_admin1.18","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90814302251867,21.222395975594612],[105.9414024686976,21.241175118675233],[106.25680157055771,21.168999857919587],[106.30363630089131,21.11922381601914],[106.2708293641842,20.985054757623846],[106.1305514279193,20.981434681849265],[106.00633757790409,20.998856296514422],[105.92058703299378,21.122391382321894],[105.90814302251867,21.222395975594612]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":223,"COUNT":120,"E":"Province","POPULATION":908731,"LVLID":"VNP020000000000000000","NAME":"Bac Ninh","OLDLVLID":"VNP021000000000000000"}},{"type":"Feature","id":"vn_admin1.19","geometry":{"type":"MultiPolygon","coordinates":[[[[103.53608837122647,22.59259465627236],[103.55871384481759,22.46770204204942],[103.63315165293234,22.393490488670572],[103.73564504830009,22.413627160166662],[103.77953846706684,22.303441103777946],[103.5691215626695,22.147551590735183],[103.5388034280574,22.024921523871356],[103.48518105564648,21.907721570669395],[103.58835321522194,21.68214559896601],[103.5263594175823,21.539831370077913],[103.45554168524211,21.499558027085733],[103.37544750872958,21.328509446736927],[103.43698879689741,21.307920265769013],[103.42522355063002,21.070805302534158],[103.29806838904797,21.095919578220293],[103.30598730480486,20.943197631480288],[103.24942362082709,20.890027768541174],[103.11457579822405,20.898851703241707],[103.04036424484521,21.05474121628447],[102.90936275275267,21.164474763201362],[102.875424542366,21.42579898317871],[102.99873337343756,21.586892355147427],[102.99058820294476,21.724228979845478],[102.83085235939151,21.733957933489656],[102.68627558314431,21.652732483297562],[102.62541305918421,21.897540107553397],[102.51997835224964,21.963380235703532],[102.43920541152936,22.114744654028073],[102.18263254100614,22.296879716436525],[102.15095687797859,22.404124461258395],[102.25435529228997,22.458878107348887],[102.4093397863891,22.632415489792717],[102.38807184121345,22.679023965390407],[102.51477449332367,22.776087247096278],[102.79103152587115,22.626080357187206],[102.86614809819365,22.609790016201604],[102.93628706632609,22.481277326204086],[103.0851626825556,22.450280427384264],[103.18765607792335,22.557072662734313],[103.18991862528246,22.64123942449325],[103.28449310489331,22.676987672767208],[103.33743671309651,22.805952872236546],[103.53608837122647,22.59259465627236]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":301,"COUNT":149,"E":"Province","POPULATION":511057,"LVLID":"VNP015000000000000000","NAME":"Lai Chau","OLDLVLID":"VNP023000000000000000"}},{"type":"Feature","id":"vn_admin1.20","geometry":{"type":"MultiPolygon","coordinates":[[[[103.92615153593725,21.698435939951608],[104.09765262575787,21.639835963350627],[104.30037686913424,21.650922445410274],[104.28634907550776,21.469692401945466],[104.47549803472945,21.348646118233017],[104.53432426606633,21.411318680080395],[104.73772727365044,21.40407852853124],[104.81782145016298,21.33122450356786],[104.85809479315516,21.14773191274394],[104.91646851502023,21.10904235290314],[104.8671449825916,21.041165932129804],[104.86759749206342,21.04048716792207],[104.88569787093631,21.0187667132746],[104.88615038040814,21.018087949066867],[104.90854959926334,20.974873294507844],[104.90945461820698,20.9739682755642],[104.92370866656938,20.965144340863667],[104.92551870445666,20.963108048240464],[104.97099590637481,20.90903316635771],[104.97212718005436,20.908806911621795],[104.99565767258912,20.87305866334784],[104.99588392732502,20.872379899140107],[105.03276344927855,20.79816834576126],[105.03434723242992,20.797037072081704],[105.03638352505313,20.771922796395568],[105.0359310155813,20.771244032187834],[104.99497890838138,20.721015480815566],[104.99339512523001,20.721241735551477],[104.96850710427978,20.732328217611123],[104.96556579271294,20.732328217611123],[104.87053880363027,20.759252531184547],[104.87008629415844,20.758573766976813],[104.86872876574297,20.756989983825434],[104.86805000153524,20.756537474353614],[104.84067317849,20.693864912506232],[104.85062838687008,20.649971493739475],[104.74360989678412,20.573723647737427],[104.28861162286687,20.92577601681513],[104.1223143919722,20.97419453030011],[104.03565882811823,20.902245524280374],[103.90216853393066,20.905186835847218],[103.80442648801707,20.847718132925795],[103.7401701430183,20.666261834725073],[103.5121053692199,20.753143653314947],[103.47092700728408,20.825771423542417],[103.38676024552514,20.785498080550237],[103.2315494966901,20.841609255056195],[103.30598730480486,20.943197631480288],[103.29806838904797,21.095919578220293],[103.42522355063002,21.070805302534158],[103.43698879689741,21.307920265769013],[103.37544750872958,21.328509446736927],[103.45554168524211,21.499558027085733],[103.5263594175823,21.539831370077913],[103.58835321522194,21.68214559896601],[103.48518105564648,21.907721570669395],[103.52952698388505,22.022206467040423],[103.6564558907312,21.990757058748777],[103.84243728365013,21.704318563085298],[103.92615153593725,21.698435939951608]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":303,"COUNT":201,"E":"Province","POPULATION":811613,"LVLID":"VNP046000000000000000","NAME":"Son La","OLDLVLID":"VNP024000000000000000"}},{"type":"Feature","id":"vn_admin1.21","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84067317849,20.693864912506232],[104.86805000153524,20.756537474353614],[104.86872876574297,20.756989983825434],[104.87008629415844,20.758573766976813],[104.87053880363027,20.759252531184547],[104.96556579271294,20.732328217611123],[104.96850710427978,20.732328217611123],[104.99339512523001,20.721241735551477],[104.99497890838138,20.721015480815566],[105.0359310155813,20.771244032187834],[105.03638352505313,20.771922796395568],[105.03434723242992,20.797037072081704],[105.03276344927855,20.79816834576126],[104.99588392732502,20.872379899140107],[104.99565767258912,20.87305866334784],[104.97212718005436,20.908806911621795],[104.97099590637481,20.90903316635771],[104.92551870445666,20.963108048240464],[104.92370866656938,20.965144340863667],[104.90945461820698,20.9739682755642],[104.90854959926334,20.974873294507844],[104.88615038040814,21.018087949066867],[104.88569787093631,21.0187667132746],[104.86759749206342,21.04048716792207],[104.8671449825916,21.041165932129804],[104.91646851502023,21.10904235290314],[105.13661437306175,20.9352787157234],[105.316713142847,20.92125092209691],[105.3225957659807,21.010169033309978],[105.53550147247306,20.96650186927913],[105.59636399643314,20.82690269722197],[105.6402574151999,20.833237829827482],[105.67351686137883,20.676669552576985],[105.77555774727475,20.561505891998227],[105.8561044332591,20.475302837616088],[105.72940178114888,20.402448812652707],[105.69206974972354,20.302896728851813],[105.58595627858124,20.367153073850574],[105.41106136772194,20.37054689488924],[105.26354327990788,20.43095690937751],[105.11014256896014,20.57010357196285],[105.0277858450885,20.555623268864537],[104.9056082876965,20.666035579989163],[104.85062838687008,20.649971493739475],[104.84067317849,20.693864912506232]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":305,"COUNT":210,"E":"Province","POPULATION":719859,"LVLID":"VNP017000000000000000","NAME":"Hoa Binh","OLDLVLID":"VNP025000000000000000"}},{"type":"Feature","id":"vn_admin1.22","geometry":{"type":"MultiPolygon","coordinates":[[[[105.54794548294817,20.359686667565505],[105.74546586739858,20.18275546408301],[105.91334688144462,20.104923834929583],[105.9147044098601,20.10401881598594],[106.08054913128294,20.064197982465583],[106.03959702408304,19.998357854315447],[105.95724030021138,19.909665997838285],[105.94049744975396,19.774591920499347],[105.83415772387573,19.63974409789632],[105.78845426722168,19.392900181017286],[105.80972221239733,19.28475041725177],[105.68844967394897,19.30239828665284],[105.52894008513162,19.462586639677912],[105.3940922625286,19.45398895971329],[105.35676023110327,19.535893174113113],[105.16874254556113,19.683637516663076],[105.13276804255126,19.798801177241838],[105.17394640448708,19.91034476204602],[104.92529244972076,19.994059014333136],[104.99565767258912,20.089312258151715],[104.77867938085035,20.196330748237678],[104.61803851835346,20.2415816954199],[104.62392114148714,20.362175469660528],[104.71826936636208,20.39679244425493],[104.66328946553568,20.47190901657742],[104.4786656010322,20.367153073850574],[104.3811498098545,20.4409121177576],[104.64270028456777,20.652460295834498],[104.74360989678412,20.573723647737427],[104.9056082876965,20.666035579989163],[105.0277858450885,20.555623268864537],[105.11014256896014,20.57010357196285],[105.26354327990788,20.43095690937751],[105.41106136772194,20.37054689488924],[105.54794548294817,20.359686667565505]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":401,"COUNT":598,"E":"Province","POPULATION":3236879,"LVLID":"VNP040000000000000000","NAME":"Thanh Hoa","OLDLVLID":"VNP026000000000000000"}},{"type":"Feature","id":"vn_admin1.23","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92529244972076,19.994059014333136],[105.17394640448708,19.91034476204602],[105.13276804255126,19.798801177241838],[105.16874254556113,19.683637516663076],[105.35676023110327,19.535893174113113],[105.3940922625286,19.45398895971329],[105.52894008513162,19.462586639677912],[105.68844967394897,19.30239828665284],[105.80972221239733,19.28475041725177],[105.74433459371902,19.219136543837546],[105.74071451794444,19.100126552748296],[105.64614003833358,19.066188342361627],[105.6422937078231,18.898081073579664],[105.76831759572559,18.761423213089348],[105.71379020437101,18.64671206198241],[105.67826821083297,18.573179272811295],[105.54749297347634,18.551006308692003],[105.50540959259688,18.609606285292983],[105.38119574258167,18.576573093849962],[105.19227303809588,18.599877331648806],[105.13865066568495,18.712778444868455],[104.79972107129008,18.781559884585437],[104.58545783638226,18.89694979990011],[104.54880456916466,18.97161386275078],[104.2182463999985,19.117774422149363],[104.18657073697095,19.1958323060387],[104.00624571244978,19.227055459594435],[103.91212374231075,19.32706005286715],[104.12729199616223,19.501049944782803],[104.08068352056455,19.67843365773712],[104.4216494075826,19.70264291447961],[104.56147483437567,19.607842180132852],[104.65650182345834,19.63386147476263],[104.72211569687258,19.75671779636237],[104.83841063113088,19.79314480884406],[104.84768707530324,19.92278877252113],[104.92529244972076,19.994059014333136]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":403,"COUNT":459,"E":"Province","POPULATION":2739089,"LVLID":"VNP039000000000000000","NAME":"Nghe An","OLDLVLID":"VNP027000000000000000"}},{"type":"Feature","id":"vn_admin1.24","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19227303809588,18.599877331648806],[105.38119574258167,18.576573093849962],[105.50540959259688,18.609606285292983],[105.54749297347634,18.551006308692003],[105.67826821083297,18.573179272811295],[105.71379020437101,18.64671206198241],[105.81198475975644,18.64060318411281],[105.8576882164105,18.54761248765334],[106.12353753110605,18.26343653934897],[106.42649262249104,18.099628110549318],[106.49912039271851,17.9568613721894],[106.34368338914757,17.987632016273313],[106.28983476200072,17.91047915132762],[106.05000474193494,17.945548635393845],[106.07511901762108,17.9914783467838],[105.93597235503573,18.086505335866473],[105.86945346267787,18.03537176555056],[105.64478250991813,17.984011940498736],[105.46468374013287,18.203931543804345],[105.41694399085563,18.15687055873483],[105.26037571360513,18.252576312025237],[105.18774794337766,18.38832915357191],[105.10810627633694,18.445571601757422],[105.13887692042086,18.589695868532807],[105.19227303809588,18.599877331648806]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":405,"COUNT":257,"E":"Province","POPULATION":1258520,"LVLID":"VNP018000000000000000","NAME":"Ha Tinh","OLDLVLID":"VNP028000000000000000"}},{"type":"Feature","id":"vn_admin1.25","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64478250991813,17.984011940498736],[105.86945346267787,18.03537176555056],[105.93597235503573,18.086505335866473],[106.07511901762108,17.9914783467838],[106.05000474193494,17.945548635393845],[106.28983476200072,17.91047915132762],[106.34368338914757,17.987632016273313],[106.49912039271851,17.9568613721894],[106.44889184134625,17.83219501270237],[106.51744702632732,17.660920177617655],[106.66519136887727,17.4421318479916],[106.99688081172299,17.162254739669542],[106.8609017154404,17.070395316889627],[106.77605618947374,16.928081088001534],[106.61179525120225,16.936678767966157],[106.55477905775265,16.995957508774868],[106.43260150036065,17.002518896116293],[106.28010580835655,17.259996785583148],[106.09661321753264,17.358417595704484],[105.86583338690329,17.624945674607787],[105.75609983998639,17.66635029127952],[105.68980720236443,17.828122427455973],[105.62509834789385,17.869753298863618],[105.64478250991813,17.984011940498736]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":407,"COUNT":147,"E":"Province","POPULATION":717905,"LVLID":"VNP019000000000000000","NAME":"Quang Binh","OLDLVLID":"VNP029000000000000000"}},{"type":"Feature","id":"vn_admin1.26","geometry":{"type":"MultiPolygon","coordinates":[[[[106.55477905775265,16.995957508774868],[106.61179525120225,16.936678767966157],[106.77605618947374,16.928081088001534],[106.8609017154404,17.070395316889627],[106.99688081172299,17.162254739669542],[107.12018964279454,17.082386817892917],[107.11408076492495,17.009759047665447],[107.22381431184183,16.878531300836997],[107.38965903326469,16.74390973296988],[107.27562664636548,16.563132198976895],[107.15865294789944,16.573087407356983],[107.06091090198584,16.52172758230516],[107.15661665527624,16.389142307061242],[107.0948491123725,16.306559328453684],[106.96769395079045,16.300450450584083],[106.83533493028244,16.546615603255383],[106.76655349056546,16.422175498504266],[106.69958208873577,16.43733456581031],[106.65161608472262,16.591640295701698],[106.5556840766963,16.69096612476668],[106.55477905775265,16.995957508774868]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":409,"COUNT":136,"E":"Province","POPULATION":549097,"LVLID":"VNP052000000000000000","NAME":"Quang Tri","OLDLVLID":"VNP030000000000000000"}},{"type":"Feature","id":"vn_admin1.27","geometry":{"type":"MultiPolygon","coordinates":[[[[107.06091090198584,16.52172758230516],[107.15865294789944,16.573087407356983],[107.27562664636548,16.563132198976895],[107.38965903326469,16.74390973296988],[107.69532918148062,16.539149196970317],[107.92181017212765,16.351131511428175],[108.03787885165005,16.33054233046026],[108.12295063235263,16.209948556219636],[108.19851971414694,16.20678098991688],[108.06073057997708,16.176236600568878],[107.87950053651227,16.19320570576221],[107.82180557885493,16.05383278844096],[107.71184577720213,15.99319651921678],[107.65188827218567,16.020573342262026],[107.65098325324203,16.02079959699794],[107.64261182801332,16.025098436980247],[107.63740796908736,16.02758723907527],[107.63288287436914,16.027813493811184],[107.63016781753821,16.02917102222665],[107.6238326849327,16.035732409568073],[107.62428519440452,16.036411173775804],[107.62157013757358,16.060620430518295],[107.61840257127083,16.059036647366916],[107.61093616498576,16.056774100007807],[107.60980489130621,16.056321590535983],[107.58853694613056,16.05360653370505],[107.58061803037367,16.05179649581776],[107.57677169986319,16.052701514761406],[107.56319641570852,16.02283588962114],[107.56410143465216,16.020573342262026],[107.56432768938808,16.020120832790205],[107.55437248100799,16.009939369674203],[107.55075240523341,16.007676822315094],[107.4509740666966,16.088449763035364],[107.34237179345926,16.05338027896914],[107.16227302367402,16.168770194283812],[107.0948491123725,16.306559328453684],[107.15661665527624,16.389142307061242],[107.06091090198584,16.52172758230516]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":411,"COUNT":149,"E":"Province","POPULATION":1148111,"LVLID":"VNP060000000000000000","NAME":"Thua Thien - Hue","OLDLVLID":"VNP001000000000000000"}},{"type":"Feature","id":"vn_admin1.28","geometry":{"type":"MultiPolygon","coordinates":[[[[107.55075240523341,16.007676822315094],[107.55437248100799,16.009939369674203],[107.56432768938808,16.020120832790205],[107.56410143465216,16.020573342262026],[107.56319641570852,16.02283588962114],[107.57677169986319,16.052701514761406],[107.58061803037367,16.05179649581776],[107.58853694613056,16.05360653370505],[107.60980489130621,16.056321590535983],[107.61093616498576,16.056774100007807],[107.61840257127083,16.059036647366916],[107.62157013757358,16.060620430518295],[107.62428519440452,16.036411173775804],[107.6238326849327,16.035732409568073],[107.63016781753821,16.02917102222665],[107.63288287436914,16.027813493811184],[107.63740796908736,16.02758723907527],[107.64261182801332,16.025098436980247],[107.65098325324203,16.02079959699794],[107.65188827218567,16.020573342262026],[107.71184577720213,15.99319651921678],[107.82452063568586,16.054511552648695],[107.82474689042178,16.054285297912784],[107.82746194725271,16.05338027896914],[107.83492835353778,16.052701514761406],[107.96434606247894,16.061977958933763],[107.9858402623905,15.993422773952693],[107.9860665171264,15.992744009744959],[107.98538775291867,15.985730112931714],[107.97860011084134,15.979621235062114],[107.95439085409885,15.946361788883179],[107.9575584204016,15.943420477316334],[107.96751362878169,15.93233399525669],[107.96819239298942,15.931655231048957],[107.97656381821814,15.925320098443445],[107.9860665171264,15.91807994689429],[107.9881028097496,15.916269909007],[107.99285415920373,15.917174927950644],[107.99556921603467,15.917174927950644],[108.00552442441476,15.91807994689429],[108.29445172217326,15.962199620396957],[108.40395901435424,15.868303904993843],[108.4397072626282,15.768073056985216],[108.57930643468536,15.56104997362654],[108.69628013315142,15.499056175986892],[108.74334111822093,15.396562780619155],[108.48563697401816,15.304929612575151],[108.3195659978594,15.295200658930973],[108.24060309502642,15.074376036681718],[108.24354440659326,15.028672580027672],[108.16661779638348,15.057633186224296],[108.09647882825104,14.950388441402424],[107.9756587992745,15.010572201154783],[108.00891824545343,15.138858636416389],[107.93199163524365,15.207187566661547],[107.74148514760648,15.226419219213993],[107.628131524915,15.412174357397022],[107.5586713209903,15.394073978524133],[107.47382579502363,15.495888609684137],[107.39056405220833,15.490005986550448],[107.21657416029268,15.824184231491174],[107.39757794902158,15.884367991243533],[107.4751833234391,16.027813493811184],[107.55075240523341,16.007676822315094]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":503,"COUNT":208,"E":"Province","POPULATION":1433715,"LVLID":"VNP004000000000000000","NAME":"Quang Nam","OLDLVLID":"VNP033000000000000000"}},{"type":"Feature","id":"vn_admin1.29","geometry":{"type":"MultiPolygon","coordinates":[[[[108.24060309502642,15.074376036681718],[108.3195659978594,15.295200658930973],[108.48563697401816,15.304929612575151],[108.74334111822093,15.396562780619155],[108.83587930520858,15.395205252203688],[108.94764914474867,15.232301842347681],[108.89855186705596,15.166235459461634],[108.97706226041711,14.878439435382688],[109.08181820314397,14.702865760315657],[109.08521202418262,14.57661561767725],[108.9279649827244,14.69539935403059],[108.76370404445292,14.66530747415441],[108.63134502394492,14.541772388346939],[108.55102459269648,14.586797080793252],[108.49355588977505,14.618698998556718],[108.53224544961586,14.743139103307836],[108.39830264595646,14.82459080823584],[108.24354440659326,15.028672580027672],[108.24060309502642,15.074376036681718]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":505,"COUNT":171,"E":"Province","POPULATION":1208666,"LVLID":"VNP028000000000000000","NAME":"Quang Ngai","OLDLVLID":"VNP034000000000000000"}},{"type":"Feature","id":"vn_admin1.30","geometry":{"type":"MultiPolygon","coordinates":[[[[108.63134502394492,14.541772388346939],[108.76370404445292,14.66530747415441],[108.9279649827244,14.69539935403059],[109.08521202418262,14.57661561767725],[109.13838188712174,14.347419570199285],[109.18702665534263,14.280221913633682],[109.20919961946193,14.11007835222852],[109.29653394752361,13.887443692091976],[109.29246136227722,13.757347218943082],[109.2372552067149,13.667750343522277],[108.96122442890334,13.514123377838626],[108.8546584482892,13.566840731305918],[108.8261503515644,13.798751835614816],[108.74718744873141,13.909164146739444],[108.75850018552697,14.04355945987065],[108.69288631211275,14.12433240059092],[108.69175503843319,14.125689929006386],[108.62772494817034,14.353980957540708],[108.63134502394492,14.541772388346939]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":507,"COUNT":152,"E":"Province","POPULATION":1381980,"LVLID":"VNP007000000000000000","NAME":"Binh Dinh","OLDLVLID":"VNP035000000000000000"}},{"type":"Feature","id":"vn_admin1.31","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67998979216581,12.993963739978959],[108.76031022341427,13.030617007196561],[108.7795418759667,13.14351812041621],[108.87683141240849,13.277234669339682],[108.80013105693462,13.465026100145913],[108.70804537941879,13.486294045321559],[108.75261756239328,13.564351929210895],[108.8546584482892,13.566840731305918],[108.96122442890334,13.514123377838626],[109.2372552067149,13.667750343522277],[109.29246136227722,13.562768146059517],[109.22729999833481,13.386289452048842],[109.29834398541091,13.362758959514085],[109.29676020225953,13.150758271965366],[109.45966361211553,12.909796978220022],[109.39223970081402,12.841015538503042],[109.16711623858245,12.822010140686507],[108.99403136561045,12.702321385389524],[108.97525222252983,12.813638715457795],[108.87230631769026,12.81454373440144],[108.67998979216581,12.993963739978959]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":509,"COUNT":98,"E":"Province","POPULATION":828065,"LVLID":"VNP003000000000000000","NAME":"Phu Yen","OLDLVLID":"VNP036000000000000000"}},{"type":"Feature","id":"vn_admin1.32","geometry":{"type":"MultiPolygon","coordinates":[[[[107.628131524915,15.412174357397022],[107.74148514760648,15.226419219213993],[107.93199163524365,15.207187566661547],[108.00891824545343,15.138858636416389],[107.9756587992745,15.010572201154783],[108.09647882825104,14.950388441402424],[108.16661779638348,15.057633186224296],[108.24354440659326,15.028672580027672],[108.39830264595646,14.82459080823584],[108.53224544961586,14.743139103307836],[108.49355588977505,14.618698998556718],[108.55102459269648,14.586797080793252],[108.50713117392972,14.543129916762405],[108.3989814101642,14.60037236494792],[108.38766867336864,14.523445754738137],[108.27816138118766,14.384299092152798],[108.11978306604988,14.361899873297597],[108.06344563680801,14.267099138950837],[107.96321478879938,14.227957069638213],[107.89805342485698,14.277506856802749],[107.82203183359084,14.212119238124435],[107.69261412464968,14.218906880201768],[107.65279329112933,14.062791112423096],[107.52495936533954,14.010073758955803],[107.46273931296398,13.919345609855444],[107.36205595548353,14.014598853674025],[107.34237179345926,14.123427381647275],[107.41183199738398,14.231124635940969],[107.4306111404646,14.414617226764888],[107.49260493810425,14.402851980497509],[107.55708753783892,14.666891257305789],[107.51364662854398,14.793593909416016],[107.59374080505653,14.862149094397086],[107.47178950240043,15.00604710643656],[107.59193076716923,15.027315051612206],[107.63084658174594,15.1472300616451],[107.628131524915,15.412174357397022]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":601,"COUNT":79,"E":"Province","POPULATION":319597,"LVLID":"VNP043000000000000000","NAME":"Kon Tum","OLDLVLID":"VNP038000000000000000"}},{"type":"Feature","id":"vn_admin1.33","geometry":{"type":"MultiPolygon","coordinates":[[[[107.46273931296398,13.919345609855444],[107.52495936533954,14.010073758955803],[107.65279329112933,14.062791112423096],[107.69261412464968,14.218906880201768],[107.82203183359084,14.212119238124435],[107.89805342485698,14.277506856802749],[107.96321478879938,14.227957069638213],[108.06344563680801,14.267099138950837],[108.11978306604988,14.361899873297597],[108.27816138118766,14.384299092152798],[108.38766867336864,14.523445754738137],[108.3989814101642,14.60037236494792],[108.50713117392972,14.543129916762405],[108.55102459269648,14.586797080793252],[108.63134502394492,14.541772388346939],[108.62772494817034,14.353980957540708],[108.69175503843319,14.125689929006386],[108.69288631211275,14.12433240059092],[108.75850018552697,14.04355945987065],[108.74718744873141,13.909164146739444],[108.8261503515644,13.798751835614816],[108.8546584482892,13.566840731305918],[108.75261756239328,13.564351929210895],[108.70804537941879,13.486294045321559],[108.80013105693462,13.465026100145913],[108.87683141240849,13.277234669339682],[108.7795418759667,13.14351812041621],[108.76031022341427,13.030617007196561],[108.67998979216581,12.993963739978959],[108.5170863823098,13.032200790347938],[108.35056289667922,13.336513410148397],[108.11503171659574,13.413666275094089],[107.94760321202152,13.37158289421462],[107.84307352403057,13.398280953052133],[107.61003114604212,13.301670180818084],[107.62043886389404,13.524304840954628],[107.53649835687101,13.742188151637036],[107.45527290667891,13.791964193537483],[107.46273931296398,13.919345609855444]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":603,"COUNT":170,"E":"Province","POPULATION":851313,"LVLID":"VNP045000000000000000","NAME":"Gia Lai","OLDLVLID":"VNP039000000000000000"}},{"type":"Feature","id":"vn_admin1.34","geometry":{"type":"MultiPolygon","coordinates":[[[[107.61003114604212,13.301670180818084],[107.84307352403057,13.398280953052133],[107.94760321202152,13.37158289421462],[108.11503171659574,13.413666275094089],[108.35056289667922,13.336513410148397],[108.5170863823098,13.032200790347938],[108.67998979216581,12.993963739978959],[108.87230631769026,12.81454373440144],[108.97525222252983,12.813638715457795],[108.99403136561045,12.702321385389524],[108.90466074492555,12.670193212890144],[108.86710245876431,12.450499864320447],[108.78225693279764,12.503217217787737],[108.67274964061666,12.421765512859734],[108.68315735846856,12.313615749094218],[108.59831183250189,12.274926189253417],[108.49423465398279,12.304339304921863],[108.24128185923415,12.173111558093412],[108.16888034374259,12.194153248533146],[107.96660860983805,12.06586681327154],[108.11276916923663,11.888935609789044],[107.98312520555956,11.788478507044506],[107.94443564571876,11.816534094297484],[107.94398313624694,11.816307839561574],[107.89986346274426,11.867215155141576],[107.77768590535226,11.847078483645486],[107.7317561939623,11.913144866531534],[107.54758483893065,11.787573488100861],[107.39441038271882,11.764042995566106],[107.4306111404646,11.84187462471953],[107.32766523562505,12.001836723008694],[107.23444828442966,12.035322423923539],[107.21046528242309,12.294384096541773],[107.34825441659295,12.332394892174841],[107.42042967734861,12.242345507282215],[107.54735858419474,12.347553959480885],[107.5932882955847,12.55638708072685],[107.55776630204666,12.815675008080996],[107.495772504407,12.896221694065355],[107.4937362117838,13.031069516668383],[107.61003114604212,13.301670180818084]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":605,"COUNT":204,"E":"Province","POPULATION":1499159,"LVLID":"VNP021000000000000000","NAME":"Dak Lak","OLDLVLID":"VNP040000000000000000"}},{"type":"Feature","id":"vn_admin1.35","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36087874907682,10.987762996655048],[106.45273817185674,11.13347104658181],[106.60727015648403,11.037312783819583],[106.69302070139435,10.882780799192288],[106.84302759130343,10.896356083346955],[106.88624224586245,10.803591641623397],[106.75591951797765,10.70743337886117],[107.01701748321908,10.521451985942228],[107.00502598221578,10.502672842861605],[106.97900668758601,10.408098363250756],[106.81044690933221,10.396333116983378],[106.80727934302946,10.405157051683911],[106.80501679567035,10.41058716534578],[106.77582993473781,10.437963988391024],[106.73736662963293,10.627339202348633],[106.55500531248856,10.656299808545256],[106.53215358416153,10.70132450099157],[106.51744702632732,10.71376851146668],[106.5373574430875,10.89907114017789],[106.36087874907682,10.987762996655048]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":701,"COUNT":280,"E":"City","POPULATION":4695053,"LVLID":"VNP030000000000000000","NAME":"Ho Chi Minh city","OLDLVLID":"VNP041000000000000000"}},{"type":"Feature","id":"vn_admin1.36","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39441038271882,11.764042995566106],[107.54758483893065,11.787573488100861],[107.7317561939623,11.913144866531534],[107.77768590535226,11.847078483645486],[107.89986346274426,11.867215155141576],[107.94398313624694,11.816307839561574],[107.94443564571876,11.816534094297484],[107.98312520555956,11.788478507044506],[108.11276916923663,11.888935609789044],[107.96660860983805,12.06586681327154],[108.16888034374259,12.194153248533146],[108.24128185923415,12.173111558093412],[108.49423465398279,12.304339304921863],[108.59831183250189,12.274926189253417],[108.68315735846856,12.313615749094218],[108.7327071456331,12.160215038146479],[108.65781682804652,11.846852228909576],[108.70374653943648,11.696619084264592],[108.5555496874147,11.600008312030543],[108.58632033149861,11.554078600640585],[108.26232354967388,11.473984424128048],[108.31074206315887,11.419004523301645],[108.18992203418233,11.305650900610173],[108.06208810839254,11.240489536667772],[108.0306387001009,11.326240081578085],[107.74148514760648,11.364477131947066],[107.6910303414983,11.321488732123953],[107.54916862208204,11.36334585826751],[107.44034009410878,11.434616100079513],[107.47450455923136,11.477151990430803],[107.33965673662833,11.545254665940051],[107.27291158953454,11.638471617135433],[107.28920193052015,11.720375831535259],[107.39441038271882,11.764042995566106]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":703,"COUNT":135,"E":"Province","POPULATION":919934,"LVLID":"VNP011000000000000000","NAME":"Lam Dong","OLDLVLID":"VNP042000000000000000"}},{"type":"Feature","id":"vn_admin1.37","geometry":{"type":"MultiPolygon","coordinates":[[[[108.5555496874147,11.600008312030543],[108.70374653943648,11.696619084264592],[108.65781682804652,11.846852228909576],[108.7327071456331,12.160215038146479],[108.79447468853684,12.156821217107812],[108.85533721249693,11.961337125280602],[109.05104755906005,11.896402016074111],[109.09697727045001,11.813592782730641],[109.19879190161001,11.809067688012417],[109.20422201527188,11.712909425250192],[109.13227300925215,11.568106394267074],[109.03679351069765,11.582134187893564],[109.02480200969435,11.360857056172488],[108.87954646923941,11.335969035222265],[108.58632033149861,11.554078600640585],[108.5555496874147,11.600008312030543]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":705,"COUNT":54,"E":"Province","POPULATION":459942,"LVLID":"VNP051000000000000000","NAME":"Ninh Thuan","OLDLVLID":"VNP043000000000000000"}},{"type":"Feature","id":"vn_admin1.38","geometry":{"type":"MultiPolygon","coordinates":[[[[107.21046528242309,12.294384096541773],[107.23444828442966,12.035322423923539],[107.32766523562505,12.001836723008694],[107.4306111404646,11.84187462471953],[107.39441038271882,11.764042995566106],[107.28920193052015,11.720375831535259],[107.27291158953454,11.638471617135433],[107.33965673662833,11.545254665940051],[107.13489620062877,11.499777464021916],[107.06158966619357,11.374432340327155],[106.94190091089658,11.305424645874263],[106.7735673873787,11.423755872755779],[106.6776353793524,11.352033121471953],[106.55839913352723,11.371264774024398],[106.57491572924874,11.449548912649647],[106.46653971074731,11.541634590165472],[106.45500071921585,11.669016006483433],[106.41993123514962,11.770151873435704],[106.46948102231416,11.869703957236599],[106.4174424330546,11.970613569452958],[106.72582763810146,11.969934805245225],[106.7857851431179,12.071070672197497],[106.92018045624911,12.05975793540194],[107.05367075043668,12.131933196157588],[107.21046528242309,12.294384096541773]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":707,"COUNT":80,"E":"Province","POPULATION":516949,"LVLID":"VNP022000000000000000","NAME":"Binh Phuoc","OLDLVLID":"VNP044000000000000000"}},{"type":"Feature","id":"vn_admin1.39","geometry":{"type":"MultiPolygon","coordinates":[[[[106.45500071921585,11.669016006483433],[106.46653971074731,11.541634590165472],[106.33033435972882,11.341851658355953],[106.38802931738616,11.18980847582368],[106.45273817185674,11.13347104658181],[106.36087874907682,10.987762996655048],[106.34888724807354,10.995003148204205],[106.33802702074979,11.003827082904738],[106.30386255562722,11.019438659682606],[106.30273128194766,11.019891169154429],[106.2932285830394,11.021701207041717],[106.29254981883166,11.021927461777627],[106.2769382420538,10.97803404301087],[106.26585175999415,10.98188037352136],[106.26223168421957,10.981654118785448],[106.25702782529362,10.98414292088047],[106.20498923603405,10.968983853574425],[106.20317919814677,10.968305089366693],[106.20023788657993,10.968305089366693],[106.19684406554126,10.967626325158959],[106.19548653712579,10.966947560951226],[106.19503402765397,10.96559003253576],[106.18734136663299,10.961064937817536],[106.18621009295343,10.961064937817536],[106.1791961961402,10.960159918873892],[106.177159903517,10.95970740940207],[106.16743094987281,10.963553739912559],[106.16743094987281,10.96559003253576],[106.16833596881646,10.972603929349004],[106.16856222355237,10.974187712500381],[106.01855533364329,11.18777218320048],[105.8683221889983,11.288229285945018],[105.89026889838169,11.52873807021854],[105.81628359973875,11.616524907752055],[105.89207893626897,11.67421986540939],[105.95769280968321,11.636435324512233],[106.02760552307974,11.772188166058905],[106.19277148029487,11.750693966147349],[106.32083166082056,11.673541101201657],[106.45500071921585,11.669016006483433]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":709,"COUNT":86,"E":"Province","POPULATION":921746,"LVLID":"VNP049000000000000000","NAME":"Tay Ninh","OLDLVLID":"VNP045000000000000000"}},{"type":"Feature","id":"vn_admin1.40","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33033435972882,11.341851658355953],[106.46653971074731,11.541634590165472],[106.57491572924874,11.449548912649647],[106.55839913352723,11.371264774024398],[106.6776353793524,11.352033121471953],[106.7735673873787,11.423755872755779],[106.94190091089658,11.305424645874263],[106.91226154049222,11.189129711615946],[106.96950398867774,11.10699924248021],[106.9138453236436,11.021701207041717],[106.83307238292333,11.060164512146608],[106.7735673873787,10.942738304208735],[106.84302759130343,10.896356083346955],[106.69302070139435,10.882780799192288],[106.60727015648403,11.037312783819583],[106.45273817185674,11.13347104658181],[106.38802931738616,11.18980847582368],[106.33033435972882,11.341851658355953]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":711,"COUNT":79,"E":"Province","POPULATION":573493,"LVLID":"VNP050000000000000000","NAME":"Binh Duong","OLDLVLID":"VNP046000000000000000"}},{"type":"Feature","id":"vn_admin1.41","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75591951797765,10.70743337886117],[106.88624224586245,10.803591641623397],[106.84302759130343,10.896356083346955],[106.7735673873787,10.942738304208735],[106.83307238292333,11.060164512146608],[106.9138453236436,11.021701207041717],[106.96950398867774,11.10699924248021],[106.91226154049222,11.189129711615946],[106.94190091089658,11.305424645874263],[107.06158966619357,11.374432340327155],[107.13489620062877,11.499777464021916],[107.33965673662833,11.545254665940051],[107.47450455923136,11.477151990430803],[107.44034009410878,11.434616100079513],[107.54916862208204,11.36334585826751],[107.52812693164229,11.249313471368305],[107.3980304584934,11.047267992199673],[107.56342267044442,10.93753444528278],[107.57745046407092,10.811736812116196],[107.50256014648434,10.765128336518506],[107.4491640288093,10.801781603736107],[107.3654497765222,10.724628738790415],[107.19213864881428,10.769653431236728],[107.13715874798788,10.68141408423139],[107.0011796517053,10.622361598158589],[107.01701748321908,10.521451985942228],[106.75591951797765,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":713,"COUNT":163,"E":"Province","POPULATION":2074750,"LVLID":"VNP041000000000000000","NAME":"Dong Nai","OLDLVLID":"VNP047000000000000000"}},{"type":"Feature","id":"vn_admin1.42","geometry":{"type":"MultiPolygon","coordinates":[[[[107.3980304584934,11.047267992199673],[107.52812693164229,11.249313471368305],[107.54916862208204,11.36334585826751],[107.6910303414983,11.321488732123953],[107.74148514760648,11.364477131947066],[108.0306387001009,11.326240081578085],[108.06208810839254,11.240489536667772],[108.18992203418233,11.305650900610173],[108.31074206315887,11.419004523301645],[108.26232354967388,11.473984424128048],[108.58632033149861,11.554078600640585],[108.87954646923941,11.335969035222265],[108.76008396867834,11.280084115452217],[108.73338590984083,11.182115814802701],[108.52636282648216,11.1495351328315],[108.47884933194082,11.045457954312385],[108.36413818083389,11.019891169154429],[108.34106019777096,10.949299691550157],[108.07996223252952,10.902238706480645],[107.99556921603467,10.696346896801526],[107.83877468404826,10.702908284142948],[107.77768590535226,10.6449870717497],[107.57383038829634,10.56444038576534],[107.50256014648434,10.765128336518506],[107.57745046407092,10.811736812116196],[107.56342267044442,10.93753444528278],[107.3980304584934,11.047267992199673]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":715,"COUNT":111,"E":"Province","POPULATION":967222,"LVLID":"VNP047000000000000000","NAME":"Binh Thuan","OLDLVLID":"VNP048000000000000000"}},{"type":"Feature","id":"vn_admin1.43","geometry":{"type":"MultiPolygon","coordinates":[[[[106.16856222355237,10.974187712500381],[106.16833596881646,10.972603929349004],[106.16743094987281,10.96559003253576],[106.16743094987281,10.963553739912559],[106.177159903517,10.95970740940207],[106.1791961961402,10.960159918873892],[106.18621009295343,10.961064937817536],[106.18734136663299,10.961064937817536],[106.19503402765397,10.96559003253576],[106.19548653712579,10.966947560951226],[106.19684406554126,10.967626325158959],[106.20023788657993,10.968305089366693],[106.20317919814677,10.968305089366693],[106.20498923603405,10.968983853574425],[106.25702782529362,10.98414292088047],[106.26223168421957,10.981654118785448],[106.26585175999415,10.98188037352136],[106.2769382420538,10.97803404301087],[106.29254981883166,11.021927461777627],[106.2932285830394,11.021701207041717],[106.30273128194766,11.019891169154429],[106.30386255562722,11.019438659682606],[106.33802702074979,11.003827082904738],[106.34888724807354,10.995003148204205],[106.5373574430875,10.89907114017789],[106.51744702632732,10.71376851146668],[106.53215358416153,10.70132450099157],[106.55500531248856,10.656299808545256],[106.73736662963293,10.627339202348633],[106.74076045067159,10.492491379745605],[106.48396132541247,10.395428098039734],[106.28892974305708,10.584803311997343],[106.10566340696907,10.57235930152223],[106.10679468064863,10.520094457526762],[105.94638007288765,10.533443486945517],[105.78506044618302,10.655621044337524],[105.50337329997367,10.952014748381092],[105.63460104680212,10.975545240915848],[105.71039638333235,10.911967660124823],[105.79976700401724,10.995455657676027],[105.94072370448987,10.835719814122776],[105.97647195276383,10.891152224421],[106.07625029130062,10.809474264757085],[106.19096144240757,10.83866112568962],[106.16856222355237,10.974187712500381]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":801,"COUNT":180,"E":"Province","POPULATION":1331019,"LVLID":"VNP009000000000000000","NAME":"Long An","OLDLVLID":"VNP050000000000000000"}},{"type":"Feature","id":"vn_admin1.44","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50337329997367,10.952014748381092],[105.78506044618302,10.655621044337524],[105.94638007288765,10.533443486945517],[105.82035618498516,10.367372510786755],[105.89728279519494,10.272345521704084],[105.87081099109334,10.149715454840257],[105.73256934745164,10.201980298835725],[105.6870921455335,10.131615075967368],[105.499979478935,10.323479092019998],[105.57848987229616,10.429366308426403],[105.54930301136363,10.524167042773161],[105.37214555314522,10.574848103617253],[105.35291390059278,10.70946967148437],[105.22892630531348,10.804496660567041],[105.18933172652903,10.908573839086156],[105.3431849469486,10.85676150456251],[105.43119803921803,10.970793891461716],[105.50337329997367,10.952014748381092]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":803,"COUNT":134,"E":"Province","POPULATION":1439301,"LVLID":"VNP001000000000000000","NAME":"Dong Thap","OLDLVLID":"VNP051000000000000000"}},{"type":"Feature","id":"vn_admin1.45","geometry":{"type":"MultiPolygon","coordinates":[[[[105.18933172652903,10.908573839086156],[105.22892630531348,10.804496660567041],[105.35291390059278,10.70946967148437],[105.37214555314522,10.574848103617253],[105.54930301136363,10.524167042773161],[105.57848987229616,10.429366308426403],[105.499979478935,10.323479092019998],[105.2354876926549,10.206279138818037],[105.21014716223286,10.18071235366008],[105.00561288096921,10.325515384643198],[104.86805000153524,10.352439698216621],[104.78343073030449,10.482536171365515],[104.87212258678164,10.518963183847205],[104.95923066010742,10.6327693160105],[105.10086612478779,10.71738858724126],[105.03298970401445,10.888889677061888],[105.08502829327401,10.95178849364518],[105.18933172652903,10.908573839086156]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":805,"COUNT":138,"E":"Province","POPULATION":1988777,"LVLID":"VNP042000000000000000","NAME":"An Giang","OLDLVLID":"VNP052000000000000000"}},{"type":"Feature","id":"vn_admin1.46","geometry":{"type":"MultiPolygon","coordinates":[[[[105.82035618498516,10.367372510786755],[105.94638007288765,10.533443486945517],[106.10679468064863,10.520094457526762],[106.10566340696907,10.57235930152223],[106.28892974305708,10.584803311997343],[106.48396132541247,10.395428098039734],[106.74076045067159,10.492491379745605],[106.77582993473781,10.437963988391024],[106.80501679567035,10.41058716534578],[106.80727934302946,10.405157051683911],[106.81044690933221,10.396333116983378],[106.71813497708048,10.206052884082126],[106.37694283532652,10.337506885646487],[106.14571049522534,10.27981192798915],[106.03982327881894,10.295876014238841],[105.89728279519494,10.272345521704084],[105.82035618498516,10.367372510786755]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":807,"COUNT":162,"E":"Province","POPULATION":2124074,"LVLID":"VNP010000000000000000","NAME":"Tien Giang","OLDLVLID":"VNP053000000000000000"}},{"type":"Feature","id":"vn_admin1.47","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6870921455335,10.131615075967368],[105.73256934745164,10.201980298835725],[105.87081099109334,10.149715454840257],[105.89728279519494,10.272345521704084],[106.03982327881894,10.295876014238841],[106.0328093820057,10.271214248024528],[106.23530737064615,10.132972604382834],[106.29413360198303,10.047674568944341],[106.13937536261983,10.020750255370917],[106.13575528684525,9.958303948259449],[105.95633528126774,9.919614388418646],[105.98393835904889,9.881377338049667],[105.90158163517725,9.933415927309225],[105.6870921455335,10.131615075967368]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":809,"COUNT":107,"E":"Province","POPULATION":1238004,"LVLID":"VNP044000000000000000","NAME":"Vinh Long","OLDLVLID":"VNP054000000000000000"}},{"type":"Feature","id":"vn_admin1.48","geometry":{"type":"MultiPolygon","coordinates":[[[[106.0328093820057,10.271214248024528],[106.03982327881894,10.295876014238841],[106.14571049522534,10.27981192798915],[106.37694283532652,10.337506885646487],[106.71813497708048,10.206052884082126],[106.80003919148031,10.1098946213199],[106.7002608529435,10.070300042535454],[106.6412083668707,9.963055297713582],[106.70071336241533,9.873458422292778],[106.6045550996531,9.810559605709486],[106.55342152933719,9.852416731853044],[106.29413360198303,10.047674568944341],[106.23530737064615,10.132972604382834],[106.0328093820057,10.271214248024528]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":811,"COUNT":151,"E":"Province","POPULATION":1264397,"LVLID":"VNP048000000000000000","NAME":"Ben Tre","OLDLVLID":"VNP055000000000000000"}},{"type":"Feature","id":"vn_admin1.49","geometry":{"type":"MultiPolygon","coordinates":[[[[105.2354876926549,10.206279138818037],[105.499979478935,10.323479092019998],[105.6870921455335,10.131615075967368],[105.90158163517725,9.933415927309225],[105.84841177223814,9.745398241767083],[105.55111304925092,9.582947341382898],[105.37712315733526,9.594260078178454],[105.33345599330443,9.697884747225748],[105.54387289770176,9.91011168951038],[105.2354876926549,10.206279138818037]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":815,"COUNT":94,"E":"Province","POPULATION":1822373,"LVLID":"VNP057000000000000000","NAME":"Can Tho","OLDLVLID":"VNP057000000000000000"}},{"type":"Feature","id":"vn_admin1.50","geometry":{"type":"MultiPolygon","coordinates":[[[[105.95633528126774,9.919614388418646],[106.13575528684525,9.958303948259449],[106.13937536261983,10.020750255370917],[106.29413360198303,10.047674568944341],[106.55342152933719,9.852416731853044],[106.52197212104554,9.76870247956593],[106.58373966394927,9.682951934655614],[106.53826246203114,9.57706471824921],[106.38305171319611,9.52660991214103],[106.30295753668358,9.584531124534276],[105.98393835904889,9.881377338049667],[105.95633528126774,9.919614388418646]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":817,"COUNT":69,"E":"Province","POPULATION":1055472,"LVLID":"VNP006000000000000000","NAME":"Tra Vinh","OLDLVLID":"VNP058000000000000000"}},{"type":"Feature","id":"vn_admin1.51","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55111304925092,9.582947341382898],[105.84841177223814,9.745398241767083],[105.90158163517725,9.933415927309225],[105.98393835904889,9.881377338049667],[106.30295753668358,9.584531124534276],[106.17467110142196,9.420496440998713],[106.1997853771081,9.375924258024222],[105.83257394072436,9.23994516174164],[105.76605504836648,9.410993742090445],[105.66129910563963,9.382259390629734],[105.54930301136363,9.449004537723514],[105.55111304925092,9.582947341382898]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":819,"COUNT":98,"E":"Province","POPULATION":1344960,"LVLID":"VNP056000000000000000","NAME":"Soc Trang","OLDLVLID":"VNP059000000000000000"}},{"type":"Feature","id":"vn_admin1.52","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37712315733526,9.594260078178454],[105.55111304925092,9.582947341382898],[105.54930301136363,9.449004537723514],[105.66129910563963,9.382259390629734],[105.76605504836648,9.410993742090445],[105.83257394072436,9.23994516174164],[105.50721963048416,9.1007984991563],[105.42101657610202,9.01007035005594],[105.39793859303909,9.063240212995053],[105.2497417410173,9.098083442325366],[105.23661896633446,9.211210810280926],[105.29793399976637,9.27637217422333],[105.26738961041838,9.396965948463956],[105.37712315733526,9.594260078178454]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":821,"COUNT":47,"E":"Province","POPULATION":873954,"LVLID":"VNP013000000000000000","NAME":"Bac Lieu","OLDLVLID":"VNP060000000000000000"}},{"type":"Feature","id":"vn_admin1.53","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26738961041838,9.396965948463956],[105.29793399976637,9.27637217422333],[105.23661896633446,9.211210810280926],[105.2497417410173,9.098083442325366],[105.39793859303909,9.063240212995053],[105.42101657610202,9.01007035005594],[105.3225957659807,8.805309814056375],[105.18820045284949,8.731777024885261],[105.1112738426397,8.627247336894323],[104.8549272268524,8.563217246631476],[104.75967398303382,8.617292128514233],[104.83637433850768,8.72747818490295],[104.7859195323995,8.813002475077353],[104.83117047958173,9.34311732131711],[104.92031484553071,9.558511829904496],[105.00810168306423,9.556023027809475],[105.26738961041838,9.396965948463956]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":823,"COUNT":70,"E":"Province","POPULATION":975031,"LVLID":"VNP008000000000000000","NAME":"Ca Mau","OLDLVLID":"VNP061000000000000000"}},{"type":"Feature","id":"vn_admin1.54","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81782145016298,21.33122450356786],[104.91216967503792,21.41199744428813],[104.89610558878823,21.606576517171693],[105.02529704299347,21.685765674740587],[105.21399349274336,21.658388851695342],[105.40268994249323,21.406567330626263],[105.44522583284451,21.27850715010057],[105.37848068575073,21.290272396367946],[105.29363515978406,21.154972064293098],[105.34906757008228,20.938898791497977],[105.13661437306175,20.9352787157234],[104.85809479315516,21.14773191274394],[104.81782145016298,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":217,"COUNT":269,"E":"Province","POPULATION":1222060,"LVLID":"VNP035000000000000000","NAME":"Phu Tho","OLDLVLID":"VNP018000000000000000"}},{"type":"Feature","id":"vn_admin1.55","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67274964061666,12.421765512859734],[108.78225693279764,12.503217217787737],[108.86710245876431,12.450499864320447],[108.90466074492555,12.670193212890144],[108.99403136561045,12.702321385389524],[109.16711623858245,12.822010140686507],[109.39223970081402,12.841015538503042],[109.19969692055366,12.64100635195761],[109.19517182583543,12.575392478543385],[109.29811773067499,12.473804102119292],[109.30286908012913,12.349816506839998],[109.20241197738459,12.395972472965866],[109.20648456263099,12.060436699609674],[109.27368221919659,11.972197352604336],[109.26712083185517,11.858843729912865],[109.19879190161001,11.809067688012417],[109.09697727045001,11.813592782730641],[109.05104755906005,11.896402016074111],[108.85533721249693,11.961337125280602],[108.79447468853684,12.156821217107812],[108.7327071456331,12.160215038146479],[108.68315735846856,12.313615749094218],[108.67274964061666,12.421765512859734]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":511,"COUNT":132,"E":"Province","POPULATION":965529,"LVLID":"VNP034000000000000000","NAME":"Khanh Hoa","OLDLVLID":"VNP037000000000000000"}},{"type":"Feature","id":"vn_admin1.56","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82180557885493,16.05383278844096],[107.87950053651227,16.19320570576221],[108.06073057997708,16.176236600568878],[108.19851971414694,16.20678098991688],[108.12770198180677,16.131438162858476],[108.25349961497335,16.048402674779094],[108.2933204484937,15.963330894076513],[108.00552442441476,15.91807994689429],[107.99556921603467,15.917174927950644],[107.99285415920373,15.917174927950644],[107.9881028097496,15.916269909007],[107.9860665171264,15.91807994689429],[107.97656381821814,15.925320098443445],[107.96819239298942,15.931655231048957],[107.96751362878169,15.93233399525669],[107.9575584204016,15.943420477316334],[107.95439085409885,15.946361788883179],[107.97860011084134,15.979621235062114],[107.98538775291867,15.985730112931714],[107.9860665171264,15.992744009744959],[107.9858402623905,15.993422773952693],[107.96434606247894,16.061977958933763],[107.83492835353778,16.052701514761406],[107.82746194725271,16.05338027896914],[107.82474689042178,16.054285297912784],[107.82452063568586,16.054511552648695],[107.82180557885493,16.05383278844096]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":501,"COUNT":48,"E":"City","POPULATION":624987,"LVLID":"VNP024000000000000000","NAME":"Da Nang city","OLDLVLID":"VNP032000000000000000"}},{"type":"Feature","id":"vn_admin1.57","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44368798242029,21.10542227712856],[106.50636054426768,21.221264701915054],[106.79347780413889,21.144338091705272],[106.94076963721703,21.16628480108865],[107.03692789997925,21.322626823603237],[107.2699702779677,21.39774339592573],[107.23603206758104,21.519242189110003],[107.36635479546584,21.595263780376136],[107.47201575713633,21.66246143694174],[107.50075010859705,21.604087715076673],[107.87474918705813,21.645492331748407],[107.9046148121984,21.497747989198444],[107.68107513311821,21.40566231168262],[107.62405893966861,21.273982055382348],[107.4285748478414,21.31900674782866],[107.37246367333545,21.273755800646434],[107.37631000384593,21.021481770105535],[107.16792939207178,20.92577601681513],[107.06724603459134,20.958356698786332],[106.78850019994884,20.932337404156552],[106.7328415349147,20.995462475475755],[106.61654660065639,21.0187667132746],[106.44368798242029,21.10542227712856]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":225,"COUNT":173,"E":"Province","POPULATION":1013573,"LVLID":"VNP014000000000000000","NAME":"Quang Ninh","OLDLVLID":"VNP022000000000000000"}},{"type":"Feature","id":"vn_admin1.58","geometry":{"type":"MultiPolygon","coordinates":[[[[106.40454591310767,20.687303525164808],[106.411333555185,20.726898103949257],[106.5009304306058,20.756537474353614],[106.48690263697931,20.86106716234455],[106.48758140118704,20.861745926552285],[106.55704160511176,20.874189937027396],[106.56699681349185,21.008811504894513],[106.61654660065639,21.0187667132746],[106.7328415349147,20.995462475475755],[106.7713048400196,20.71106027243548],[106.63283694164198,20.62440470858152],[106.47468488124011,20.59680163080036],[106.40454591310767,20.687303525164808]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":103,"COUNT":215,"E":"City","POPULATION":1553790,"LVLID":"VNP061000000000000000","NAME":"Hai Phong city","OLDLVLID":"VNP002000000000000000"}},{"type":"Feature","id":"vn_admin1.59","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"PROVINCE_C":103,"COUNT":215,"E":"City","POPULATION":1553790,"LVLID":"VNP061000000000000000","NAME":"Hai Phong city","OLDLVLID":"VNP002000000000000000"}},{"type":"Feature","id":"vn_admin1.60","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0011796517053,10.622361598158589],[107.13715874798788,10.68141408423139],[107.19213864881428,10.769653431236728],[107.3654497765222,10.724628738790415],[107.4491640288093,10.801781603736107],[107.50256014648434,10.765128336518506],[107.57383038829634,10.56444038576534],[107.51726670431856,10.497016474463827],[107.37449996595865,10.465114556700359],[107.26114634326717,10.376875209695022],[107.12313095436139,10.403120759060712],[107.00502598221578,10.502672842861605],[107.01701748321908,10.521451985942228],[107.0011796517053,10.622361598158589]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":717,"COUNT":65,"E":"Province","POPULATION":682294,"LVLID":"VNP059000000000000000","NAME":"Ba Ria - Vung Tau","OLDLVLID":"VNP049000000000000000"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[102.15005185903495,8.563217246631476,109.46577248998514,23.390595109830883]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin2'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin2	2009-09-04 13:43:39 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin2	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin2.0","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80571474237578,21.0269118837674],[105.81069234656583,21.04501226264029],[105.85322823691712,21.051121140509892],[105.86137340740991,21.040034658450246],[105.84644059483978,21.02623311955967],[105.80571474237578,21.0269118837674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10101,"E":"District","POPULATION":152181,"LVLID":"VNP036005000000000000","NAME":"Ba Dinh","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.1","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79960586450618,21.09456204980483],[105.84621434010387,21.075556651988293],[105.85322823691712,21.051121140509892],[105.81069234656583,21.04501226264029],[105.79960586450618,21.04817982894305],[105.79960586450618,21.09456204980483]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10103,"E":"District","POPULATION":72413,"LVLID":"VNP036001000000000000","NAME":"Tay Ho","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.2","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84644059483978,21.02623311955967],[105.86137340740991,21.040034658450246],[105.87359116314911,21.018314203802777],[105.84553557589614,21.017861694330957],[105.84644059483978,21.02623311955967]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10105,"E":"District","POPULATION":173302,"LVLID":"VNP036004000000000000","NAME":"Hoan Kiem","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.3","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84553557589614,20.983018465000644],[105.84757186851934,20.994783711268024],[105.84553557589614,21.017861694330957],[105.87359116314911,21.018314203802777],[105.88829772098335,21.00202386281718],[105.84553557589614,20.983018465000644]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10107,"E":"District","POPULATION":292213,"LVLID":"VNP036006000000000000","NAME":"Hai Ba Trung","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.4","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80571474237578,21.0269118837674],[105.84644059483978,21.02623311955967],[105.84553557589614,21.017861694330957],[105.84757186851934,20.994783711268024],[105.81861126232272,21.00632270279949],[105.80571474237578,21.0269118837674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10109,"E":"District","POPULATION":255171,"LVLID":"VNP036002000000000000","NAME":"Dong Da","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.5","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7980220813548,20.9984037870426],[105.81861126232272,21.00632270279949],[105.84757186851934,20.994783711268024],[105.84553557589614,20.983018465000644],[105.80141590239347,20.981208427113355],[105.80028462871391,20.983244719736554],[105.7980220813548,20.9984037870426]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10111,"E":"District","POPULATION":67636,"LVLID":"VNP036007000000000000","NAME":"Thanh Xuan","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.6","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79960586450618,21.04817982894305],[105.81069234656583,21.04501226264029],[105.80571474237578,21.0269118837674],[105.81861126232272,21.00632270279949],[105.7980220813548,20.9984037870426],[105.79960586450618,21.04817982894305]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10113,"E":"District","POPULATION":66834,"LVLID":"VNP036008000000000000","NAME":"Cau Giay","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.7","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78942440139018,21.35724379819764],[105.80661976131942,21.382584328619686],[105.86182591688174,21.373081629711418],[105.8711023610541,21.32534188043417],[105.89621663674023,21.32353184254688],[105.93332241342965,21.29253494372706],[105.94146758392246,21.241175118675233],[105.90798188300761,21.222395975594612],[105.91069693983854,21.19004154835932],[105.79440200558022,21.18800525573612],[105.72946689637374,21.239591335523855],[105.78942440139018,21.35724379819764]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10115,"E":"District","POPULATION":191231,"LVLID":"VNP036012000000000000","NAME":"Soc Son","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.8","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73829083107427,21.118997561283226],[105.77720664565098,21.140265506458874],[105.79440200558022,21.18800525573612],[105.91069693983854,21.19004154835932],[105.92766604503187,21.16130719689861],[105.92042589348272,21.121938872850073],[105.92110465769045,21.116735013924117],[105.87607996524414,21.064470169928647],[105.84621434010387,21.075556651988293],[105.79960586450618,21.09456204980483],[105.74530472788751,21.10519602239265],[105.73829083107427,21.118997561283226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10117,"E":"District","POPULATION":207769,"LVLID":"VNP036009000000000000","NAME":"Dong Anh","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.9","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84621434010387,21.075556651988293],[105.87607996524414,21.064470169928647],[105.92110465769045,21.116735013924117],[105.97404826589366,21.06899526464687],[106.0075339668085,21.06695897202367],[106.02472932673774,21.038450875298867],[106.00617643839304,21.003833900704468],[106.00640269312895,20.998856296514422],[105.96612935013677,20.98595977656749],[105.96929691643952,20.962881793504554],[105.91929461980317,20.971931982941],[105.91363825140539,20.924418488399663],[105.88648768309605,20.93776751781842],[105.91273323246175,20.972837001884646],[105.88829772098335,21.00202386281718],[105.87359116314911,21.018314203802777],[105.86137340740991,21.040034658450246],[105.85322823691712,21.051121140509892],[105.84621434010387,21.075556651988293]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10119,"E":"District","POPULATION":278928,"LVLID":"VNP036011000000000000","NAME":"Gia Lam","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.10","geometry":{"type":"MultiPolygon","coordinates":[[[[105.72290550903232,21.069447774118693],[105.74530472788751,21.10519602239265],[105.79960586450618,21.09456204980483],[105.79960586450618,21.04817982894305],[105.7980220813548,20.9984037870426],[105.80028462871391,20.983244719736554],[105.7631788520245,20.978945879754246],[105.72290550903232,21.069447774118693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10121,"E":"District","POPULATION":150741,"LVLID":"VNP036003000000000000","NAME":"Tu Liem","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.11","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80141590239347,20.981208427113355],[105.84553557589614,20.983018465000644],[105.88829772098335,21.00202386281718],[105.91273323246175,20.972837001884646],[105.88648768309605,20.93776751781842],[105.91363825140539,20.924418488399663],[105.9039092977612,20.902245524280374],[105.81974253600227,20.900209231657175],[105.79485451505205,20.914689534755485],[105.80141590239347,20.981208427113355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10123,"E":"District","POPULATION":171462,"LVLID":"VNP036010000000000000","NAME":"Thanh Tri","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.12","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62430437690222,20.88957525906935],[106.68380937244685,20.865139747590952],[106.68607191980595,20.85337450132357],[106.66774528619715,20.85065944449264],[106.62430437690222,20.88957525906935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10301,"E":"District","POPULATION":102502,"LVLID":"VNP061013000000000000","NAME":"Hong Bang","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.13","geometry":{"type":"MultiPolygon","coordinates":[[[[106.68380937244685,20.865139747590952],[106.72702402700587,20.864008473911394],[106.70417229867884,20.82893898984517],[106.70756611971751,20.816042469898235],[106.70190975131973,20.825318914070593],[106.69647963765786,20.83640539613024],[106.68607191980595,20.85337450132357],[106.68380937244685,20.865139747590952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10303,"E":"District","POPULATION":146137,"LVLID":"VNP061012000000000000","NAME":"Ngo Quyen","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.14","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66299393674302,20.84070423611255],[106.66774528619715,20.85065944449264],[106.68607191980595,20.85337450132357],[106.69647963765786,20.83640539613024],[106.67046034302808,20.833690339299306],[106.66299393674302,20.84070423611255]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10305,"E":"District","POPULATION":134824,"LVLID":"VNP061011000000000000","NAME":"Le Chan","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.15","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62158932007128,20.81491119621868],[106.66299393674302,20.84070423611255],[106.67046034302808,20.833690339299306],[106.68516690086231,20.813779922539126],[106.62566190531768,20.772375305867392],[106.62158932007128,20.81491119621868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10307,"E":"District","POPULATION":59741,"LVLID":"VNP061010000000000000","NAME":"Kien An","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.16","geometry":{"type":"MultiPolygon","coordinates":[[[[106.7378842543296,20.694543676713966],[106.78517149413503,20.74364095440668],[106.80576067510293,20.720336716607832],[106.7378842543296,20.694543676713966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10309,"E":"Town","POPULATION":29240,"LVLID":"VNP061009000000000000","NAME":"Do Son town","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.17","geometry":{"type":"MultiPolygon","coordinates":[[[[106.61661171588123,21.0187667132746],[106.73290665013955,20.995462475475755],[106.77340624786764,20.96627561454322],[106.77476377628311,20.914237025283665],[106.7498757553329,20.875773720178774],[106.72702402700587,20.864008473911394],[106.68380937244685,20.865139747590952],[106.62430437690222,20.88957525906935],[106.5953437707056,20.944328905159843],[106.56683567398079,21.008811504894513],[106.61661171588123,21.0187667132746]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10311,"E":"District","POPULATION":304527,"LVLID":"VNP061008000000000000","NAME":"Thuy Nguyen","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.18","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5507715877311,20.94568643357531],[106.5953437707056,20.944328905159843],[106.62430437690222,20.88957525906935],[106.66774528619715,20.85065944449264],[106.66299393674302,20.84070423611255],[106.62158932007128,20.81491119621868],[106.55099784246701,20.866044766534596],[106.5507715877311,20.94568643357531]]],[[[106.67046034302808,20.833690339299306],[106.69647963765786,20.83640539613024],[106.70190975131973,20.825318914070593],[106.68516690086231,20.813779922539126],[106.67046034302808,20.833690339299306]]],[[[106.70417229867884,20.82893898984517],[106.72702402700587,20.864008473911394],[106.7498757553329,20.875773720178774],[106.76299853001574,20.797715836289438],[106.74919699112516,20.77214905113148],[106.70756611971751,20.816042469898235],[106.70417229867884,20.82893898984517]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10313,"E":"District","POPULATION":170246,"LVLID":"VNP061001000000000000","NAME":"An Hai","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.19","geometry":{"type":"MultiPolygon","coordinates":[[[[106.48221640275003,20.856315812890415],[106.48674149746826,20.86106716234455],[106.487420261676,20.861745926552285],[106.55099784246701,20.866044766534596],[106.62158932007128,20.81491119621868],[106.62566190531768,20.772375305867392],[106.64285726524693,20.748844813332635],[106.6057514885575,20.722825518702855],[106.51276079209804,20.8011096573281],[106.48221640275003,20.856315812890415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10315,"E":"District","POPULATION":118784,"LVLID":"VNP061006000000000000","NAME":"An Lao","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.20","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6057514885575,20.722825518702855],[106.64285726524693,20.748844813332635],[106.62566190531768,20.772375305867392],[106.68516690086231,20.813779922539126],[106.70190975131973,20.825318914070593],[106.70756611971751,20.816042469898235],[106.74919699112516,20.77214905113148],[106.78517149413503,20.74364095440668],[106.7378842543296,20.694543676713966],[106.7030410249993,20.68209966623885],[106.6200055369199,20.70178382826312],[106.6057514885575,20.722825518702855]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10317,"E":"District","POPULATION":164336,"LVLID":"VNP061005000000000000","NAME":"Kien Thuy","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.21","geometry":{"type":"MultiPolygon","coordinates":[[[[106.49036157324284,20.797037072081704],[106.51276079209804,20.8011096573281],[106.6057514885575,20.722825518702855],[106.6200055369199,20.70178382826312],[106.7030410249993,20.68209966623885],[106.67543794721813,20.63526493590525],[106.63290205686684,20.62440470858152],[106.60688276223706,20.63662246432072],[106.57158702343493,20.676669552576985],[106.51660712260852,20.67712206204881],[106.52271600047813,20.761515078543656],[106.50099554583066,20.756537474353614],[106.49036157324284,20.797037072081704]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10319,"E":"District","POPULATION":130810,"LVLID":"VNP061004000000000000","NAME":"Tien Lang","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.22","geometry":{"type":"MultiPolygon","coordinates":[[[[106.41117241567395,20.726898103949257],[106.41569751039216,20.732101962875213],[106.46886737333128,20.72554057553379],[106.50099554583066,20.756537474353614],[106.52271600047813,20.761515078543656],[106.51660712260852,20.67712206204881],[106.57158702343493,20.676669552576985],[106.60688276223706,20.63662246432072],[106.52384727415767,20.600874216046762],[106.46909362806718,20.61286571705005],[106.40528979254026,20.690018581995744],[106.41117241567395,20.726898103949257]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10321,"E":"District","POPULATION":169221,"LVLID":"VNP061003000000000000","NAME":"Vinh Bao","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.23","geometry":{"type":"MultiPolygon","coordinates":[[[[106.90848032520658,20.82441389512695],[106.99807720062739,20.85925712445726],[107.04672196884827,20.84862315186944],[107.05034204462285,20.72554057553379],[106.99242083222961,20.73753207653708],[106.95576756501201,20.79024943000437],[106.90848032520658,20.82441389512695]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10323,"E":"District","POPULATION":23280,"LVLID":"VNP061007000000000000","NAME":"Cat Hai","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.24","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10325,"E":"District","POPULATION":142,"LVLID":"VNP061002000000000000","NAME":"Bach Long Vi","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.25","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7631788520245,20.978945879754246],[105.80028462871391,20.983244719736554],[105.80141590239347,20.981208427113355],[105.79485451505205,20.914689534755485],[105.76204757834493,20.953152839860376],[105.7631788520245,20.978945879754246]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10501,"E":"Town","POPULATION":64277,"LVLID":"VNP012007000000000000","NAME":"Ha Dong town","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.26","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4785503942483,21.170131131599142],[105.51904999197639,21.15316202640581],[105.50456968887808,21.095919578220293],[105.52877894562057,21.085738115104295],[105.53805538979293,21.049763612094424],[105.4744778090019,21.017635439595047],[105.46814267639638,21.064470169928647],[105.41859288923186,21.13325160964563],[105.4785503942483,21.170131131599142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10503,"E":"Town","POPULATION":101319,"LVLID":"VNP012014000000000000","NAME":"Son Tay town","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.27","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44891102384395,21.26266931858679],[105.44891102384395,21.261538044907233],[105.4785503942483,21.170131131599142],[105.41859288923186,21.13325160964563],[105.46814267639638,21.064470169928647],[105.4744778090019,21.017635439595047],[105.47425155426599,21.017409184859133],[105.3970986893203,21.011979071197267],[105.32266088120554,21.010169033309978],[105.29822536972713,21.051799904717626],[105.32447091909283,21.112436173941806],[105.29370027500892,21.154972064293098],[105.30569177601221,21.188910274679763],[105.35116897793034,21.20633188934492],[105.37854580097559,21.290272396367946],[105.40366007666172,21.301811387899413],[105.44891102384395,21.26266931858679]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10505,"E":"District","POPULATION":191058,"LVLID":"VNP012002000000000000","NAME":"Ba Vi","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.28","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50456968887808,21.095919578220293],[105.51904999197639,21.15316202640581],[105.54280673924706,21.15316202640581],[105.63014106730876,21.16990487686323],[105.63172485046013,21.168094838975943],[105.62719975574191,21.132799100173806],[105.66656807979044,21.06650646255185],[105.65050399354075,21.06107634888998],[105.65457657878716,21.041618441601624],[105.63828623780155,21.04207095107345],[105.57832873278511,21.07895047302696],[105.52877894562057,21.085738115104295],[105.50456968887808,21.095919578220293]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10507,"E":"District","POPULATION":130421,"LVLID":"VNP012003000000000000","NAME":"Phuc Tho","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.29","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62719975574191,21.132799100173806],[105.63172485046013,21.168094838975943],[105.73829083107427,21.118997561283226],[105.74530472788751,21.10519602239265],[105.72290550903232,21.069447774118693],[105.68919355338156,21.08709564351976],[105.66656807979044,21.06650646255185],[105.62719975574191,21.132799100173806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10509,"E":"District","POPULATION":120532,"LVLID":"VNP012004000000000000","NAME":"Dan Phuong","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.30","geometry":{"type":"MultiPolygon","coordinates":[[[[105.47425155426599,21.017409184859133],[105.4744778090019,21.017635439595047],[105.53805538979293,21.049763612094424],[105.52877894562057,21.085738115104295],[105.57832873278511,21.07895047302696],[105.63828623780155,21.04207095107345],[105.62946230310102,21.00202386281718],[105.586247648542,21.00066633440171],[105.52810018141284,20.9698956903178],[105.47425155426599,21.017409184859133]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10511,"E":"District","POPULATION":118481,"LVLID":"VNP012005000000000000","NAME":"Thach That","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.31","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65050399354075,21.06107634888998],[105.66656807979044,21.06650646255185],[105.68919355338156,21.08709564351976],[105.72290550903232,21.069447774118693],[105.7631788520245,20.978945879754246],[105.76204757834493,20.953152839860376],[105.7285618774301,20.938446282026153],[105.72969315110964,20.9495327640858],[105.66950939135728,20.979624643961976],[105.6819534018324,21.015599146971844],[105.65457657878716,21.041618441601624],[105.65050399354075,21.06107634888998]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10513,"E":"District","POPULATION":160816,"LVLID":"VNP012006000000000000","NAME":"Hoai Duc","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.32","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52810018141284,20.9698956903178],[105.586247648542,21.00066633440171],[105.62946230310102,21.00202386281718],[105.63828623780155,21.04207095107345],[105.65457657878716,21.041618441601624],[105.6819534018324,21.015599146971844],[105.66950939135728,20.979624643961976],[105.72969315110964,20.9495327640858],[105.63670245465018,20.951116547237177],[105.57764996857738,20.911295713716818],[105.51135733095542,20.922834705248285],[105.52810018141284,20.9698956903178]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10515,"E":"District","POPULATION":127169,"LVLID":"VNP012001000000000000","NAME":"Quoc Oai","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.33","geometry":{"type":"MultiPolygon","coordinates":[[[[105.57764996857738,20.911295713716818],[105.63670245465018,20.951116547237177],[105.72969315110964,20.9495327640858],[105.7285618774301,20.938446282026153],[105.71023524382129,20.928264818910154],[105.73851708581017,20.90744938320633],[105.75639120994715,20.851111953964462],[105.73783832160244,20.80676602572588],[105.71317655538813,20.807444789933616],[105.65276654089986,20.81061235623637],[105.65254028616395,20.790928194212103],[105.64032253042475,20.833237829827482],[105.596429111658,20.82690269722197],[105.56045460864813,20.7950007794585],[105.5600020991763,20.79613205313806],[105.59009397905248,20.854053265531306],[105.55932333496857,20.881882598048374],[105.57764996857738,20.911295713716818]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10517,"E":"District","POPULATION":238666,"LVLID":"VNP012008000000000000","NAME":"Chuong My","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.34","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71023524382129,20.928264818910154],[105.7285618774301,20.938446282026153],[105.76204757834493,20.953152839860376],[105.79485451505205,20.914689534755485],[105.81974253600227,20.900209231657175],[105.81793249811498,20.89387409905166],[105.8364853864597,20.79816834576126],[105.80775103499899,20.77803167426517],[105.74123214264111,20.789344411060725],[105.73783832160244,20.80676602572588],[105.75639120994715,20.851111953964462],[105.73851708581017,20.90744938320633],[105.71023524382129,20.928264818910154]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10519,"E":"District","POPULATION":180699,"LVLID":"VNP012009000000000000","NAME":"Thanh Oai","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.35","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81793249811498,20.89387409905166],[105.81974253600227,20.900209231657175],[105.9039092977612,20.902245524280374],[105.90074173145845,20.89342158957984],[105.93716874394015,20.869891097045084],[105.91567454402859,20.824187640391038],[105.9301548471269,20.786855608965702],[105.92314095031365,20.762872606959125],[105.8364853864597,20.79816834576126],[105.81793249811498,20.89387409905166]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10521,"E":"District","POPULATION":185614,"LVLID":"VNP012010000000000000","NAME":"Thuong Tin","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.36","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65254028616395,20.790928194212103],[105.65276654089986,20.81061235623637],[105.71317655538813,20.807444789933616],[105.73014566058147,20.76988650377237],[105.69937501649756,20.74590350176579],[105.73580202897925,20.726671849213343],[105.74553098262342,20.6911498556753],[105.74598349209525,20.690244836731654],[105.81725373390725,20.615580773880986],[105.7980220813548,20.56467345830098],[105.7753966077637,20.561505891998227],[105.7493773131339,20.594991592913072],[105.7145340838036,20.59680163080036],[105.67335572186778,20.676669552576985],[105.68670475128653,20.693864912506232],[105.65502908825897,20.756989983825434],[105.65254028616395,20.790928194212103]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10523,"E":"District","POPULATION":152977,"LVLID":"VNP012011000000000000","NAME":"My Duc","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.37","geometry":{"type":"MultiPolygon","coordinates":[[[[105.69937501649756,20.74590350176579],[105.73014566058147,20.76988650377237],[105.71317655538813,20.807444789933616],[105.73783832160244,20.80676602572588],[105.74123214264111,20.789344411060725],[105.80775103499899,20.77803167426517],[105.79372324137249,20.75789500276908],[105.88988150413472,20.694543676713966],[105.91069693983854,20.6646780515737],[105.89644289147614,20.645446399021253],[105.8367116411956,20.642052577982586],[105.81725373390725,20.615580773880986],[105.74598349209525,20.690244836731654],[105.74553098262342,20.6911498556753],[105.73580202897925,20.726671849213343],[105.69937501649756,20.74590350176579]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10525,"E":"District","POPULATION":181291,"LVLID":"VNP012012000000000000","NAME":"Ung Hoa","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.38","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79372324137249,20.75789500276908],[105.80775103499899,20.77803167426517],[105.8364853864597,20.79816834576126],[105.92314095031365,20.762872606959125],[105.9301548471269,20.786855608965702],[105.97223822800636,20.753822417522677],[105.9665818596086,20.724861811326054],[106.00640269312895,20.7033676114145],[105.91069693983854,20.6646780515737],[105.88988150413472,20.694543676713966],[105.79372324137249,20.75789500276908]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10527,"E":"District","POPULATION":170877,"LVLID":"VNP012013000000000000","NAME":"Phu Xuyen","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.39","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2903523866974,20.958809208258156],[106.35619251484754,20.956320406163133],[106.35076240118568,20.918083355794153],[106.3491786180343,20.912200732660462],[106.3491786180343,20.911521968452732],[106.3430697401647,20.90925942109362],[106.27270451729633,20.916273317906864],[106.2903523866974,20.958809208258156]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10701,"E":"City","POPULATION":106132,"LVLID":"VNP005009000000000000","NAME":"Hai Duong city","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.40","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29985508560567,21.10519602239265],[106.30370141611616,21.11922381601914],[106.32881569180229,21.188684019943853],[106.34849985382657,21.162212215842253],[106.42791526613136,21.227373579784654],[106.50642565949252,21.221264701915054],[106.47656003435226,21.116282504452293],[106.44375309764514,21.10542227712856],[106.45823340074345,21.064017660456827],[106.43153534190594,21.05926631100269],[106.41343496303305,21.01401536382047],[106.37632918634363,21.02193427957736],[106.3451060327879,21.08279680353745],[106.31410913396807,21.057908782587226],[106.29985508560567,21.10519602239265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10703,"E":"District","POPULATION":140705,"LVLID":"VNP005006000000000000","NAME":"Chi Linh","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.41","geometry":{"type":"MultiPolygon","coordinates":[[[[106.31410913396807,21.057908782587226],[106.3451060327879,21.08279680353745],[106.37632918634363,21.02193427957736],[106.41343496303305,21.01401536382047],[106.40800484937118,21.003607645968557],[106.4123036893535,20.9963674944194],[106.41320870829715,20.99568873021167],[106.39080948944193,20.971705728205087],[106.39080948944193,20.971253218733267],[106.35076240118568,20.918083355794153],[106.35619251484754,20.956320406163133],[106.2903523866974,20.958809208258156],[106.27745586675047,20.989127342870244],[106.31410913396807,21.057908782587226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10705,"E":"District","POPULATION":139743,"LVLID":"VNP005004000000000000","NAME":"Nam Sach","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.42","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3491786180343,20.912200732660462],[106.35076240118568,20.918083355794153],[106.39080948944193,20.971253218733267],[106.4894565542992,20.939351300969797],[106.48221640275003,20.856315812890415],[106.51276079209804,20.8011096573281],[106.49036157324284,20.797037072081704],[106.44556313553244,20.811969884651838],[106.40121720729385,20.851338208700373],[106.38718941366736,20.88912274959753],[106.3491786180343,20.911521968452732],[106.3491786180343,20.912200732660462]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10707,"E":"District","POPULATION":154385,"LVLID":"VNP005001000000000000","NAME":"Thanh Ha","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.43","geometry":{"type":"MultiPolygon","coordinates":[[[[106.40800484937118,21.003607645968557],[106.41343496303305,21.01401536382047],[106.43153534190594,21.05926631100269],[106.45823340074345,21.064017660456827],[106.53606502989687,21.04501226264029],[106.58086346760729,21.053836197340825],[106.61661171588123,21.0187667132746],[106.56683567398079,21.008811504894513],[106.5953437707056,20.944328905159843],[106.5507715877311,20.94568643357531],[106.51570210366488,20.98052966290562],[106.41705503880763,20.99591498494758],[106.4166025293358,20.99591498494758],[106.41388747250487,20.99568873021167],[106.4123036893535,20.9963674944194],[106.40800484937118,21.003607645968557]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10709,"E":"District","POPULATION":237425,"LVLID":"VNP005005000000000000","NAME":"Kinh Mon","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.44","geometry":{"type":"MultiPolygon","coordinates":[[[[106.39080948944193,20.971705728205087],[106.41320870829715,20.99568873021167],[106.41388747250487,20.99568873021167],[106.4166025293358,20.99591498494758],[106.41705503880763,20.99591498494758],[106.51570210366488,20.98052966290562],[106.5507715877311,20.94568643357531],[106.55099784246701,20.866044766534596],[106.487420261676,20.861745926552285],[106.48674149746826,20.86106716234455],[106.48221640275003,20.856315812890415],[106.4894565542992,20.939351300969797],[106.39080948944193,20.971253218733267],[106.39080948944193,20.971705728205087]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10711,"E":"District","POPULATION":127523,"LVLID":"VNP005002000000000000","NAME":"Kim Thanh","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.45","geometry":{"type":"MultiPolygon","coordinates":[[[[106.24442267530745,20.898851703241707],[106.27270451729633,20.916273317906864],[106.3430697401647,20.90925942109362],[106.34872610856247,20.847718132925795],[106.3104890581935,20.82283011197557],[106.3206705213095,20.795227034194415],[106.2903523866974,20.779162947944723],[106.26320181838807,20.778484183736992],[106.25437788368754,20.839346707697082],[106.24442267530745,20.898851703241707]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10713,"E":"District","POPULATION":154412,"LVLID":"VNP005003000000000000","NAME":"Gia Loc","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.46","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3104890581935,20.82283011197557],[106.34872610856247,20.847718132925795],[106.3430697401647,20.90925942109362],[106.3491786180343,20.911521968452732],[106.38718941366736,20.88912274959753],[106.40121720729385,20.851338208700373],[106.44556313553244,20.811969884651838],[106.49036157324284,20.797037072081704],[106.50099554583066,20.756537474353614],[106.46886737333128,20.72554057553379],[106.41569751039216,20.732101962875213],[106.39782338625518,20.784593061606593],[106.35030989171385,20.80902857308499],[106.3206705213095,20.795227034194415],[106.3104890581935,20.82283011197557]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10715,"E":"District","POPULATION":163673,"LVLID":"VNP005010000000000000","NAME":"Tu Ky","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.47","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13061654314416,20.981434681849265],[106.14509684624247,21.00021382492989],[106.17518872611865,20.970574454525533],[106.25188908159251,20.994783711268024],[106.27745586675047,20.989127342870244],[106.2903523866974,20.958809208258156],[106.27270451729633,20.916273317906864],[106.24442267530745,20.898851703241707],[106.15731460198167,20.931432385212908],[106.13061654314416,20.981434681849265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10717,"E":"District","POPULATION":115919,"LVLID":"VNP005011000000000000","NAME":"Cam Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.48","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14260804414744,20.89319533484393],[106.15731460198167,20.931432385212908],[106.24442267530745,20.898851703241707],[106.25437788368754,20.839346707697082],[106.143739317827,20.818305017257348],[106.14260804414744,20.89319533484393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10719,"E":"District","POPULATION":105995,"LVLID":"VNP005012000000000000","NAME":"Binh Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.49","geometry":{"type":"MultiPolygon","coordinates":[[[[106.143739317827,20.818305017257348],[106.25437788368754,20.839346707697082],[106.26320181838807,20.778484183736992],[106.2903523866974,20.779162947944723],[106.265916875219,20.727350613421077],[106.26908444152176,20.70201008299903],[106.2536991194798,20.692959893562588],[106.27474080991954,20.682325920974765],[106.23265742904006,20.702915101942676],[106.22134469224451,20.74590350176579],[106.15505205462256,20.7807467310961],[106.143739317827,20.818305017257348]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10721,"E":"District","POPULATION":130541,"LVLID":"VNP005007000000000000","NAME":"Thanh Mien","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.50","geometry":{"type":"MultiPolygon","coordinates":[[[[106.265916875219,20.727350613421077],[106.2903523866974,20.779162947944723],[106.3206705213095,20.795227034194415],[106.35030989171385,20.80902857308499],[106.39782338625518,20.784593061606593],[106.41569751039216,20.732101962875213],[106.41117241567395,20.726898103949257],[106.30619021821119,20.68775603463663],[106.26908444152176,20.70201008299903],[106.265916875219,20.727350613421077]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10723,"E":"District","POPULATION":145664,"LVLID":"VNP005008000000000000","NAME":"Ninh Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.51","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03694708247694,20.677800826256544],[106.07608915178957,20.68323093991841],[106.09532080434202,20.647482691644452],[106.04328221508246,20.63051358645112],[106.03694708247694,20.677800826256544]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10901,"E":"Town","POPULATION":37124,"LVLID":"VNP037003000000000000","NAME":"Hung Yen town","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.52","geometry":{"type":"MultiPolygon","coordinates":[[[[105.96612935013677,20.98595977656749],[106.00640269312895,20.998856296514422],[106.09124821909562,21.003381391232644],[106.13061654314416,20.981434681849265],[106.15731460198167,20.931432385212908],[106.14260804414744,20.89319533484393],[106.08061424650779,20.873963682291485],[106.04260345087472,20.831880301412017],[106.0278968930405,20.875999974914684],[105.98762355004833,20.91355826107593],[105.96929691643952,20.962881793504554],[105.96612935013677,20.98595977656749]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10903,"E":"District","POPULATION":260512,"LVLID":"VNP037002000000000000","NAME":"My Van","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.53","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90074173145845,20.89342158957984],[105.9039092977612,20.902245524280374],[105.91363825140539,20.924418488399663],[105.91929461980317,20.971931982941],[105.96929691643952,20.962881793504554],[105.98762355004833,20.91355826107593],[106.0278968930405,20.875999974914684],[106.04260345087472,20.831880301412017],[106.03898337510014,20.819210036200992],[106.04577101717749,20.80676602572588],[106.01997797728362,20.75812125750499],[105.97223822800636,20.753822417522677],[105.9301548471269,20.786855608965702],[105.91567454402859,20.824187640391038],[105.93716874394015,20.869891097045084],[105.90074173145845,20.89342158957984]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10905,"E":"District","POPULATION":277528,"LVLID":"VNP037001000000000000","NAME":"Chau Giang","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.54","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03898337510014,20.819210036200992],[106.04260345087472,20.831880301412017],[106.08061424650779,20.873963682291485],[106.14260804414744,20.89319533484393],[106.143739317827,20.818305017257348],[106.15505205462256,20.7807467310961],[106.153920780943,20.739794623896188],[106.12111384423588,20.730744434459744],[106.12111384423588,20.729386906044276],[106.10346597483482,20.724409301854234],[106.09011694541606,20.765135154318234],[106.04577101717749,20.80676602572588],[106.03898337510014,20.819210036200992]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10907,"E":"District","POPULATION":123357,"LVLID":"VNP037004000000000000","NAME":"An Thi","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.55","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9665818596086,20.724861811326054],[105.97223822800636,20.753822417522677],[106.01997797728362,20.75812125750499],[106.04577101717749,20.80676602572588],[106.09011694541606,20.765135154318234],[106.10346597483482,20.724409301854234],[106.07608915178957,20.68323093991841],[106.03694708247694,20.677800826256544],[106.00640269312895,20.7033676114145],[105.9665818596086,20.724861811326054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10909,"E":"District","POPULATION":118066,"LVLID":"VNP037007000000000000","NAME":"Kim Dong","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.56","geometry":{"type":"MultiPolygon","coordinates":[[[[106.12111384423588,20.730744434459744],[106.153920780943,20.739794623896188],[106.15505205462256,20.7807467310961],[106.22134469224451,20.74590350176579],[106.23265742904006,20.702915101942676],[106.27474080991954,20.682325920974765],[106.25664043104665,20.672370712594674],[106.19396786919927,20.65132902215494],[106.2027918038998,20.672596967330588],[106.12111384423588,20.729386906044276],[106.12111384423588,20.730744434459744]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10911,"E":"District","POPULATION":82725,"LVLID":"VNP037006000000000000","NAME":"Phu Cu","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.57","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04328221508246,20.63051358645112],[106.09532080434202,20.647482691644452],[106.07608915178957,20.68323093991841],[106.10346597483482,20.724409301854234],[106.12111384423588,20.729386906044276],[106.2027918038998,20.672596967330588],[106.19396786919927,20.65132902215494],[106.11545747583811,20.637527483264364],[106.12722272210549,20.61512826440916],[106.05142738557525,20.617617066504184],[106.04328221508246,20.63051358645112]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10913,"E":"District","POPULATION":123424,"LVLID":"VNP037005000000000000","NAME":"Tien Lu","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.58","geometry":{"type":"MultiPolygon","coordinates":[[[[105.91250697772583,20.5121823595696],[105.91454327034903,20.547704353107648],[105.94078881971473,20.548609372051292],[105.91250697772583,20.5121823595696]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11101,"E":"Town","POPULATION":33200,"LVLID":"VNP016006000000000000","NAME":"Phu Ly town","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.59","geometry":{"type":"MultiPolygon","coordinates":[[[[105.89644289147614,20.645446399021253],[105.91069693983854,20.6646780515737],[106.00640269312895,20.7033676114145],[106.03694708247694,20.677800826256544],[106.04328221508246,20.63051358645112],[106.05142738557525,20.617617066504184],[105.9993887963157,20.62440470858152],[105.98536100268922,20.59680163080036],[106.00979651416762,20.561958401470047],[105.96115174594672,20.543631767861246],[105.94078881971473,20.548609372051292],[105.91454327034903,20.547704353107648],[105.92924982818326,20.594312828705338],[105.89644289147614,20.645446399021253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11103,"E":"District","POPULATION":137280,"LVLID":"VNP016005000000000000","NAME":"Duy Tien","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.60","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7753966077637,20.561505891998227],[105.7980220813548,20.56467345830098],[105.81725373390725,20.615580773880986],[105.8367116411956,20.642052577982586],[105.89644289147614,20.645446399021253],[105.92924982818326,20.594312828705338],[105.91454327034903,20.547704353107648],[105.91250697772583,20.5121823595696],[105.87042359684636,20.50584722696409],[105.85616954848396,20.475302837616088],[105.80933481815036,20.49951209435858],[105.7753966077637,20.561505891998227]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11105,"E":"District","POPULATION":147970,"LVLID":"VNP016002000000000000","NAME":"Kim Bang","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.61","geometry":{"type":"MultiPolygon","coordinates":[[[[105.98536100268922,20.59680163080036],[105.9993887963157,20.62440470858152],[106.05142738557525,20.617617066504184],[106.12722272210549,20.61512826440916],[106.13717793048558,20.573044883529693],[106.18333389661144,20.520780039534223],[106.1824288776678,20.49973834909449],[106.18718022712193,20.482995498637067],[106.1521107430557,20.46557388397191],[106.14283429888336,20.492950707017155],[106.14600186518611,20.51806498270329],[106.10097717273979,20.528925210027026],[106.10007215379615,20.529603974234757],[106.04124592245925,20.52983022897067],[106.00979651416762,20.561958401470047],[105.98536100268922,20.59680163080036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11107,"E":"District","POPULATION":365848,"LVLID":"VNP016004000000000000","NAME":"Ly Nhan","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.62","geometry":{"type":"MultiPolygon","coordinates":[[[[105.85616954848396,20.475302837616088],[105.87042359684636,20.50584722696409],[105.91250697772583,20.5121823595696],[105.94078881971473,20.548609372051292],[105.96115174594672,20.543631767861246],[105.99508995633339,20.514671161664623],[105.9873972953124,20.43751829671893],[105.9283448092396,20.39136233059306],[105.9405625649788,20.36511678122737],[105.90662435459214,20.37077314962515],[105.86182591688174,20.423943012564266],[105.85616954848396,20.475302837616088]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11109,"E":"District","POPULATION":139180,"LVLID":"VNP016001000000000000","NAME":"Thanh Liem","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.63","geometry":{"type":"MultiPolygon","coordinates":[[[[105.96115174594672,20.543631767861246],[106.00979651416762,20.561958401470047],[106.04124592245925,20.52983022897067],[106.10007215379615,20.529603974234757],[106.10097717273979,20.528925210027026],[106.14600186518611,20.51806498270329],[106.14283429888336,20.492950707017155],[106.10414473904255,20.48412677231662],[106.10459724851437,20.452451109289065],[106.04758105506477,20.460596279781864],[106.02472932673774,20.41149900208915],[106.03174322355099,20.399960010557685],[105.99508995633339,20.401543793709063],[105.9873972953124,20.43751829671893],[105.99508995633339,20.514671161664623],[105.96115174594672,20.543631767861246]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11111,"E":"District","POPULATION":145434,"LVLID":"VNP016003000000000000","NAME":"Binh Luc","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.64","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2152358143749,20.42688432413111],[106.22043967330086,20.41308278524053],[106.17360494296726,20.401543793709063],[106.133557854711,20.41285653050462],[106.14690688412975,20.447926014570843],[106.18989528395286,20.456071185063642],[106.2152358143749,20.42688432413111]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11301,"E":"City","POPULATION":220218,"LVLID":"VNP055002000000000000","NAME":"Nam Dinh city","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.65","geometry":{"type":"MultiPolygon","coordinates":[[[[106.02472932673774,20.41149900208915],[106.04758105506477,20.460596279781864],[106.10482350325029,20.408105181050487],[106.133557854711,20.41285653050462],[106.17360494296726,20.401543793709063],[106.15143197884798,20.308779351985503],[106.14713313886567,20.303122983587727],[106.05957255606806,20.31601950353466],[106.07201656654317,20.35855539388595],[106.03174322355099,20.399960010557685],[106.02472932673774,20.41149900208915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11303,"E":"District","POPULATION":125684,"LVLID":"VNP055007000000000000","NAME":"Vu Ban","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.66","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04758105506477,20.460596279781864],[106.10459724851437,20.452451109289065],[106.10414473904255,20.48412677231662],[106.14283429888336,20.492950707017155],[106.1521107430557,20.46557388397191],[106.18718022712193,20.482995498637067],[106.22745357011411,20.468515195538757],[106.2152358143749,20.42688432413111],[106.18989528395286,20.456071185063642],[106.14690688412975,20.447926014570843],[106.133557854711,20.41285653050462],[106.10482350325029,20.408105181050487],[106.04758105506477,20.460596279781864]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11305,"E":"District","POPULATION":61397,"LVLID":"VNP055008000000000000","NAME":"My Loc","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.67","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9283448092396,20.39136233059306],[105.9873972953124,20.43751829671893],[105.99508995633339,20.401543793709063],[106.03174322355099,20.399960010557685],[106.07201656654317,20.35855539388595],[106.05957255606806,20.31601950353466],[106.14713313886567,20.303122983587727],[106.1398929873165,20.266469716370125],[106.10256095589118,20.249048101704968],[106.05323742346255,20.214431127110565],[106.02902816672005,20.24746431855359],[106.02834940251232,20.24746431855359],[106.02156176043499,20.24746431855359],[105.99871003210797,20.252441922743635],[105.9871710405765,20.268053499521503],[105.98784980478423,20.270089792144702],[105.94078881971473,20.325069692971105],[105.9405625649788,20.36511678122737],[105.9283448092396,20.39136233059306]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11307,"E":"District","POPULATION":231655,"LVLID":"VNP055004000000000000","NAME":"Y Yen","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.68","geometry":{"type":"MultiPolygon","coordinates":[[[[106.15143197884798,20.308779351985503],[106.17360494296726,20.401543793709063],[106.22043967330086,20.41308278524053],[106.2781346309582,20.401091284237243],[106.26908444152176,20.323938419291547],[106.24713773213838,20.264433423746922],[106.1803925850446,20.24927435644088],[106.15143197884798,20.308779351985503]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11309,"E":"District","POPULATION":201578,"LVLID":"VNP055005000000000000","NAME":"Nam Truc","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.69","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1803925850446,20.24927435644088],[106.24713773213838,20.264433423746922],[106.26908444152176,20.323938419291547],[106.30460643505981,20.340907524484884],[106.32723190865092,20.270542301616523],[106.29985508560567,20.243165478571278],[106.24600645845882,20.2354728175503],[106.24487518477926,20.15673616945323],[106.18197636819598,20.139993318995806],[106.20233929442797,20.2069647208255],[106.1803925850446,20.24927435644088]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11311,"E":"District","POPULATION":182361,"LVLID":"VNP055003000000000000","NAME":"Truc Ninh","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.70","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29985508560567,20.243165478571278],[106.32723190865092,20.270542301616523],[106.30460643505981,20.340907524484884],[106.34465352331607,20.373714461191994],[106.38718941366736,20.341586288692618],[106.43651294609599,20.297692869925857],[106.37632918634363,20.274841141598834],[106.36886278005856,20.237282855437588],[106.36863652532266,20.236830345965767],[106.29985508560567,20.243165478571278]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11313,"E":"District","POPULATION":173191,"LVLID":"VNP055001000000000000","NAME":"Xuan Truong","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.71","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36886278005856,20.237282855437588],[106.37632918634363,20.274841141598834],[106.43651294609599,20.297692869925857],[106.4998642721511,20.303122983587727],[106.53538626568914,20.311720663552347],[106.56525189082942,20.28004500052479],[106.54783027616426,20.23524656281439],[106.38108053579776,20.18841183248079],[106.36049135482985,20.175967822005674],[106.36863652532266,20.236830345965767],[106.36886278005856,20.237282855437588]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11315,"E":"District","POPULATION":190912,"LVLID":"VNP055009000000000000","NAME":"Giao Thuy","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.72","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1174937684613,20.030486026814824],[106.1579933661894,20.10831765596825],[106.16681730088993,20.121666685387005],[106.16930610298495,20.150853546319542],[106.1679485745695,20.170537708343808],[106.15686209250984,20.2212187691879],[106.11025361691215,20.2151098913183],[106.10256095589118,20.249048101704968],[106.1398929873165,20.266469716370125],[106.14713313886567,20.303122983587727],[106.15143197884798,20.308779351985503],[106.1803925850446,20.24927435644088],[106.20233929442797,20.2069647208255],[106.18197636819598,20.139993318995806],[106.21138948386442,20.08614469184896],[106.20143427548433,20.009896845846914],[106.17405745243909,19.937721585091264],[106.12496017474638,19.892696892644953],[106.07903046335642,19.894054421060417],[106.10980110744033,19.943604208224954],[106.1174937684613,20.030486026814824]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11317,"E":"District","POPULATION":197844,"LVLID":"VNP055006000000000000","NAME":"Nghia Hung","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.73","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18197636819598,20.139993318995806],[106.24487518477926,20.15673616945323],[106.24600645845882,20.2354728175503],[106.29985508560567,20.243165478571278],[106.36863652532266,20.236830345965767],[106.36863652532266,20.236830345965767],[106.36049135482985,20.175967822005674],[106.31818171921446,20.119177883291986],[106.20143427548433,20.009896845846914],[106.21138948386442,20.08614469184896],[106.18197636819598,20.139993318995806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11319,"E":"District","POPULATION":275367,"LVLID":"VNP055010000000000000","NAME":"Hai Hau","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.74","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33605584335145,20.481411715485688],[106.37565042213589,20.477112875503376],[106.36795776111492,20.42507428624382],[106.32225430446087,20.395661170575373],[106.29985508560567,20.442269646173067],[106.33605584335145,20.481411715485688]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11501,"E":"Town","POPULATION":133471,"LVLID":"VNP025008000000000000","NAME":"Thai Binh town","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.75","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2536991194798,20.692959893562588],[106.26908444152176,20.70201008299903],[106.30619021821119,20.68775603463663],[106.41117241567395,20.726898103949257],[106.40528979254026,20.690018581995744],[106.46909362806718,20.61286571705005],[106.44239556922967,20.56580473198054],[106.40008593361429,20.601326725518582],[106.38537937578008,20.587977696099827],[106.3188604834222,20.607435603388183],[106.25664043104665,20.672370712594674],[106.27474080991954,20.682325920974765],[106.2536991194798,20.692959893562588]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11503,"E":"District","POPULATION":337529,"LVLID":"VNP025003000000000000","NAME":"Quynh Phu","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.76","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11545747583811,20.637527483264364],[106.19396786919927,20.65132902215494],[106.25664043104665,20.672370712594674],[106.3188604834222,20.607435603388183],[106.2475902416102,20.541595475238047],[106.23989758058923,20.51761247323147],[106.24080259953287,20.51580243534418],[106.18333389661144,20.520780039534223],[106.13717793048558,20.573044883529693],[106.12722272210549,20.61512826440916],[106.11545747583811,20.637527483264364]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11505,"E":"District","POPULATION":243687,"LVLID":"VNP025007000000000000","NAME":"Hung Ha","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.77","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44239556922967,20.56580473198054],[106.46909362806718,20.61286571705005],[106.52384727415767,20.600874216046762],[106.60688276223706,20.63662246432072],[106.63290205686684,20.62440470858152],[106.62566190531768,20.589335224515295],[106.58357852443821,20.56263716567778],[106.59240245913875,20.470551488161956],[106.51479708472124,20.441590881965332],[106.48674149746826,20.450414816665866],[106.46637857123625,20.49973834909449],[106.43922800292692,20.49159317860169],[106.44239556922967,20.56580473198054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11507,"E":"District","POPULATION":267837,"LVLID":"VNP025001000000000000","NAME":"Thai Thuy","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.78","geometry":{"type":"MultiPolygon","coordinates":[[[[106.23989758058923,20.51761247323147],[106.2475902416102,20.541595475238047],[106.3188604834222,20.607435603388183],[106.38537937578008,20.587977696099827],[106.40008593361429,20.601326725518582],[106.44239556922967,20.56580473198054],[106.43922800292692,20.49159317860169],[106.37565042213589,20.477112875503376],[106.33605584335145,20.481411715485688],[106.33922340965421,20.506525991171824],[106.29306744352833,20.49362947122489],[106.24080259953287,20.51580243534418],[106.23989758058923,20.51761247323147]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11509,"E":"District","POPULATION":245047,"LVLID":"VNP025006000000000000","NAME":"Dong Hung","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.79","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1824288776678,20.49973834909449],[106.18333389661144,20.520780039534223],[106.24080259953287,20.51580243534418],[106.29306744352833,20.49362947122489],[106.33922340965421,20.506525991171824],[106.33605584335145,20.481411715485688],[106.29985508560567,20.442269646173067],[106.32225430446087,20.395661170575373],[106.36795776111492,20.42507428624382],[106.36049135482985,20.379370829589774],[106.38718941366736,20.341586288692618],[106.34465352331607,20.373714461191994],[106.30460643505981,20.340907524484884],[106.26908444152176,20.323938419291547],[106.2781346309582,20.401091284237243],[106.22043967330086,20.41308278524053],[106.2152358143749,20.42688432413111],[106.22745357011411,20.468515195538757],[106.18718022712193,20.482995498637067],[106.1824288776678,20.49973834909449]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11511,"E":"District","POPULATION":225056,"LVLID":"VNP025002000000000000","NAME":"Vu Thu","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.80","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36049135482985,20.379370829589774],[106.36795776111492,20.42507428624382],[106.37565042213589,20.477112875503376],[106.43922800292692,20.49159317860169],[106.46637857123625,20.49973834909449],[106.48674149746826,20.450414816665866],[106.46547355229261,20.376203263287017],[106.47904883644728,20.30629054989048],[106.4998642721511,20.303122983587727],[106.43651294609599,20.297692869925857],[106.38718941366736,20.341586288692618],[106.36049135482985,20.379370829589774]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11513,"E":"District","POPULATION":233171,"LVLID":"VNP025004000000000000","NAME":"Kien Xuong","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.81","geometry":{"type":"MultiPolygon","coordinates":[[[[106.46547355229261,20.376203263287017],[106.48674149746826,20.450414816665866],[106.51479708472124,20.441590881965332],[106.59240245913875,20.470551488161956],[106.5953437707056,20.410367728409597],[106.56525189082942,20.28004500052479],[106.53538626568914,20.311720663552347],[106.4998642721511,20.303122983587727],[106.47904883644728,20.30629054989048],[106.46547355229261,20.376203263287017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11515,"E":"District","POPULATION":203092,"LVLID":"VNP025005000000000000","NAME":"Tien Hai","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.82","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11701,"E":"Town","POPULATION":43515,"LVLID":"VNP033008000000000000","NAME":"Ninh Binh town","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.83","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7959857887316,20.1682751609847],[105.87472243682868,20.17913538830843],[105.89463285358885,20.21465738184648],[105.95187530177436,20.177099095685232],[105.92947608291917,20.098814957059982],[105.91454327034903,20.10401881598594],[105.91341199666948,20.104923834929583],[105.86431471897676,20.13026436535163],[105.81996879073819,20.15243732947092],[105.7959857887316,20.1682751609847]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11703,"E":"Town","POPULATION":45560,"LVLID":"VNP033007000000000000","NAME":"Tam Diep town","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.84","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5477843434371,20.359686667565505],[105.55027314553213,20.359460412829595],[105.58602139380608,20.367153073850574],[105.6921348649484,20.302896728851813],[105.73444450056378,20.33638242976666],[105.6903248270611,20.407652671578663],[105.70344760174396,20.41104649261733],[105.80096339292164,20.441590881965332],[105.82064755494592,20.421680465205153],[105.7998321192421,20.403353831596352],[105.81974253600227,20.37439322539973],[105.80526223290396,20.315793248798748],[105.82494639492823,20.27189983003199],[105.85254947270938,20.274162377391104],[105.8833201167933,20.230947722832077],[105.88286760732147,20.228458920737054],[105.89463285358885,20.21465738184648],[105.87472243682868,20.17913538830843],[105.7959857887316,20.1682751609847],[105.74553098262342,20.18275546408301],[105.64869395565346,20.274162377391104],[105.56769476019728,20.315566994062838],[105.5477843434371,20.359686667565505]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11705,"E":"District","POPULATION":145832,"LVLID":"VNP033003000000000000","NAME":"Nho Quan","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.85","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7998321192421,20.403353831596352],[105.82064755494592,20.421680465205153],[105.86182591688174,20.423943012564266],[105.90662435459214,20.37077314962515],[105.9405625649788,20.36511678122737],[105.94078881971473,20.325069692971105],[105.88694019256788,20.28773766154577],[105.8833201167933,20.230947722832077],[105.85254947270938,20.274162377391104],[105.82494639492823,20.27189983003199],[105.80526223290396,20.315793248798748],[105.81974253600227,20.37439322539973],[105.7998321192421,20.403353831596352]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11707,"E":"District","POPULATION":109734,"LVLID":"VNP033006000000000000","NAME":"Gia Vien","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.86","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88286760732147,20.228458920737054],[105.8833201167933,20.230947722832077],[105.88694019256788,20.28773766154577],[105.94078881971473,20.325069692971105],[105.98784980478423,20.270089792144702],[105.98784980478423,20.270089792144702],[105.9871710405765,20.268053499521503],[105.99871003210797,20.252441922743635],[106.02156176043499,20.24746431855359],[106.02834940251232,20.24746431855359],[106.02902816672005,20.24746431855359],[105.99260115423837,20.197688276653142],[105.99350617318201,20.195878238765854],[105.95187530177436,20.177099095685232],[105.89463285358885,20.21465738184648],[105.88286760732147,20.228458920737054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11709,"E":"District","POPULATION":115412,"LVLID":"VNP033002000000000000","NAME":"Hoa Lu","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.87","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92947608291917,20.098814957059982],[105.95187530177436,20.177099095685232],[105.99350617318201,20.195878238765854],[106.05482120661392,20.170311453607898],[106.06794398129676,20.12641803484114],[106.03717333721286,20.058767868803717],[105.97450077536548,20.06329296352194],[105.93558496078876,20.08795472973625],[105.92947608291917,20.098814957059982]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11711,"E":"District","POPULATION":115731,"LVLID":"VNP033001000000000000","NAME":"Yen Mo","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.88","geometry":{"type":"MultiPolygon","coordinates":[[[[105.99260115423837,20.197688276653142],[106.02902816672005,20.24746431855359],[106.05323742346255,20.214431127110565],[106.10256095589118,20.249048101704968],[106.11025361691215,20.2151098913183],[106.15686209250984,20.2212187691879],[106.1679485745695,20.170537708343808],[106.16930610298495,20.150853546319542],[106.16681730088993,20.121666685387005],[106.14464433677064,20.153794857886385],[106.06794398129676,20.12641803484114],[106.05482120661392,20.170311453607898],[105.99350617318201,20.195878238765854],[105.99260115423837,20.197688276653142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11713,"E":"District","POPULATION":136594,"LVLID":"VNP033005000000000000","NAME":"Yen Khanh","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.89","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03943588457197,19.998357854315447],[106.03717333721286,20.058767868803717],[106.06794398129676,20.12641803484114],[106.14464433677064,20.153794857886385],[106.16681730088993,20.121666685387005],[106.1579933661894,20.10831765596825],[106.1174937684613,20.030486026814824],[106.0808405012437,19.940436641922197],[106.03332700670236,19.97550612598842],[106.03943588457197,19.998357854315447]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11715,"E":"District","POPULATION":160384,"LVLID":"VNP033004000000000000","NAME":"Kim Son","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.90","geometry":{"type":"MultiPolygon","coordinates":[[[[105.08034205904472,22.83875980894366],[105.05590654756632,22.817491863768012],[105.11292274101594,22.770657133434412],[105.13871578090979,22.723596148364898],[105.11563779784686,22.711152137889787],[105.04572508445032,22.737623941991387],[104.95997453954001,22.84056984683095],[105.02830346978517,22.876091840368993],[105.08034205904472,22.83875980894366]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20101,"E":"Town","POPULATION":32992,"LVLID":"VNP029003000000000000","NAME":"Ha Giang town","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.91","geometry":{"type":"MultiPolygon","coordinates":[[[[105.38533344305291,23.31095344279017],[105.40456509560536,23.26411871245657],[105.37424696099328,23.265249986136123],[105.37492572520101,23.199183603250074],[105.3097643612586,23.200088622193718],[105.30433424759674,23.12972339932536],[105.3095381065227,23.115016841491137],[105.27627866034376,23.09080758474865],[105.18577676597931,23.140583626649093],[105.18012039758153,23.184929554887674],[105.15002851770535,23.19035966854954],[105.12581926096286,23.24918589988643],[105.1776315954865,23.286291676575857],[105.27605240560784,23.2566523061715],[105.31406320124091,23.280182798706257],[105.29030645397025,23.306202093336037],[105.25546322463994,23.296246884955945],[105.26360839513274,23.341045322666346],[105.32944852328288,23.390595109830883],[105.38533344305291,23.31095344279017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20103,"E":"District","POPULATION":44536,"LVLID":"VNP029009000000000000","NAME":"Dong Van","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.92","geometry":{"type":"MultiPolygon","coordinates":[[[[105.30433424759674,23.12972339932536],[105.3097643612586,23.200088622193718],[105.37492572520101,23.199183603250074],[105.37424696099328,23.265249986136123],[105.40456509560536,23.26411871245657],[105.38533344305291,23.31095344279017],[105.4154253229291,23.285839167104033],[105.44325465544617,23.299866960730522],[105.49732953732892,23.230859266277633],[105.50637972676537,23.19827858430643],[105.54801059817301,23.191264687493184],[105.596429111658,23.142846174008206],[105.53036272877195,23.107097925734248],[105.49235193313888,23.00664082298971],[105.37945081991923,22.987409170437264],[105.37198441363417,23.036053938658156],[105.33374736326519,23.052118024907845],[105.33781994851158,23.100989047864648],[105.3095381065227,23.115016841491137],[105.30433424759674,23.12972339932536]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20105,"E":"District","POPULATION":45414,"LVLID":"VNP029008000000000000","NAME":"Meo Vac","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.93","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12581926096286,23.24918589988643],[105.15002851770535,23.19035966854954],[105.18012039758153,23.184929554887674],[105.18577676597931,23.140583626649093],[105.27627866034376,23.09080758474865],[105.3095381065227,23.115016841491137],[105.33781994851158,23.100989047864648],[105.33374736326519,23.052118024907845],[105.37198441363417,23.036053938658156],[105.37945081991923,22.987409170437264],[105.36610179050048,22.934691816969973],[105.31632574860002,22.910935069699306],[105.31202690861771,22.872245509858505],[105.27673116981558,22.876318095104907],[105.23102771316154,22.881748208766773],[105.17469028391966,22.920211513871664],[105.14799222508215,22.91930649492802],[105.13894203564571,22.957317290561086],[105.13713199775842,23.023609928183046],[105.09165479584028,23.064335780647045],[105.02739845084153,23.15189636344465],[104.96223708689912,23.19035966854954],[105.00386795830677,23.203256188496475],[105.08848722953753,23.267512533495232],[105.12581926096286,23.24918589988643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20107,"E":"District","POPULATION":52133,"LVLID":"VNP029006000000000000","NAME":"Yen Minh","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.94","geometry":{"type":"MultiPolygon","coordinates":[[[[104.96223708689912,23.19035966854954],[105.02739845084153,23.15189636344465],[105.09165479584028,23.064335780647045],[105.13713199775842,23.023609928183046],[105.13894203564571,22.957317290561086],[105.06450422753095,22.945325789557796],[105.03373358344703,22.989897972532287],[104.99119769309574,22.979490254680375],[104.9353127733257,22.995101831458243],[104.93983786804392,23.04261532599958],[104.89752823242854,23.020894871352112],[104.88395294827387,22.98650415149362],[104.84096454845076,22.972928867338954],[104.80634757385636,23.112301784660204],[104.86766260728827,23.121351974096648],[104.88621549563298,23.16388786444794],[104.96223708689912,23.19035966854954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20109,"E":"District","POPULATION":29184,"LVLID":"VNP029005000000000000","NAME":"Quan Ba","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.95","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05590654756632,22.817491863768012],[105.08034205904472,22.83875980894366],[105.11428026943139,22.829709619507213],[105.1550061218954,22.860027754119304],[105.14799222508215,22.91930649492802],[105.17469028391966,22.920211513871664],[105.23102771316154,22.881748208766773],[105.27673116981558,22.876318095104907],[105.34958519477897,22.815455571144813],[105.47787163004057,22.7521042450897],[105.49529324470572,22.70164943898152],[105.50230714151897,22.641691933965074],[105.50547470782172,22.63309425400045],[105.44144461755887,22.603228628860183],[105.40117127456669,22.62743788560267],[105.33284234432153,22.63920313187005],[105.3199458243746,22.611826308824806],[105.27763618875923,22.64508575500374],[105.15093353664899,22.688526664298674],[105.13871578090979,22.723596148364898],[105.11292274101594,22.770657133434412],[105.05590654756632,22.817491863768012]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20111,"E":"District","POPULATION":30416,"LVLID":"VNP029007000000000000","NAME":"Bac Me","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.96","geometry":{"type":"MultiPolygon","coordinates":[[[[104.73326729415707,22.819980665863035],[104.78032827922658,22.79260384281779],[104.81358772540551,22.796902682800102],[104.81562401802871,22.741244017765965],[104.78055453396249,22.7154509778721],[104.80250124334587,22.674498870672185],[104.77761322239564,22.66771122859485],[104.78847344971938,22.61951896984578],[104.81811282012374,22.56838539952987],[104.78575839288845,22.53625722703049],[104.79593985600445,22.470643353616264],[104.73733987940346,22.43738390743733],[104.72353834051289,22.47720474095769],[104.68371750699254,22.466344513633953],[104.644349182944,22.42742869905724],[104.60814842519822,22.443945294778754],[104.64683798503901,22.469059570464886],[104.61946116199377,22.534899698615025],[104.62308123776835,22.591010873120982],[104.59638317893084,22.631284216113162],[104.61222101044461,22.661828605461164],[104.58710673475848,22.735361394632278],[104.60158703785679,22.761154434526144],[104.52895926762933,22.80459534382108],[104.55135848648453,22.83694977105637],[104.63281019141253,22.835365987904993],[104.67715611965112,22.815455571144813],[104.73326729415707,22.819980665863035]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20113,"E":"District","POPULATION":49657,"LVLID":"VNP029001000000000000","NAME":"Hoang Su Phi","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.97","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84096454845076,22.972928867338954],[104.88395294827387,22.98650415149362],[104.89752823242854,23.020894871352112],[104.93983786804392,23.04261532599958],[104.9353127733257,22.995101831458243],[104.99119769309574,22.979490254680375],[105.03373358344703,22.989897972532287],[105.06450422753095,22.945325789557796],[105.13894203564571,22.957317290561086],[105.14799222508215,22.91930649492802],[105.1550061218954,22.860027754119304],[105.11428026943139,22.829709619507213],[105.08034205904472,22.83875980894366],[105.02830346978517,22.876091840368993],[104.95997453954001,22.84056984683095],[105.04572508445032,22.737623941991387],[105.11563779784686,22.711152137889787],[105.13871578090979,22.723596148364898],[105.15093353664899,22.688526664298674],[105.15455361242357,22.637845603454583],[105.11495903363912,22.569742927945335],[105.1326069030402,22.531732132312268],[105.1122439768082,22.48806496828142],[105.05794284018953,22.50955916819298],[105.03984246131664,22.557525172206137],[104.98893514573663,22.508880403985245],[104.9416479059312,22.55616764379067],[104.92377378179422,22.531732132312268],[104.88825178825618,22.55232131328018],[104.89752823242854,22.579698136325426],[104.78847344971938,22.61951896984578],[104.77761322239564,22.66771122859485],[104.80250124334587,22.674498870672185],[104.78055453396249,22.7154509778721],[104.81562401802871,22.741244017765965],[104.81358772540551,22.796902682800102],[104.78032827922658,22.79260384281779],[104.73326729415707,22.819980665863035],[104.78349584552933,22.903242408678327],[104.84503713369716,22.91975900439984],[104.86653133360872,22.945099534821885],[104.84096454845076,22.972928867338954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20115,"E":"District","POPULATION":68991,"LVLID":"VNP029002000000000000","NAME":"Vi Xuyen","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.98","geometry":{"type":"MultiPolygon","coordinates":[[[[104.52895926762933,22.80459534382108],[104.60158703785679,22.761154434526144],[104.58710673475848,22.735361394632278],[104.61222101044461,22.661828605461164],[104.59638317893084,22.631284216113162],[104.62308123776835,22.591010873120982],[104.61946116199377,22.534899698615025],[104.64683798503901,22.469059570464886],[104.60814842519822,22.443945294778754],[104.5486434296536,22.44756537055333],[104.46854925314106,22.47403717465493],[104.44999636479635,22.498698940869243],[104.4187732112406,22.52607576391449],[104.4266921269975,22.57019543741716],[104.46900176261288,22.573589258455826],[104.4656079415742,22.611600054088893],[104.42216703227928,22.630152942433604],[104.4002203228959,22.67992898433405],[104.36718713145288,22.66952126648214],[104.3452404220695,22.710247118946143],[104.40293537972683,22.699160636886496],[104.42623961752568,22.73400386621681],[104.47511064048248,22.754819301920634],[104.52895926762933,22.80459534382108]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20117,"E":"District","POPULATION":43926,"LVLID":"VNP029004000000000000","NAME":"Xi Man","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.99","geometry":{"type":"MultiPolygon","coordinates":[[[[104.46854925314106,22.47403717465493],[104.5486434296536,22.44756537055333],[104.60814842519822,22.443945294778754],[104.644349182944,22.42742869905724],[104.68371750699254,22.466344513633953],[104.72353834051289,22.47720474095769],[104.73733987940346,22.43738390743733],[104.79593985600445,22.470643353616264],[104.78575839288845,22.53625722703049],[104.81811282012374,22.56838539952987],[104.78847344971938,22.61951896984578],[104.89752823242854,22.579698136325426],[104.88825178825618,22.55232131328018],[104.92377378179422,22.531732132312268],[104.9416479059312,22.55616764379067],[104.98893514573663,22.508880403985245],[105.03984246131664,22.557525172206137],[105.05794284018953,22.50955916819298],[105.1122439768082,22.48806496828142],[105.11767409047006,22.48195609041182],[105.1224254399242,22.453221738951108],[105.07740074747788,22.379915204515907],[105.09165479584028,22.357289730924794],[105.05432276441495,22.293485895397858],[105.0147281856305,22.264977798673055],[104.98576757943388,22.321993992122657],[104.92377378179422,22.301404811154747],[104.89798074190037,22.268371619711722],[104.92060621549147,22.247103674536078],[104.89933827031584,22.180584782178208],[104.85295604945405,22.18329983900914],[104.7604178624664,22.17108208326994],[104.73077849206204,22.193707556861053],[104.7280634352311,22.253891316613412],[104.61063722729324,22.287150762792347],[104.5875592442303,22.24936622189519],[104.54705964650222,22.275159261789057],[104.5855229516071,22.309097472175726],[104.55520481699502,22.37833142136453],[104.47103805523608,22.421998585395375],[104.46854925314106,22.47403717465493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20119,"E":"District","POPULATION":129835,"LVLID":"VNP029010000000000000","NAME":"Bac Quang","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.100","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21568832384673,22.645764519211472],[106.25075780791296,22.700518165301965],[106.31569291711945,22.636261820303204],[106.2822072162046,22.606396195162937],[106.26569062048308,22.635583056095474],[106.21568832384673,22.645764519211472]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20301,"E":"Town","POPULATION":37604,"LVLID":"VNP053002000000000000","NAME":"Cao Bang town","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.101","geometry":{"type":"MultiPolygon","coordinates":[[[[105.87517494630049,22.923152825438507],[105.84304677380112,22.922021551758952],[105.87155487052591,22.870435471971216],[105.87607996524414,22.812288004842056],[105.85368074638895,22.799391484895125],[105.81747998864316,22.737171432519567],[105.74982982260573,22.73423012095272],[105.60728933898173,22.686490371675475],[105.535340332962,22.631962980320896],[105.50230714151897,22.641691933965074],[105.49529324470572,22.70164943898152],[105.47787163004057,22.7521042450897],[105.34958519477897,22.815455571144813],[105.31202690861771,22.872245509858505],[105.31632574860002,22.910935069699306],[105.36610179050048,22.934691816969973],[105.37945081991923,22.987409170437264],[105.49235193313888,23.00664082298971],[105.53036272877195,23.107097925734248],[105.56927854334866,23.116374369906605],[105.5821750632956,23.06682458274207],[105.64959897459711,23.079721102689003],[105.738969595282,23.060263195400648],[105.7369333026588,23.03876899548909],[105.85345449165303,22.975643924169887],[105.87517494630049,22.923152825438507]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20303,"E":"District","POPULATION":83508,"LVLID":"VNP053003000000000000","NAME":"Bao Lac","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.102","geometry":{"type":"MultiPolygon","coordinates":[[[[106.26840567731402,22.90957754128384],[106.2312999006246,22.88695206769273],[106.21116322912852,22.83921231841548],[106.215009559639,22.80663163644428],[106.10007215379615,22.817491863768012],[106.0602513202758,22.856633933080637],[106.03445828038193,22.821790703750324],[105.9627355290981,22.91319761705842],[105.96047298173899,22.937180619064996],[105.99689999422068,22.936954364329086],[106.0075339668085,22.989897972532287],[106.0969045874934,22.99645935987371],[106.2027918038998,22.987409170437264],[106.26840567731402,22.90957754128384]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20305,"E":"District","POPULATION":34641,"LVLID":"VNP053004000000000000","NAME":"Ha Quang","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.103","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84304677380112,22.922021551758952],[105.87517494630049,22.923152825438507],[105.92472473346503,22.9534709600506],[105.96047298173899,22.937180619064996],[105.9627355290981,22.91319761705842],[106.03445828038193,22.821790703750324],[106.06522892446584,22.761154434526144],[106.01748917518859,22.716129742079833],[106.01929921307588,22.712962175777076],[105.99146988055881,22.680155239069965],[105.92110465769045,22.71567723260801],[105.92404596925729,22.755271811392454],[105.87585371050822,22.769978369226678],[105.85368074638895,22.799391484895125],[105.87607996524414,22.812288004842056],[105.87155487052591,22.870435471971216],[105.84304677380112,22.922021551758952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20307,"E":"District","POPULATION":22282,"LVLID":"VNP053005000000000000","NAME":"Thong Nong","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.104","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21116322912852,22.83921231841548],[106.2312999006246,22.88695206769273],[106.26840567731402,22.90957754128384],[106.27655084780683,22.874508057217618],[106.34963112750611,22.85459764045744],[106.37451914845634,22.882200718238593],[106.41320870829715,22.876544349840817],[106.45891216495119,22.822695722693968],[106.4023484809734,22.794866390176903],[106.40868361357892,22.789210021779123],[106.36252764745305,22.781291106022234],[106.35053614644976,22.696219325319653],[106.25483039315935,22.802106541726058],[106.215009559639,22.80663163644428],[106.21116322912852,22.83921231841548]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20309,"E":"District","POPULATION":20881,"LVLID":"VNP053001000000000000","NAME":"Tra Linh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.105","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4023484809734,22.794866390176903],[106.45891216495119,22.822695722693968],[106.41320870829715,22.876544349840817],[106.50235307424612,22.902563644470597],[106.51728588681625,22.94419451587824],[106.57181327817084,22.916591438097086],[106.60235766751885,22.930845486459486],[106.65937386096844,22.866589141460725],[106.71276997864346,22.886725812956815],[106.73697923538596,22.84645246996464],[106.7030410249993,22.80459534382108],[106.58154223181502,22.75866563243112],[106.55801173928026,22.710247118946143],[106.47361872278542,22.743506565125077],[106.45031448498656,22.78491118179681],[106.40868361357892,22.789210021779123],[106.4023484809734,22.794866390176903]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20311,"E":"District","POPULATION":51436,"LVLID":"VNP053007000000000000","NAME":"Trung Khanh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.106","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74982982260573,22.73423012095272],[105.81747998864316,22.737171432519567],[105.85368074638895,22.799391484895125],[105.87585371050822,22.769978369226678],[105.92404596925729,22.755271811392454],[105.92110465769045,22.71567723260801],[105.99146988055881,22.680155239069965],[106.01929921307588,22.712962175777076],[106.0462235266493,22.676082653823563],[106.10007215379615,22.704817005284276],[106.15030070516842,22.65345718023245],[106.1679485745695,22.533315915463646],[106.123376391595,22.508880403985245],[106.05391618767028,22.575173041607204],[105.90752937353578,22.492816317735556],[105.87426992735685,22.518609357629423],[105.80910856341445,22.520871904988535],[105.73240820794058,22.635809310831384],[105.7817317403692,22.68943168324232],[105.74982982260573,22.73423012095272]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20313,"E":"District","POPULATION":39062,"LVLID":"VNP053008000000000000","NAME":"Nguyen Binh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.107","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01748917518859,22.716129742079833],[106.06522892446584,22.761154434526144],[106.03445828038193,22.821790703750324],[106.0602513202758,22.856633933080637],[106.10007215379615,22.817491863768012],[106.215009559639,22.80663163644428],[106.25483039315935,22.802106541726058],[106.35053614644976,22.696219325319653],[106.35030989171385,22.693051759016896],[106.37067281794585,22.59892978887787],[106.40868361357892,22.52969583968907],[106.36298015692488,22.523134452347644],[106.36388517586852,22.5548101153752],[106.3229330686686,22.584449485779558],[106.2883160940742,22.574041767927646],[106.2496265342334,22.60073982676516],[106.2025655491639,22.575173041607204],[106.20573311546664,22.542818614371914],[106.1679485745695,22.533315915463646],[106.15030070516842,22.65345718023245],[106.10007215379615,22.704817005284276],[106.0462235266493,22.676082653823563],[106.01929921307588,22.712962175777076],[106.01748917518859,22.716129742079833]],[[106.21568832384673,22.645764519211472],[106.26569062048308,22.635583056095474],[106.2822072162046,22.606396195162937],[106.31569291711945,22.636261820303204],[106.25075780791296,22.700518165301965],[106.21568832384673,22.645764519211472]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20315,"E":"District","POPULATION":70806,"LVLID":"VNP053009000000000000","NAME":"Hoa An","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.108","geometry":{"type":"MultiPolygon","coordinates":[[[[106.35030989171385,22.693051759016896],[106.35053614644976,22.696219325319653],[106.36252764745305,22.781291106022234],[106.40868361357892,22.789210021779123],[106.45031448498656,22.78491118179681],[106.47361872278542,22.743506565125077],[106.55801173928026,22.710247118946143],[106.5568804656007,22.704138241076542],[106.60937156433208,22.662281114932984],[106.59013991177964,22.640560660285516],[106.61095534748345,22.592142146800537],[106.58719860021279,22.517478083949868],[106.58923489283599,22.474489684126755],[106.56547814556532,22.453221738951108],[106.5347075014814,22.48172983567591],[106.46072220283848,22.50050897875653],[106.40868361357892,22.52969583968907],[106.37067281794585,22.59892978887787],[106.35030989171385,22.693051759016896]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20317,"E":"District","POPULATION":63552,"LVLID":"VNP053010000000000000","NAME":"Quang Hoa","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.109","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5568804656007,22.704138241076542],[106.55801173928026,22.710247118946143],[106.58154223181502,22.75866563243112],[106.7030410249993,22.80459534382108],[106.73697923538596,22.84645246996464],[106.77182246471627,22.816360590088458],[106.823408544504,22.81681309956028],[106.84422398020783,22.795545154384634],[106.76978617209306,22.726989969403565],[106.76141474686436,22.67155755910534],[106.72883406489315,22.616125148807114],[106.7381105090655,22.58829581629005],[106.65779007781707,22.57291049424809],[106.61095534748345,22.592142146800537],[106.59013991177964,22.640560660285516],[106.60937156433208,22.662281114932984],[106.5568804656007,22.704138241076542]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20319,"E":"District","POPULATION":26339,"LVLID":"VNP053011000000000000","NAME":"Ha Lang","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.110","geometry":{"type":"MultiPolygon","coordinates":[[[[106.123376391595,22.508880403985245],[106.1679485745695,22.533315915463646],[106.20573311546664,22.542818614371914],[106.2025655491639,22.575173041607204],[106.2496265342334,22.60073982676516],[106.2883160940742,22.574041767927646],[106.3229330686686,22.584449485779558],[106.36388517586852,22.5548101153752],[106.36298015692488,22.523134452347644],[106.40868361357892,22.52969583968907],[106.46072220283848,22.50050897875653],[106.5347075014814,22.48172983567591],[106.56547814556532,22.453221738951108],[106.56185806979074,22.419283528564442],[106.49895925320746,22.39507427182195],[106.45868591021528,22.354122164622037],[106.4023484809734,22.371091269815373],[106.36592146849172,22.35457467409386],[106.3491786180343,22.38873913921644],[106.2435176563638,22.45955687155662],[106.18944277448104,22.38421404449822],[106.16161344196398,22.408197046504796],[106.10957485270441,22.399373111804262],[106.0989408801166,22.442814021099196],[106.123376391595,22.508880403985245]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20321,"E":"District","POPULATION":30122,"LVLID":"VNP053006000000000000","NAME":"Thach An","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.111","geometry":{"type":"MultiPolygon","coordinates":[[[[104.01015715818512,22.514763027118935],[104.0056320634669,22.505712837682488],[104.05133552012094,22.48172983567591],[104.03142510336077,22.450054172648354],[103.96626373941837,22.439646454796442],[103.93345680271125,22.48172983567591],[103.9427332468836,22.524491980763113],[103.96807377730566,22.504807818738843],[104.01015715818512,22.514763027118935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20501,"E":"Town","POPULATION":34948,"LVLID":"VNP038006000000000000","NAME":"Lao Cai town","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.112","geometry":{"type":"MultiPolygon","coordinates":[[[[103.93594560480628,22.403898206522484],[103.96626373941837,22.439646454796442],[104.03142510336077,22.450054172648354],[104.06513705901153,22.405708244409773],[104.03459266966352,22.379010185572263],[104.02848379179393,22.33172294576684],[103.99364056246361,22.34258317309057],[103.92485912274664,22.308871217439815],[103.90178113968369,22.34394070150604],[103.93594560480628,22.403898206522484]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20503,"E":"Town","POPULATION":34219,"LVLID":"VNP038007000000000000","NAME":"Cam Duong town","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.113","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27351767078567,22.74033899882232],[104.24342579090948,22.702780712661074],[104.22442039309296,22.728573752554944],[104.1845995595726,22.721107346269875],[104.17984821011846,22.67992898433405],[104.21401267524105,22.581734428948625],[104.20858256157918,22.533768424935467],[104.17758566275936,22.5263020186504],[104.12215325246113,22.545533671202847],[104.05608686957508,22.52403947129129],[104.01626603605473,22.559561464829336],[104.04296409489224,22.720881091533965],[104.11762815774291,22.807762910123834],[104.14342119763677,22.803464070141523],[104.24704586668408,22.841701120510503],[104.27962654865527,22.836044752112727],[104.26062115083873,22.777444775511746],[104.27351767078567,22.74033899882232]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20505,"E":"District","POPULATION":39689,"LVLID":"VNP038008000000000000","NAME":"Muong Khuong","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.114","geometry":{"type":"MultiPolygon","coordinates":[[[[103.9427332468836,22.524491980763113],[103.93345680271125,22.48172983567591],[103.96626373941837,22.439646454796442],[103.93594560480628,22.403898206522484],[103.89454098813454,22.433990086398662],[103.86829543876885,22.41724723594124],[103.78525995068946,22.489196241960975],[103.73344761616582,22.41724723594124],[103.73571016352494,22.413627160166662],[103.6332167681572,22.393490488670572],[103.55877896004243,22.46770204204942],[103.58298821678493,22.488517477753245],[103.57710559365124,22.57607806055085],[103.53592723171542,22.59259465627236],[103.58411949046449,22.660471077045695],[103.56782914947888,22.697350598999208],[103.62733414502351,22.786947474420014],[103.67145381852617,22.76794207660348],[103.76919586443978,22.68762164535503],[103.87847690188485,22.564086559547558],[103.9427332468836,22.524491980763113]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20507,"E":"District","POPULATION":49214,"LVLID":"VNP038010000000000000","NAME":"Bat Xat","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.115","geometry":{"type":"MultiPolygon","coordinates":[[[[104.17758566275936,22.5263020186504],[104.20858256157918,22.533768424935467],[104.21401267524105,22.581734428948625],[104.17984821011846,22.67992898433405],[104.1845995595726,22.721107346269875],[104.22442039309296,22.728573752554944],[104.24342579090948,22.702780712661074],[104.27351767078567,22.74033899882232],[104.3452404220695,22.710247118946143],[104.36718713145288,22.66952126648214],[104.4002203228959,22.67992898433405],[104.42216703227928,22.630152942433604],[104.4656079415742,22.611600054088893],[104.46900176261288,22.573589258455826],[104.4266921269975,22.57019543741716],[104.4187732112406,22.52607576391449],[104.44999636479635,22.498698940869243],[104.39456395449812,22.468833315728975],[104.3943376997622,22.39892060233244],[104.4656079415742,22.339415606787814],[104.43981490168035,22.32222024685857],[104.35338559256229,22.36068355196346],[104.32962884529162,22.33783182363644],[104.23867444145536,22.389644158160085],[104.21242889208966,22.446886606345597],[104.17509686066433,22.46181941891573],[104.17758566275936,22.5263020186504]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20509,"E":"District","POPULATION":69811,"LVLID":"VNP038001000000000000","NAME":"Bac Ha","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.116","geometry":{"type":"MultiPolygon","coordinates":[[[[104.0056320634669,22.505712837682488],[104.01015715818512,22.514763027118935],[104.01626603605473,22.559561464829336],[104.05608686957508,22.52403947129129],[104.12215325246113,22.545533671202847],[104.17758566275936,22.5263020186504],[104.17509686066433,22.46181941891573],[104.21242889208966,22.446886606345597],[104.23867444145536,22.389644158160085],[104.32962884529162,22.33783182363644],[104.28007905812709,22.314980095309412],[104.26016864136692,22.270860421806745],[104.21333391103332,22.27629053546861],[104.21853776995927,22.249139967159277],[104.17735940802345,22.21927434201901],[104.08165365473305,22.19732763263563],[104.08595249471536,22.236469701948256],[104.02848379179393,22.33172294576684],[104.03459266966352,22.379010185572263],[104.06513705901153,22.405708244409773],[104.03142510336077,22.450054172648354],[104.05133552012094,22.48172983567591],[104.0056320634669,22.505712837682488]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20511,"E":"District","POPULATION":109221,"LVLID":"VNP038009000000000000","NAME":"Bao  Thang","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.117","geometry":{"type":"MultiPolygon","coordinates":[[[[103.73344761616582,22.41724723594124],[103.78525995068946,22.489196241960975],[103.86829543876885,22.41724723594124],[103.89454098813454,22.433990086398662],[103.93594560480628,22.403898206522484],[103.90178113968369,22.34394070150604],[103.92485912274664,22.308871217439815],[103.99364056246361,22.34258317309057],[104.02848379179393,22.33172294576684],[104.08595249471536,22.236469701948256],[104.08165365473305,22.19732763263563],[104.08391620209215,22.165878224343984],[104.04500038751544,22.169498300118562],[104.01988611182931,22.13850140129874],[103.9425069921477,22.135786344467807],[103.91920275434886,22.141442712865583],[103.84748000306503,22.222215653585856],[103.82960587892805,22.268597874447636],[103.7796035822917,22.300726046947013],[103.77304219495026,22.378105166628618],[103.73571016352494,22.413627160166662],[103.73344761616582,22.41724723594124]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20513,"E":"District","POPULATION":34779,"LVLID":"VNP038002000000000000","NAME":"Sa Pa","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.118","geometry":{"type":"MultiPolygon","coordinates":[[[[104.21333391103332,22.27629053546861],[104.26016864136692,22.270860421806745],[104.28007905812709,22.314980095309412],[104.32962884529162,22.33783182363644],[104.35338559256229,22.36068355196346],[104.43981490168035,22.32222024685857],[104.4656079415742,22.339415606787814],[104.3943376997622,22.39892060233244],[104.39456395449812,22.468833315728975],[104.44999636479635,22.498698940869243],[104.46854925314106,22.47403717465493],[104.47103805523608,22.421998585395375],[104.55520481699502,22.37833142136453],[104.5855229516071,22.309097472175726],[104.54705964650222,22.275159261789057],[104.5875592442303,22.24936622189519],[104.62896386090205,22.216559285188076],[104.62579629459928,22.17922725376274],[104.58823800843804,22.173344630629053],[104.56629129905465,22.08420026468007],[104.41945197544834,22.198458906315185],[104.40203036078319,22.133523797108694],[104.33121262844301,22.194612575804697],[104.28664044546852,22.17877474429092],[104.23799567724762,22.249139967159277],[104.21853776995927,22.249139967159277],[104.21333391103332,22.27629053546861]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20515,"E":"District","POPULATION":61167,"LVLID":"VNP038003000000000000","NAME":"Bao Yen","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.119","geometry":{"type":"MultiPolygon","coordinates":[[[[103.59316967990092,22.166104479079895],[103.69883064157142,22.231944607230034],[103.69883064157142,22.2536650618775],[103.7796035822917,22.300726046947013],[103.82960587892805,22.268597874447636],[103.84748000306503,22.222215653585856],[103.91920275434886,22.141442712865583],[103.9425069921477,22.135786344467807],[103.94001819005268,22.121306041369493],[103.96105988049241,22.04777325219838],[103.96173864470015,21.99505589873109],[103.99024674142494,21.96519027359082],[103.94748459633774,21.915414231690374],[103.89046840288815,21.903875240158907],[103.89476724287046,21.86156560454353],[103.97259887202388,21.76766988914041],[103.92169155644388,21.73305291454601],[103.9262166511621,21.698435939951608],[103.88526454396218,21.685539420004677],[103.81195800952699,21.73463669769739],[103.76444451498564,21.80545443003757],[103.70109318893053,21.822876044702724],[103.72733873829623,21.876498417113662],[103.68706539530405,21.918355543257217],[103.65629475122013,21.990757058748777],[103.53886854328226,22.024921523871356],[103.53999981696181,22.075376329979537],[103.56918667789435,22.147551590735183],[103.59316967990092,22.166104479079895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20517,"E":"District","POPULATION":68603,"LVLID":"VNP038004000000000000","NAME":"Than Uyen","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.120","geometry":{"type":"MultiPolygon","coordinates":[[[[103.94001819005268,22.121306041369493],[103.9425069921477,22.135786344467807],[104.01988611182931,22.13850140129874],[104.04500038751544,22.169498300118562],[104.08391620209215,22.165878224343984],[104.08165365473305,22.19732763263563],[104.17735940802345,22.21927434201901],[104.21853776995927,22.249139967159277],[104.23799567724762,22.249139967159277],[104.28664044546852,22.17877474429092],[104.33121262844301,22.194612575804697],[104.40203036078319,22.133523797108694],[104.38144117981527,22.065421121599446],[104.41899946597653,22.024469014399536],[104.43302725960301,21.933967120035085],[104.35904196096007,21.872878341339085],[104.32985510002754,21.916092995898108],[104.28799797388398,21.937813450545576],[104.23482811094487,21.921296854824064],[104.21831151522336,21.889168682324684],[104.1440999618445,21.89414628651473],[104.09183511784904,21.913151684331265],[104.01513476237517,21.915866741162198],[103.99024674142494,21.96519027359082],[103.96173864470015,21.99505589873109],[103.96105988049241,22.04777325219838],[103.94001819005268,22.121306041369493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20519,"E":"District","POPULATION":56036,"LVLID":"VNP038005000000000000","NAME":"Van Ban","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.121","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78060046668965,22.168140771703097],[105.8201950454741,22.20909287890301],[105.89304907043747,22.15049290230203],[105.89418034411703,22.11813847506674],[105.93332241342965,22.088951614134203],[105.8670297758077,22.05388213006798],[105.8570745674276,22.08782034045465],[105.80503597816805,22.094607982531983],[105.78060046668965,22.168140771703097]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20701,"E":"Town","POPULATION":24853,"LVLID":"VNP058001000000000000","NAME":"Bac Kan town","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.122","geometry":{"type":"MultiPolygon","coordinates":[[[[105.535340332962,22.631962980320896],[105.60728933898173,22.686490371675475],[105.74982982260573,22.73423012095272],[105.7817317403692,22.68943168324232],[105.73240820794058,22.635809310831384],[105.80910856341445,22.520871904988535],[105.87426992735685,22.518609357629423],[105.90752937353578,22.492816317735556],[105.85549078427623,22.361362316171192],[105.8914652872861,22.314980095309412],[105.84191550012156,22.304798632193414],[105.76815645621454,22.268145364975812],[105.73308697214831,22.27018165759901],[105.70616265857488,22.296879716436525],[105.66294800401586,22.287377017528257],[105.62538971785462,22.3086449627039],[105.65480283352306,22.34258317309057],[105.64371635146342,22.376068874005416],[105.57900749699284,22.392811724462838],[105.57651869489781,22.417473490677153],[105.55389322130671,22.433763831662752],[105.60118046111212,22.487159949337777],[105.59756038533754,22.494626355622845],[105.60344300847125,22.51770433868578],[105.59937042322484,22.52652827338631],[105.59959667796075,22.528790820745424],[105.59778664007347,22.53399467967138],[105.55117816447577,22.585807014195026],[105.535340332962,22.631962980320896]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20703,"E":"District","POPULATION":68720,"LVLID":"VNP058006000000000000","NAME":"Ba Be","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.123","geometry":{"type":"MultiPolygon","coordinates":[[[[105.85549078427623,22.361362316171192],[105.90752937353578,22.492816317735556],[106.05391618767028,22.575173041607204],[106.123376391595,22.508880403985245],[106.0989408801166,22.442814021099196],[106.10957485270441,22.399373111804262],[106.16161344196398,22.408197046504796],[106.18944277448104,22.38421404449822],[106.12450766527455,22.342130663618747],[106.11885129687677,22.319957699499458],[105.97563204904503,22.292354621718303],[105.93309615869374,22.282851922810035],[105.8914652872861,22.314980095309412],[105.85549078427623,22.361362316171192]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20705,"E":"District","POPULATION":27988,"LVLID":"VNP058005000000000000","NAME":"Ngan Son","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.124","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50230714151897,22.32878163419999],[105.50208088678306,22.332854219446393],[105.50162837731123,22.33647429522097],[105.50140212257533,22.336926804692794],[105.50162837731123,22.339415606787814],[105.50434343414217,22.34054688046737],[105.51701369935319,22.34461946571377],[105.52629014352554,22.400278130747907],[105.52674265299737,22.40095689495564],[105.52877894562057,22.40276693284293],[105.53669786137746,22.402540678107016],[105.5373766255852,22.40276693284293],[105.55479824025035,22.402088168635196],[105.55728704234537,22.40095689495564],[105.56294341074315,22.400051876011997],[105.56565846757408,22.400730640219727],[105.57086232650003,22.409780829656174],[105.57583993069008,22.41656847173351],[105.57651869489781,22.417473490677153],[105.57900749699284,22.392811724462838],[105.64371635146342,22.376068874005416],[105.65480283352306,22.34258317309057],[105.62538971785462,22.3086449627039],[105.66294800401586,22.287377017528257],[105.70616265857488,22.296879716436525],[105.73308697214831,22.27018165759901],[105.6941711575716,22.197780142107455],[105.69258737442023,22.13080874027776],[105.65661287141035,22.111350832989405],[105.69281362915613,22.087594085718738],[105.70118505438484,22.034424222779624],[105.59507158324253,22.00523736184709],[105.56068086338404,21.953877536795265],[105.51090482148359,21.988268256653754],[105.46882144060412,22.074245056299983],[105.46746391218865,22.112934616140784],[105.49823455627256,22.154339232812518],[105.43578824916109,22.214070483093053],[105.4418971270307,22.2577376471239],[105.4905418952516,22.289413310151456],[105.50230714151897,22.32878163419999]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20707,"E":"District","POPULATION":44506,"LVLID":"VNP058004000000000000","NAME":"Cho Don","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.125","geometry":{"type":"MultiPolygon","coordinates":[[[[105.97563204904503,22.292354621718303],[106.11885129687677,22.319957699499458],[106.12450766527455,22.342130663618747],[106.18944277448104,22.38421404449822],[106.225191022755,22.34642950360106],[106.204828096523,22.310681255327104],[106.24804275108202,22.2455198913847],[106.23831379743784,22.175607177988162],[106.18627520817829,22.12628364555954],[106.16138718722806,22.078996405754115],[106.1050497579862,22.068136178430382],[106.1193038063486,21.964737764118997],[106.10301346536299,21.936229667394198],[106.0235980530582,21.946184875774286],[105.9772158321964,21.97740802933002],[105.96793938802405,22.022885231248157],[106.00481890997757,22.08578404783145],[105.96952317117544,22.101621879345227],[105.98287220059419,22.164294441192606],[106.01228531626263,22.154791742284342],[106.05368993293438,22.207735350487543],[105.9851347479533,22.250497495574745],[105.97563204904503,22.292354621718303]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20709,"E":"District","POPULATION":35729,"LVLID":"VNP058003000000000000","NAME":"Na Ri","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.126","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65661287141035,22.111350832989405],[105.69258737442023,22.13080874027776],[105.6941711575716,22.197780142107455],[105.73308697214831,22.27018165759901],[105.76815645621454,22.268145364975812],[105.84191550012156,22.304798632193414],[105.8914652872861,22.314980095309412],[105.93309615869374,22.282851922810035],[105.97563204904503,22.292354621718303],[105.9851347479533,22.250497495574745],[106.05368993293438,22.207735350487543],[106.01228531626263,22.154791742284342],[105.98287220059419,22.164294441192606],[105.96952317117544,22.101621879345227],[106.00481890997757,22.08578404783145],[105.96793938802405,22.022885231248157],[105.9772158321964,21.97740802933002],[106.0235980530582,21.946184875774286],[105.9810621627069,21.937134686337842],[105.95097028283072,21.89867138123295],[105.9159007987645,21.892109993891527],[105.86748228527952,21.846632791973395],[105.81612246022769,21.838713876216506],[105.80345219501667,21.802060608998904],[105.76498888991178,21.814957128945835],[105.76974023936592,21.911567901179886],[105.78286301404876,21.929894534788687],[105.75706997415489,22.009762456565312],[105.70118505438484,22.034424222779624],[105.69281362915613,22.087594085718738],[105.65661287141035,22.111350832989405]],[[105.78060046668965,22.168140771703097],[105.80503597816805,22.094607982531983],[105.8570745674276,22.08782034045465],[105.8670297758077,22.05388213006798],[105.93332241342965,22.088951614134203],[105.89418034411703,22.11813847506674],[105.89304907043747,22.15049290230203],[105.8201950454741,22.20909287890301],[105.78060046668965,22.168140771703097]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20711,"E":"District","POPULATION":67752,"LVLID":"VNP058002000000000000","NAME":"Bach Thong","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.127","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71706881862578,21.831473724667347],[106.70666110077387,21.866995718205395],[106.7582471805616,21.874688379226374],[106.80598692983885,21.83577256464966],[106.73132286698818,21.78758030590059],[106.72430897017493,21.778982625935967],[106.71706881862578,21.831473724667347]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20901,"E":"Town","POPULATION":68590,"LVLID":"VNP002008000000000000","NAME":"Lang Son town","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.128","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18944277448104,22.38421404449822],[106.2435176563638,22.45955687155662],[106.3491786180343,22.38873913921644],[106.36592146849172,22.35457467409386],[106.4023484809734,22.371091269815373],[106.45868591021528,22.354122164622037],[106.49895925320746,22.39507427182195],[106.56185806979074,22.419283528564442],[106.59240245913875,22.377200147684974],[106.6648039746303,22.33240170997457],[106.70756611971751,22.224704455680875],[106.6770217303695,22.179453508498653],[106.60281017699066,22.147551590735183],[106.55416540876978,22.172213356949495],[106.50846195211572,22.14076394865785],[106.49013531850693,22.153434213868874],[106.42633148297999,22.167914516967187],[106.40076469782203,22.222894417793587],[106.34035468333376,22.22741951251181],[106.31297786028851,22.254570080821143],[106.24804275108202,22.2455198913847],[106.204828096523,22.310681255327104],[106.225191022755,22.34642950360106],[106.18944277448104,22.38421404449822]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20903,"E":"District","POPULATION":52631,"LVLID":"VNP002007000000000000","NAME":"Trang Dinh","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.129","geometry":{"type":"MultiPolygon","coordinates":[[[[106.49013531850693,22.153434213868874],[106.50846195211572,22.14076394865785],[106.55416540876978,22.172213356949495],[106.60281017699066,22.147551590735183],[106.6770217303695,22.179453508498653],[106.71774758283351,22.09415547306016],[106.68969199558053,22.002522305016157],[106.70009971343244,21.970167877780867],[106.63063950950773,21.883512313926907],[106.63177078318728,21.87989223815233],[106.61072909274755,21.883738568662817],[106.61480167799395,21.964285254647177],[106.5851623075896,22.008178673413934],[106.49217161113012,21.969715368309043],[106.44692066394789,21.982159378784154],[106.44216931449377,22.080580188905493],[106.49013531850693,22.153434213868874]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20905,"E":"District","POPULATION":43404,"LVLID":"VNP002009000000000000","NAME":"Van Lang","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.130","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10301346536299,21.936229667394198],[106.1193038063486,21.964737764118997],[106.1050497579862,22.068136178430382],[106.16138718722806,22.078996405754115],[106.18627520817829,22.12628364555954],[106.23831379743784,22.175607177988162],[106.24804275108202,22.2455198913847],[106.31297786028851,22.254570080821143],[106.34035468333376,22.22741951251181],[106.40076469782203,22.222894417793587],[106.42633148297999,22.167914516967187],[106.49013531850693,22.153434213868874],[106.44216931449377,22.080580188905493],[106.44692066394789,21.982159378784154],[106.49217161113012,21.969715368309043],[106.53787506778417,21.943243564207442],[106.4632110049335,21.87627216237775],[106.42316391667723,21.865411935054016],[106.38334308315687,21.929442025316863],[106.31026280345758,21.95500881047482],[106.30121261402114,21.93260959161962],[106.18469142502691,21.941886035791974],[106.17903505662913,21.907042806461664],[106.13536789259828,21.903422730687083],[106.10301346536299,21.936229667394198]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20907,"E":"District","POPULATION":46248,"LVLID":"VNP002005000000000000","NAME":"Binh Gia","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.131","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13536789259828,21.903422730687083],[106.17903505662913,21.907042806461664],[106.18469142502691,21.941886035791974],[106.30121261402114,21.93260959161962],[106.31026280345758,21.95500881047482],[106.38334308315687,21.929442025316863],[106.42316391667723,21.865411935054016],[106.41004114199438,21.756357152344854],[106.39759713151928,21.74934325553161],[106.34171221174923,21.69866219468752],[106.24532769425109,21.66381896535721],[106.22338098486772,21.669022824283164],[106.24238638268424,21.7145000262013],[106.11794627793313,21.778982625935967],[106.09939338958841,21.816088402625393],[106.13536789259828,21.903422730687083]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20909,"E":"District","POPULATION":55068,"LVLID":"VNP002004000000000000","NAME":"Bac Son","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.132","geometry":{"type":"MultiPolygon","coordinates":[[[[106.39759713151928,21.74934325553161],[106.41004114199438,21.756357152344854],[106.42316391667723,21.865411935054016],[106.4632110049335,21.87627216237775],[106.53787506778417,21.943243564207442],[106.49217161113012,21.969715368309043],[106.5851623075896,22.008178673413934],[106.61480167799395,21.964285254647177],[106.61072909274755,21.883738568662817],[106.63177078318728,21.87989223815233],[106.70666110077387,21.866995718205395],[106.71706881862578,21.831473724667347],[106.68969199558053,21.833283762554636],[106.63584336843368,21.78712779642877],[106.64376228419057,21.754320859721656],[106.62679317899725,21.735767971376944],[106.55959552243164,21.7633710491581],[106.5242997836295,21.74119808503881],[106.4571021270639,21.7368992450565],[106.46999864701084,21.697983430479788],[106.42587897350816,21.693458335761566],[106.3921670178574,21.7165363188245],[106.39759713151928,21.74934325553161]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20911,"E":"District","POPULATION":53720,"LVLID":"VNP002003000000000000","NAME":"Van Quan","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.133","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63063950950773,21.883512313926907],[106.70009971343244,21.970167877780867],[106.74489815114285,22.006142380790735],[106.78947033411734,22.004106088167532],[106.81028576982116,21.973561698819534],[106.92318688304081,21.97129915146042],[106.96527026392027,21.917224269577662],[106.99943472904286,21.950709970492507],[107.06572736666482,21.927179477957754],[107.06731114981619,21.890752465476062],[107.0308841373345,21.862696878223083],[106.96594902812801,21.832604998346905],[106.91006410835796,21.847311556181126],[106.87069578430943,21.838487621480592],[106.83087495078907,21.778982625935967],[106.78177767309636,21.766086105989036],[106.73132286698818,21.78758030590059],[106.80598692983885,21.83577256464966],[106.7582471805616,21.874688379226374],[106.70666110077387,21.866995718205395],[106.63177078318728,21.87989223815233],[106.63063950950773,21.883512313926907]]],[[[106.63584336843368,21.78712779642877],[106.68969199558053,21.833283762554636],[106.71706881862578,21.831473724667347],[106.72430897017493,21.778982625935967],[106.69353832609102,21.750022019739344],[106.64376228419057,21.754320859721656],[106.63584336843368,21.78712779642877]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20913,"E":"District","POPULATION":67860,"LVLID":"VNP002002000000000000","NAME":"Cao Loc","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.134","geometry":{"type":"MultiPolygon","coordinates":[[[[106.83087495078907,21.778982625935967],[106.87069578430943,21.838487621480592],[106.91006410835796,21.847311556181126],[106.96594902812801,21.832604998346905],[107.0308841373345,21.862696878223083],[107.02568027840854,21.82355480891046],[107.08971036867139,21.80726446792486],[107.19718136822918,21.73350542401783],[107.05961848879521,21.661556417998096],[107.05554590354882,21.628975736026895],[107.01097372057433,21.624676896044583],[107.02409649525717,21.584856062524228],[106.97839303860312,21.519468443845913],[106.9066702873193,21.509965744937645],[106.894678786316,21.486208997666978],[106.84490274441556,21.501594319708932],[106.86933825589396,21.53123369011329],[106.84603401809511,21.55680047527125],[106.77634755943448,21.56947074048227],[106.78200392783226,21.630333264442363],[106.76277227527983,21.68259810843783],[106.8211459971449,21.730111602979164],[106.83087495078907,21.778982625935967]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20915,"E":"District","POPULATION":69759,"LVLID":"VNP002006000000000000","NAME":"Loc Binh","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.135","geometry":{"type":"MultiPolygon","coordinates":[[[[106.42587897350816,21.693458335761566],[106.46999864701084,21.697983430479788],[106.4571021270639,21.7368992450565],[106.5242997836295,21.74119808503881],[106.55959552243164,21.7633710491581],[106.62679317899725,21.735767971376944],[106.64376228419057,21.754320859721656],[106.69353832609102,21.750022019739344],[106.72430897017493,21.778982625935967],[106.73132286698818,21.78758030590059],[106.78177767309636,21.766086105989036],[106.83087495078907,21.778982625935967],[106.8211459971449,21.730111602979164],[106.76277227527983,21.68259810843783],[106.78200392783226,21.630333264442363],[106.77634755943448,21.56947074048227],[106.75756841635386,21.53666380377516],[106.67566420195404,21.605445243492138],[106.57543335394541,21.599110110886627],[106.52543105730906,21.532364963792848],[106.45212452287386,21.564719391028138],[106.45574459864844,21.59549003511205],[106.42474769982861,21.648886152787075],[106.42587897350816,21.693458335761566]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20917,"E":"District","POPULATION":62808,"LVLID":"VNP002001000000000000","NAME":"Chi Lang","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.136","geometry":{"type":"MultiPolygon","coordinates":[[[[106.894678786316,21.486208997666978],[106.9066702873193,21.509965744937645],[106.97839303860312,21.519468443845913],[107.02409649525717,21.584856062524228],[107.01097372057433,21.624676896044583],[107.05554590354882,21.628975736026895],[107.05961848879521,21.661556417998096],[107.19718136822918,21.73350542401783],[107.25216126905558,21.701377251518455],[107.30510487725878,21.739840556623346],[107.36234732544429,21.667439041131786],[107.36619365595479,21.595263780376136],[107.29786472570963,21.589154902506536],[107.27727554474171,21.559741786838092],[107.20872035976065,21.538700096398358],[107.25012497643237,21.481910157684666],[107.24695741012962,21.43213411578422],[107.26980913845665,21.39774339592573],[107.25600759956606,21.364257695010885],[107.22116437023575,21.38597814965835],[107.1752346588458,21.361090128708128],[107.11482464435753,21.374439158126883],[107.0369930152041,21.322626823603237],[106.9942308701169,21.354302486630793],[106.99174206802188,21.43665921050244],[106.96436524497663,21.421500143196397],[106.89671507893921,21.448198202033907],[106.894678786316,21.486208997666978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20919,"E":"District","POPULATION":22822,"LVLID":"VNP002010000000000000","NAME":"Dinh Lap","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.137","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18899026500922,21.601372658245737],[106.22338098486772,21.669022824283164],[106.24532769425109,21.66381896535721],[106.34171221174923,21.69866219468752],[106.39759713151928,21.74934325553161],[106.3921670178574,21.7165363188245],[106.42587897350816,21.693458335761566],[106.42474769982861,21.648886152787075],[106.45574459864844,21.59549003511205],[106.45212452287386,21.564719391028138],[106.52543105730906,21.532364963792848],[106.52452603836541,21.49639046078298],[106.46094845757439,21.435754191558797],[106.41071990620212,21.426477747386443],[106.41999635037448,21.404983547474885],[106.35483498643207,21.394123320151152],[106.33786588123874,21.435754191558797],[106.2880898393383,21.449555730449376],[106.29057864143331,21.487340271346532],[106.25121031738477,21.4825889218924],[106.17269992402362,21.511549528089024],[106.17541498085455,21.594358761432492],[106.18899026500922,21.601372658245737]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20921,"E":"District","POPULATION":95359,"LVLID":"VNP002011000000000000","NAME":"Huu Lung","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.138","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1794416333738,21.812242072114902],[105.22084625004554,21.862696878223083],[105.25206940360127,21.830342450987793],[105.20908100377815,21.788711579580145],[105.1794416333738,21.812242072114902]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21101,"E":"Town","POPULATION":54566,"LVLID":"VNP023004000000000000","NAME":"Tuyen Quang town","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.139","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1122439768082,22.48806496828142],[105.1326069030402,22.531732132312268],[105.11495903363912,22.569742927945335],[105.15455361242357,22.637845603454583],[105.15093353664899,22.688526664298674],[105.27763618875923,22.64508575500374],[105.3199458243746,22.611826308824806],[105.33284234432153,22.63920313187005],[105.40117127456669,22.62743788560267],[105.44144461755887,22.603228628860183],[105.50547470782172,22.63309425400045],[105.53647160664154,22.631510470849072],[105.55117816447577,22.585807014195026],[105.59778664007347,22.53399467967138],[105.59959667796075,22.528790820745424],[105.59937042322484,22.52652827338631],[105.60344300847125,22.51770433868578],[105.59756038533754,22.494626355622845],[105.60118046111212,22.487159949337777],[105.55389322130671,22.433763831662752],[105.57583993069008,22.41656847173351],[105.57086232650003,22.409780829656174],[105.56565846757408,22.400730640219727],[105.56294341074315,22.400051876011997],[105.55728704234537,22.40095689495564],[105.55479824025035,22.402088168635196],[105.5373766255852,22.40276693284293],[105.53669786137746,22.402540678107016],[105.52877894562057,22.40276693284293],[105.52674265299737,22.40095689495564],[105.52629014352554,22.400278130747907],[105.51701369935319,22.34461946571377],[105.50434343414217,22.34054688046737],[105.50162837731123,22.339415606787814],[105.50140212257533,22.336926804692794],[105.50162837731123,22.33647429522097],[105.50208088678306,22.332854219446393],[105.50230714151897,22.32878163419999],[105.4905418952516,22.289413310151456],[105.44121836282297,22.256606373444345],[105.41633034187274,22.269050383919456],[105.32220837173372,22.25185502399021],[105.28419757610065,22.272444204958123],[105.29777286025532,22.354122164622037],[105.28465008557247,22.393264233934662],[105.20953351324998,22.42720244432133],[105.20297212590856,22.44801788002515],[105.11767409047006,22.48195609041182],[105.1122439768082,22.48806496828142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21103,"E":"District","POPULATION":51795,"LVLID":"VNP023005000000000000","NAME":"Na Hang","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.140","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0147281856305,22.264977798673055],[105.05432276441495,22.293485895397858],[105.09165479584028,22.357289730924794],[105.07740074747788,22.379915204515907],[105.1224254399242,22.453221738951108],[105.11767409047006,22.48195609041182],[105.20297212590856,22.44801788002515],[105.20953351324998,22.42720244432133],[105.28465008557247,22.393264233934662],[105.29777286025532,22.354122164622037],[105.28419757610065,22.272444204958123],[105.32220837173372,22.25185502399021],[105.41633034187274,22.269050383919456],[105.44121836282297,22.256606373444345],[105.43895581546386,22.207735350487543],[105.49823455627256,22.154339232812518],[105.46746391218865,22.112934616140784],[105.49416197102617,22.02741032596638],[105.46701140271684,21.96564278306264],[105.38261838622199,21.945732366302465],[105.37243692310598,22.0115724944526],[105.32876975907514,22.038496808026025],[105.29347402027301,22.008631182885757],[105.24211419522118,22.016550098642647],[105.24234044995708,22.055692167955268],[105.21224857008092,22.066778650014914],[105.17559530286331,22.013835041811713],[105.14980226296944,22.0176813723222],[105.16088874502908,22.10456319091207],[105.12287794939601,22.133976306580518],[105.13034435568109,22.17243961168541],[105.06427797279504,22.23352839038141],[105.0004741372681,22.236695956684166],[105.0147281856305,22.264977798673055]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21105,"E":"District","POPULATION":114231,"LVLID":"VNP023006000000000000","NAME":"Chiem Hoa","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.141","geometry":{"type":"MultiPolygon","coordinates":[[[[104.85295604945405,22.18329983900914],[104.89933827031584,22.180584782178208],[104.92060621549147,22.247103674536078],[104.89798074190037,22.268371619711722],[104.92377378179422,22.301404811154747],[104.98576757943388,22.321993992122657],[105.0147281856305,22.264977798673055],[105.0004741372681,22.236695956684166],[105.06427797279504,22.23352839038141],[105.13034435568109,22.17243961168541],[105.12287794939601,22.133976306580518],[105.16088874502908,22.10456319091207],[105.14980226296944,22.0176813723222],[105.13781076196615,22.00523736184709],[105.16315129238819,21.926048204278196],[105.12898682726562,21.92672696848593],[105.07400692643921,21.83803511200877],[105.02264710138739,21.93306210109144],[104.99097143835984,21.933514610563265],[105.00409421304268,21.985100690351],[104.93010891439974,22.05999100793758],[104.88621549563298,22.070851235261316],[104.86924639043966,22.095060492003803],[104.85295604945405,22.18329983900914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21107,"E":"District","POPULATION":87641,"LVLID":"VNP023002000000000000","NAME":"Ham Yen","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.142","geometry":{"type":"MultiPolygon","coordinates":[[[[105.07400692643921,21.83803511200877],[105.12898682726562,21.92672696848593],[105.16315129238819,21.926048204278196],[105.13781076196615,22.00523736184709],[105.14980226296944,22.0176813723222],[105.17559530286331,22.013835041811713],[105.21224857008092,22.066778650014914],[105.24234044995708,22.055692167955268],[105.24211419522118,22.016550098642647],[105.29347402027301,22.008631182885757],[105.32876975907514,22.038496808026025],[105.37243692310598,22.0115724944526],[105.38261838622199,21.945732366302465],[105.46701140271684,21.96564278306264],[105.49416197102617,22.02741032596638],[105.51090482148359,21.988268256653754],[105.55728704234537,21.959533905193044],[105.55864457076083,21.90659029698984],[105.52357508669462,21.873330850810905],[105.53285153086696,21.831473724667347],[105.50230714151897,21.82943743204415],[105.48239672475879,21.843691480406548],[105.42447551236555,21.824459827854103],[105.33736743903977,21.757714680760323],[105.25930955515042,21.764502322837657],[105.27605240560784,21.725812762996856],[105.23894662891843,21.65657881380805],[105.09255981478393,21.714273771465386],[105.07083936013646,21.74889074605979],[105.10432506105131,21.80975327001988],[105.07400692643921,21.83803511200877]],[[105.1794416333738,21.812242072114902],[105.20908100377815,21.788711579580145],[105.25206940360127,21.830342450987793],[105.22084625004554,21.862696878223083],[105.1794416333738,21.812242072114902]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21109,"E":"District","POPULATION":163949,"LVLID":"VNP023003000000000000","NAME":"Yen Son","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.143","geometry":{"type":"MultiPolygon","coordinates":[[[[105.23894662891843,21.65657881380805],[105.27605240560784,21.725812762996856],[105.25930955515042,21.764502322837657],[105.33736743903977,21.757714680760323],[105.42447551236555,21.824459827854103],[105.48239672475879,21.843691480406548],[105.50230714151897,21.82943743204415],[105.51407238778634,21.745723179757032],[105.49416197102617,21.700245977838897],[105.48239672475879,21.695268373648855],[105.48782683842066,21.66268769167765],[105.4885056026284,21.656805068543964],[105.48963687630794,21.654995030656675],[105.49348320681844,21.647076114899786],[105.49303069734661,21.64617109595614],[105.49303069734661,21.645492331748407],[105.49461448049799,21.643229784389295],[105.49823455627256,21.638478434935163],[105.50162837731123,21.63644214231196],[105.50456968887808,21.61155412136174],[105.5231225772228,21.595263780376136],[105.54439052239843,21.566981938387247],[105.53466156875426,21.552501635288937],[105.52832643614875,21.536211294303335],[105.51497740673,21.531686199585113],[105.51407238778634,21.529876161697825],[105.51203609516314,21.528744888018267],[105.51090482148359,21.527387359602802],[105.51045231201176,21.526029831187333],[105.4278693334042,21.4948066776316],[105.40049251035896,21.508381961786267],[105.39619367037665,21.509060725994],[105.39393112301754,21.510191999673555],[105.37809329150376,21.52150473646911],[105.32944852328288,21.505893159691244],[105.27582615087194,21.539831370077913],[105.23894662891843,21.65657881380805]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21111,"E":"District","POPULATION":146250,"LVLID":"VNP023001000000000000","NAME":"Son Duong","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.144","geometry":{"type":"MultiPolygon","coordinates":[[[[104.89526568506943,21.790521617467434],[104.95658071850134,21.72309770616592],[104.9538656616704,21.699793468367076],[104.94368419855441,21.685765674740587],[104.86902013570374,21.711332459898543],[104.9047683839777,21.75952471864761],[104.89526568506943,21.790521617467434]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21301,"E":"Town","POPULATION":72301,"LVLID":"VNP027002000000000000","NAME":"Yen Bai town","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.145","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21303,"E":"Town","POPULATION":18621,"LVLID":"VNP027004000000000000","NAME":"Nghia Lo town","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.146","geometry":{"type":"MultiPolygon","coordinates":[[[[104.56629129905465,22.08420026468007],[104.58823800843804,22.173344630629053],[104.62579629459928,22.17922725376274],[104.62896386090205,22.216559285188076],[104.5875592442303,22.24936622189519],[104.61063722729324,22.287150762792347],[104.7280634352311,22.253891316613412],[104.73077849206204,22.193707556861053],[104.7604178624664,22.17108208326994],[104.85295604945405,22.18329983900914],[104.86924639043966,22.095060492003803],[104.88621549563298,22.070851235261316],[104.86472129572142,22.03216167542051],[104.87829657987609,21.978765557745486],[104.8355344347889,21.932157082147796],[104.80453753596908,21.96496401885491],[104.75182018250177,21.933740865299175],[104.71313062266098,21.938039705281486],[104.56629129905465,22.08420026468007]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21305,"E":"District","POPULATION":81118,"LVLID":"VNP027008000000000000","NAME":"Luc Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.147","geometry":{"type":"MultiPolygon","coordinates":[[[[104.35904196096007,21.872878341339085],[104.43302725960301,21.933967120035085],[104.41899946597653,22.024469014399536],[104.38144117981527,22.065421121599446],[104.40203036078319,22.133523797108694],[104.41945197544834,22.198458906315185],[104.56629129905465,22.08420026468007],[104.71313062266098,21.938039705281486],[104.75182018250177,21.933740865299175],[104.74955763514266,21.922880637975442],[104.79684487494809,21.87581965290593],[104.74684257831173,21.837808857272858],[104.76856303295921,21.792784164826546],[104.69095765854169,21.708164893595786],[104.68281248804888,21.659520125374897],[104.59140557474079,21.728301565091876],[104.5242079181752,21.75703591655259],[104.47669442363386,21.73938804715152],[104.41945197544834,21.776041314369124],[104.34659795048496,21.826722375213215],[104.35904196096007,21.872878341339085]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21307,"E":"District","POPULATION":93110,"LVLID":"VNP027003000000000000","NAME":"Van Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.148","geometry":{"type":"MultiPolygon","coordinates":[[[[103.89046840288815,21.903875240158907],[103.94748459633774,21.915414231690374],[103.99024674142494,21.96519027359082],[104.01513476237517,21.915866741162198],[104.09183511784904,21.913151684331265],[104.1440999618445,21.89414628651473],[104.21831151522336,21.889168682324684],[104.23482811094487,21.921296854824064],[104.28799797388398,21.937813450545576],[104.32985510002754,21.916092995898108],[104.35904196096007,21.872878341339085],[104.34659795048496,21.826722375213215],[104.41945197544834,21.776041314369124],[104.39343268081856,21.765859851253122],[104.27193388763429,21.80771697739668],[104.3027045317182,21.750474529211168],[104.29817943699999,21.707712384123965],[104.34976551678771,21.665402748508587],[104.34388289365403,21.650696190674363],[104.21627522260016,21.66811780533952],[104.09771774098273,21.639835963350627],[104.03142510336077,21.669475333754985],[103.94092320899632,21.667439041131786],[103.9262166511621,21.698435939951608],[103.92169155644388,21.73305291454601],[103.97259887202388,21.76766988914041],[103.89476724287046,21.86156560454353],[103.89046840288815,21.903875240158907]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21309,"E":"District","POPULATION":32506,"LVLID":"VNP027001000000000000","NAME":"Mu Cang Chai","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.149","geometry":{"type":"MultiPolygon","coordinates":[[[[104.68281248804888,21.659520125374897],[104.69095765854169,21.708164893595786],[104.76856303295921,21.792784164826546],[104.74684257831173,21.837808857272858],[104.79684487494809,21.87581965290593],[104.83960702003529,21.826496120477305],[104.89526568506943,21.790521617467434],[104.9047683839777,21.75952471864761],[104.86902013570374,21.711332459898543],[104.94368419855441,21.685765674740587],[104.9538656616704,21.699793468367076],[104.98463630575432,21.66992784322681],[104.91155602605504,21.63010700970645],[104.90092205346721,21.560420551045826],[104.87150893779877,21.54458271953205],[104.87264021147831,21.539831370077913],[104.85680237996453,21.530102416433735],[104.78937846866303,21.56336186261267],[104.77354063714925,21.531459944849203],[104.73123100153387,21.528292378546446],[104.66154454287324,21.572185797313203],[104.65611442921137,21.61178037609765],[104.68281248804888,21.659520125374897]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21311,"E":"District","POPULATION":92587,"LVLID":"VNP027009000000000000","NAME":"Tran Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.150","geometry":{"type":"MultiPolygon","coordinates":[[[[104.74955763514266,21.922880637975442],[104.75182018250177,21.933740865299175],[104.80453753596908,21.96496401885491],[104.8355344347889,21.932157082147796],[104.87829657987609,21.978765557745486],[104.86472129572142,22.03216167542051],[104.88621549563298,22.070851235261316],[104.93010891439974,22.05999100793758],[105.00409421304268,21.985100690351],[104.99097143835984,21.933514610563265],[105.02264710138739,21.93306210109144],[105.07400692643921,21.83803511200877],[105.10432506105131,21.80975327001988],[105.07083936013646,21.74889074605979],[105.09255981478393,21.714273771465386],[105.10206251369219,21.67829926845552],[105.02626717716197,21.68825447683561],[104.98463630575432,21.66992784322681],[104.9538656616704,21.699793468367076],[104.95658071850134,21.72309770616592],[104.89526568506943,21.790521617467434],[104.83960702003529,21.826496120477305],[104.79684487494809,21.87581965290593],[104.74955763514266,21.922880637975442]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21313,"E":"District","POPULATION":91250,"LVLID":"VNP027007000000000000","NAME":"Yen Binh","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.151","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27193388763429,21.80771697739668],[104.39343268081856,21.765859851253122],[104.41945197544834,21.776041314369124],[104.47669442363386,21.73938804715152],[104.5242079181752,21.75703591655259],[104.59140557474079,21.728301565091876],[104.68281248804888,21.659520125374897],[104.65611442921137,21.61178037609765],[104.66154454287324,21.572185797313203],[104.73123100153387,21.528292378546446],[104.77354063714925,21.531459944849203],[104.78937846866303,21.56336186261267],[104.85680237996453,21.530102416433735],[104.87264021147831,21.539831370077913],[104.88282167459433,21.532817473264668],[104.91517610182962,21.446614418882533],[104.88734676931254,21.388240697017462],[104.90205332714676,21.341405966683862],[104.8579336536441,21.362673911859506],[104.81788656538782,21.33122450356786],[104.78349584552933,21.32375809728279],[104.75249894670951,21.35000364664848],[104.73756613413939,21.40407852853124],[104.6484217681904,21.38167930967604],[104.59117932000488,21.419690105309108],[104.6099584630855,21.451139513600754],[104.6669746565351,21.46267850513222],[104.64706423977493,21.51494334912769],[104.59932449049768,21.54322519111658],[104.5527160149,21.546845266891157],[104.50588128456639,21.515848368071335],[104.44977011006043,21.594358761432492],[104.45474771425047,21.626486933931872],[104.34976551678771,21.665402748508587],[104.29817943699999,21.707712384123965],[104.3027045317182,21.750474529211168],[104.27193388763429,21.80771697739668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21315,"E":"District","POPULATION":136752,"LVLID":"VNP027006000000000000","NAME":"Van Chan","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.152","geometry":{"type":"MultiPolygon","coordinates":[[[[104.34388289365403,21.650696190674363],[104.34976551678771,21.665402748508587],[104.45474771425047,21.626486933931872],[104.44977011006043,21.594358761432492],[104.50588128456639,21.515848368071335],[104.5527160149,21.546845266891157],[104.59932449049768,21.54322519111658],[104.64706423977493,21.51494334912769],[104.6669746565351,21.46267850513222],[104.6099584630855,21.451139513600754],[104.59117932000488,21.419690105309108],[104.55429979805137,21.407019840098084],[104.53438938129119,21.411318680080395],[104.4755631499543,21.348646118233017],[104.3024782769823,21.437111719974265],[104.2864141907326,21.469692401945466],[104.29795318226407,21.522183500676846],[104.28121033180665,21.548881559514356],[104.29410685175358,21.59978887509436],[104.34388289365403,21.650696190674363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21317,"E":"District","POPULATION":18884,"LVLID":"VNP027005000000000000","NAME":"Tram Tau","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.153","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70752018699035,21.574448344672316],[105.71815415957818,21.60386146034076],[105.77584911723551,21.58779737409107],[105.78014795721782,21.61178037609765],[105.81091860130174,21.61562670660814],[105.86137340740991,21.601372658245737],[105.8812838241701,21.57150703310547],[105.91069693983854,21.51652713227907],[105.88988150413472,21.488019035554267],[105.88264135258557,21.48485146925151],[105.87245988946957,21.521730991205022],[105.82969774438236,21.52897114275418],[105.81612246022769,21.506119414427157],[105.75797499309853,21.50453563127578],[105.70752018699035,21.574448344672316]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21501,"E":"City","POPULATION":186630,"LVLID":"VNP032002000000000000","NAME":"Thai Nguyen city","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.154","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81612246022769,21.506119414427157],[105.82969774438236,21.52897114275418],[105.87245988946957,21.521730991205022],[105.88264135258557,21.48485146925151],[105.8672560305436,21.436885465238355],[105.80888230867853,21.446614418882533],[105.81612246022769,21.506119414427157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21503,"E":"Town","POPULATION":35014,"LVLID":"VNP032001000000000000","NAME":"Song Cong town","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.155","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56068086338404,21.953877536795265],[105.59507158324253,22.00523736184709],[105.70118505438484,22.034424222779624],[105.75706997415489,22.009762456565312],[105.78286301404876,21.929894534788687],[105.76974023936592,21.911567901179886],[105.67674954290644,21.869032010828594],[105.66000669244902,21.848442829860684],[105.68874104390973,21.818350949984502],[105.6312723409883,21.778530116464147],[105.63240361466787,21.77491004068957],[105.57538742121827,21.743913141869744],[105.53013647403604,21.762013520742634],[105.49981833942394,21.776267569105034],[105.49913957521622,21.82581735626957],[105.53285153086696,21.831473724667347],[105.52357508669462,21.873330850810905],[105.55864457076083,21.90659029698984],[105.56068086338404,21.953877536795265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21505,"E":"District","POPULATION":92145,"LVLID":"VNP032005000000000000","NAME":"Dinh Hoa","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.156","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86748228527952,21.846632791973395],[105.9159007987645,21.892109993891527],[105.95097028283072,21.89867138123295],[105.9810621627069,21.937134686337842],[106.0235980530582,21.946184875774286],[106.10301346536299,21.936229667394198],[106.13536789259828,21.903422730687083],[106.09939338958841,21.816088402625393],[106.11794627793313,21.778982625935967],[106.24238638268424,21.7145000262013],[106.22338098486772,21.669022824283164],[106.18899026500922,21.601372658245737],[106.1661385366822,21.623319367629115],[106.07903046335642,21.60951782873854],[106.00323512682618,21.67671548530414],[106.00187759841073,21.716083809352675],[105.9057193356485,21.687575712627876],[105.89802667462752,21.724228979845478],[105.92517724293685,21.772647493330457],[105.86454097371268,21.778530116464147],[105.86748228527952,21.846632791973395]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21507,"E":"District","POPULATION":50101,"LVLID":"VNP032004000000000000","NAME":"Vo Nhai","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.157","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6312723409883,21.778530116464147],[105.68874104390973,21.818350949984502],[105.66000669244902,21.848442829860684],[105.67674954290644,21.869032010828594],[105.76974023936592,21.911567901179886],[105.76498888991178,21.814957128945835],[105.80345219501667,21.802060608998904],[105.79870084556254,21.751153293418902],[105.82766145175916,21.720382649334987],[105.79078192980565,21.691422043138363],[105.81091860130174,21.61562670660814],[105.78014795721782,21.61178037609765],[105.73240820794058,21.663366455885384],[105.68964606285337,21.677620504247788],[105.64801519144574,21.717893847239967],[105.63240361466787,21.77491004068957],[105.6312723409883,21.778530116464147]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21509,"E":"District","POPULATION":101638,"LVLID":"VNP032006000000000000","NAME":"Phu Luong","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.158","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79078192980565,21.691422043138363],[105.82766145175916,21.720382649334987],[105.79870084556254,21.751153293418902],[105.80345219501667,21.802060608998904],[105.81612246022769,21.838713876216506],[105.86748228527952,21.846632791973395],[105.86454097371268,21.778530116464147],[105.92517724293685,21.772647493330457],[105.89802667462752,21.724228979845478],[105.9057193356485,21.687575712627876],[106.00187759841073,21.716083809352675],[106.00323512682618,21.67671548530414],[106.07903046335642,21.60951782873854],[106.03491078985375,21.560194296309913],[106.0482598192725,21.51856342490227],[105.99622123001295,21.561099315253557],[105.99599497527703,21.560646805781737],[105.92314095031365,21.587118609883337],[105.8812838241701,21.57150703310547],[105.86137340740991,21.601372658245737],[105.81091860130174,21.61562670660814],[105.79078192980565,21.691422043138363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21511,"E":"District","POPULATION":105575,"LVLID":"VNP032007000000000000","NAME":"Dong Hy","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.159","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48239672475879,21.695268373648855],[105.49416197102617,21.700245977838897],[105.53013647403604,21.762013520742634],[105.57538742121827,21.743913141869744],[105.63240361466787,21.77491004068957],[105.64801519144574,21.717893847239967],[105.68964606285337,21.677620504247788],[105.73240820794058,21.663366455885384],[105.78014795721782,21.61178037609765],[105.77584911723551,21.58779737409107],[105.71815415957818,21.60386146034076],[105.70752018699035,21.574448344672316],[105.67154568398048,21.546845266891157],[105.74236341632067,21.489602818705645],[105.71724914063454,21.427382766330087],[105.65729163561808,21.454985844111242],[105.61769705683363,21.50272559338849],[105.5477843434371,21.57128077836956],[105.5231225772228,21.595263780376136],[105.50456968887808,21.61155412136174],[105.50162837731123,21.63644214231196],[105.49823455627256,21.638478434935163],[105.49461448049799,21.643229784389295],[105.49303069734661,21.645492331748407],[105.49303069734661,21.64617109595614],[105.49348320681844,21.647076114899786],[105.48963687630794,21.654995030656675],[105.4885056026284,21.656805068543964],[105.48782683842066,21.66268769167765],[105.48239672475879,21.695268373648855]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21513,"E":"District","POPULATION":151569,"LVLID":"VNP032003000000000000","NAME":"Dai Tu","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.160","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8812838241701,21.57150703310547],[105.92314095031365,21.587118609883337],[105.99599497527703,21.560646805781737],[105.99622123001295,21.561099315253557],[106.0482598192725,21.51856342490227],[106.05572622555756,21.457700900942175],[106.01658415624495,21.400232198020753],[105.97766834166823,21.417427557949996],[105.94576642390477,21.396612122246175],[105.92155716716228,21.41154493481631],[105.88988150413472,21.488019035554267],[105.91069693983854,21.51652713227907],[105.8812838241701,21.57150703310547]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21515,"E":"District","POPULATION":125111,"LVLID":"VNP032009000000000000","NAME":"Phu Binh","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.161","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67154568398048,21.546845266891157],[105.70752018699035,21.574448344672316],[105.75797499309853,21.50453563127578],[105.81612246022769,21.506119414427157],[105.80888230867853,21.446614418882533],[105.8672560305436,21.436885465238355],[105.88264135258557,21.48485146925151],[105.88988150413472,21.488019035554267],[105.92155716716228,21.41154493481631],[105.94576642390477,21.396612122246175],[105.8853564094165,21.334165815134703],[105.89621663674023,21.32353184254688],[105.8711023610541,21.32534188043417],[105.86182591688174,21.373081629711418],[105.80661976131942,21.382584328619686],[105.78942440139018,21.35724379819764],[105.75503368153169,21.413354972703598],[105.73059817005328,21.40996115166493],[105.71724914063454,21.427382766330087],[105.74236341632067,21.489602818705645],[105.67154568398048,21.546845266891157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21517,"E":"District","POPULATION":136067,"LVLID":"VNP032008000000000000","NAME":"Pho Yen","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.162","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33487863694474,21.313576634166793],[105.3380462032475,21.358827581349015],[105.38148711254243,21.36765151604955],[105.45728244907265,21.31335037943088],[105.44529094806937,21.27850715010057],[105.33487863694474,21.313576634166793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21701,"E":"City","POPULATION":125083,"LVLID":"VNP035009000000000000","NAME":"Viet Tri city","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.163","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19595822909531,21.38982448016884],[105.2036508901163,21.426704002122353],[105.2446029973162,21.45453333463942],[105.25727326252722,21.417201303214085],[105.20500841853176,21.362447657123596],[105.19595822909531,21.38982448016884]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21703,"E":"Town","POPULATION":38022,"LVLID":"VNP035008000000000000","NAME":"Phu Tho town","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.164","geometry":{"type":"MultiPolygon","coordinates":[[[[105.02626717716197,21.68825447683561],[105.10206251369219,21.67829926845552],[105.09255981478393,21.714273771465386],[105.23894662891843,21.65657881380805],[105.27582615087194,21.539831370077913],[105.21677366479913,21.507703197578532],[105.16337754712411,21.538700096398358],[105.15161230085673,21.573995835200492],[105.05387025494312,21.610875357154004],[105.02626717716197,21.68825447683561]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21705,"E":"District","POPULATION":96642,"LVLID":"VNP035007000000000000","NAME":"Doan Hung","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.165","geometry":{"type":"MultiPolygon","coordinates":[[[[104.87150893779877,21.54458271953205],[104.90092205346721,21.560420551045826],[104.91155602605504,21.63010700970645],[104.98463630575432,21.66992784322681],[105.02626717716197,21.68825447683561],[105.05387025494312,21.610875357154004],[105.15161230085673,21.573995835200492],[105.08124707798837,21.499105517613913],[105.08735595585797,21.481005138741022],[104.98305252260295,21.49231787553658],[104.98373128681068,21.485303978723334],[104.94526798170578,21.501594319708932],[104.91766490392463,21.5416414079652],[104.88282167459433,21.532817473264668],[104.87264021147831,21.539831370077913],[104.87150893779877,21.54458271953205]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21707,"E":"District","POPULATION":107297,"LVLID":"VNP035010000000000000","NAME":"Ha Hoa","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.166","geometry":{"type":"MultiPolygon","coordinates":[[[[105.08124707798837,21.499105517613913],[105.15161230085673,21.573995835200492],[105.16337754712411,21.538700096398358],[105.21677366479913,21.507703197578532],[105.21632115532731,21.49028158291338],[105.23510029840793,21.463357269339955],[105.19595822909531,21.38982448016884],[105.21994123110188,21.36561522342635],[105.20772347536268,21.32488937096235],[105.16066249029318,21.393444555943418],[105.15658990504677,21.425346473706885],[105.08735595585797,21.481005138741022],[105.08124707798837,21.499105517613913]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21709,"E":"District","POPULATION":112628,"LVLID":"VNP035006000000000000","NAME":"Thanh Ba","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.167","geometry":{"type":"MultiPolygon","coordinates":[[[[105.21632115532731,21.49028158291338],[105.21677366479913,21.507703197578532],[105.27582615087194,21.539831370077913],[105.32944852328288,21.505893159691244],[105.34053500534252,21.468108618794087],[105.34189253375799,21.46448854301951],[105.35456279896901,21.413807482175418],[105.40275505771808,21.406567330626263],[105.39777745352804,21.360185109764483],[105.3380462032475,21.358827581349015],[105.33465238220883,21.313576634166793],[105.35954040315904,21.307920265769013],[105.35773036527176,21.2567866954531],[105.31768327701549,21.24841527022439],[105.26451341407638,21.282127225875147],[105.27876746243878,21.331903267775594],[105.24098292154163,21.39389706541524],[105.25727326252722,21.417201303214085],[105.23510029840793,21.463357269339955],[105.21632115532731,21.49028158291338]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21711,"E":"District","POPULATION":234731,"LVLID":"VNP035003000000000000","NAME":"Phong Chau","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.168","geometry":{"type":"MultiPolygon","coordinates":[[[[104.98305252260295,21.49231787553658],[105.08735595585797,21.481005138741022],[105.15658990504677,21.425346473706885],[105.16066249029318,21.393444555943418],[105.20772347536268,21.32488937096235],[105.15229106506446,21.265610630153635],[105.12785555358606,21.340953457212038],[105.08124707798837,21.362447657123596],[104.9984378446449,21.435754191558797],[104.98373128681068,21.485303978723334],[104.98305252260295,21.49231787553658]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21713,"E":"District","POPULATION":121741,"LVLID":"VNP035004000000000000","NAME":"Song Thao","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.169","geometry":{"type":"MultiPolygon","coordinates":[[[[104.88282167459433,21.532817473264668],[104.91766490392463,21.5416414079652],[104.94526798170578,21.501594319708932],[104.98373128681068,21.485303978723334],[104.9984378446449,21.435754191558797],[105.08124707798837,21.362447657123596],[105.12785555358606,21.340953457212038],[105.15229106506446,21.265610630153635],[105.16496133027549,21.24637897760119],[105.16790264184233,21.19863922832394],[105.09436985267122,21.228731108200122],[105.06993434119282,21.2649318659459],[105.02355212033103,21.289367377424302],[104.94391045329031,21.301811387899413],[104.90205332714676,21.341405966683862],[104.88734676931254,21.388240697017462],[104.91517610182962,21.446614418882533],[104.88282167459433,21.532817473264668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21715,"E":"District","POPULATION":71957,"LVLID":"VNP035001000000000000","NAME":"Yen Lap","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.170","geometry":{"type":"MultiPolygon","coordinates":[[[[105.15229106506446,21.265610630153635],[105.20772347536268,21.32488937096235],[105.21994123110188,21.36561522342635],[105.24098292154163,21.39389706541524],[105.27876746243878,21.331903267775594],[105.26451341407638,21.282127225875147],[105.31768327701549,21.24841527022439],[105.35773036527176,21.2567866954531],[105.35116897793034,21.20633188934492],[105.30569177601221,21.188910274679763],[105.29370027500892,21.154972064293098],[105.32447091909283,21.112436173941806],[105.29845162446304,21.047501064735314],[105.32039833384643,21.01288409014091],[105.29483154868846,21.005870193327667],[105.25591573411175,21.070805302534158],[105.2891751802907,21.10112343714625],[105.24437674258029,21.138681723307496],[105.23939913839024,21.2058793798731],[105.21790493847868,21.251356581791235],[105.16496133027549,21.24637897760119],[105.15229106506446,21.265610630153635]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21717,"E":"District","POPULATION":143262,"LVLID":"VNP035005000000000000","NAME":"Tam Thanh","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.171","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81788656538782,21.33122450356786],[104.8579336536441,21.362673911859506],[104.90205332714676,21.341405966683862],[104.94391045329031,21.301811387899413],[105.02355212033103,21.289367377424302],[105.06993434119282,21.2649318659459],[105.09436985267122,21.228731108200122],[105.16790264184233,21.19863922832394],[105.16496133027549,21.24637897760119],[105.21790493847868,21.251356581791235],[105.23939913839024,21.2058793798731],[105.24437674258029,21.138681723307496],[105.2891751802907,21.10112343714625],[105.25591573411175,21.070805302534158],[105.29483154868846,21.005870193327667],[105.32039833384643,21.01288409014091],[105.34890643057123,20.938898791497977],[105.28148251926972,20.92125092209691],[105.19776826698259,20.95586789669131],[105.1366794882866,20.9352787157234],[105.09527487161486,20.959035462994066],[105.07197063381602,20.999308805986246],[104.96721469108917,21.057682527851313],[104.91630737550916,21.069447774118693],[104.91743864918872,21.070579047798248],[104.92422629126605,21.072389085685536],[104.91653363024507,21.10904235290314],[104.85815990838,21.14773191274394],[104.86856762623192,21.2079156724963],[104.85001473788721,21.223527249274166],[104.84752593579218,21.308825284712658],[104.81788656538782,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21719,"E":"District","POPULATION":170697,"LVLID":"VNP035002000000000000","NAME":"Thanh Son","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.172","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5984654042812,21.293892472142524],[105.59688162112981,21.293439962670703],[105.57674494963372,21.32307933307506],[105.62425844417507,21.33959592879657],[105.6455263893507,21.29728629318119],[105.5984654042812,21.293892472142524]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21901,"E":"Town","POPULATION":32747,"LVLID":"VNP026004000000000000","NAME":"Vinh Yen town","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.173","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37809329150376,21.52150473646911],[105.39393112301754,21.510191999673555],[105.39619367037665,21.509060725994],[105.40049251035896,21.508381961786267],[105.4278693334042,21.4948066776316],[105.51045231201176,21.526029831187333],[105.51090482148359,21.527387359602802],[105.51203609516314,21.528744888018267],[105.51407238778634,21.529876161697825],[105.51497740673,21.531686199585113],[105.52832643614875,21.536211294303335],[105.53466156875426,21.552501635288937],[105.54439052239843,21.566981938387247],[105.5477843434371,21.57128077836956],[105.61769705683363,21.50272559338849],[105.52583763405373,21.429419058953286],[105.53262527613106,21.401363471700307],[105.50389092467034,21.342989749835237],[105.50932103833222,21.336202107757906],[105.45298360909034,21.29706003844528],[105.405470114549,21.34751484455346],[105.40275505771808,21.406567330626263],[105.35456279896901,21.413807482175418],[105.34189253375799,21.46448854301951],[105.34053500534252,21.468108618794087],[105.32831724960332,21.491639111328844],[105.37809329150376,21.52150473646911]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21903,"E":"District","POPULATION":211376,"LVLID":"VNP026003000000000000","NAME":"Lap Thach","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.174","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50389092467034,21.342989749835237],[105.53262527613106,21.401363471700307],[105.52583763405373,21.429419058953286],[105.61769705683363,21.50272559338849],[105.65729163561808,21.454985844111242],[105.71724914063454,21.427382766330087],[105.73059817005328,21.40996115166493],[105.71408157433177,21.36946155393684],[105.71385531959587,21.36946155393684],[105.68263216604014,21.225789796633276],[105.64009627568885,21.21357204089408],[105.60638432003809,21.24004384499568],[105.5984654042812,21.293892472142524],[105.6455263893507,21.29728629318119],[105.62425844417507,21.33959592879657],[105.57674494963372,21.32307933307506],[105.59688162112981,21.293439962670703],[105.53918666347248,21.280995952195592],[105.50932103833222,21.336202107757906],[105.50389092467034,21.342989749835237]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21905,"E":"District","POPULATION":232707,"LVLID":"VNP026001000000000000","NAME":"Tam Dao","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.175","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44891102384395,21.261538044907233],[105.44891102384395,21.26266931858679],[105.45298360909034,21.29706003844528],[105.50932103833222,21.336202107757906],[105.53918666347248,21.280995952195592],[105.52651639826146,21.261990554379057],[105.55140441921168,21.23099365555923],[105.54280673924706,21.15316202640581],[105.51904999197639,21.15316202640581],[105.4785503942483,21.170131131599142],[105.44891102384395,21.261538044907233]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21907,"E":"District","POPULATION":180063,"LVLID":"VNP026005000000000000","NAME":"Vinh Tuong","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.176","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52651639826146,21.261990554379057],[105.53918666347248,21.280995952195592],[105.59688162112981,21.293439962670703],[105.5984654042812,21.293892472142524],[105.60638432003809,21.24004384499568],[105.64009627568885,21.21357204089408],[105.61860207577729,21.202485558834432],[105.63014106730876,21.16990487686323],[105.54280673924706,21.15316202640581],[105.55140441921168,21.23099365555923],[105.52651639826146,21.261990554379057]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21909,"E":"District","POPULATION":138214,"LVLID":"VNP026006000000000000","NAME":"Yen Lac","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.177","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61860207577729,21.202485558834432],[105.64009627568885,21.21357204089408],[105.68263216604014,21.225789796633276],[105.71385531959587,21.36946155393684],[105.71408157433177,21.36946155393684],[105.73059817005328,21.40996115166493],[105.75503368153169,21.413354972703598],[105.78942440139018,21.35724379819764],[105.72946689637374,21.239591335523855],[105.79440200558022,21.18800525573612],[105.77720664565098,21.140265506458874],[105.73829083107427,21.118997561283226],[105.63172485046013,21.168094838975943],[105.63014106730876,21.16990487686323],[105.61860207577729,21.202485558834432]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21911,"E":"District","POPULATION":207986,"LVLID":"VNP026002000000000000","NAME":"Me Linh","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.178","geometry":{"type":"MultiPolygon","coordinates":[[[[106.15708834724575,21.31131408680768],[106.18695397238602,21.318554238356835],[106.23062113641687,21.297738802653015],[106.22654855117047,21.267420668040923],[106.18627520817829,21.260859280699503],[106.18333389661144,21.265384375417725],[106.15867213039714,21.279638423780124],[106.15708834724575,21.31131408680768]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22101,"E":"Town","POPULATION":74887,"LVLID":"VNP031006000000000000","NAME":"Bac Giang town","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.179","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03491078985375,21.560194296309913],[106.07903046335642,21.60951782873854],[106.1661385366822,21.623319367629115],[106.18899026500922,21.601372658245737],[106.17541498085455,21.594358761432492],[106.17269992402362,21.511549528089024],[106.25121031738477,21.4825889218924],[106.29057864143331,21.487340271346532],[106.2880898393383,21.449555730449376],[106.25845046893393,21.45679588199853],[106.18175011346007,21.420368869516842],[106.13717793048558,21.4459356546748],[106.05572622555756,21.457700900942175],[106.0482598192725,21.51856342490227],[106.03491078985375,21.560194296309913]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22103,"E":"District","POPULATION":89858,"LVLID":"VNP031007000000000000","NAME":"Yen The","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.180","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01658415624495,21.400232198020753],[106.05572622555756,21.457700900942175],[106.13717793048558,21.4459356546748],[106.18175011346007,21.420368869516842],[106.17066363140042,21.403173509587596],[106.19781419970975,21.344347278250705],[106.18695397238602,21.318554238356835],[106.15708834724575,21.31131408680768],[106.14939568622478,21.327830682529193],[106.03898337510014,21.335749598286082],[106.0116065520549,21.366972751841818],[106.01658415624495,21.400232198020753]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22105,"E":"District","POPULATION":153824,"LVLID":"VNP031003000000000000","NAME":"Tan Yen","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.181","geometry":{"type":"MultiPolygon","coordinates":[[[[106.46094845757439,21.435754191558797],[106.52452603836541,21.49639046078298],[106.52543105730906,21.532364963792848],[106.57543335394541,21.599110110886627],[106.67566420195404,21.605445243492138],[106.75756841635386,21.53666380377516],[106.77634755943448,21.56947074048227],[106.84603401809511,21.55680047527125],[106.86933825589396,21.53123369011329],[106.84490274441556,21.501594319708932],[106.81051202455707,21.502046829180756],[106.78155141836045,21.45023449465711],[106.78562400360684,21.39615961277435],[106.75145953848427,21.347741099289372],[106.76571358684667,21.29728629318119],[106.69851593028106,21.263800592266346],[106.61819549903262,21.263348082794522],[106.54443645512559,21.30927779418448],[106.45800714600755,21.338690909852925],[106.48538396905279,21.380321781260573],[106.46094845757439,21.435754191558797]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22107,"E":"District","POPULATION":158513,"LVLID":"VNP031001000000000000","NAME":"Luc Ngan","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.182","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8853564094165,21.334165815134703],[105.94576642390477,21.396612122246175],[105.97766834166823,21.417427557949996],[106.01658415624495,21.400232198020753],[106.0116065520549,21.366972751841818],[106.03898337510014,21.335749598286082],[106.04328221508246,21.275565838533723],[106.00662894786485,21.254976657565813],[105.98219343638645,21.22035968297141],[105.94146758392246,21.241175118675233],[105.93332241342965,21.29253494372706],[105.89621663674023,21.32353184254688],[105.8853564094165,21.334165815134703]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22109,"E":"District","POPULATION":194113,"LVLID":"VNP031010000000000000","NAME":"Hiep Hoa","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.183","geometry":{"type":"MultiPolygon","coordinates":[[[[106.17066363140042,21.403173509587596],[106.18175011346007,21.420368869516842],[106.25845046893393,21.45679588199853],[106.2880898393383,21.449555730449376],[106.33786588123874,21.435754191558797],[106.35483498643207,21.394123320151152],[106.31682419079901,21.370592827616395],[106.29487748141563,21.327830682529193],[106.30528519926753,21.28280599008288],[106.22654855117047,21.267420668040923],[106.23062113641687,21.297738802653015],[106.18695397238602,21.318554238356835],[106.19781419970975,21.344347278250705],[106.17066363140042,21.403173509587596]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22111,"E":"District","POPULATION":179875,"LVLID":"VNP031002000000000000","NAME":"Lang Giang","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.184","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66208891779938,21.171036150542786],[106.69037075978827,21.205200615665365],[106.69851593028106,21.263800592266346],[106.76571358684667,21.29728629318119],[106.75145953848427,21.347741099289372],[106.78562400360684,21.39615961277435],[106.78155141836045,21.45023449465711],[106.81051202455707,21.502046829180756],[106.84490274441556,21.501594319708932],[106.894678786316,21.486208997666978],[106.89671507893921,21.448198202033907],[106.96436524497663,21.421500143196397],[106.99174206802188,21.43665921050244],[106.9942308701169,21.354302486630793],[107.0369930152041,21.322626823603237],[106.97748801965948,21.281900971139237],[106.98337064279316,21.2242060134819],[106.94060849770597,21.16628480108865],[106.92137684515352,21.181443868394698],[106.82883865816586,21.158818394803586],[106.83291124341227,21.149768205367142],[106.71978387545671,21.158592140067675],[106.66208891779938,21.171036150542786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22113,"E":"District","POPULATION":58200,"LVLID":"VNP031009000000000000","NAME":"Son Dong","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.185","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29487748141563,21.327830682529193],[106.31682419079901,21.370592827616395],[106.35483498643207,21.394123320151152],[106.41999635037448,21.404983547474885],[106.41071990620212,21.426477747386443],[106.46094845757439,21.435754191558797],[106.48538396905279,21.380321781260573],[106.45800714600755,21.338690909852925],[106.54443645512559,21.30927779418448],[106.61819549903262,21.263348082794522],[106.69851593028106,21.263800592266346],[106.69037075978827,21.205200615665365],[106.66208891779938,21.171036150542786],[106.61412291378622,21.168094838975943],[106.54964031405154,21.188231510472033],[106.50642565949252,21.221264701915054],[106.42791526613136,21.227373579784654],[106.34849985382657,21.162212215842253],[106.32881569180229,21.188684019943853],[106.33130449389732,21.231672419766966],[106.30528519926753,21.28280599008288],[106.29487748141563,21.327830682529193]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22115,"E":"District","POPULATION":177105,"LVLID":"VNP031008000000000000","NAME":"Luc Nam","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.186","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00662894786485,21.254976657565813],[106.04328221508246,21.275565838533723],[106.03898337510014,21.335749598286082],[106.14939568622478,21.327830682529193],[106.15708834724575,21.31131408680768],[106.15867213039714,21.279638423780124],[106.14441808203473,21.2710407438155],[106.14690688412975,21.24615272286528],[106.14645437465794,21.24027009973159],[106.15459954515073,21.20814192723221],[106.11047987164807,21.19841297358803],[106.08989069068015,21.20633188934492],[106.00662894786485,21.254976657565813]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22117,"E":"District","POPULATION":147958,"LVLID":"VNP031004000000000000","NAME":"Viet Yen","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.187","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14441808203473,21.2710407438155],[106.15867213039714,21.279638423780124],[106.18333389661144,21.265384375417725],[106.18627520817829,21.260859280699503],[106.22654855117047,21.267420668040923],[106.30528519926753,21.28280599008288],[106.33130449389732,21.231672419766966],[106.32881569180229,21.188684019943853],[106.30370141611616,21.11922381601914],[106.25686668578255,21.168999857919587],[106.17450996191091,21.178955066299675],[106.15459954515073,21.20814192723221],[106.14645437465794,21.24027009973159],[106.14690688412975,21.24615272286528],[106.14441808203473,21.2710407438155]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22119,"E":"District","POPULATION":159435,"LVLID":"VNP031005000000000000","NAME":"Yen Dung","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.188","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03920962983605,21.15180449799034],[106.08989069068015,21.20633188934492],[106.11047987164807,21.19841297358803],[106.07925671809232,21.155877083236742],[106.03920962983605,21.15180449799034]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22301,"E":"Town","POPULATION":64080,"LVLID":"VNP020001000000000000","NAME":"Bac Ninh town","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.189","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90798188300761,21.222395975594612],[105.94146758392246,21.241175118675233],[105.98219343638645,21.22035968297141],[106.00662894786485,21.254976657565813],[106.08989069068015,21.20633188934492],[106.03920962983605,21.15180449799034],[106.01205906152673,21.180312594715144],[105.96205676489036,21.15316202640581],[105.92766604503187,21.16130719689861],[105.91069693983854,21.19004154835932],[105.90798188300761,21.222395975594612]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22303,"E":"District","POPULATION":128875,"LVLID":"VNP020006000000000000","NAME":"Yen Phong","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.190","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07925671809232,21.155877083236742],[106.11047987164807,21.19841297358803],[106.15459954515073,21.20814192723221],[106.17450996191091,21.178955066299675],[106.25686668578255,21.168999857919587],[106.30370141611616,21.11922381601914],[106.29985508560567,21.10519602239265],[106.28492227303553,21.102480965561718],[106.2516628268566,21.11198366446998],[106.194646633407,21.093883285597094],[106.15324201673526,21.104064748713093],[106.13536789259828,21.077366689875582],[106.10459724851437,21.071484066741892],[106.07925671809232,21.155877083236742]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22305,"E":"District","POPULATION":141643,"LVLID":"VNP020002000000000000","NAME":"Que Vo","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.191","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92042589348272,21.121938872850073],[105.92766604503187,21.16130719689861],[105.96205676489036,21.15316202640581],[106.01205906152673,21.180312594715144],[106.03920962983605,21.15180449799034],[106.07925671809232,21.155877083236742],[106.10459724851437,21.071484066741892],[106.062287612899,21.08279680353745],[106.0075339668085,21.06695897202367],[105.97404826589366,21.06899526464687],[105.92110465769045,21.116735013924117],[105.92042589348272,21.121938872850073]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22307,"E":"District","POPULATION":225175,"LVLID":"VNP020003000000000000","NAME":"Tien Son","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.192","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00617643839304,21.003833900704468],[106.02472932673774,21.038450875298867],[106.0075339668085,21.06695897202367],[106.062287612899,21.08279680353745],[106.10459724851437,21.071484066741892],[106.13536789259828,21.077366689875582],[106.133557854711,21.071484066741892],[106.14509684624247,21.00021382492989],[106.13061654314416,20.981434681849265],[106.09124821909562,21.003381391232644],[106.00640269312895,20.998856296514422],[106.00617643839304,21.003833900704468]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22309,"E":"District","POPULATION":132515,"LVLID":"VNP020004000000000000","NAME":"Thuan Thanh","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.193","geometry":{"type":"MultiPolygon","coordinates":[[[[106.133557854711,21.071484066741892],[106.13536789259828,21.077366689875582],[106.15324201673526,21.104064748713093],[106.194646633407,21.093883285597094],[106.2516628268566,21.11198366446998],[106.28492227303553,21.102480965561718],[106.29985508560567,21.10519602239265],[106.31410913396807,21.057908782587226],[106.27745586675047,20.989127342870244],[106.25188908159251,20.994783711268024],[106.17518872611865,20.970574454525533],[106.14509684624247,21.00021382492989],[106.133557854711,21.071484066741892]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22311,"E":"District","POPULATION":216443,"LVLID":"VNP020005000000000000","NAME":"Gia Luong","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.194","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17342462095851,21.028948176390603],[107.18270106513087,21.023970572200557],[107.17229334727895,20.963560557712288],[107.19650260402145,20.94591268831122],[107.16799450729664,20.92577601681513],[107.07206249927033,20.95405785880402],[107.11889722960393,21.00813274068678],[107.17342462095851,21.028948176390603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22501,"E":"City","POPULATION":133254,"LVLID":"VNP014005000000000000","NAME":"Ha Long city","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.195","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17229334727895,20.963560557712288],[107.18270106513087,21.023970572200557],[107.22093811549985,21.081439275121983],[107.27320295949531,21.102028456089894],[107.23768096595727,21.140039251722964],[107.25849640166109,21.183706415753807],[107.34469945604323,21.19253035045434],[107.36415736333159,21.217644626140476],[107.37139751488074,21.219228409291855],[107.36528863701113,21.1732986979019],[107.39040291269727,21.150220714838962],[107.36415736333159,21.10089718241034],[107.37637511907079,21.021481770105535],[107.3460569844587,20.994783711268024],[107.25623385430198,20.997272513363043],[107.19650260402145,20.94591268831122],[107.17229334727895,20.963560557712288]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22503,"E":"Town","POPULATION":254576,"LVLID":"VNP014013000000000000","NAME":"Cam Pha town","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.196","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71978387545671,21.158592140067675],[106.83291124341227,21.149768205367142],[106.85146413175698,21.129631533871052],[106.83766259286641,21.029853195334248],[106.78290894677592,21.018314203802777],[106.76752362473395,20.990937380757533],[106.73177537645999,20.996820003891223],[106.70960241234071,21.04501226264029],[106.72249893228765,21.081439275121983],[106.721593913344,21.082344294065628],[106.69489585450648,21.11764003286776],[106.71978387545671,21.158592140067675]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22505,"E":"Town","POPULATION":136879,"LVLID":"VNP014012000000000000","NAME":"Uong Bi town","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.197","geometry":{"type":"MultiPolygon","coordinates":[[[[107.27727554474171,21.559741786838092],[107.29786472570963,21.589154902506536],[107.36619365595479,21.595263780376136],[107.47208087236119,21.66246143694174],[107.5008152238219,21.604087715076673],[107.5476499541555,21.586892355147427],[107.56575033302839,21.611101611889918],[107.60828622337968,21.604540224548494],[107.61394259177746,21.558384258422624],[107.58385071190128,21.51494334912769],[107.52660826371577,21.525577321715513],[107.54018354787044,21.488697799762],[107.47343840077666,21.44231557890022],[107.39854808319008,21.465846071434978],[107.37366006223985,21.435075427351062],[107.34288941815593,21.488471545026087],[107.30035352780465,21.514490839655867],[107.27727554474171,21.559741786838092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22507,"E":"District","POPULATION":20264,"LVLID":"VNP014011000000000000","NAME":"Binh Lieu","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.198","geometry":{"type":"MultiPolygon","coordinates":[[[[107.78906375737267,21.50430937653987],[107.76689079325338,21.50317810286031],[107.73951397020814,21.553859163704402],[107.74946917858823,21.63644214231196],[107.8202869109284,21.65590004960032],[107.86350156548743,21.651374954882098],[107.90513243689507,21.586439845675603],[107.92979420310938,21.587118609883337],[107.9585285545701,21.536211294303335],[108.00581579437552,21.544130210060224],[108.01916482379428,21.495711696575245],[107.92345907050388,21.441636814692487],[107.90445367268734,21.497747989198444],[107.83725601612174,21.475348770343242],[107.83612474244218,21.500463046029378],[107.78906375737267,21.50430937653987]]],[[[107.83182590245987,21.362673911859506],[107.94902585566183,21.38982448016884],[107.95558724300325,21.356338779253996],[107.83182590245987,21.362673911859506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22509,"E":"District","POPULATION":42875,"LVLID":"VNP014010000000000000","NAME":"Hai Ninh","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.199","geometry":{"type":"MultiPolygon","coordinates":[[[[107.47343840077666,21.44231557890022],[107.54018354787044,21.488697799762],[107.52660826371577,21.525577321715513],[107.58385071190128,21.51494334912769],[107.61394259177746,21.558384258422624],[107.60828622337968,21.604540224548494],[107.68272403149444,21.607255281379427],[107.74946917858823,21.63644214231196],[107.73951397020814,21.553859163704402],[107.76689079325338,21.50317810286031],[107.78906375737267,21.50430937653987],[107.8039965699428,21.479647610325554],[107.765307010102,21.444804380995244],[107.7571618396092,21.40566231168262],[107.7205085723916,21.38529938545062],[107.68114024834307,21.40566231168262],[107.67141129469888,21.36516271395453],[107.63702057484039,21.35339746768715],[107.64380821691773,21.307920265769013],[107.62389780015755,21.273982055382348],[107.58181441927807,21.276244602741457],[107.53927852892679,21.330545739360126],[107.51167545114563,21.37602294127826],[107.47683222181531,21.38213181914786],[107.47343840077666,21.44231557890022]]],[[[107.70738579770875,21.29932258580439],[107.80150776784778,21.35000364664848],[107.80037649416822,21.330545739360126],[107.70738579770875,21.29932258580439]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22511,"E":"District","POPULATION":58883,"LVLID":"VNP014009000000000000","NAME":"Quang Ha","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.200","geometry":{"type":"MultiPolygon","coordinates":[[[[107.20872035976065,21.538700096398358],[107.27727554474171,21.559741786838092],[107.30035352780465,21.514490839655867],[107.34288941815593,21.488471545026087],[107.37366006223985,21.435075427351062],[107.39854808319008,21.465846071434978],[107.47343840077666,21.44231557890022],[107.47683222181531,21.38213181914786],[107.51167545114563,21.37602294127826],[107.53927852892679,21.330545739360126],[107.55737890779967,21.287331084801103],[107.49176503438545,21.285973556385635],[107.42863996306625,21.31900674782866],[107.36732492963434,21.283937263762436],[107.36732492963434,21.283937263762436],[107.37139751488074,21.219228409291855],[107.36415736333159,21.217644626140476],[107.34990331496918,21.296155019501636],[107.25736512798153,21.32692566358555],[107.25600759956606,21.364257695010885],[107.26980913845665,21.39774339592573],[107.24695741012962,21.43213411578422],[107.25012497643237,21.481910157684666],[107.20872035976065,21.538700096398358]]],[[[107.3704924959371,21.19411413360572],[107.39628553583096,21.251356581791235],[107.43407007672812,21.231219910295145],[107.3908554221691,21.182575142074253],[107.3704924959371,21.19411413360572]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22513,"E":"District","POPULATION":35438,"LVLID":"VNP014008000000000000","NAME":"Tien Yen","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.201","geometry":{"type":"MultiPolygon","coordinates":[[[[106.97748801965948,21.281900971139237],[107.0369930152041,21.322626823603237],[107.11482464435753,21.374439158126883],[107.1752346588458,21.361090128708128],[107.22116437023575,21.38597814965835],[107.25600759956606,21.364257695010885],[107.25736512798153,21.32692566358555],[107.34990331496918,21.296155019501636],[107.36415736333159,21.217644626140476],[107.34469945604323,21.19253035045434],[107.25849640166109,21.183706415753807],[107.23768096595727,21.140039251722964],[107.17908098935628,21.142075544346163],[107.21482923763024,21.1997705020035],[107.17568716831762,21.23054114608741],[107.09966557705148,21.228504853464212],[107.09536673706917,21.227826089256478],[107.04581694990463,21.18596896311292],[107.02183394789806,21.229409872407857],[106.98337064279316,21.2242060134819],[106.97748801965948,21.281900971139237]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22515,"E":"District","POPULATION":27582,"LVLID":"VNP014007000000000000","NAME":"Ba Che","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.202","geometry":{"type":"MultiPolygon","coordinates":[[[[107.38225774220447,21.06650646255185],[107.42207857572483,21.134382883325184],[107.4193635188939,21.183706415753807],[107.4621256639811,21.209273200911767],[107.46257817345293,21.27239827223097],[107.5313596131699,21.221038447179144],[107.56914415406706,21.158592140067675],[107.38927163901772,21.037998365827047],[107.38225774220447,21.06650646255185]]],[[[107.39786931898234,20.898851703241707],[107.47728473128714,20.942745122008464],[107.50353028065284,21.005191429119936],[107.55194879413781,20.99206865443709],[107.5171055648075,20.918535865265977],[107.39786931898234,20.898851703241707]]],[[[107.47185461762528,20.815589960426415],[107.54516115206049,20.961298010353175],[107.56416654987702,20.930979875741087],[107.52706077318759,20.89749417482624],[107.47185461762528,20.815589960426415]]],[[[107.56710786144386,20.970348199789623],[107.59222213713,21.071710321477802],[107.61235880862608,21.061528858361804],[107.56710786144386,20.970348199789623]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22517,"E":"District","POPULATION":37645,"LVLID":"VNP014006000000000000","NAME":"Van Don","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.203","geometry":{"type":"MultiPolygon","coordinates":[[[[106.82883865816586,21.158818394803586],[106.92137684515352,21.181443868394698],[106.94060849770597,21.16628480108865],[106.98337064279316,21.2242060134819],[107.02183394789806,21.229409872407857],[107.04581694990463,21.18596896311292],[107.09536673706917,21.227826089256478],[107.09966557705148,21.228504853464212],[107.17568716831762,21.23054114608741],[107.21482923763024,21.1997705020035],[107.17908098935628,21.142075544346163],[107.23768096595727,21.140039251722964],[107.27320295949531,21.102028456089894],[107.22093811549985,21.081439275121983],[107.18270106513087,21.023970572200557],[107.17342462095851,21.028948176390603],[107.13541382532544,21.029174431126513],[107.08654280236864,20.990484871285712],[107.04581694990463,21.011074052253623],[106.99988723851467,21.000892589137624],[106.99490963432463,20.958582953522242],[106.93087954406178,20.954510368275844],[106.8924162389569,20.993426182852556],[106.83766259286641,21.029853195334248],[106.85146413175698,21.129631533871052],[106.83291124341227,21.149768205367142],[106.82883865816586,21.158818394803586]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22519,"E":"District","POPULATION":41683,"LVLID":"VNP014004000000000000","NAME":"Hoanh Bo","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.204","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44375309764514,21.10542227712856],[106.47656003435226,21.116282504452293],[106.50642565949252,21.221264701915054],[106.54964031405154,21.188231510472033],[106.61412291378622,21.168094838975943],[106.66208891779938,21.171036150542786],[106.71978387545671,21.158592140067675],[106.69489585450648,21.11764003286776],[106.721593913344,21.082344294065628],[106.72249893228765,21.081439275121983],[106.70960241234071,21.04501226264029],[106.73177537645999,20.996820003891223],[106.73290665013955,20.995462475475755],[106.61661171588123,21.0187667132746],[106.58086346760729,21.053836197340825],[106.53606502989687,21.04501226264029],[106.45823340074345,21.064017660456827],[106.44375309764514,21.10542227712856]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22521,"E":"District","POPULATION":113946,"LVLID":"VNP014003000000000000","NAME":"Dong Trieu","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.205","geometry":{"type":"MultiPolygon","coordinates":[[[[107.80874791939694,20.991616144965267],[107.84336489399134,21.041844696337535],[107.86734789599791,21.027590647975135],[107.82481200564662,20.982565955528823],[107.80874791939694,20.991616144965267]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22523,"E":"District","POPULATION":2100,"LVLID":"VNP014002000000000000","NAME":"Co To","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.206","geometry":{"type":"MultiPolygon","coordinates":[[[[106.76752362473395,20.990937380757533],[106.78290894677592,21.018314203802777],[106.83766259286641,21.029853195334248],[106.8924162389569,20.993426182852556],[106.86164559487298,20.99206865443709],[106.86345563276028,20.937541263082508],[106.78856531517368,20.932337404156552],[106.76752362473395,20.990937380757533]]],[[[106.87431586008401,20.831201537204283],[106.86006181172161,20.826450187750147],[106.79241164568418,20.89364784431575],[106.78494523939911,20.9291698378538],[106.82861240342996,20.920345903153265],[106.87431586008401,20.831201537204283]]],[[[106.88902241791823,20.934373696779755],[106.91843553358667,20.945460178839397],[106.93404711036455,20.90541309058313],[106.90033515471379,20.900887995864906],[106.88902241791823,20.934373696779755]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22525,"E":"District","POPULATION":108448,"LVLID":"VNP014001000000000000","NAME":"Yen Hung","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.207","geometry":{"type":"MultiPolygon","coordinates":[[[[103.09586177036829,21.38190556441195],[103.0739150609849,21.372176610767774],[103.01757763174304,21.38213181914786],[103.04472820005238,21.45837966514991],[103.0859065619882,21.434622917879242],[103.09586177036829,21.38190556441195]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30101,"E":"Town","POPULATION":16285,"LVLID":"VNP015002000000000000","NAME":"Dien Bien Phu town","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.208","geometry":{"type":"MultiPolygon","coordinates":[[[[103.09495675142465,22.069267452109937],[103.1632856816698,22.120853531897673],[103.19677138258464,22.108862030894382],[103.18229107948633,22.0115724944526],[103.1510679259306,22.014287551283534],[103.09495675142465,22.069267452109937]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30103,"E":"Town","POPULATION":37209,"LVLID":"VNP015003000000000000","NAME":"Lai Chau town","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.209","geometry":{"type":"MultiPolygon","coordinates":[[[[103.02956913274633,22.444171549514664],[103.01938766963032,22.381951497139106],[103.10129188403015,22.340094370995548],[103.11645095133619,22.277195554412256],[103.07097374941806,22.255022590292967],[103.00377609285246,22.258416411331634],[102.97594676033539,22.232623371437764],[102.93770970996641,22.092797944644694],[102.86892827024943,22.057049696370736],[102.78204645165955,22.084879028887805],[102.77231749801538,22.115197163499893],[102.7180163613967,22.071077489997226],[102.68385189627413,21.9606651788726],[102.62570442914497,21.898218871761127],[102.52004346747448,21.963380235703532],[102.4919878802215,21.99505589873109],[102.47682881291546,22.05953849846576],[102.4469631877752,22.07175625420496],[102.43927052675421,22.114744654028073],[102.38994699432558,22.127867428710918],[102.34017095242514,22.166104479079895],[102.3270481777423,22.201400217882032],[102.24514396334247,22.238732249307365],[102.23632002864194,22.278553082827724],[102.18247140149509,22.296879716436525],[102.19966676142434,22.333985493125947],[102.15079573846754,22.404124461258395],[102.25442040751483,22.458878107348887],[102.32636941353456,22.55594138905476],[102.35895009550576,22.565444087963026],[102.40940490161394,22.632415489792717],[102.3881369564383,22.679023965390407],[102.44130681937742,22.700291910566055],[102.45895468877848,22.754593047184724],[102.51461335381262,22.776087247096278],[102.5548866968048,22.74441158406872],[102.57457085882906,22.702328203189253],[102.6119028902544,22.730836299914053],[102.6607739132112,22.688300409562764],[102.69290208571057,22.70142318424561],[102.7562534117657,22.66544868123574],[102.791096641096,22.626080357187206],[102.86598695868258,22.609790016201604],[102.93635218155094,22.481277326204086],[102.99268961079281,22.47720474095769],[103.02956913274633,22.444171549514664]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30105,"E":"District","POPULATION":31873,"LVLID":"VNP015001000000000000","NAME":"Muong Te","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.210","geometry":{"type":"MultiPolygon","coordinates":[[[[103.53592723171542,22.59259465627236],[103.57710559365124,22.57607806055085],[103.58298821678493,22.488517477753245],[103.55877896004243,22.46770204204942],[103.6332167681572,22.393490488670572],[103.73571016352494,22.413627160166662],[103.77304219495026,22.378105166628618],[103.7796035822917,22.300726046947013],[103.69883064157142,22.2536650618775],[103.69883064157142,22.231944607230034],[103.59316967990092,22.166104479079895],[103.56511409264795,22.226061984096344],[103.4827573687763,22.29574844275697],[103.37438135027487,22.402314423371106],[103.34768329143736,22.45525803157431],[103.2648740580939,22.50164025243609],[103.28863080536456,22.541687340692356],[103.24767869816465,22.605717430955206],[103.16713201218029,22.59508345836738],[103.1897574857714,22.64123942449325],[103.23274588559451,22.64553826447556],[103.28455822011816,22.676987672767208],[103.29111960745958,22.73558764936819],[103.33750182832136,22.805952872236546],[103.44248402578413,22.75843937769521],[103.4318500531963,22.711378392625697],[103.49407010557186,22.61703016775076],[103.53592723171542,22.59259465627236]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30107,"E":"District","POPULATION":85894,"LVLID":"VNP015010000000000000","NAME":"Phong Tho","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.211","geometry":{"type":"MultiPolygon","coordinates":[[[[103.01938766963032,22.381951497139106],[103.02956913274633,22.444171549514664],[103.08522779778046,22.450280427384264],[103.08930038302687,22.50978542292889],[103.1877211931482,22.557072662734313],[103.16713201218029,22.59508345836738],[103.24767869816465,22.605717430955206],[103.28863080536456,22.541687340692356],[103.2648740580939,22.50164025243609],[103.34768329143736,22.45525803157431],[103.37438135027487,22.402314423371106],[103.4827573687763,22.29574844275697],[103.56511409264795,22.226061984096344],[103.59316967990092,22.166104479079895],[103.56918667789435,22.147551590735183],[103.53999981696181,22.075376329979537],[103.53886854328226,22.024921523871356],[103.50176276659283,21.967452820949934],[103.45651181941061,22.012703768132155],[103.47076586777301,22.02718407123047],[103.42393113743941,22.071077489997226],[103.39474427650687,22.155923015963896],[103.3361442999059,22.15275544966114],[103.28795204115683,22.102526898288872],[103.29338215481869,22.039175572233756],[103.25401383077016,22.063611083712157],[103.26080147284749,22.100490605665673],[103.2200756203835,22.135560089731896],[103.20989415726748,22.20321025576932],[103.16803703112393,22.238279739835544],[103.16554822902891,22.299368518531548],[103.13047874496269,22.305477396401148],[103.11645095133619,22.277195554412256],[103.10129188403015,22.340094370995548],[103.01938766963032,22.381951497139106]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30109,"E":"District","POPULATION":53480,"LVLID":"VNP015008000000000000","NAME":"Sin Ho","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.212","geometry":{"type":"MultiPolygon","coordinates":[[[[102.62570442914497,21.898218871761127],[102.68385189627413,21.9606651788726],[102.7180163613967,22.071077489997226],[102.77231749801538,22.115197163499893],[102.78204645165955,22.084879028887805],[102.86892827024943,22.057049696370736],[102.93770970996641,22.092797944644694],[102.97594676033539,22.232623371437764],[103.00377609285246,22.258416411331634],[103.07097374941806,22.255022590292967],[103.11645095133619,22.277195554412256],[103.13047874496269,22.305477396401148],[103.16554822902891,22.299368518531548],[103.16803703112393,22.238279739835544],[103.20989415726748,22.20321025576932],[103.2200756203835,22.135560089731896],[103.26080147284749,22.100490605665673],[103.25401383077016,22.063611083712157],[103.29338215481869,22.039175572233756],[103.2669103507171,22.011119984980777],[103.25537135918563,21.931478317940062],[103.29700223059326,21.87876096447277],[103.30831496738882,21.80771697739668],[103.22211191300669,21.7104274409549],[103.17052583321896,21.71291624304992],[103.1571768038002,21.638478434935163],[103.10966330925886,21.611327866625828],[103.08183397674179,21.590286176186094],[103.02979538748224,21.605218988756228],[102.99879848866242,21.586892355147427],[102.98544945924365,21.646849860163872],[102.9904270634337,21.724228979845478],[102.96938537299397,21.7409718303029],[102.88227729966819,21.703866053613474],[102.862366882908,21.718346356711788],[102.85671051451023,21.838713876216506],[102.81643717151805,21.823328554174548],[102.83091747461636,21.733957933489656],[102.74245187287511,21.657257578015784],[102.68611444363324,21.652732483297562],[102.6505924500952,21.731016621922812],[102.66778781002445,21.78893783431606],[102.65217623324658,21.856814255089393],[102.62570442914497,21.898218871761127]],[[103.09495675142465,22.069267452109937],[103.1510679259306,22.014287551283534],[103.18229107948633,22.0115724944526],[103.19677138258464,22.108862030894382],[103.1632856816698,22.120853531897673],[103.09495675142465,22.069267452109937]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30111,"E":"District","POPULATION":50582,"LVLID":"VNP015004000000000000","NAME":"Muong Lay","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.213","geometry":{"type":"MultiPolygon","coordinates":[[[[103.25537135918563,21.931478317940062],[103.2669103507171,22.011119984980777],[103.29338215481869,22.039175572233756],[103.28795204115683,22.102526898288872],[103.3361442999059,22.15275544966114],[103.39474427650687,22.155923015963896],[103.42393113743941,22.071077489997226],[103.47076586777301,22.02718407123047],[103.45651181941061,22.012703768132155],[103.50176276659283,21.967452820949934],[103.48479366139951,21.90681655172575],[103.5234832212403,21.86179185927944],[103.46918208462164,21.832604998346905],[103.42076357113666,21.843012716198814],[103.3707612745003,21.80930076054806],[103.36329486821523,21.782376446974634],[103.30831496738882,21.80771697739668],[103.29700223059326,21.87876096447277],[103.25537135918563,21.931478317940062]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30113,"E":"District","POPULATION":33590,"LVLID":"VNP015006000000000000","NAME":"Tua Chua","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.214","geometry":{"type":"MultiPolygon","coordinates":[[[[103.10966330925886,21.611327866625828],[103.1571768038002,21.638478434935163],[103.17052583321896,21.71291624304992],[103.22211191300669,21.7104274409549],[103.30831496738882,21.80771697739668],[103.36329486821523,21.782376446974634],[103.3707612745003,21.80930076054806],[103.42076357113666,21.843012716198814],[103.46918208462164,21.832604998346905],[103.5234832212403,21.86179185927944],[103.54723996851097,21.771968729122722],[103.60221986933738,21.68056181581463],[103.54610869483142,21.643456039125205],[103.56443532844021,21.624224386572763],[103.52642453280716,21.539831370077913],[103.45560680046697,21.499558027085733],[103.44700912050234,21.429192804217376],[103.3972330786019,21.434622917879242],[103.33523928096226,21.412676208495864],[103.29247713587505,21.40000594328484],[103.24790495290056,21.426477747386443],[103.19247254260233,21.434622917879242],[103.15876058695157,21.54480897426796],[103.10966330925886,21.611327866625828]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30115,"E":"District","POPULATION":87976,"LVLID":"VNP015009000000000000","NAME":"Tuan Giao","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.215","geometry":{"type":"MultiPolygon","coordinates":[[[[102.99879848866242,21.586892355147427],[103.02979538748224,21.605218988756228],[103.08183397674179,21.590286176186094],[103.10966330925886,21.611327866625828],[103.15876058695157,21.54480897426796],[103.19247254260233,21.434622917879242],[103.16057062483887,21.40385227379533],[103.09586177036829,21.38190556441195],[103.0859065619882,21.434622917879242],[103.04472820005238,21.45837966514991],[103.01757763174304,21.38213181914786],[103.0739150609849,21.372176610767774],[103.07301004204126,21.367877770785462],[103.07504633466446,21.310182813128126],[103.12142855552624,21.279864678516034],[103.09744555351966,21.234613731333813],[103.13726638704001,21.156782102180387],[103.17980227739132,21.14727940327212],[103.16238066272615,21.11198366446998],[103.15853433221567,21.027590647975135],[103.22279067721442,21.043202224753003],[103.2872732769491,21.038450875298867],[103.28274818223088,20.9963674944194],[103.30582616529381,20.943197631480288],[103.29338215481869,20.906318109526776],[103.22165940353487,20.892969080108017],[103.17007332374713,20.912200732660462],[103.11464091344891,20.898851703241707],[103.04042936007006,21.05474121628447],[102.97934058137406,21.063565150985003],[102.94336607836419,21.15542457376492],[102.9092016132416,21.164474763201362],[102.90241397116428,21.239591335523855],[102.81259084100756,21.26018051649177],[102.85671051451023,21.296381274237547],[102.9008301880129,21.301132623691682],[102.9008301880129,21.383263092827416],[102.87548965759085,21.42579898317871],[102.91802554794215,21.499331772349823],[102.99879848866242,21.586892355147427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30117,"E":"District","POPULATION":85156,"LVLID":"VNP015007000000000000","NAME":"Dien Bien","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.216","geometry":{"type":"MultiPolygon","coordinates":[[[[103.07301004204126,21.367877770785462],[103.0739150609849,21.372176610767774],[103.09586177036829,21.38190556441195],[103.16057062483887,21.40385227379533],[103.19247254260233,21.434622917879242],[103.24790495290056,21.426477747386443],[103.29247713587505,21.40000594328484],[103.33523928096226,21.412676208495864],[103.33501302622633,21.41199744428813],[103.39225547441185,21.364710204482705],[103.37551262395444,21.328509446736927],[103.4196322974571,21.316744200469547],[103.44565159208688,21.275792093269636],[103.4422577710482,21.188910274679763],[103.39972188069692,21.144111836969362],[103.42528866585488,21.070805302534158],[103.37596513342625,21.06039758468225],[103.29813350427283,21.095919578220293],[103.2872732769491,21.038450875298867],[103.22279067721442,21.043202224753003],[103.15853433221567,21.027590647975135],[103.16238066272615,21.11198366446998],[103.17980227739132,21.14727940327212],[103.13726638704001,21.156782102180387],[103.09744555351966,21.234613731333813],[103.12142855552624,21.279864678516034],[103.07504633466446,21.310182813128126],[103.07301004204126,21.367877770785462]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30119,"E":"District","POPULATION":29012,"LVLID":"VNP015005000000000000","NAME":"Dien Bien Dong","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.217","geometry":{"type":"MultiPolygon","coordinates":[[[[103.93617185954218,21.42421520002733],[103.97531392885482,21.403173509587596],[104.0056320634669,21.35362372242306],[103.99567685508681,21.252035345998966],[103.9526884552637,21.276470857477367],[103.88300199660307,21.2466052323371],[103.83978734204405,21.273529545910524],[103.84408618202636,21.35928009082084],[103.81286302847063,21.384394366506974],[103.83933483257223,21.437790484182],[103.93617185954218,21.42421520002733]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30301,"E":"Town","POPULATION":61740,"LVLID":"VNP046004000000000000","NAME":"Son La town","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.218","geometry":{"type":"MultiPolygon","coordinates":[[[[103.48479366139951,21.90681655172575],[103.50176276659283,21.967452820949934],[103.53886854328226,22.024921523871356],[103.65629475122013,21.990757058748777],[103.68706539530405,21.918355543257217],[103.72733873829623,21.876498417113662],[103.70109318893053,21.822876044702724],[103.76444451498564,21.80545443003757],[103.81195800952699,21.73463669769739],[103.75788312764422,21.663366455885384],[103.80788542428058,21.635537123368316],[103.81150550005516,21.568565721538626],[103.77236343074253,21.63417959495285],[103.71489472782112,21.663592710621295],[103.67892022481125,21.657031323279874],[103.60221986933738,21.68056181581463],[103.54723996851097,21.771968729122722],[103.5234832212403,21.86179185927944],[103.48479366139951,21.90681655172575]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30303,"E":"District","POPULATION":32399,"LVLID":"VNP046005000000000000","NAME":"Quynh Nhai","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.219","geometry":{"type":"MultiPolygon","coordinates":[[[[103.75788312764422,21.663366455885384],[103.81195800952699,21.73463669769739],[103.88526454396218,21.685539420004677],[103.9262166511621,21.698435939951608],[103.94092320899632,21.667439041131786],[104.03142510336077,21.669475333754985],[104.09771774098273,21.639835963350627],[104.21627522260016,21.66811780533952],[104.34388289365403,21.650696190674363],[104.29410685175358,21.59978887509436],[104.28121033180665,21.548881559514356],[104.29795318226407,21.522183500676846],[104.2864141907326,21.469692401945466],[104.3024782769823,21.437111719974265],[104.2515709614023,21.388466951753372],[104.17554937013615,21.360411364500393],[104.11604437459152,21.322626823603237],[104.05382432221597,21.372855374975504],[104.0056320634669,21.35362372242306],[103.97531392885482,21.403173509587596],[103.93617185954218,21.42421520002733],[103.98911546774539,21.473764987191867],[103.9689787962493,21.5172058964868],[103.89408847866272,21.54277268164476],[103.86263907037107,21.53892635113427],[103.81150550005516,21.568565721538626],[103.80788542428058,21.635537123368316],[103.75788312764422,21.663366455885384]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30305,"E":"District","POPULATION":64344,"LVLID":"VNP046006000000000000","NAME":"Muong La","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.220","geometry":{"type":"MultiPolygon","coordinates":[[[[103.33501302622633,21.41199744428813],[103.33523928096226,21.412676208495864],[103.3972330786019,21.434622917879242],[103.44700912050234,21.429192804217376],[103.45560680046697,21.499558027085733],[103.52642453280716,21.539831370077913],[103.56443532844021,21.624224386572763],[103.54610869483142,21.643456039125205],[103.60221986933738,21.68056181581463],[103.67892022481125,21.657031323279874],[103.71489472782112,21.663592710621295],[103.77236343074253,21.63417959495285],[103.81150550005516,21.568565721538626],[103.86263907037107,21.53892635113427],[103.89408847866272,21.54277268164476],[103.9689787962493,21.5172058964868],[103.98911546774539,21.473764987191867],[103.93617185954218,21.42421520002733],[103.83933483257223,21.437790484182],[103.81286302847063,21.384394366506974],[103.84408618202636,21.35928009082084],[103.83978734204405,21.273529545910524],[103.81874565160432,21.249094034432122],[103.81942441581205,21.199317992531675],[103.78118736544307,21.208820691439943],[103.7513217403028,21.253392874414434],[103.66602370486432,21.26651564909728],[103.59565848199595,21.309730303656302],[103.55742143162698,21.289367377424302],[103.55063378954964,21.237328788164746],[103.50832415393425,21.255429167037633],[103.46216818780839,21.352266194007594],[103.4196322974571,21.316744200469547],[103.37551262395444,21.328509446736927],[103.39225547441185,21.364710204482705],[103.33501302622633,21.41199744428813]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30307,"E":"District","POPULATION":145483,"LVLID":"VNP046007000000000000","NAME":"Thuan Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.221","geometry":{"type":"MultiPolygon","coordinates":[[[[104.17554937013615,21.360411364500393],[104.2515709614023,21.388466951753372],[104.3024782769823,21.437111719974265],[104.4755631499543,21.348646118233017],[104.53438938129119,21.411318680080395],[104.55429979805137,21.407019840098084],[104.57443646954746,21.36380518553906],[104.57149515798062,21.305657718409904],[104.5468333917663,21.25701295018901],[104.4898171983167,21.20406934198581],[104.53823571180168,21.122391382321894],[104.53190057919618,21.06514893413638],[104.56674380852648,21.08121302038607],[104.57398396007564,21.052026159453536],[104.55656234541048,21.063112641513182],[104.54253455178399,21.004965174384022],[104.4549739689864,21.050216121566248],[104.38483500085394,21.073746614101005],[104.35021802625954,21.11741377813185],[104.27940029391937,21.142754308553897],[104.23052927096256,21.18415892522563],[104.26016864136692,21.21990717349959],[104.24546208353269,21.26470561120999],[104.17668064381571,21.320364276244124],[104.17554937013615,21.360411364500393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30309,"E":"District","POPULATION":44083,"LVLID":"VNP046003000000000000","NAME":"Bac Yen","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.222","geometry":{"type":"MultiPolygon","coordinates":[[[[104.4898171983167,21.20406934198581],[104.5468333917663,21.25701295018901],[104.57149515798062,21.305657718409904],[104.57443646954746,21.36380518553906],[104.55429979805137,21.407019840098084],[104.59117932000488,21.419690105309108],[104.6484217681904,21.38167930967604],[104.73756613413939,21.40407852853124],[104.75249894670951,21.35000364664848],[104.78349584552933,21.32375809728279],[104.81788656538782,21.33122450356786],[104.84752593579218,21.308825284712658],[104.85001473788721,21.223527249274166],[104.86856762623192,21.2079156724963],[104.85815990838,21.14773191274394],[104.91653363024507,21.10904235290314],[104.85680237996453,21.073972868836915],[104.86721009781645,21.041165932129804],[104.86743635255236,21.04048716792207],[104.87105642832694,21.027590647975135],[104.75001014461449,21.04682230052758],[104.71720320790737,21.063112641513182],[104.67330978914062,21.02804315744696],[104.57398396007564,21.052026159453536],[104.56674380852648,21.08121302038607],[104.53190057919618,21.06514893413638],[104.53823571180168,21.122391382321894],[104.4898171983167,21.20406934198581]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30311,"E":"District","POPULATION":94044,"LVLID":"VNP046002000000000000","NAME":"Phu Yen","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.223","geometry":{"type":"MultiPolygon","coordinates":[[[[103.7513217403028,21.253392874414434],[103.78118736544307,21.208820691439943],[103.81942441581205,21.199317992531675],[103.81874565160432,21.249094034432122],[103.83978734204405,21.273529545910524],[103.88300199660307,21.2466052323371],[103.9526884552637,21.276470857477367],[103.99567685508681,21.252035345998966],[104.0056320634669,21.35362372242306],[104.05382432221597,21.372855374975504],[104.11604437459152,21.322626823603237],[104.17554937013615,21.360411364500393],[104.17668064381571,21.320364276244124],[104.24546208353269,21.26470561120999],[104.26016864136692,21.21990717349959],[104.23052927096256,21.18415892522563],[104.20428372159687,21.155198319029008],[104.2131076562974,21.075782906724204],[104.15699648179144,21.014920382764114],[104.1196644503661,21.00202386281718],[104.12441579982024,20.971931982941],[104.0746397579198,20.959035462994066],[104.01400348869561,21.0004400796658],[104.00653708241055,21.02645937429558],[103.96739501309793,21.009490269102244],[103.97237261728797,21.04252346054527],[103.90200739441961,21.04071342265798],[103.81376804741427,21.07125781200598],[103.74589162664094,21.159270904275406],[103.70199820787418,21.18189637786652],[103.7513217403028,21.253392874414434]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30313,"E":"District","POPULATION":102905,"LVLID":"VNP046008000000000000","NAME":"Mai Son","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.224","geometry":{"type":"MultiPolygon","coordinates":[[[[103.22165940353487,20.892969080108017],[103.29338215481869,20.906318109526776],[103.30582616529381,20.943197631480288],[103.28274818223088,20.9963674944194],[103.2872732769491,21.038450875298867],[103.29813350427283,21.095919578220293],[103.37596513342625,21.06039758468225],[103.42528866585488,21.070805302534158],[103.39972188069692,21.144111836969362],[103.4422577710482,21.188910274679763],[103.44565159208688,21.275792093269636],[103.4196322974571,21.316744200469547],[103.46216818780839,21.352266194007594],[103.50832415393425,21.255429167037633],[103.55063378954964,21.237328788164746],[103.55742143162698,21.289367377424302],[103.59565848199595,21.309730303656302],[103.66602370486432,21.26651564909728],[103.7513217403028,21.253392874414434],[103.70199820787418,21.18189637786652],[103.74589162664094,21.159270904275406],[103.81376804741427,21.07125781200598],[103.90200739441961,21.04071342265798],[103.97237261728797,21.04252346054527],[103.96739501309793,21.009490269102244],[104.00653708241055,21.02645937429558],[104.01400348869561,21.0004400796658],[104.0746397579198,20.959035462994066],[104.03572394334309,20.902245524280374],[103.97825524042166,20.911974477924552],[103.94884212475321,20.892969080108017],[103.90223364915552,20.905186835847218],[103.85630393776556,20.859709633929082],[103.80449160324191,20.847718132925795],[103.78367616753809,20.80043089312037],[103.79408388539001,20.749523577540366],[103.73593641826085,20.730970689195654],[103.74068776771497,20.666714344196897],[103.68729165003995,20.65879542844001],[103.67122756379027,20.698390007224454],[103.58683454729542,20.747487284917167],[103.51194422970883,20.753143653314947],[103.47099212250892,20.825771423542417],[103.44293653525594,20.792285722627568],[103.38682536074998,20.785498080550237],[103.23161461191496,20.841609255056195],[103.22165940353487,20.892969080108017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30315,"E":"District","POPULATION":115725,"LVLID":"VNP046009000000000000","NAME":"Song Ma","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.225","geometry":{"type":"MultiPolygon","coordinates":[[[[104.1196644503661,21.00202386281718],[104.15699648179144,21.014920382764114],[104.2131076562974,21.075782906724204],[104.20428372159687,21.155198319029008],[104.23052927096256,21.18415892522563],[104.27940029391937,21.142754308553897],[104.35021802625954,21.11741377813185],[104.38483500085394,21.073746614101005],[104.4549739689864,21.050216121566248],[104.54253455178399,21.004965174384022],[104.50112993511226,20.968538161902334],[104.4999986614327,20.922155941040554],[104.44615003428585,20.880525069632906],[104.42148826807154,20.79658456260988],[104.35248057361865,20.841835509792105],[104.34659795048496,20.86762854968597],[104.2884504833558,20.92577601681513],[104.2619786792542,20.89749417482624],[104.2477246308918,20.930979875741087],[104.19432851321677,20.95541538721949],[104.13527602714397,20.948627745142154],[104.12441579982024,20.971931982941],[104.1196644503661,21.00202386281718]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30317,"E":"District","POPULATION":53900,"LVLID":"VNP046010000000000000","NAME":"Yen Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.226","geometry":{"type":"MultiPolygon","coordinates":[[[[104.42148826807154,20.79658456260988],[104.44615003428585,20.880525069632906],[104.4999986614327,20.922155941040554],[104.50112993511226,20.968538161902334],[104.54253455178399,21.004965174384022],[104.55656234541048,21.063112641513182],[104.57398396007564,21.052026159453536],[104.67330978914062,21.02804315744696],[104.71720320790737,21.063112641513182],[104.75001014461449,21.04682230052758],[104.87105642832694,21.027590647975135],[104.88553673142525,21.0187667132746],[104.88621549563298,21.018087949066867],[104.90861471448818,20.974873294507844],[104.90929347869591,20.9739682755642],[104.92377378179422,20.965144340863667],[104.92558381968152,20.963108048240464],[104.97083476686375,20.90903316635771],[104.97219229527921,20.908806911621795],[104.99572278781397,20.87305866334784],[104.99594904254988,20.872379899140107],[105.00137915621174,20.81264864885957],[105.03282856450339,20.79816834576126],[105.03418609291886,20.797037072081704],[105.03622238554206,20.771922796395568],[105.03599613080615,20.771244032187834],[104.99549653307805,20.75201237963539],[104.99504402360624,20.721015480815566],[104.99346024045485,20.721241735551477],[104.96834596476872,20.732328217611123],[104.96540465320187,20.732328217611123],[104.8703776641192,20.759252531184547],[104.8701514093833,20.758573766976813],[104.86879388096783,20.756989983825434],[104.86788886202419,20.756537474353614],[104.84141705792258,20.752917398579033],[104.84051203897894,20.693864912506232],[104.85069350209494,20.649971493739475],[104.80001244125084,20.616259538088716],[104.80453753596908,20.58300009190978],[104.74548504989627,20.572818628793783],[104.72715841628747,20.602005489726317],[104.66720091127102,20.621689651750582],[104.64276539979262,20.652460295834498],[104.59615692419493,20.673275731538318],[104.55701485488231,20.720110461871922],[104.52533919185474,20.698390007224454],[104.49841487828132,20.7155853671537],[104.48416082991892,20.76830272062099],[104.42148826807154,20.79658456260988]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30319,"E":"District","POPULATION":96990,"LVLID":"VNP046001000000000000","NAME":"Moc Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.227","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26858599932278,20.77441159849059],[105.30342922865309,20.853827010795396],[105.31655200333594,20.92125092209691],[105.34890643057123,20.938898791497977],[105.34325006217345,20.857899596041793],[105.38940602829932,20.820341309880547],[105.37786703676785,20.781199240567926],[105.37990332939106,20.750654851219924],[105.35207399687398,20.741378407047566],[105.2995828981426,20.781878004775656],[105.26858599932278,20.77441159849059]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30501,"E":"Town","POPULATION":90174,"LVLID":"VNP017001000000000000","NAME":"Hoa Binh town","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.228","geometry":{"type":"MultiPolygon","coordinates":[[[[104.85680237996453,21.073972868836915],[104.91653363024507,21.10904235290314],[104.92422629126605,21.072389085685536],[104.91743864918872,21.070579047798248],[104.91630737550916,21.069447774118693],[104.96721469108917,21.057682527851313],[105.07197063381602,20.999308805986246],[105.09527487161486,20.959035462994066],[105.1366794882866,20.9352787157234],[105.19776826698259,20.95586789669131],[105.31655200333594,20.92125092209691],[105.30342922865309,20.853827010795396],[105.26858599932278,20.77441159849059],[105.23804160997477,20.781878004775656],[105.18238294494064,20.75744249329726],[105.12084165677282,20.7481660491249],[105.0859984274425,20.75766874803317],[105.07921078536518,20.796810817345794],[105.03373358344703,20.797489581553524],[105.03282856450339,20.79816834576126],[105.00137915621174,20.81264864885957],[104.99594904254988,20.872379899140107],[104.99572278781397,20.87305866334784],[104.97219229527921,20.908806911621795],[104.97083476686375,20.90903316635771],[104.92558381968152,20.963108048240464],[104.92377378179422,20.965144340863667],[104.90929347869591,20.9739682755642],[104.90861471448818,20.974873294507844],[104.88621549563298,21.018087949066867],[104.88553673142525,21.0187667132746],[104.87105642832694,21.027590647975135],[104.86743635255236,21.04048716792207],[104.86721009781645,21.041165932129804],[104.85680237996453,21.073972868836915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30503,"E":"District","POPULATION":52945,"LVLID":"VNP017008000000000000","NAME":"Da Bac","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.229","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84051203897894,20.693864912506232],[104.84141705792258,20.752917398579033],[104.86788886202419,20.756537474353614],[104.86879388096783,20.756989983825434],[104.8701514093833,20.758573766976813],[104.8703776641192,20.759252531184547],[104.96540465320187,20.732328217611123],[104.96834596476872,20.732328217611123],[104.99346024045485,20.721241735551477],[104.99504402360624,20.721015480815566],[104.99549653307805,20.75201237963539],[105.03599613080615,20.771244032187834],[105.03622238554206,20.771922796395568],[105.03418609291886,20.797037072081704],[105.03373358344703,20.797489581553524],[105.07921078536518,20.796810817345794],[105.0859984274425,20.75766874803317],[105.12084165677282,20.7481660491249],[105.13735825249432,20.719431697664188],[105.11631656205459,20.6911498556753],[105.16383005659593,20.630287331715206],[105.12423547781148,20.56014836358276],[105.09934745686127,20.56422094882916],[105.02762470557744,20.555623268864537],[104.90567340292134,20.666035579989163],[104.85069350209494,20.649971493739475],[104.84051203897894,20.693864912506232]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30505,"E":"District","POPULATION":45848,"LVLID":"VNP017002000000000000","NAME":"Mai Chau","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.230","geometry":{"type":"MultiPolygon","coordinates":[[[[105.18238294494064,20.75744249329726],[105.23804160997477,20.781878004775656],[105.26858599932278,20.77441159849059],[105.2995828981426,20.781878004775656],[105.35207399687398,20.741378407047566],[105.37990332939106,20.750654851219924],[105.37492572520101,20.7359482933857],[105.42402300289372,20.66151048527094],[105.40886393558768,20.605399310764984],[105.38940602829932,20.593860319233517],[105.32152960752599,20.61512826440916],[105.2749211319283,20.67146569365103],[105.2851025950443,20.70970274402001],[105.24641303520349,20.710834017699565],[105.18238294494064,20.75744249329726]]],[[[105.32266088120554,21.010169033309978],[105.3970986893203,21.011979071197267],[105.38895351882749,20.964465576655932],[105.46927395007594,20.944555159895753],[105.43420446600972,20.825771423542417],[105.37786703676785,20.781199240567926],[105.38940602829932,20.820341309880547],[105.34325006217345,20.857899596041793],[105.34890643057123,20.938898791497977],[105.32266088120554,21.010169033309978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30507,"E":"District","POPULATION":67611,"LVLID":"VNP017009000000000000","NAME":"Ky Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.231","geometry":{"type":"MultiPolygon","coordinates":[[[[105.38895351882749,20.964465576655932],[105.3970986893203,21.011979071197267],[105.47425155426599,21.017409184859133],[105.52810018141284,20.9698956903178],[105.51135733095542,20.922834705248285],[105.57764996857738,20.911295713716818],[105.55932333496857,20.881882598048374],[105.59009397905248,20.854053265531306],[105.5600020991763,20.79613205313806],[105.49167316893114,20.79047568474028],[105.43420446600972,20.825771423542417],[105.46927395007594,20.944555159895753],[105.38895351882749,20.964465576655932]]],[[[105.56045460864813,20.7950007794585],[105.596429111658,20.82690269722197],[105.64032253042475,20.833237829827482],[105.65254028616395,20.790928194212103],[105.65502908825897,20.756989983825434],[105.62448469891098,20.750654851219924],[105.56045460864813,20.7950007794585]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30509,"E":"District","POPULATION":68728,"LVLID":"VNP017010000000000000","NAME":"Luong Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.232","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37492572520101,20.7359482933857],[105.37990332939106,20.750654851219924],[105.37786703676785,20.781199240567926],[105.43420446600972,20.825771423542417],[105.49167316893114,20.79047568474028],[105.5600020991763,20.79613205313806],[105.56045460864813,20.7950007794585],[105.62448469891098,20.750654851219924],[105.65502908825897,20.756989983825434],[105.68670475128653,20.693864912506232],[105.67335572186778,20.676669552576985],[105.7145340838036,20.59680163080036],[105.64643140829435,20.522816332157426],[105.62357967996734,20.520327530062403],[105.56565846757408,20.547478098371737],[105.50886852886039,20.60494680129316],[105.52561137931781,20.620332123335118],[105.5253851245819,20.62101088754285],[105.49122065945933,20.63503868116934],[105.40886393558768,20.605399310764984],[105.42402300289372,20.66151048527094],[105.37492572520101,20.7359482933857]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30511,"E":"District","POPULATION":117513,"LVLID":"VNP017003000000000000","NAME":"Kim Boi","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.233","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11631656205459,20.6911498556753],[105.13735825249432,20.719431697664188],[105.12084165677282,20.7481660491249],[105.18238294494064,20.75744249329726],[105.24641303520349,20.710834017699565],[105.2851025950443,20.70970274402001],[105.2749211319283,20.67146569365103],[105.32152960752599,20.61512826440916],[105.38940602829932,20.593860319233517],[105.40004000088715,20.57191360985014],[105.35773036527176,20.499059584886755],[105.31044312546634,20.510598576418225],[105.3136106917691,20.474850328144267],[105.27220607509736,20.452677364024975],[105.2079497300986,20.51602869008009],[105.17559530286331,20.51195610483369],[105.12423547781148,20.56014836358276],[105.16383005659593,20.630287331715206],[105.11631656205459,20.6911498556753]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30513,"E":"District","POPULATION":68191,"LVLID":"VNP017004000000000000","NAME":"Tan Lac","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.234","geometry":{"type":"MultiPolygon","coordinates":[[[[105.27220607509736,20.452677364024975],[105.3136106917691,20.474850328144267],[105.31044312546634,20.510598576418225],[105.35773036527176,20.499059584886755],[105.40004000088715,20.57191360985014],[105.38940602829932,20.593860319233517],[105.40886393558768,20.605399310764984],[105.49122065945933,20.63503868116934],[105.5253851245819,20.62101088754285],[105.52561137931781,20.620332123335118],[105.50886852886039,20.60494680129316],[105.56565846757408,20.547478098371737],[105.5457480508139,20.518517492175114],[105.59688162112981,20.46693141238738],[105.56792101493319,20.43163567358524],[105.55027314553213,20.359460412829595],[105.5477843434371,20.359686667565505],[105.50660598150128,20.358102884414127],[105.43284693759425,20.38276465062844],[105.41519906819319,20.37077314962515],[105.26360839513274,20.43095690937751],[105.27220607509736,20.452677364024975]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30515,"E":"District","POPULATION":117420,"LVLID":"VNP017005000000000000","NAME":"Lac Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.235","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62357967996734,20.520327530062403],[105.64643140829435,20.522816332157426],[105.7145340838036,20.59680163080036],[105.7493773131339,20.594991592913072],[105.7753966077637,20.561505891998227],[105.80933481815036,20.49951209435858],[105.85616954848396,20.475302837616088],[105.86182591688174,20.423943012564266],[105.82064755494592,20.421680465205153],[105.80096339292164,20.441590881965332],[105.70344760174396,20.41104649261733],[105.67471325028325,20.45539242085591],[105.68376343971968,20.49204568807351],[105.63715496412199,20.488425612298933],[105.62357967996734,20.520327530062403]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30517,"E":"District","POPULATION":39527,"LVLID":"VNP017006000000000000","NAME":"Lac Thuy","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.236","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5457480508139,20.518517492175114],[105.56565846757408,20.547478098371737],[105.62357967996734,20.520327530062403],[105.63715496412199,20.488425612298933],[105.68376343971968,20.49204568807351],[105.67471325028325,20.45539242085591],[105.70344760174396,20.41104649261733],[105.6903248270611,20.407652671578663],[105.73444450056378,20.33638242976666],[105.6921348649484,20.302896728851813],[105.58602139380608,20.367153073850574],[105.55027314553213,20.359460412829595],[105.56792101493319,20.43163567358524],[105.59688162112981,20.46693141238738],[105.5457480508139,20.518517492175114]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30519,"E":"District","POPULATION":51902,"LVLID":"VNP017007000000000000","NAME":"Yen Thuy","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.237","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78195799510512,19.85400733280415],[105.79010316559791,19.855138606483706],[105.83942669802654,19.784094619407615],[105.79824833609071,19.75241895638006],[105.76928772989409,19.7696143163093],[105.75639120994715,19.81350773507606],[105.78195799510512,19.85400733280415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40101,"E":"City","POPULATION":153821,"LVLID":"VNP040016000000000000","NAME":"Thanh Hoa city","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.238","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86431471897676,20.13026436535163],[105.91341199666948,20.104923834929583],[105.91454327034903,20.10401881598594],[105.92947608291917,20.098814957059982],[105.93558496078876,20.08795472973625],[105.92268844084182,20.042930037289935],[105.91906836506725,20.04134625413856],[105.83920044329062,20.06962809612745],[105.86431471897676,20.13026436535163]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40103,"E":"Town","POPULATION":50920,"LVLID":"VNP040015000000000000","NAME":"Bim Son town","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.239","geometry":{"type":"MultiPolygon","coordinates":[[[[105.89915794830708,19.771876863668414],[105.93400117763738,19.78296334572806],[105.90074173145845,19.7187070007293],[105.8833201167933,19.72662591648619],[105.89915794830708,19.771876863668414]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40105,"E":"Town","POPULATION":51273,"LVLID":"VNP040014000000000000","NAME":"Sam Son town","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.240","geometry":{"type":"MultiPolygon","coordinates":[[[[104.64276539979262,20.652460295834498],[104.66720091127102,20.621689651750582],[104.72715841628747,20.602005489726317],[104.74548504989627,20.572818628793783],[104.80453753596908,20.58300009190978],[104.87648654198881,20.55856458043138],[104.87874908934792,20.509014793266847],[104.84910971894357,20.478922913390665],[104.78055453396249,20.458107477686845],[104.70770050899911,20.418060389430575],[104.66335458076053,20.47190901657742],[104.63258393667662,20.460596279781864],[104.60384958521591,20.41489282312782],[104.5364256739144,20.41082023788142],[104.47873071625706,20.367153073850574],[104.42329830595884,20.374845734871553],[104.4185469565047,20.423716757828352],[104.38121492507936,20.4409121177576],[104.3920751524031,20.48548430073209],[104.42013073965607,20.487294338619378],[104.52805424868568,20.544989296276714],[104.54615462755856,20.595217847648982],[104.6099584630855,20.605851820236804],[104.64276539979262,20.652460295834498]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40107,"E":"District","POPULATION":19609,"LVLID":"VNP040013000000000000","NAME":"Muong Lat","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.241","geometry":{"type":"MultiPolygon","coordinates":[[[[104.70770050899911,20.418060389430575],[104.78055453396249,20.458107477686845],[104.84910971894357,20.478922913390665],[104.87874908934792,20.509014793266847],[104.87648654198881,20.55856458043138],[104.80453753596908,20.58300009190978],[104.80001244125084,20.616259538088716],[104.85069350209494,20.649971493739475],[104.90567340292134,20.666035579989163],[105.02762470557744,20.555623268864537],[105.09934745686127,20.56422094882916],[105.10477757052313,20.532545285801604],[105.0715181243442,20.49928583962267],[105.13170188409656,20.41760787995875],[105.16993893446553,20.40086502950133],[105.16880766078597,20.355840337055017],[105.12672427990651,20.341133779220794],[105.08102082325246,20.375750753815197],[105.06744553909779,20.348600185505862],[104.98350503207477,20.34498010973128],[104.89571819454125,20.29995541728497],[104.84843095473583,20.318960815101505],[104.79412981811716,20.408105181050487],[104.77716071292383,20.387063490610753],[104.71810822685103,20.39679244425493],[104.70770050899911,20.418060389430575]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40109,"E":"District","POPULATION":39884,"LVLID":"VNP040012000000000000","NAME":"Quan Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.242","geometry":{"type":"MultiPolygon","coordinates":[[[[104.71810822685103,20.39679244425493],[104.77716071292383,20.387063490610753],[104.79412981811716,20.408105181050487],[104.84843095473583,20.318960815101505],[104.89571819454125,20.29995541728497],[104.98350503207477,20.34498010973128],[105.06744553909779,20.348600185505862],[105.08102082325246,20.375750753815197],[105.12672427990651,20.341133779220794],[105.0880347200657,20.270089792144702],[105.01223938353549,20.2395454027967],[105.02015829929238,20.1886380872167],[104.9780749184129,20.104697580193672],[104.97830117314881,20.095194881285405],[104.90567340292134,20.145649687393586],[104.86381627677778,20.14089833793945],[104.7787444960752,20.196330748237678],[104.72896845417476,20.198140786124966],[104.6178773788424,20.2415816954199],[104.623986256712,20.362175469660528],[104.71810822685103,20.39679244425493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40111,"E":"District","POPULATION":27982,"LVLID":"VNP040018000000000000","NAME":"Quan Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.243","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0715181243442,20.49928583962267],[105.10477757052313,20.532545285801604],[105.09934745686127,20.56422094882916],[105.12423547781148,20.56014836358276],[105.17559530286331,20.51195610483369],[105.2079497300986,20.51602869008009],[105.27220607509736,20.452677364024975],[105.26360839513274,20.43095690937751],[105.41519906819319,20.37077314962515],[105.42176045553461,20.33366737293573],[105.3950623966971,20.25922956482097],[105.32311339067736,20.25153690379999],[105.34211878849389,20.22710139232159],[105.32537593803647,20.187506813537144],[105.2871388876675,20.183660483026653],[105.25161689412944,20.21148981554372],[105.25229565833718,20.203797154522743],[105.20772347536268,20.21465738184648],[105.18238294494064,20.24542802593039],[105.16224627344455,20.212168579751456],[105.09278606951985,20.251084394328167],[105.0880347200657,20.270089792144702],[105.12672427990651,20.341133779220794],[105.16880766078597,20.355840337055017],[105.16993893446553,20.40086502950133],[105.13170188409656,20.41760787995875],[105.0715181243442,20.49928583962267]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40113,"E":"District","POPULATION":85042,"LVLID":"VNP040010000000000000","NAME":"Ba Thuoc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.244","geometry":{"type":"MultiPolygon","coordinates":[[[[105.32311339067736,20.25153690379999],[105.3950623966971,20.25922956482097],[105.42176045553461,20.33366737293573],[105.52221755827915,20.254704470102745],[105.51769246356092,20.225970118642035],[105.57832873278511,20.198593295596787],[105.59891791375301,20.121440430651095],[105.55909708023266,20.08999102235945],[105.57176734544369,20.06940184139154],[105.50321216046261,20.079357049771627],[105.46067627011132,20.130943129559363],[105.3830708956938,20.17280025570292],[105.32537593803647,20.187506813537144],[105.34211878849389,20.22710139232159],[105.32311339067736,20.25153690379999]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40115,"E":"District","POPULATION":100729,"LVLID":"VNP040005000000000000","NAME":"Cam Thuy","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.245","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9780749184129,20.104697580193672],[105.02015829929238,20.1886380872167],[105.01223938353549,20.2395454027967],[105.0880347200657,20.270089792144702],[105.09278606951985,20.251084394328167],[105.16224627344455,20.212168579751456],[105.18238294494064,20.24542802593039],[105.20772347536268,20.21465738184648],[105.25229565833718,20.203797154522743],[105.28849641608296,20.166012613625586],[105.2771836792874,20.004692986920958],[105.17355901024011,20.00921808163918],[105.1690339155219,20.058541614067803],[105.13034435568109,20.118046609612428],[105.06020538754863,20.07008060559927],[104.99798533517308,20.091801060246738],[104.97830117314881,20.095194881285405],[104.9780749184129,20.104697580193672]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40117,"E":"District","POPULATION":38543,"LVLID":"VNP040004000000000000","NAME":"Lang Chanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.246","geometry":{"type":"MultiPolygon","coordinates":[[[[105.41519906819319,20.37077314962515],[105.43284693759425,20.38276465062844],[105.50660598150128,20.358102884414127],[105.5477843434371,20.359686667565505],[105.56769476019728,20.315566994062838],[105.64869395565346,20.274162377391104],[105.74553098262342,20.18275546408301],[105.7959857887316,20.1682751609847],[105.81996879073819,20.15243732947092],[105.79643829820343,20.14089833793945],[105.77901668353827,20.073021917166116],[105.7552599362676,20.06193543510647],[105.73172944373285,20.03387984785349],[105.69168235547657,20.04949142463136],[105.66928313662137,20.10175626862683],[105.63964376621702,20.090669786567183],[105.59891791375301,20.121440430651095],[105.57832873278511,20.198593295596787],[105.51769246356092,20.225970118642035],[105.52221755827915,20.254704470102745],[105.42176045553461,20.33366737293573],[105.41519906819319,20.37077314962515]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40119,"E":"District","POPULATION":115607,"LVLID":"VNP040003000000000000","NAME":"Thach Thanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.247","geometry":{"type":"MultiPolygon","coordinates":[[[[105.25161689412944,20.21148981554372],[105.2871388876675,20.183660483026653],[105.32537593803647,20.187506813537144],[105.3830708956938,20.17280025570292],[105.46067627011132,20.130943129559363],[105.50321216046261,20.079357049771627],[105.50027084889577,20.028223479455715],[105.46407009114999,20.03387984785349],[105.43465697548154,19.947903048207266],[105.37786703676785,19.921431244105666],[105.31270567282544,19.947450538735442],[105.2771836792874,20.004692986920958],[105.28849641608296,20.166012613625586],[105.25229565833718,20.203797154522743],[105.25161689412944,20.21148981554372]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40121,"E":"District","POPULATION":111612,"LVLID":"VNP040002000000000000","NAME":"Ngoc Lac","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.248","geometry":{"type":"MultiPolygon","coordinates":[[[[104.99798533517308,20.091801060246738],[105.06020538754863,20.07008060559927],[105.13034435568109,20.118046609612428],[105.1690339155219,20.058541614067803],[105.17355901024011,20.00921808163918],[105.2771836792874,20.004692986920958],[105.31270567282544,19.947450538735442],[105.37786703676785,19.921431244105666],[105.4075064071722,19.873691494828417],[105.39234733986616,19.847445945462727],[105.43262068285834,19.814186499283792],[105.43216817338651,19.806267583526903],[105.45320986382626,19.788393459389926],[105.4520785901467,19.786357166766724],[105.45954499643176,19.75264521111597],[105.36451800734909,19.706941754461923],[105.25749951726314,19.743595021679525],[105.21767868374278,19.710109320764676],[105.1672238776346,19.719838274408854],[105.13826327143798,19.740879964848588],[105.1328331577761,19.798801177241838],[105.1570424145186,19.853781078068238],[105.19324317226437,19.859663701201928],[105.17401151971193,19.91034476204602],[105.09957371159717,19.934327764052597],[105.0615629159641,19.928218886182997],[104.9658571626737,19.986818862783977],[104.92535756494561,19.994059014333136],[104.92286876285058,20.013064412149667],[104.99798533517308,20.091801060246738]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40123,"E":"District","POPULATION":114173,"LVLID":"VNP040009000000000000","NAME":"Thuong Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.249","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1672238776346,19.719838274408854],[105.21767868374278,19.710109320764676],[105.25749951726314,19.743595021679525],[105.36451800734909,19.706941754461923],[105.45954499643176,19.75264521111597],[105.49959208468803,19.72866220910939],[105.48352799843835,19.68046995036032],[105.52991021930012,19.639065333688585],[105.51045231201176,19.58589547074947],[105.47719286583283,19.572320186594805],[105.45298360909034,19.513946464729734],[105.50796350991675,19.48860593430769],[105.51791871829684,19.461002856526534],[105.44981604278759,19.43860363767133],[105.39415737775346,19.45398895971329],[105.35682534632812,19.535893174113113],[105.29822536972713,19.471863083850266],[105.27220607509736,19.52661672994076],[105.28623386872384,19.601959556999162],[105.16880766078597,19.683637516663076],[105.1672238776346,19.719838274408854]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40125,"E":"District","POPULATION":47372,"LVLID":"VNP040008000000000000","NAME":"Nhu Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.250","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4520785901467,19.786357166766724],[105.45320986382626,19.788393459389926],[105.52289632248689,19.797896158298194],[105.58375884644697,19.786809676238548],[105.57244610965141,19.737486143809924],[105.62448469891098,19.7105618302365],[105.64801519144574,19.648341777860942],[105.5986916590171,19.625263794798006],[105.65706538088217,19.546300891965025],[105.64507387987888,19.50874260580378],[105.6758445239628,19.494941066913203],[105.6554815977308,19.475935669096668],[105.66385302295951,19.397425275735507],[105.63738121885791,19.368690924274794],[105.59507158324253,19.368690924274794],[105.51791871829684,19.461002856526534],[105.50796350991675,19.48860593430769],[105.45298360909034,19.513946464729734],[105.47719286583283,19.572320186594805],[105.51045231201176,19.58589547074947],[105.52991021930012,19.639065333688585],[105.48352799843835,19.68046995036032],[105.49959208468803,19.72866220910939],[105.45954499643176,19.75264521111597],[105.4520785901467,19.786357166766724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40127,"E":"District","POPULATION":75519,"LVLID":"VNP040011000000000000","NAME":"Nhu Thanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.251","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55909708023266,20.08999102235945],[105.59891791375301,20.121440430651095],[105.63964376621702,20.090669786567183],[105.66928313662137,20.10175626862683],[105.69168235547657,20.04949142463136],[105.73172944373285,20.03387984785349],[105.7552599362676,20.06193543510647],[105.74779352998253,19.998810363787268],[105.76589390885542,19.954238180812776],[105.67720205237826,20.016231978452424],[105.59190401693978,20.024829658417048],[105.57176734544369,20.06940184139154],[105.55909708023266,20.08999102235945]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40129,"E":"District","POPULATION":81326,"LVLID":"VNP040006000000000000","NAME":"Vinh Loc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.252","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74779352998253,19.998810363787268],[105.7552599362676,20.06193543510647],[105.77901668353827,20.073021917166116],[105.79643829820343,20.14089833793945],[105.81996879073819,20.15243732947092],[105.86431471897676,20.13026436535163],[105.83920044329062,20.06962809612745],[105.91906836506725,20.04134625413856],[105.91499577982086,20.027092205776157],[105.9260822618805,19.968265974439266],[105.86838730422316,19.983877551217134],[105.81747998864316,19.957405747115534],[105.77494409829187,19.958310766059178],[105.76589390885542,19.954238180812776],[105.74779352998253,19.998810363787268]]],[[[105.92268844084182,20.042930037289935],[105.93558496078876,20.08795472973625],[105.97450077536548,20.06329296352194],[105.92268844084182,20.042930037289935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40131,"E":"District","POPULATION":114809,"LVLID":"VNP040007000000000000","NAME":"Ha Trung","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.253","geometry":{"type":"MultiPolygon","coordinates":[[[[105.91499577982086,20.027092205776157],[105.91906836506725,20.04134625413856],[105.92268844084182,20.042930037289935],[105.97450077536548,20.06329296352194],[106.03717333721286,20.058767868803717],[106.03943588457197,19.998357854315447],[106.00391389103392,19.96306211551331],[105.94712395232023,19.947450538735442],[105.9260822618805,19.968265974439266],[105.91499577982086,20.027092205776157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40133,"E":"District","POPULATION":134816,"LVLID":"VNP040017000000000000","NAME":"Nga Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.254","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50027084889577,20.028223479455715],[105.50321216046261,20.079357049771627],[105.57176734544369,20.06940184139154],[105.59190401693978,20.024829658417048],[105.67720205237826,20.016231978452424],[105.76589390885542,19.954238180812776],[105.76974023936592,19.94722428399953],[105.7509610962853,19.92844514091891],[105.7041263659517,19.94088915139402],[105.62765226521373,19.93478027352442],[105.60796810318946,19.954464435548687],[105.57538742121827,19.96102582289011],[105.50027084889577,20.028223479455715]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40135,"E":"District","POPULATION":146666,"LVLID":"VNP040001000000000000","NAME":"Yen Dinh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.255","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37786703676785,19.921431244105666],[105.43465697548154,19.947903048207266],[105.46407009114999,20.03387984785349],[105.50027084889577,20.028223479455715],[105.57538742121827,19.96102582289011],[105.60796810318946,19.954464435548687],[105.58851019590111,19.88613550530353],[105.53420905928243,19.887945543190817],[105.47787163004057,19.85762740857873],[105.43262068285834,19.814186499283792],[105.39234733986616,19.847445945462727],[105.4075064071722,19.873691494828417],[105.37786703676785,19.921431244105666]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40137,"E":"District","POPULATION":212710,"LVLID":"VNP040019000000000000","NAME":"Tho Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.256","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77494409829187,19.958310766059178],[105.81747998864316,19.957405747115534],[105.86838730422316,19.983877551217134],[105.9260822618805,19.968265974439266],[105.94712395232023,19.947450538735442],[106.00391389103392,19.96306211551331],[105.95730541543624,19.909665997838285],[105.9566266512285,19.88613550530353],[105.89780041989161,19.87821658954664],[105.85277572744529,19.921431244105666],[105.79689080767525,19.925277574616153],[105.77494409829187,19.958310766059178]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40139,"E":"District","POPULATION":164326,"LVLID":"VNP040020000000000000","NAME":"Hau Loc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.257","geometry":{"type":"MultiPolygon","coordinates":[[[[105.58851019590111,19.88613550530353],[105.60796810318946,19.954464435548687],[105.62765226521373,19.93478027352442],[105.7041263659517,19.94088915139402],[105.7509610962853,19.92844514091891],[105.76974023936592,19.94722428399953],[105.7613688141372,19.917584913595174],[105.79010316559791,19.855138606483706],[105.78195799510512,19.85400733280415],[105.7041263659517,19.859211191730108],[105.65480283352306,19.84405212442406],[105.58851019590111,19.88613550530353]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40141,"E":"District","POPULATION":186429,"LVLID":"VNP040021000000000000","NAME":"Thieu Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.258","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7613688141372,19.917584913595174],[105.76974023936592,19.94722428399953],[105.76589390885542,19.954238180812776],[105.77494409829187,19.958310766059178],[105.79689080767525,19.925277574616153],[105.85277572744529,19.921431244105666],[105.89780041989161,19.87821658954664],[105.9566266512285,19.88613550530353],[105.93400117763738,19.78296334572806],[105.89915794830708,19.771876863668414],[105.83942669802654,19.784094619407615],[105.79010316559791,19.855138606483706],[105.7613688141372,19.917584913595174]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40143,"E":"District","POPULATION":247952,"LVLID":"VNP040022000000000000","NAME":"Hoang Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.259","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65480283352306,19.84405212442406],[105.7041263659517,19.859211191730108],[105.78195799510512,19.85400733280415],[105.75639120994715,19.81350773507606],[105.76928772989409,19.7696143163093],[105.7163441216909,19.729567228053035],[105.69462366704342,19.743595021679525],[105.7104614985572,19.77119809946068],[105.6781070713219,19.78477338361535],[105.65480283352306,19.84405212442406]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40145,"E":"District","POPULATION":116360,"LVLID":"VNP040025000000000000","NAME":"Dong Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.260","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43216817338651,19.806267583526903],[105.43262068285834,19.814186499283792],[105.47787163004057,19.85762740857873],[105.53420905928243,19.887945543190817],[105.58851019590111,19.88613550530353],[105.65480283352306,19.84405212442406],[105.6781070713219,19.78477338361535],[105.7104614985572,19.77119809946068],[105.69462366704342,19.743595021679525],[105.66317425875178,19.752192701644145],[105.62448469891098,19.7105618302365],[105.57244610965141,19.737486143809924],[105.58375884644697,19.786809676238548],[105.52289632248689,19.797896158298194],[105.45320986382626,19.788393459389926],[105.43216817338651,19.806267583526903]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40147,"E":"District","POPULATION":195950,"LVLID":"VNP040027000000000000","NAME":"Trieu Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.261","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7163441216909,19.729567228053035],[105.76928772989409,19.7696143163093],[105.79824833609071,19.75241895638006],[105.83942669802654,19.784094619407615],[105.89915794830708,19.771876863668414],[105.8833201167933,19.72662591648619],[105.84598808536796,19.675266091434366],[105.81929002653045,19.574808988689828],[105.76793020147862,19.604900868566006],[105.7715502772532,19.634540238970363],[105.7267518395428,19.640649116839963],[105.7163441216909,19.729567228053035]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40149,"E":"District","POPULATION":236068,"LVLID":"VNP040024000000000000","NAME":"Quang Xuong","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.262","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5986916590171,19.625263794798006],[105.64801519144574,19.648341777860942],[105.62448469891098,19.7105618302365],[105.66317425875178,19.752192701644145],[105.69462366704342,19.743595021679525],[105.7163441216909,19.729567228053035],[105.7267518395428,19.640649116839963],[105.7715502772532,19.634540238970363],[105.76793020147862,19.604900868566006],[105.6758445239628,19.494941066913203],[105.64507387987888,19.50874260580378],[105.65706538088217,19.546300891965025],[105.5986916590171,19.625263794798006]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40151,"E":"District","POPULATION":153442,"LVLID":"VNP040026000000000000","NAME":"Nong Cong","PROV_CODE":402}},{"type":"Feature","id":"vn_admin2.263","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63738121885791,19.368690924274794],[105.66385302295951,19.397425275735507],[105.6554815977308,19.475935669096668],[105.6758445239628,19.494941066913203],[105.76793020147862,19.604900868566006],[105.81929002653045,19.574808988689828],[105.81069234656583,19.493809793233645],[105.81634871496361,19.423897079837108],[105.78851938244654,19.392900181017286],[105.82132631915366,19.314163532920215],[105.80978732762217,19.28475041725177],[105.77087151304546,19.289275511969993],[105.74620974683116,19.320498665525726],[105.69598119545888,19.297646937198703],[105.63738121885791,19.368690924274794]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40153,"E":"District","POPULATION":213939,"LVLID":"VNP040023000000000000","NAME":"Tinh Gia","PROV_CODE":402}},{"type":"Feature","id":"vn_admin2.264","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6432638419916,18.7096108785657],[105.68331093024787,18.724543691135835],[105.73738581213063,18.688569188125967],[105.76227383308084,18.69965567018561],[105.7733603151405,18.67793521553814],[105.71385531959587,18.64671206198241],[105.71023524382129,18.63698310833823],[105.65299279563577,18.66911128083761],[105.6432638419916,18.7096108785657]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40301,"E":"City","POPULATION":215261,"LVLID":"VNP039014000000000000","NAME":"Vinh city","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.265","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74734102051072,18.7442278531601],[105.70276883753623,18.797850225571036],[105.7247155469196,18.831335926485885],[105.76838271095045,18.761423213089348],[105.74734102051072,18.7442278531601]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40303,"E":"Town","POPULATION":18519,"LVLID":"VNP039013000000000000","NAME":"Cua Lo town","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.266","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92535756494561,19.994059014333136],[104.9658571626737,19.986818862783977],[105.0615629159641,19.928218886182997],[105.09957371159717,19.934327764052597],[105.17401151971193,19.91034476204602],[105.19324317226437,19.859663701201928],[105.1570424145186,19.853781078068238],[105.1328331577761,19.798801177241838],[105.13826327143798,19.740879964848588],[105.08712970112207,19.746536333246368],[104.9964015520217,19.689972649268586],[105.00748803408135,19.602185811735072],[104.9762648805256,19.587705508636763],[105.00748803408135,19.546527146700935],[104.94458921749805,19.475709414360757],[104.90997224290365,19.469374281755243],[104.8235429337856,19.410095540946532],[104.76584797612827,19.450595138674622],[104.715619424756,19.45896656390333],[104.68145495963343,19.553993552986004],[104.634167719828,19.586121725485384],[104.63891906928212,19.618702407456585],[104.67376229861244,19.683411261927166],[104.66561712811965,19.699249093440944],[104.72218081209742,19.75671779636237],[104.76132288141005,19.74902513534139],[104.80023869598676,19.787488440446282],[104.83824949161983,19.79314480884406],[104.84752593579218,19.92278877252113],[104.89888576084401,19.9546906902846],[104.92535756494561,19.994059014333136]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40305,"E":"District","POPULATION":52801,"LVLID":"VNP039011000000000000","NAME":"Que Phong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.267","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8235429337856,19.410095540946532],[104.90997224290365,19.469374281755243],[104.94458921749805,19.475709414360757],[105.00748803408135,19.546527146700935],[104.9762648805256,19.587705508636763],[105.00748803408135,19.602185811735072],[104.9964015520217,19.689972649268586],[105.08712970112207,19.746536333246368],[105.13826327143798,19.740879964848588],[105.1672238776346,19.719838274408854],[105.16880766078597,19.683637516663076],[105.28623386872384,19.601959556999162],[105.27220607509736,19.52661672994076],[105.29822536972713,19.471863083850266],[105.29980915287851,19.46665922492431],[105.2265026184433,19.469826791227067],[105.17514279339149,19.427290900875775],[105.14233585668437,19.469826791227067],[105.1206154020369,19.44765382710778],[105.02196833717966,19.42434958930893],[104.98576757943388,19.350364290665993],[104.93599153753343,19.320272410789816],[104.8235429337856,19.410095540946532]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40307,"E":"District","POPULATION":48546,"LVLID":"VNP039003000000000000","NAME":"Quy Chau","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.268","geometry":{"type":"MultiPolygon","coordinates":[[[[104.45452145951457,19.65648694835374],[104.39795777553678,19.582275394974893],[104.43166973118754,19.562364978214717],[104.40157785131136,19.508063841596048],[104.45949906370461,19.452857686033735],[104.443208722719,19.377967368447152],[104.4065554555014,19.36529710323613],[104.36944967881199,19.396067747320043],[104.35406435677002,19.325928779187596],[104.29252306860221,19.279772813061726],[104.27057635921882,19.24221452690048],[104.27351767078567,19.21393268491159],[104.33958405367171,19.170944285088478],[104.30564584328505,19.10962925165656],[104.21831151522336,19.117774422149363],[104.22894548781117,19.154653944102876],[104.1866358521958,19.1958323060387],[104.10812545883464,19.211217628080657],[104.07577103159934,19.244929583731412],[104.00631082767464,19.227055459594435],[103.91920275434886,19.30126701297328],[103.96467995626699,19.38136118948582],[104.05405057695188,19.422765806157553],[104.12735711138708,19.501049944782803],[104.11310306302468,19.564175016102006],[104.06558956848335,19.621191209551608],[104.08074863578939,19.67843365773712],[104.09771774098273,19.662822080959252],[104.16242659545331,19.668930958828852],[104.16378412386878,19.694045234514988],[104.23890069619127,19.705584226046454],[104.34365663891812,19.67436107249072],[104.42148826807154,19.70264291447961],[104.45452145951457,19.65648694835374]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40309,"E":"District","POPULATION":49177,"LVLID":"VNP039016000000000000","NAME":"Ky Son","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.269","geometry":{"type":"MultiPolygon","coordinates":[[[[104.98576757943388,19.350364290665993],[105.02196833717966,19.42434958930893],[105.1206154020369,19.44765382710778],[105.14233585668437,19.469826791227067],[105.17514279339149,19.427290900875775],[105.2265026184433,19.469826791227067],[105.29980915287851,19.46665922492431],[105.31496822018455,19.400592842038265],[105.30931185178679,19.35534189485604],[105.34551260953256,19.31461604239204],[105.33827245798341,19.26212494366066],[105.31066938020224,19.21461144911932],[105.25591573411175,19.1958323060387],[105.23713659103113,19.216873996478434],[105.14572967772304,19.219136543837546],[105.14324087562802,19.19764234392599],[105.07966329483699,19.170718030352564],[105.04663010339397,19.166645445106166],[105.00002162779629,19.191985975528212],[104.98463630575432,19.283392888836303],[104.98576757943388,19.350364290665993]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40311,"E":"District","POPULATION":107198,"LVLID":"VNP039012000000000000","NAME":"Quy Hop","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.270","geometry":{"type":"MultiPolygon","coordinates":[[[[105.29822536972713,19.471863083850266],[105.35682534632812,19.535893174113113],[105.39415737775346,19.45398895971329],[105.44981604278759,19.43860363767133],[105.51791871829684,19.461002856526534],[105.59507158324253,19.368690924274794],[105.53601909716973,19.28837049302635],[105.53149400245151,19.231806809048567],[105.44031334387932,19.171170539824388],[105.4400870891434,19.170718030352564],[105.35252650634581,19.22049407225301],[105.31066938020224,19.21461144911932],[105.33827245798341,19.26212494366066],[105.34551260953256,19.31461604239204],[105.30931185178679,19.35534189485604],[105.31496822018455,19.400592842038265],[105.29980915287851,19.46665922492431],[105.29822536972713,19.471863083850266]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40313,"E":"District","POPULATION":149424,"LVLID":"VNP039009000000000000","NAME":"Nghia Dan","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.271","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27057635921882,19.24221452690048],[104.29252306860221,19.279772813061726],[104.35406435677002,19.325928779187596],[104.36944967881199,19.396067747320043],[104.4065554555014,19.36529710323613],[104.443208722719,19.377967368447152],[104.45949906370461,19.452857686033735],[104.40157785131136,19.508063841596048],[104.43166973118754,19.562364978214717],[104.39795777553678,19.582275394974893],[104.45452145951457,19.65648694835374],[104.49524731197857,19.65196185363552],[104.50950136034096,19.621191209551608],[104.56131369486462,19.607842180132852],[104.6181036335783,19.63001514425214],[104.63891906928212,19.618702407456585],[104.634167719828,19.586121725485384],[104.68145495963343,19.553993552986004],[104.715619424756,19.45896656390333],[104.76584797612827,19.450595138674622],[104.8235429337856,19.410095540946532],[104.93599153753343,19.320272410789816],[104.90408961976996,19.29945697508599],[104.90748344080863,19.2609936699811],[104.8599699462673,19.239046960597722],[104.8439058600176,19.20782380704199],[104.76516921192054,19.211443882816567],[104.72331208577698,19.175243125070786],[104.72104953841787,19.132933489455407],[104.64321790926444,19.035417698277715],[104.56878010114968,19.022973687802605],[104.53416312655528,18.9842841279618],[104.53438938129119,18.982926599546335],[104.48755465095759,19.001705742626957],[104.45633149740186,18.980437797451312],[104.40542418182186,19.051029275055583],[104.31039719273919,19.09107636331185],[104.30564584328505,19.10962925165656],[104.33958405367171,19.170944285088478],[104.27351767078567,19.21393268491159],[104.27057635921882,19.24221452690048]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40315,"E":"District","POPULATION":68639,"LVLID":"VNP039006000000000000","NAME":"Tuong Duong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.272","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44031334387932,19.171170539824388],[105.53149400245151,19.231806809048567],[105.53601909716973,19.28837049302635],[105.59507158324253,19.368690924274794],[105.63738121885791,19.368690924274794],[105.69598119545888,19.297646937198703],[105.74620974683116,19.320498665525726],[105.77087151304546,19.289275511969993],[105.80978732762217,19.28475041725177],[105.77471784355596,19.2304492806331],[105.74417345420795,19.219136543837546],[105.7407796331693,19.100126552748296],[105.66113796612858,19.08474123070634],[105.62244840628777,19.09695898644554],[105.54620056028573,19.179089455581277],[105.49099440472341,19.15374892515923],[105.46678514798093,19.13519603681452],[105.4398608344075,19.162799114595675],[105.4400870891434,19.170718030352564],[105.44031334387932,19.171170539824388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40317,"E":"District","POPULATION":361124,"LVLID":"VNP039019000000000000","NAME":"Quynh Luu","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.273","geometry":{"type":"MultiPolygon","coordinates":[[[[105.07966329483699,19.170718030352564],[105.14324087562802,19.19764234392599],[105.14572967772304,19.219136543837546],[105.23713659103113,19.216873996478434],[105.25591573411175,19.1958323060387],[105.31066938020224,19.21461144911932],[105.35252650634581,19.22049407225301],[105.4400870891434,19.170718030352564],[105.4400870891434,19.170718030352564],[105.4398608344075,19.162799114595675],[105.3912160661866,19.08428872123452],[105.31247941808954,19.053518077150603],[105.22989643948198,18.994691845813712],[105.17174897235282,18.973197645902157],[105.07830576642152,19.007135856288823],[105.0493451602249,19.089718834896384],[105.07966329483699,19.170718030352564]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40319,"E":"District","POPULATION":105739,"LVLID":"VNP039018000000000000","NAME":"Tan Ky","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.274","geometry":{"type":"MultiPolygon","coordinates":[[[[104.53416312655528,18.9842841279618],[104.56878010114968,19.022973687802605],[104.64321790926444,19.035417698277715],[104.72104953841787,19.132933489455407],[104.72331208577698,19.175243125070786],[104.76516921192054,19.211443882816567],[104.8439058600176,19.20782380704199],[104.8599699462673,19.239046960597722],[104.90748344080863,19.2609936699811],[104.90408961976996,19.29945697508599],[104.93599153753343,19.320272410789816],[104.98576757943388,19.350364290665993],[104.98463630575432,19.283392888836303],[105.00002162779629,19.191985975528212],[105.04663010339397,19.166645445106166],[104.98327877733885,19.04899298243238],[104.91223479026276,19.059174445548383],[104.90431587450587,19.041752830883226],[104.93282397123068,19.040169047731847],[104.94051663225166,18.99627562896509],[104.98124248471565,18.965957494353],[105.01110810985593,18.904868715657],[104.98033746577201,18.86459537266482],[104.93802783015663,18.87319305262944],[104.91743864918872,18.788347526662772],[104.79978618651494,18.781559884585437],[104.68032368595387,18.835861021204106],[104.634167719828,18.884505789424995],[104.5855229516071,18.89694979990011],[104.53438938129119,18.982926599546335],[104.53416312655528,18.9842841279618]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40321,"E":"District","POPULATION":61760,"LVLID":"VNP039017000000000000","NAME":"Con Cuong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.275","geometry":{"type":"MultiPolygon","coordinates":[[[[105.31247941808954,19.053518077150603],[105.3912160661866,19.08428872123452],[105.4398608344075,19.162799114595675],[105.46678514798093,19.13519603681452],[105.49099440472341,19.15374892515923],[105.55344071183488,19.113701836902962],[105.58489012012653,19.065962087625717],[105.52493261511007,19.022973687802605],[105.52832643614875,18.9313405197586],[105.51610868040954,18.894234743069173],[105.48420676264608,18.874324326308997],[105.39868247247168,18.894687252540997],[105.3624817147259,18.953965993349712],[105.31926706016687,18.971161353278955],[105.31247941808954,19.053518077150603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40323,"E":"District","POPULATION":239202,"LVLID":"VNP039007000000000000","NAME":"Yen Thanh","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.276","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49099440472341,19.15374892515923],[105.54620056028573,19.179089455581277],[105.62244840628777,19.09695898644554],[105.66113796612858,19.08474123070634],[105.61928083998502,18.987225439528647],[105.64439511567116,18.89513976201282],[105.59982293269667,18.86459537266482],[105.59982293269667,18.86459537266482],[105.54846310764484,18.85871274953113],[105.53398280454653,18.888804629407307],[105.53239902139515,18.88970964835095],[105.51610868040954,18.894234743069173],[105.52832643614875,18.9313405197586],[105.52493261511007,19.022973687802605],[105.58489012012653,19.065962087625717],[105.55344071183488,19.113701836902962],[105.49099440472341,19.15374892515923]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40325,"E":"District","POPULATION":272732,"LVLID":"VNP039010000000000000","NAME":"Dien Chau","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.277","geometry":{"type":"MultiPolygon","coordinates":[[[[104.90431587450587,19.041752830883226],[104.91223479026276,19.059174445548383],[104.98327877733885,19.04899298243238],[105.04663010339397,19.166645445106166],[105.07966329483699,19.170718030352564],[105.0493451602249,19.089718834896384],[105.07830576642152,19.007135856288823],[105.17174897235282,18.973197645902157],[105.22989643948198,18.994691845813712],[105.25930955515042,18.908262536695663],[105.22243003319691,18.88722084625593],[105.18193043546881,18.875455599988552],[105.06405171805913,18.867762938967573],[104.99979537306037,18.825679558088105],[104.9414216511953,18.757124373107036],[104.91743864918872,18.788347526662772],[104.93802783015663,18.87319305262944],[104.98033746577201,18.86459537266482],[105.01110810985593,18.904868715657],[104.98124248471565,18.965957494353],[104.94051663225166,18.99627562896509],[104.93282397123068,19.040169047731847],[104.90431587450587,19.041752830883226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40327,"E":"District","POPULATION":97835,"LVLID":"VNP039008000000000000","NAME":"Anh Son","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.278","geometry":{"type":"MultiPolygon","coordinates":[[[[105.22243003319691,18.88722084625593],[105.25930955515042,18.908262536695663],[105.22989643948198,18.994691845813712],[105.31247941808954,19.053518077150603],[105.31926706016687,18.971161353278955],[105.3624817147259,18.953965993349712],[105.39868247247168,18.894687252540997],[105.48420676264608,18.874324326308997],[105.47176275217096,18.819570680218504],[105.48941062157203,18.772735949884904],[105.43307319233017,18.79083632875779],[105.4093164450595,18.778844827754504],[105.36406549787728,18.83902858750686],[105.36383924314136,18.83902858750686],[105.33714118430385,18.831562181221795],[105.2973203507835,18.886542082048198],[105.23917288365433,18.871835524213974],[105.22243003319691,18.88722084625593]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40329,"E":"District","POPULATION":191546,"LVLID":"VNP039005000000000000","NAME":"Do Luong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.279","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9414216511953,18.757124373107036],[104.99979537306037,18.825679558088105],[105.06405171805913,18.867762938967573],[105.18193043546881,18.875455599988552],[105.22243003319691,18.88722084625593],[105.23917288365433,18.871835524213974],[105.2973203507835,18.886542082048198],[105.33714118430385,18.831562181221795],[105.36383924314136,18.83902858750686],[105.36406549787728,18.83902858750686],[105.4093164450595,18.778844827754504],[105.40841142611585,18.773188459356724],[105.41180524715452,18.742870324744636],[105.4645226006218,18.7014657080729],[105.44461218386164,18.67951899868952],[105.49144691419524,18.649427118813342],[105.50524845308581,18.609606285292983],[105.3810346030706,18.576573093849962],[105.26949101826642,18.615941417898497],[105.22944393001016,18.590148378004628],[105.19233815332073,18.599877331648806],[105.20297212590856,18.638340636753696],[105.14165709247663,18.68336532920001],[105.13848952617388,18.712778444868455],[105.07717449274197,18.70123945333699],[105.01970578982055,18.742191560536902],[104.94617300064944,18.73789272055459],[104.9414216511953,18.757124373107036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40331,"E":"District","POPULATION":229442,"LVLID":"VNP039002000000000000","NAME":"Thanh Chuong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.280","geometry":{"type":"MultiPolygon","coordinates":[[[[105.47176275217096,18.819570680218504],[105.48420676264608,18.874324326308997],[105.51610868040954,18.894234743069173],[105.53239902139515,18.88970964835095],[105.53398280454653,18.888804629407307],[105.54846310764484,18.85871274953113],[105.59982293269667,18.86459537266482],[105.59982293269667,18.86459537266482],[105.64439511567116,18.89513976201282],[105.69575494072298,18.87138301474215],[105.7247155469196,18.831335926485885],[105.70276883753623,18.797850225571036],[105.74734102051072,18.7442278531601],[105.76227383308084,18.69965567018561],[105.73738581213063,18.688569188125967],[105.68331093024787,18.724543691135835],[105.6432638419916,18.7096108785657],[105.61656578315409,18.741512796329168],[105.55773955181719,18.751468004709256],[105.48941062157203,18.772735949884904],[105.47176275217096,18.819570680218504]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40333,"E":"District","POPULATION":196954,"LVLID":"VNP039001000000000000","NAME":"Nghi Loc","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.281","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40841142611585,18.773188459356724],[105.4093164450595,18.778844827754504],[105.43307319233017,18.79083632875779],[105.48941062157203,18.772735949884904],[105.55773955181719,18.751468004709256],[105.60434802741489,18.713004699604365],[105.55932333496857,18.622955314711742],[105.61837582104137,18.604402426367027],[105.61928083998502,18.575668074906318],[105.55208318341941,18.550553799220182],[105.50524845308581,18.609606285292983],[105.49144691419524,18.649427118813342],[105.44461218386164,18.67951899868952],[105.4645226006218,18.7014657080729],[105.41180524715452,18.742870324744636],[105.40841142611585,18.773188459356724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40335,"E":"District","POPULATION":150004,"LVLID":"VNP039004000000000000","NAME":"Nam Dan","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.282","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55773955181719,18.751468004709256],[105.61656578315409,18.741512796329168],[105.6432638419916,18.7096108785657],[105.65299279563577,18.66911128083761],[105.71023524382129,18.63698310833823],[105.67403448607551,18.573631782283115],[105.61928083998502,18.575668074906318],[105.61837582104137,18.604402426367027],[105.55932333496857,18.622955314711742],[105.60434802741489,18.713004699604365],[105.55773955181719,18.751468004709256]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40337,"E":"District","POPULATION":123186,"LVLID":"VNP039015000000000000","NAME":"Hung Nguyen","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.283","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92268844084182,18.30959250547484],[105.90956566615898,18.304841156020704],[105.86499348318449,18.33583805484053],[105.88264135258557,18.377695180984087],[105.94078881971473,18.32362029910133],[105.92268844084182,18.30959250547484]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40501,"E":"Town","POPULATION":41220,"LVLID":"VNP018001000000000000","NAME":"Ha Tinh town","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.284","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67403448607551,18.573631782283115],[105.72629933007097,18.543087392935114],[105.7674776920068,18.54602870450196],[105.7407796331693,18.492180077355112],[105.68172714709648,18.50960169202027],[105.67403448607551,18.573631782283115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40503,"E":"Town","POPULATION":34091,"LVLID":"VNP018006000000000000","NAME":"Hong Linh town","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.285","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67403448607551,18.573631782283115],[105.71023524382129,18.63698310833823],[105.71385531959587,18.64671206198241],[105.7735865698764,18.666396224006675],[105.75390240785214,18.741965305800992],[105.7837680329924,18.751468004709256],[105.81182362024538,18.64060318411281],[105.87042359684636,18.52611828774178],[105.84259426432929,18.544444921350582],[105.7674776920068,18.54602870450196],[105.72629933007097,18.543087392935114],[105.67403448607551,18.573631782283115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40505,"E":"District","POPULATION":102110,"LVLID":"VNP018010000000000000","NAME":"Nghi Xuan","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.286","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52176504880732,18.4939901152424],[105.55819206128902,18.509149182548448],[105.55208318341941,18.550553799220182],[105.61928083998502,18.575668074906318],[105.67403448607551,18.573631782283115],[105.68172714709648,18.50960169202027],[105.64869395565346,18.477021010049068],[105.63670245465018,18.41525346714533],[105.64032253042475,18.389686681987374],[105.61973334945684,18.359821056847107],[105.57900749699284,18.359594802111197],[105.48918436683613,18.4023569471984],[105.48533803632563,18.42928126077182],[105.52108628459959,18.49376386050649],[105.52176504880732,18.4939901152424]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40507,"E":"District","POPULATION":152428,"LVLID":"VNP018009000000000000","NAME":"Duc Tho","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.287","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19233815332073,18.599877331648806],[105.22944393001016,18.590148378004628],[105.26949101826642,18.615941417898497],[105.3810346030706,18.576573093849962],[105.50524845308581,18.609606285292983],[105.55208318341941,18.550553799220182],[105.55819206128902,18.509149182548448],[105.52176504880732,18.4939901152424],[105.52108628459959,18.49376386050649],[105.48533803632563,18.42928126077182],[105.48918436683613,18.4023569471984],[105.41791412502413,18.39647432406471],[105.40388633139763,18.372265067322218],[105.35320527055354,18.377242671512263],[105.30297671918127,18.276333059295904],[105.26202461198136,18.263889048820793],[105.24686554467532,18.29375467396106],[105.1896230964898,18.324299063309063],[105.18781305860252,18.38832915357191],[105.15455361242357,18.3901391914592],[105.1081713915618,18.445571601757422],[105.13894203564571,18.589695868532807],[105.19233815332073,18.599877331648806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40509,"E":"District","POPULATION":133898,"LVLID":"VNP018008000000000000","NAME":"Huong Son","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.288","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63670245465018,18.41525346714533],[105.64869395565346,18.477021010049068],[105.68172714709648,18.50960169202027],[105.7407796331693,18.492180077355112],[105.7674776920068,18.54602870450196],[105.84259426432929,18.544444921350582],[105.87042359684636,18.52611828774178],[105.91250697772583,18.474079698482225],[105.86544599265632,18.43335384601822],[105.79010316559791,18.421588599750844],[105.80073713818574,18.38289903991004],[105.7552599362676,18.318868949647193],[105.75548619100351,18.318190185439462],[105.64032253042475,18.389686681987374],[105.63670245465018,18.41525346714533]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40511,"E":"District","POPULATION":176743,"LVLID":"VNP018007000000000000","NAME":"Can Loc","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.289","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7552599362676,18.318868949647193],[105.80073713818574,18.38289903991004],[105.79010316559791,18.421588599750844],[105.86544599265632,18.43335384601822],[105.91250697772583,18.474079698482225],[105.94486140496112,18.45982565011982],[106.03015944039961,18.34420948006924],[105.9873972953124,18.301447334982036],[105.92268844084182,18.30959250547484],[105.94078881971473,18.32362029910133],[105.88264135258557,18.377695180984087],[105.86499348318449,18.33583805484053],[105.90956566615898,18.304841156020704],[105.91499577982086,18.258458935158924],[105.86340970003312,18.16886205973812],[105.84304677380112,18.25121878360977],[105.75548619100351,18.318190185439462],[105.7552599362676,18.318868949647193]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40513,"E":"District","POPULATION":202619,"LVLID":"VNP018002000000000000","NAME":"Thach Ha","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.290","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86340970003312,18.16886205973812],[105.91499577982086,18.258458935158924],[105.90956566615898,18.304841156020704],[105.92268844084182,18.30959250547484],[105.9873972953124,18.301447334982036],[106.03015944039961,18.34420948006924],[106.12360264633091,18.26343653934897],[106.15731460198167,18.266830360387637],[106.1294852694646,18.227009526867278],[106.14713313886567,18.145784076675188],[106.13785669469331,18.119538527309498],[106.09328451171882,18.113429649439897],[106.06771772656086,18.064784881219005],[106.04260345087472,18.076550127486385],[106.01884670360405,18.03310921819145],[105.93603747026059,18.086505335866473],[105.86340970003312,18.16886205973812]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40515,"E":"District","POPULATION":147510,"LVLID":"VNP018005000000000000","NAME":"Cam Xuyen","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.291","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26202461198136,18.263889048820793],[105.30297671918127,18.276333059295904],[105.35320527055354,18.377242671512263],[105.40388633139763,18.372265067322218],[105.41791412502413,18.39647432406471],[105.48918436683613,18.4023569471984],[105.57900749699284,18.359594802111197],[105.61973334945684,18.359821056847107],[105.64032253042475,18.389686681987374],[105.75548619100351,18.318190185439462],[105.84304677380112,18.25121878360977],[105.86340970003312,18.16886205973812],[105.93603747026059,18.086505335866473],[105.85549078427623,18.065011135954915],[105.86951857790272,18.03537176555056],[105.78082672142556,18.014782584582647],[105.74372094473614,18.034466746606913],[105.70933022487765,17.984464449970556],[105.64484762514297,17.984011940498736],[105.58534262959834,18.011841273015804],[105.57357738333097,18.082659005355985],[105.50977354780403,18.12225358414043],[105.50570096255764,18.1846998912519],[105.46474885535773,18.203931543804345],[105.41700910608047,18.15687055873483],[105.37537823467282,18.1582280871503],[105.32492342856465,18.199858958557943],[105.33533114641656,18.252576312025237],[105.26202461198136,18.263889048820793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40517,"E":"District","POPULATION":112461,"LVLID":"VNP018004000000000000","NAME":"Huong Khe","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.292","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01884670360405,18.03310921819145],[106.04260345087472,18.076550127486385],[106.06771772656086,18.064784881219005],[106.09328451171882,18.113429649439897],[106.13785669469331,18.119538527309498],[106.14713313886567,18.145784076675188],[106.1294852694646,18.227009526867278],[106.15731460198167,18.266830360387637],[106.25483039315935,18.213660497448522],[106.36252764745305,18.106642007362563],[106.4265577377159,18.099628110549318],[106.43945425766283,18.05754472966985],[106.49895925320746,17.9568613721894],[106.34374850437243,17.987632016273313],[106.30958403924984,17.960028938492155],[106.28537478250736,17.903465254514376],[106.24623271319473,17.927448256520954],[106.14916943148886,17.914551736574023],[106.04984360242388,17.94622739960158],[106.07495787811001,17.9914783467838],[106.01884670360405,18.03310921819145]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40519,"E":"District","POPULATION":155440,"LVLID":"VNP018003000000000000","NAME":"Ky Anh","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.293","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4957916869047,17.382853107182886],[106.52475229310133,17.458648443713113],[106.60416770540613,17.528108647637826],[106.69218079767555,17.412944987059067],[106.64195224630329,17.433534168026977],[106.60167890331111,17.42222143123142],[106.51547584892897,17.36339519989453],[106.4957916869047,17.382853107182886]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40701,"E":"Town","POPULATION":90414,"LVLID":"VNP019004000000000000","NAME":"Dong Hoi town","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.294","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64484762514297,17.984011940498736],[105.70933022487765,17.984464449970556],[105.74372094473614,18.034466746606913],[105.78082672142556,18.014782584582647],[105.86951857790272,18.03537176555056],[105.85549078427623,18.065011135954915],[105.93603747026059,18.086505335866473],[106.01884670360405,18.03310921819145],[106.07495787811001,17.9914783467838],[106.04984360242388,17.94622739960158],[106.14916943148886,17.914551736574023],[106.24623271319473,17.927448256520954],[106.28537478250736,17.903465254514376],[106.27632459307091,17.78558653710468],[106.30732149189073,17.758209714059436],[106.2475902416102,17.711148728989922],[106.25392537421571,17.7045873416485],[106.15573081883029,17.727212815239614],[106.11817253266904,17.721103937370014],[106.11455245689446,17.78898035814335],[106.04509225296975,17.81499965277313],[105.98355096480192,17.895772593493398],[105.9507440280948,17.8937363008702],[105.88015255049054,17.955503843773933],[105.84236800959339,17.9385347385806],[105.85458576533259,17.911836679743086],[105.79530702452386,17.917719302876776],[105.76793020147862,17.888758696680153],[105.7063889133108,17.908895368176243],[105.64416886093524,17.964327778474466],[105.64484762514297,17.984011940498736]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40703,"E":"District","POPULATION":70854,"LVLID":"VNP019002000000000000","NAME":"Tuyen Hoa","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.295","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64416886093524,17.964327778474466],[105.7063889133108,17.908895368176243],[105.76793020147862,17.888758696680153],[105.79530702452386,17.917719302876776],[105.85458576533259,17.911836679743086],[105.84236800959339,17.9385347385806],[105.88015255049054,17.955503843773933],[105.9507440280948,17.8937363008702],[105.98355096480192,17.895772593493398],[106.04509225296975,17.81499965277313],[106.11455245689446,17.78898035814335],[106.11817253266904,17.721103937370014],[106.11613624004583,17.7208776826341],[106.11387369268672,17.72065142789819],[106.06907525497633,17.64983369555801],[106.02631310988913,17.618610542002276],[106.03966213930788,17.541683931792495],[105.97269073747819,17.502089353008046],[105.86589850212815,17.624945674607787],[105.78648308982334,17.673137933356855],[105.75616495521125,17.66635029127952],[105.72381052797596,17.751422071982102],[105.69711246913845,17.76522361087268],[105.68987231758929,17.828122427455973],[105.62516346311871,17.869753298863618],[105.64416886093524,17.964327778474466]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40705,"E":"District","POPULATION":45396,"LVLID":"VNP019003000000000000","NAME":"Minh Hoa","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.296","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2475902416102,17.711148728989922],[106.30732149189073,17.758209714059436],[106.27632459307091,17.78558653710468],[106.28537478250736,17.903465254514376],[106.30958403924984,17.960028938492155],[106.34374850437243,17.987632016273313],[106.49895925320746,17.9568613721894],[106.4489569565711,17.83219501270237],[106.49420790375332,17.701646030081655],[106.42225889773358,17.72517652261641],[106.40687357569163,17.68807074592699],[106.36230139271714,17.672911678620945],[106.34691607067518,17.697120935363433],[106.25392537421571,17.7045873416485],[106.2475902416102,17.711148728989922]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40707,"E":"District","POPULATION":169687,"LVLID":"VNP019001000000000000","NAME":"Quang Trach","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.297","geometry":{"type":"MultiPolygon","coordinates":[[[[105.97269073747819,17.502089353008046],[106.03966213930788,17.541683931792495],[106.02631310988913,17.618610542002276],[106.06907525497633,17.64983369555801],[106.11387369268672,17.72065142789819],[106.11613624004583,17.7208776826341],[106.11817253266904,17.721103937370014],[106.15573081883029,17.727212815239614],[106.25392537421571,17.7045873416485],[106.34691607067518,17.697120935363433],[106.36230139271714,17.672911678620945],[106.40687357569163,17.68807074592699],[106.42225889773358,17.72517652261641],[106.49420790375332,17.701646030081655],[106.60416770540613,17.528108647637826],[106.52475229310133,17.458648443713113],[106.4957916869047,17.382853107182886],[106.43764421977555,17.38534190927791],[106.40777859463527,17.433081658555157],[106.3718040916254,17.4115874586436],[106.2903523866974,17.332850810546528],[106.306642727683,17.293029977026173],[106.28017092358141,17.259996785583148],[106.23582499534282,17.249136558259416],[106.09667833275748,17.358417595704484],[105.97269073747819,17.502089353008046]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40709,"E":"District","POPULATION":133965,"LVLID":"VNP019007000000000000","NAME":"Bo Trach","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.298","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2903523866974,17.332850810546528],[106.3718040916254,17.4115874586436],[106.40777859463527,17.433081658555157],[106.43764421977555,17.38534190927791],[106.4957916869047,17.382853107182886],[106.51547584892897,17.36339519989453],[106.60167890331111,17.42222143123142],[106.64195224630329,17.433534168026977],[106.69218079767555,17.412944987059067],[106.80055681617698,17.31113035589906],[106.78856531517368,17.29076742966706],[106.74218309431191,17.32900448003604],[106.71639005441804,17.27854967392786],[106.67430667353858,17.240765133030703],[106.61548044220169,17.236918802520215],[106.59375998755422,17.150715748138076],[106.59285496861057,17.150489493402166],[106.50212681951021,17.11700379248732],[106.49647045111243,17.089400714706162],[106.42135387878994,17.074920411607852],[106.37678169581545,17.109763640938162],[106.32542187076362,17.1898578174507],[106.306642727683,17.293029977026173],[106.2903523866974,17.332850810546528]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40711,"E":"District","POPULATION":80210,"LVLID":"VNP019005000000000000","NAME":"Quang Ninh","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.299","geometry":{"type":"MultiPolygon","coordinates":[[[[106.42135387878994,17.074920411607852],[106.49647045111243,17.089400714706162],[106.50212681951021,17.11700379248732],[106.59285496861057,17.150489493402166],[106.59375998755422,17.150715748138076],[106.61548044220169,17.236918802520215],[106.67430667353858,17.240765133030703],[106.71639005441804,17.27854967392786],[106.74218309431191,17.32900448003604],[106.78856531517368,17.29076742966706],[106.80055681617698,17.31113035589906],[106.99694592694783,17.162254739669542],[106.9494324324065,17.114288735656388],[106.86096683066525,17.070395316889627],[106.8537266791161,17.03080073810518],[106.82657611080676,17.041208455957094],[106.78811280570187,16.9844185172434],[106.7765738141704,16.928986106945178],[106.70507731762248,16.938488805853446],[106.61163411169119,16.936678767966157],[106.58968740230782,16.98735982881025],[106.55461791824159,16.995957508774868],[106.52791985940408,16.976047092014692],[106.43244036084958,17.002518896116293],[106.40687357569163,17.051389919073095],[106.42135387878994,17.074920411607852]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40713,"E":"District","POPULATION":127379,"LVLID":"VNP019006000000000000","NAME":"Le Thuy","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.300","geometry":{"type":"MultiPolygon","coordinates":[[[[107.10781074754428,16.857715865133173],[107.13020996639949,16.84481934518624],[107.1528354399906,16.80183094536313],[107.03337293942953,16.748661082424015],[107.06550111192891,16.82852900420064],[107.10781074754428,16.857715865133173]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40901,"E":"Town","POPULATION":52841,"LVLID":"VNP052005000000000000","NAME":"Dong Ha town","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.301","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40903,"E":"Town","POPULATION":14853,"LVLID":"VNP052002000000000000","NAME":"Quang Tri town","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.302","geometry":{"type":"MultiPolygon","coordinates":[[[[106.70507731762248,16.938488805853446],[106.7765738141704,16.928986106945178],[106.78811280570187,16.9844185172434],[106.82657611080676,17.041208455957094],[106.8537266791161,17.03080073810518],[106.86096683066525,17.070395316889627],[106.9494324324065,17.114288735656388],[106.99694592694783,17.162254739669542],[107.1202547580194,17.082386817892917],[107.10690572860064,16.997088782454426],[107.0593922340593,17.005460207683136],[107.05871346985157,16.981250950940648],[106.95259999870926,16.962019298388203],[106.94309729980098,16.922198464867844],[106.80168808985654,16.889617782896643],[106.691049523996,16.90070426495629],[106.70507731762248,16.938488805853446]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40905,"E":"District","POPULATION":94478,"LVLID":"VNP052009000000000000","NAME":"Vinh Linh","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.303","geometry":{"type":"MultiPolygon","coordinates":[[[[106.691049523996,16.90070426495629],[106.80168808985654,16.889617782896643],[106.94309729980098,16.922198464867844],[106.95259999870926,16.962019298388203],[107.05871346985157,16.981250950940648],[107.0593922340593,17.005460207683136],[107.10690572860064,16.997088782454426],[107.11414588014979,17.009759047665447],[107.20283773662696,16.904776850202687],[107.13020996639949,16.84481934518624],[107.10781074754428,16.857715865133173],[107.04197061939415,16.882377631347488],[107.0186663815953,16.85454829883042],[106.94716988504739,16.851833241999486],[106.91187414624525,16.867671073513264],[106.9130054199248,16.829660277880194],[106.83472128129957,16.80839233270455],[106.78336145624773,16.831244061031573],[106.77544254049084,16.850928223055842],[106.691049523996,16.90070426495629]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40907,"E":"District","POPULATION":72078,"LVLID":"VNP052004000000000000","NAME":"Gio Linh","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.304","geometry":{"type":"MultiPolygon","coordinates":[[[[106.83472128129957,16.80839233270455],[106.9130054199248,16.829660277880194],[106.91187414624525,16.867671073513264],[106.94716988504739,16.851833241999486],[107.0186663815953,16.85454829883042],[107.04197061939415,16.882377631347488],[107.10781074754428,16.857715865133173],[107.06550111192891,16.82852900420064],[107.03337293942953,16.748661082424015],[107.00509109744064,16.695943728956724],[106.91956680726624,16.684404737425258],[106.87657840744312,16.763141385522324],[106.83472128129957,16.80839233270455]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40909,"E":"District","POPULATION":46034,"LVLID":"VNP052003000000000000","NAME":"Cam Lo","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.305","geometry":{"type":"MultiPolygon","coordinates":[[[[107.00509109744064,16.695943728956724],[107.03337293942953,16.748661082424015],[107.1528354399906,16.80183094536313],[107.13020996639949,16.84481934518624],[107.20283773662696,16.904776850202687],[107.31392881195931,16.80069967168357],[107.26370026058704,16.766987716032816],[107.1996701703242,16.755222469765435],[107.18632114090545,16.731918231966592],[107.1222910506426,16.669698179591034],[107.0716099897985,16.645715177584453],[107.07319377294988,16.643905139697164],[107.06301230983388,16.6832734637457],[107.00509109744064,16.695943728956724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40911,"E":"District","POPULATION":107790,"LVLID":"VNP052001000000000000","NAME":"Trieu Phong","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.306","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0716099897985,16.645715177584453],[107.1222910506426,16.669698179591034],[107.18632114090545,16.731918231966592],[107.1996701703242,16.755222469765435],[107.26370026058704,16.766987716032816],[107.31392881195931,16.80069967168357],[107.38972414848953,16.74390973296988],[107.31189251933611,16.637343752355743],[107.33338671924767,16.604989325120453],[107.27569176159034,16.563132198976895],[107.25216126905558,16.583268870472985],[107.14559528844144,16.569241076846495],[107.07319377294988,16.643905139697164],[107.0716099897985,16.645715177584453]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40913,"E":"District","POPULATION":94278,"LVLID":"VNP052006000000000000","NAME":"Hai Lang","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.307","geometry":{"type":"MultiPolygon","coordinates":[[[[106.55461791824159,16.995957508774868],[106.58968740230782,16.98735982881025],[106.61163411169119,16.936678767966157],[106.70507731762248,16.938488805853446],[106.691049523996,16.90070426495629],[106.77544254049084,16.850928223055842],[106.78336145624773,16.831244061031573],[106.71593754494621,16.76970277286375],[106.79580546672285,16.746851044536726],[106.80598692983885,16.672865745893787],[106.77317999313173,16.669698179591034],[106.82386105397583,16.59639164515583],[106.8354000455073,16.546615603255383],[106.80621318457476,16.46131756781689],[106.7745375215472,16.464032624647825],[106.76661860579031,16.422175498504266],[106.69964720396062,16.43733456581031],[106.6645777198944,16.488015626654402],[106.65303872836293,16.53756541381894],[106.67770049457724,16.559512123202317],[106.65168119994746,16.591640295701698],[106.59194994966693,16.599106701986763],[106.55574919192115,16.69096612476668],[106.55529668244932,16.864050997738687],[106.52045345311902,16.912017001751842],[106.55212911614657,16.923782248019222],[106.55461791824159,16.995957508774868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40915,"E":"District","POPULATION":44060,"LVLID":"VNP052007000000000000","NAME":"Huong Hoa","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.308","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71593754494621,16.76970277286375],[106.78336145624773,16.831244061031573],[106.83472128129957,16.80839233270455],[106.87657840744312,16.763141385522324],[106.91956680726624,16.684404737425258],[107.00509109744064,16.695943728956724],[107.06301230983388,16.6832734637457],[107.07319377294988,16.643905139697164],[107.14559528844144,16.569241076846495],[107.06097601721068,16.52172758230516],[107.13450880638179,16.472177795140624],[107.15034663789558,16.38461721234302],[107.1062269643929,16.3841647028712],[107.08790033078411,16.33642495359395],[107.09468797286144,16.306559328453684],[107.04740073305601,16.29818790322497],[107.00735364479975,16.31402573473875],[106.96753281127938,16.300450450584083],[106.96685404707165,16.35610911561822],[106.90169268312926,16.39072609021262],[106.87635215270721,16.43258321635618],[106.894678786316,16.508378552886402],[106.8354000455073,16.546615603255383],[106.82386105397583,16.59639164515583],[106.77317999313173,16.669698179591034],[106.80598692983885,16.672865745893787],[106.79580546672285,16.746851044536726],[106.71593754494621,16.76970277286375]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40917,"E":"District","POPULATION":22685,"LVLID":"VNP052008000000000000","NAME":"Da Krong","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.309","geometry":{"type":"MultiPolygon","coordinates":[[[[107.58294569295764,16.492993230844448],[107.61009626126697,16.48145423931298],[107.63317424432991,16.470367757253335],[107.61801517702386,16.405658902782754],[107.56914415406706,16.422175498504266],[107.53226463211355,16.439370858433513],[107.5374684910395,16.49140944769307],[107.58294569295764,16.492993230844448]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41101,"E":"City","POPULATION":309378,"LVLID":"VNP060007000000000000","NAME":"Hue city","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.310","geometry":{"type":"MultiPolygon","coordinates":[[[[107.06097601721068,16.52172758230516],[107.14559528844144,16.569241076846495],[107.25216126905558,16.583268870472985],[107.27569176159034,16.563132198976895],[107.33338671924767,16.604989325120453],[107.31189251933611,16.637343752355743],[107.38972414848953,16.74390973296988],[107.50850788484289,16.651824055454053],[107.49244379859319,16.62286344925743],[107.43203378410492,16.661779263834145],[107.41280213155247,16.63508120499663],[107.42094730204528,16.608156891423207],[107.46687701343524,16.592092805173518],[107.4639357018684,16.54412680116036],[107.44606157773141,16.52964649806205],[107.44560906825959,16.52557391281565],[107.43610636935132,16.466295172006934],[107.33270795503994,16.36448054084693],[107.33429173819131,16.34819019986133],[107.27999060157265,16.380997136568443],[107.21030414291202,16.343212595671286],[107.15034663789558,16.38461721234302],[107.13450880638179,16.472177795140624],[107.06097601721068,16.52172758230516]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41103,"E":"District","POPULATION":100674,"LVLID":"VNP060001000000000000","NAME":"Phong Dien","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.311","geometry":{"type":"MultiPolygon","coordinates":[[[[107.41280213155247,16.63508120499663],[107.43203378410492,16.661779263834145],[107.49244379859319,16.62286344925743],[107.50850788484289,16.651824055454053],[107.57457426772892,16.60227426828952],[107.5741217582571,16.530325262269784],[107.48135731653355,16.52399012966427],[107.4639357018684,16.54412680116036],[107.46687701343524,16.592092805173518],[107.42094730204528,16.608156891423207],[107.41280213155247,16.63508120499663]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41105,"E":"District","POPULATION":165190,"LVLID":"VNP060008000000000000","NAME":"Quang Dien","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.312","geometry":{"type":"MultiPolygon","coordinates":[[[[107.33270795503994,16.36448054084693],[107.43610636935132,16.466295172006934],[107.44560906825959,16.52557391281565],[107.44606157773141,16.52964649806205],[107.4639357018684,16.54412680116036],[107.48135731653355,16.52399012966427],[107.5741217582571,16.530325262269784],[107.57457426772892,16.60227426828952],[107.62729162119622,16.572408643149252],[107.63045918749897,16.54412680116036],[107.57887310771123,16.524895148607914],[107.58294569295764,16.492993230844448],[107.5374684910395,16.49140944769307],[107.53226463211355,16.439370858433513],[107.56914415406706,16.422175498504266],[107.61100128021062,16.367421852413774],[107.53407467000083,16.31764581051333],[107.53724223630358,16.287780185373062],[107.50194649750145,16.26696474966924],[107.46348319239657,16.252258191835015],[107.4175534810066,16.27737246752115],[107.41121834840109,16.33981877463262],[107.33429173819131,16.34819019986133],[107.33270795503994,16.36448054084693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41107,"E":"District","POPULATION":103688,"LVLID":"VNP060009000000000000","NAME":"Huong Tra","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.313","geometry":{"type":"MultiPolygon","coordinates":[[[[107.57887310771123,16.524895148607914],[107.63045918749897,16.54412680116036],[107.62729162119622,16.572408643149252],[107.69539429670546,16.539149196970317],[107.85580890446644,16.410183997500976],[107.81304675937925,16.393441147043553],[107.85151006448413,16.341176303048087],[107.76236569853516,16.365385559790575],[107.7082908166524,16.43280947109209],[107.65828852001604,16.450231085757245],[107.65421593476964,16.47941794668978],[107.61009626126697,16.48145423931298],[107.58294569295764,16.492993230844448],[107.57887310771123,16.524895148607914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41109,"E":"District","POPULATION":153364,"LVLID":"VNP060006000000000000","NAME":"Phu Vang","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.314","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50194649750145,16.26696474966924],[107.53724223630358,16.287780185373062],[107.53407467000083,16.31764581051333],[107.61100128021062,16.367421852413774],[107.56914415406706,16.422175498504266],[107.61801517702386,16.405658902782754],[107.63317424432991,16.470367757253335],[107.61009626126697,16.48145423931298],[107.65421593476964,16.47941794668978],[107.65828852001604,16.450231085757245],[107.7082908166524,16.43280947109209],[107.76236569853516,16.365385559790575],[107.73114254497942,16.367195597677863],[107.68385530517399,16.281218798031638],[107.653310915826,16.27329988227475],[107.67661515362484,16.23958792662399],[107.66846998313204,16.207912263596434],[107.56756037091569,16.159493750111455],[107.52615575424394,16.153158617505945],[107.5331696510572,16.209269792011902],[107.50194649750145,16.26696474966924]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41111,"E":"District","POPULATION":84394,"LVLID":"VNP060005000000000000","NAME":"Huong Thuy","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.315","geometry":{"type":"MultiPolygon","coordinates":[[[[107.653310915826,16.27329988227475],[107.68385530517399,16.281218798031638],[107.73114254497942,16.367195597677863],[107.76236569853516,16.365385559790575],[107.85151006448413,16.341176303048087],[107.81304675937925,16.393441147043553],[107.85580890446644,16.410183997500976],[107.92187528735249,16.351131511428175],[107.96508994191151,16.330768585196175],[108.03771771213898,16.33054233046026],[108.08364742352894,16.240492945567638],[108.12301574757748,16.209948556219636],[108.19835857463589,16.20678098991688],[108.09722270768361,16.177820383720256],[108.06056944046601,16.176236600568878],[107.99269301969268,16.210401065691457],[107.95762353562645,16.1868705731567],[107.91486139053926,16.21311612252239],[107.87481430228299,16.175784091097057],[107.83589848770627,16.176236600568878],[107.75218423541915,16.235741596113503],[107.67661515362484,16.23958792662399],[107.653310915826,16.27329988227475]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41113,"E":"District","POPULATION":141360,"LVLID":"VNP060004000000000000","NAME":"Phu Loc","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.316","geometry":{"type":"MultiPolygon","coordinates":[[[[107.08790033078411,16.33642495359395],[107.1062269643929,16.3841647028712],[107.15034663789558,16.38461721234302],[107.21030414291202,16.343212595671286],[107.27999060157265,16.380997136568443],[107.33429173819131,16.34819019986133],[107.41121834840109,16.33981877463262],[107.4175534810066,16.27737246752115],[107.46348319239657,16.252258191835015],[107.50194649750145,16.26696474966924],[107.5331696510572,16.209269792011902],[107.52615575424394,16.153158617505945],[107.5128067248252,16.13822580493581],[107.5252507353003,16.01333319071287],[107.4926700533291,16.038447466399006],[107.45149169139327,16.035958664303983],[107.45081292718554,16.088449763035364],[107.34243690868412,16.05338027896914],[107.2503512311683,16.14478719227723],[107.19899140611646,16.14229839018221],[107.16233813889886,16.168770194283812],[107.16052810101158,16.252258191835015],[107.09468797286144,16.306559328453684],[107.08790033078411,16.33642495359395]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41115,"E":"District","POPULATION":41355,"LVLID":"VNP060003000000000000","NAME":"A Luoi","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.317","geometry":{"type":"MultiPolygon","coordinates":[[[[107.5128067248252,16.13822580493581],[107.52615575424394,16.153158617505945],[107.56756037091569,16.159493750111455],[107.66846998313204,16.207912263596434],[107.67661515362484,16.23958792662399],[107.75218423541915,16.235741596113503],[107.83589848770627,16.176236600568878],[107.87481430228299,16.175784091097057],[107.86101276339241,16.11243276504194],[107.82187069407978,16.05383278844096],[107.79042128578814,16.064014251556962],[107.73091629024351,16.026682220131626],[107.71191089242697,15.99319651921678],[107.65172713267462,16.020573342262026],[107.65104836846689,16.02079959699794],[107.64267694323817,16.025098436980247],[107.63747308431222,16.02758723907527],[107.632947989594,16.027813493811184],[107.63023293276306,16.02917102222665],[107.62389780015755,16.035732409568073],[107.62435030962938,16.036411173775804],[107.62163525279844,16.060620430518295],[107.61846768649568,16.059036647366916],[107.61100128021062,16.056774100007807],[107.60987000653105,16.056321590535983],[107.58837580661951,16.05360653370505],[107.58068314559853,16.05179649581776],[107.57661056035212,16.052701514761406],[107.56303527619745,16.02283588962114],[107.56416654987702,16.020573342262026],[107.56439280461292,16.020120832790205],[107.55421134149692,16.009939369674203],[107.55059126572235,16.007676822315094],[107.5252507353003,16.01333319071287],[107.5128067248252,16.13822580493581]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41117,"E":"District","POPULATION":48708,"LVLID":"VNP060002000000000000","NAME":"Nam Dong","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.318","geometry":{"type":"MultiPolygon","coordinates":[[[[108.22799794504024,16.086639725148075],[108.23365431343802,16.04749765583545],[108.2370481344767,16.023967163300693],[108.19496475359722,16.02532469171616],[108.2126126229983,16.07374320520114],[108.22799794504024,16.086639725148075]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50101,"E":"District","POPULATION":194933,"LVLID":"VNP024004000000000000","NAME":"Hai Chau","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.319","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2126126229983,16.07374320520114],[108.19496475359722,16.02532469171616],[108.18342576206575,16.058584137895096],[108.17301804421385,16.078268299919362],[108.2126126229983,16.07374320520114]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50103,"E":"District","POPULATION":137021,"LVLID":"VNP024001000000000000","NAME":"Thanh Khe","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.320","geometry":{"type":"MultiPolygon","coordinates":[[[[108.25265971125455,16.05338027896914],[108.23365431343802,16.04749765583545],[108.22799794504024,16.086639725148075],[108.26306742910647,16.098857480887276],[108.25265971125455,16.05338027896914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50105,"E":"District","POPULATION":88994,"LVLID":"VNP024005000000000000","NAME":"Son Tra","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.321","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2370481344767,16.023967163300693],[108.23365431343802,16.04749765583545],[108.25265971125455,16.05338027896914],[108.26193615542691,15.972381083512959],[108.22890296398388,15.952923176224601],[108.2370481344767,16.023967163300693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50107,"E":"District","POPULATION":30485,"LVLID":"VNP024003000000000000","NAME":"Ngu Hanh Son","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.322","geometry":{"type":"MultiPolygon","coordinates":[[[[108.09722270768361,16.177820383720256],[108.19835857463589,16.20678098991688],[108.15989526953099,16.1868705731567],[108.12776709703162,16.131438162858476],[108.17301804421385,16.078268299919362],[108.18342576206575,16.058584137895096],[108.16238407162602,16.031207314849848],[108.13229219174984,16.046592636891805],[108.12278949284158,16.095011150376784],[108.09066132034219,16.137094531256253],[108.09722270768361,16.177820383720256]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50109,"E":"District","POPULATION":40049,"LVLID":"VNP024007000000000000","NAME":"Lien Chieu","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.323","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82187069407978,16.05383278844096],[107.86101276339241,16.11243276504194],[107.87481430228299,16.175784091097057],[107.91486139053926,16.21311612252239],[107.95762353562645,16.1868705731567],[107.99269301969268,16.210401065691457],[108.06056944046601,16.176236600568878],[108.09722270768361,16.177820383720256],[108.09066132034219,16.137094531256253],[108.12278949284158,16.095011150376784],[108.13229219174984,16.046592636891805],[108.16238407162602,16.031207314849848],[108.18342576206575,16.058584137895096],[108.19496475359722,16.02532469171616],[108.2370481344767,16.023967163300693],[108.22890296398388,15.952923176224601],[108.11351304866922,15.945456769939534],[108.00558953963962,15.91807994689429],[107.99540807652362,15.917174927950644],[107.99269301969268,15.917174927950644],[107.98816792497445,15.916269909007],[107.98590537761534,15.91807994689429],[107.97662893344298,15.925320098443445],[107.96825750821428,15.931655231048957],[107.96735248927064,15.93233399525669],[107.95762353562645,15.943420477316334],[107.9544559693237,15.946361788883179],[107.97843897133028,15.979621235062114],[107.98545286814353,15.985730112931714],[107.98613163235126,15.992744009744959],[107.98590537761534,15.993422773952693],[107.96441117770378,16.061977958933763],[107.90603745583871,16.03143356958576],[107.86757415073383,16.05926290210283],[107.83476721402671,16.052701514761406],[107.82730080774165,16.05338027896914],[107.82481200564662,16.054285297912784],[107.82458575091071,16.054511552648695],[107.82187069407978,16.05383278844096]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50111,"E":"District","POPULATION":133505,"LVLID":"VNP024006000000000000","NAME":"Hoa Vang","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.324","geometry":{"type":"MultiPolygon","coordinates":[[[[108.32641875516158,15.584580466161297],[108.42031447056469,15.628247630192142],[108.5200928091015,15.642275423818633],[108.56127117103732,15.584806720897207],[108.50900632704186,15.552452293661917],[108.52280786593244,15.528243036919427],[108.47371058823973,15.459235342466535],[108.42619709369839,15.44000368991409],[108.46986425772923,15.397015290090977],[108.38524498649848,15.39158517642911],[108.39633146855812,15.466475494015691],[108.36804962656923,15.543175849489561],[108.32777628357705,15.55086851051054],[108.32641875516158,15.584580466161297]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50301,"E":"Town","POPULATION":150588,"LVLID":"VNP004010000000000000","NAME":"Tam Ky town","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.325","geometry":{"type":"MultiPolygon","coordinates":[[[[108.39452143067084,15.873281509183887],[108.37483726864656,15.85766993240602],[108.30560331945776,15.866041357634732],[108.29791065843678,15.897717020662288],[108.33365890671074,15.917627437422466],[108.39452143067084,15.873281509183887]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50303,"E":"Town","POPULATION":66755,"LVLID":"VNP004011000000000000","NAME":"Hoi An town","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.326","geometry":{"type":"MultiPolygon","coordinates":[[[[107.55059126572235,16.007676822315094],[107.55421134149692,16.009939369674203],[107.56439280461292,16.020120832790205],[107.56416654987702,16.020573342262026],[107.56303527619745,16.02283588962114],[107.57661056035212,16.052701514761406],[107.58068314559853,16.05179649581776],[107.58837580661951,16.05360653370505],[107.60987000653105,16.056321590535983],[107.61100128021062,16.056774100007807],[107.61846768649568,16.059036647366916],[107.62163525279844,16.060620430518295],[107.62435030962938,16.036411173775804],[107.62389780015755,16.035732409568073],[107.63023293276306,16.02917102222665],[107.632947989594,16.027813493811184],[107.63747308431222,16.02758723907527],[107.64267694323817,16.025098436980247],[107.65104836846689,16.02079959699794],[107.65172713267462,16.020573342262026],[107.71191089242697,15.99319651921678],[107.77865603952075,16.063787996821052],[107.82458575091071,16.054511552648695],[107.82481200564662,16.054285297912784],[107.82730080774165,16.05338027896914],[107.83476721402671,16.052701514761406],[107.86757415073383,16.05926290210283],[107.90603745583871,16.03143356958576],[107.96441117770378,16.061977958933763],[107.98590537761534,15.993422773952693],[107.98613163235126,15.992744009744959],[107.98545286814353,15.985730112931714],[107.97843897133028,15.979621235062114],[107.9544559693237,15.946361788883179],[107.95762353562645,15.943420477316334],[107.96735248927064,15.93233399525669],[107.96825750821428,15.931655231048957],[107.97662893344298,15.925320098443445],[107.98590537761534,15.91807994689429],[107.98816792497445,15.916269909007],[107.91870772104974,15.908577247986022],[107.85354635710733,15.931202721577135],[107.83340968561124,15.857443677670108],[107.80558035309419,15.824636740962996],[107.74245528177498,15.805857597882373],[107.72231861027889,15.775539463270283],[107.63611555589675,15.755176537038281],[107.58679202346812,15.773729425382994],[107.46710326817114,15.76083290543606],[107.37320755276802,15.723500874010725],[107.34175814447639,15.74680511180957],[107.25578134483015,15.72870473293668],[107.217996803933,15.73662364869357],[107.23451339965452,15.781195831668061],[107.21663927551754,15.824184231491174],[107.35126084338465,15.890929378584955],[107.39741680951052,15.884367991243533],[107.43135501989718,15.926677626858911],[107.47502218392803,16.027813493811184],[107.55059126572235,16.007676822315094]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50305,"E":"District","POPULATION":31529,"LVLID":"VNP004002000000000000","NAME":"Hien","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.327","geometry":{"type":"MultiPolygon","coordinates":[[[[107.80558035309419,15.824636740962996],[107.83340968561124,15.857443677670108],[107.85354635710733,15.931202721577135],[107.91870772104974,15.908577247986022],[107.98816792497445,15.916269909007],[107.98816792497445,15.916269909007],[107.99269301969268,15.917174927950644],[107.99540807652362,15.917174927950644],[108.00558953963962,15.91807994689429],[108.11351304866922,15.945456769939534],[108.1517500990382,15.93075021210531],[108.13251844648575,15.88821432175402],[108.149713806415,15.84771472402593],[108.07685978145162,15.814002768375174],[108.04427909948042,15.771693132759793],[108.05061423208592,15.762190433851526],[107.96961503662975,15.717844505612947],[107.89042587906086,15.73639739395766],[107.83861354453721,15.818301608357485],[107.80558035309419,15.824636740962996]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50307,"E":"District","POPULATION":214937,"LVLID":"VNP004003000000000000","NAME":"Dai Loc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.328","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13251844648575,15.88821432175402],[108.1517500990382,15.93075021210531],[108.19202344203038,15.959258308830114],[108.21578018930104,15.939800401541756],[108.24632457864904,15.969213517210202],[108.2942905826622,15.962199620396957],[108.33365890671074,15.917627437422466],[108.29791065843678,15.897717020662288],[108.30560331945776,15.866041357634732],[108.21578018930104,15.83165063777624],[108.149713806415,15.84771472402593],[108.13251844648575,15.88821432175402]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50309,"E":"District","POPULATION":181850,"LVLID":"VNP004004000000000000","NAME":"Dien Ban","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.329","geometry":{"type":"MultiPolygon","coordinates":[[[[108.04427909948042,15.771693132759793],[108.07685978145162,15.814002768375174],[108.149713806415,15.84771472402593],[108.21578018930104,15.83165063777624],[108.30560331945776,15.866041357634732],[108.37483726864656,15.85766993240602],[108.39452143067084,15.873281509183887],[108.41692064952603,15.816039060998373],[108.38863880753713,15.828256816737573],[108.33365890671074,15.81332400416744],[108.28252533639483,15.82554175990664],[108.27098634486336,15.766263019097927],[108.20220490514637,15.744995073922281],[108.17279178947793,15.711056863535614],[108.14315241907357,15.73255106344717],[108.08093236669801,15.734134846598547],[108.05061423208592,15.762190433851526],[108.04427909948042,15.771693132759793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50311,"E":"District","POPULATION":179974,"LVLID":"VNP004005000000000000","NAME":"Duy Xuyen","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.330","geometry":{"type":"MultiPolygon","coordinates":[[[[107.25578134483015,15.72870473293668],[107.34175814447639,15.74680511180957],[107.37320755276802,15.723500874010725],[107.46710326817114,15.76083290543606],[107.58679202346812,15.773729425382994],[107.63611555589675,15.755176537038281],[107.72231861027889,15.775539463270283],[107.74245528177498,15.805857597882373],[107.80558035309419,15.824636740962996],[107.83861354453721,15.818301608357485],[107.89042587906086,15.73639739395766],[107.8831857275117,15.70245918357099],[107.84291238451952,15.682096257338989],[107.88771082222992,15.61738740286841],[107.86350156548743,15.555167350492852],[107.82187069407978,15.578471588291697],[107.7001456461596,15.559466190475161],[107.7103271092756,15.47846699501898],[107.68747538094857,15.455389011956047],[107.66417114314973,15.383892515408132],[107.62819664013986,15.412174357397022],[107.55873643621514,15.394073978524133],[107.52253567846937,15.413984395284311],[107.51778432901523,15.470095569790269],[107.47366465551256,15.495888609684137],[107.39062916743319,15.490005986550448],[107.340174361325,15.618971186019786],[107.29650719729416,15.621007478642987],[107.26935662898482,15.652230632198721],[107.28134812998812,15.694992777285924],[107.25578134483015,15.72870473293668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50313,"E":"District","POPULATION":16642,"LVLID":"VNP004001000000000000","NAME":"Giang","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.331","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2230203408502,15.620328714435253],[108.26487746699375,15.652456886934633],[108.28026278903572,15.694766522550012],[108.32098864149971,15.698160343588679],[108.34044654878807,15.762190433851526],[108.33365890671074,15.81332400416744],[108.38863880753713,15.828256816737573],[108.41692064952603,15.816039060998373],[108.5200928091015,15.642275423818633],[108.42031447056469,15.628247630192142],[108.32641875516158,15.584580466161297],[108.25695855123686,15.588200541935874],[108.2230203408502,15.620328714435253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50315,"E":"District","POPULATION":171003,"LVLID":"VNP004007000000000000","NAME":"Thang Binh","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.332","geometry":{"type":"MultiPolygon","coordinates":[[[[107.84291238451952,15.682096257338989],[107.8831857275117,15.70245918357099],[107.89042587906086,15.73639739395766],[107.96961503662975,15.717844505612947],[108.05061423208592,15.762190433851526],[108.08093236669801,15.734134846598547],[108.14315241907357,15.73255106344717],[108.17279178947793,15.711056863535614],[108.20220490514637,15.744995073922281],[108.27098634486336,15.766263019097927],[108.28252533639483,15.82554175990664],[108.33365890671074,15.81332400416744],[108.34044654878807,15.762190433851526],[108.32098864149971,15.698160343588679],[108.28026278903572,15.694766522550012],[108.26487746699375,15.652456886934633],[108.2230203408502,15.620328714435253],[108.16102654321055,15.617839912340232],[108.10468911396869,15.641370404874987],[108.00988837962193,15.60335960924192],[107.95196716722867,15.560823718890628],[107.91011004108512,15.53706697161996],[107.86350156548743,15.555167350492852],[107.88771082222992,15.61738740286841],[107.84291238451952,15.682096257338989]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50317,"E":"District","POPULATION":119969,"LVLID":"VNP004008000000000000","NAME":"Que Son","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.333","geometry":{"type":"MultiPolygon","coordinates":[[[[107.95196716722867,15.560823718890628],[108.00988837962193,15.60335960924192],[108.10468911396869,15.641370404874987],[108.16102654321055,15.617839912340232],[108.2230203408502,15.620328714435253],[108.25695855123686,15.588200541935874],[108.20831378301598,15.532541876901739],[108.13070840859847,15.485933401304047],[108.15491766534095,15.471453098205735],[108.1397585980349,15.430500991005824],[108.09043506560629,15.390227648013644],[108.02776250375891,15.41556817843569],[107.99540807652362,15.46805927716707],[107.99540807652362,15.529374310598984],[107.95196716722867,15.560823718890628]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50319,"E":"District","POPULATION":37255,"LVLID":"VNP004009000000000000","NAME":"Hiep Duc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.334","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13070840859847,15.485933401304047],[108.20831378301598,15.532541876901739],[108.25695855123686,15.588200541935874],[108.32641875516158,15.584580466161297],[108.32777628357705,15.55086851051054],[108.36804962656923,15.543175849489561],[108.39633146855812,15.466475494015691],[108.38524498649848,15.39158517642911],[108.36171449396372,15.380951203841288],[108.2981369131727,15.400182856393732],[108.18885587572763,15.376426109123065],[108.1397585980349,15.430500991005824],[108.15491766534095,15.471453098205735],[108.13070840859847,15.485933401304047]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50321,"E":"District","POPULATION":63902,"LVLID":"VNP004014000000000000","NAME":"Tien Phuoc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.335","geometry":{"type":"MultiPolygon","coordinates":[[[[107.66417114314973,15.383892515408132],[107.68747538094857,15.455389011956047],[107.7103271092756,15.47846699501898],[107.7001456461596,15.559466190475161],[107.82187069407978,15.578471588291697],[107.86350156548743,15.555167350492852],[107.91011004108512,15.53706697161996],[107.95196716722867,15.560823718890628],[107.99540807652362,15.529374310598984],[107.99540807652362,15.46805927716707],[108.02776250375891,15.41556817843569],[108.0216536258893,15.370090976517554],[107.95807604509828,15.364208353383864],[107.96848376295019,15.32280373671213],[107.9422382135845,15.285245450550883],[107.93250925994032,15.206961311925635],[107.89449846430725,15.19180224461959],[107.74155026283134,15.226419219213993],[107.73091629024351,15.30040451785693],[107.6657549263011,15.354931909211508],[107.66417114314973,15.383892515408132]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50323,"E":"District","POPULATION":14109,"LVLID":"VNP004012000000000000","NAME":"Phuoc Son","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.336","geometry":{"type":"MultiPolygon","coordinates":[[[[108.42619709369839,15.44000368991409],[108.47371058823973,15.459235342466535],[108.52280786593244,15.528243036919427],[108.50900632704186,15.552452293661917],[108.56127117103732,15.584806720897207],[108.64792673489129,15.495209845476404],[108.69634524837626,15.499056175986892],[108.70064408835857,15.441134963593646],[108.74317997870986,15.396562780619155],[108.73118847770658,15.374616071235776],[108.64679546121172,15.36556588179933],[108.59158930564942,15.339772841905464],[108.50900632704186,15.32302999144804],[108.4854758345071,15.304929612575151],[108.43321099051163,15.32076744408893],[108.47257931456016,15.366923410214799],[108.46986425772923,15.397015290090977],[108.42619709369839,15.44000368991409]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50325,"E":"District","POPULATION":134496,"LVLID":"VNP004013000000000000","NAME":"Nui Thanh","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.337","geometry":{"type":"MultiPolygon","coordinates":[[[[107.93250925994032,15.206961311925635],[107.9422382135845,15.285245450550883],[107.96848376295019,15.32280373671213],[107.95807604509828,15.364208353383864],[108.0216536258893,15.370090976517554],[108.02776250375891,15.41556817843569],[108.09043506560629,15.390227648013644],[108.1397585980349,15.430500991005824],[108.18885587572763,15.376426109123065],[108.2981369131727,15.400182856393732],[108.36171449396372,15.380951203841288],[108.38524498649848,15.39158517642911],[108.46986425772923,15.397015290090977],[108.47257931456016,15.366923410214799],[108.43321099051163,15.32076744408893],[108.40787046008958,15.297463206290084],[108.31963111308424,15.295200658930973],[108.29383807319039,15.199042396168746],[108.31125968785554,15.171213063651678],[108.26532997646558,15.115554398617542],[108.24066821025127,15.074376036681718],[108.2433832670822,15.028672580027672],[108.16668291160833,15.057633186224296],[108.15107133483046,15.041795354710517],[108.16577789266468,14.971203877106248],[108.1295771349189,14.958533611895225],[108.09654394347588,14.950388441402424],[108.05061423208592,14.990435529658694],[107.97572391449934,15.010572201154783],[107.96237488508059,15.037044005256384],[108.00898336067827,15.138858636416389],[107.95422971458778,15.172796846803056],[107.93250925994032,15.206961311925635]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50327,"E":"District","POPULATION":50706,"LVLID":"VNP004006000000000000","NAME":"Tra My","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.338","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7721405849065,15.126867135413098],[108.86309498874276,15.136369834321366],[108.84997221405992,15.09881154816012],[108.77078305649103,15.099264057631942],[108.7721405849065,15.126867135413098]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50501,"E":"Town","POPULATION":104464,"LVLID":"VNP028004000000000000","NAME":"Quang Ngai town","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.339","geometry":{"type":"MultiPolygon","coordinates":[[[[108.59158930564942,15.339772841905464],[108.64679546121172,15.36556588179933],[108.73118847770658,15.374616071235776],[108.74317997870986,15.396562780619155],[108.77146182069876,15.384345024879954],[108.83594442043342,15.395205252203688],[108.84748341196489,15.35312187132422],[108.88662548127752,15.324840029335329],[108.8741814708024,15.298368225233729],[108.90925095486863,15.249044692805104],[108.9411528726321,15.24429334335097],[108.91988492745645,15.209676368756568],[108.88096911287974,15.23388562549906],[108.84906719511628,15.196553594073723],[108.82960928782792,15.23818446548137],[108.77395062279378,15.220762850816214],[108.74182245029439,15.245424617030526],[108.6400078191344,15.236600682329993],[108.58027656885386,15.322577481976218],[108.59158930564942,15.339772841905464]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50505,"E":"District","POPULATION":166588,"LVLID":"VNP028002000000000000","NAME":"Binh Son","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.340","geometry":{"type":"MultiPolygon","coordinates":[[[[108.26532997646558,15.115554398617542],[108.31125968785554,15.171213063651678],[108.29383807319039,15.199042396168746],[108.31963111308424,15.295200658930973],[108.40787046008958,15.297463206290084],[108.43321099051163,15.32076744408893],[108.4854758345071,15.304929612575151],[108.50900632704186,15.32302999144804],[108.59158930564942,15.339772841905464],[108.58027656885386,15.322577481976218],[108.6400078191344,15.236600682329993],[108.5809553330616,15.155601486873811],[108.50515999653136,15.105599190237454],[108.43728357575803,15.101979114462875],[108.41511061163874,15.079579895607674],[108.36872839077697,15.098132783952387],[108.32460871727429,15.071887234586697],[108.26532997646558,15.115554398617542]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50507,"E":"District","POPULATION":39434,"LVLID":"VNP028007000000000000","NAME":"Tra Bong","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.341","geometry":{"type":"MultiPolygon","coordinates":[[[[108.5809553330616,15.155601486873811],[108.6400078191344,15.236600682329993],[108.74182245029439,15.245424617030526],[108.77395062279378,15.220762850816214],[108.82960928782792,15.23818446548137],[108.84906719511628,15.196553594073723],[108.88096911287974,15.23388562549906],[108.91988492745645,15.209676368756568],[108.89952200122445,15.143157476398699],[108.86309498874276,15.136369834321366],[108.7721405849065,15.126867135413098],[108.70358539992542,15.150850137419678],[108.67982865265475,15.134786051169987],[108.64521167806035,15.161936619479322],[108.61602481712782,15.138632381680477],[108.61941863816648,15.123473314374431],[108.5809553330616,15.155601486873811]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50509,"E":"District","POPULATION":182112,"LVLID":"VNP028008000000000000","NAME":"Son Tinh","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.342","geometry":{"type":"MultiPolygon","coordinates":[[[[108.24066821025127,15.074376036681718],[108.26532997646558,15.115554398617542],[108.32460871727429,15.071887234586697],[108.42099323477242,15.014644786401183],[108.43818859470167,14.948352148779223],[108.47642564507065,14.93952821407869],[108.48027197558115,14.901969927917444],[108.4488225672895,14.85061010286562],[108.40696544114594,14.819839458781706],[108.36646584341786,14.879570709062243],[108.3268712646334,14.907852551051134],[108.2433832670822,15.028672580027672],[108.24066821025127,15.074376036681718]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50511,"E":"District","POPULATION":9906,"LVLID":"VNP028003000000000000","NAME":"Son Tay","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.343","geometry":{"type":"MultiPolygon","coordinates":[[[[108.32460871727429,15.071887234586697],[108.36872839077697,15.098132783952387],[108.41511061163874,15.079579895607674],[108.43728357575803,15.101979114462875],[108.50515999653136,15.105599190237454],[108.5809553330616,15.155601486873811],[108.61941863816648,15.123473314374431],[108.66127576431003,15.067135885132563],[108.64815298962719,15.024599994781273],[108.65946572642275,14.991340548602338],[108.61330976029689,14.958759866631135],[108.6178348550151,14.930478024642246],[108.58072907832567,14.903553711068822],[108.60833215610684,14.845858753411486],[108.59928196667039,14.805585410419305],[108.49859860918994,14.797440239926505],[108.4633028703878,14.786806267338681],[108.40696544114594,14.819839458781706],[108.4488225672895,14.85061010286562],[108.48027197558115,14.901969927917444],[108.47642564507065,14.93952821407869],[108.43818859470167,14.948352148779223],[108.42099323477242,15.014644786401183],[108.32460871727429,15.071887234586697]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50513,"E":"District","POPULATION":94736,"LVLID":"VNP028006000000000000","NAME":"Son Ha","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.344","geometry":{"type":"MultiPolygon","coordinates":[[[[108.61602481712782,15.138632381680477],[108.64521167806035,15.161936619479322],[108.67982865265475,15.134786051169987],[108.70358539992542,15.150850137419678],[108.7721405849065,15.126867135413098],[108.77078305649103,15.099264057631942],[108.84997221405992,15.09881154816012],[108.86309498874276,15.136369834321366],[108.89952200122445,15.143157476398699],[108.90653589803769,15.089082594515942],[108.84974595932401,15.017133588496204],[108.79340853008213,15.08274746191043],[108.72779465666791,15.085236264005452],[108.69204640839395,15.054918129393362],[108.69770277679173,15.043152883125984],[108.64815298962719,15.024599994781273],[108.66127576431003,15.067135885132563],[108.61941863816648,15.123473314374431],[108.61602481712782,15.138632381680477]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50515,"E":"District","POPULATION":172106,"LVLID":"VNP028009000000000000","NAME":"Tu Nghia","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.345","geometry":{"type":"MultiPolygon","coordinates":[[[[108.69204640839395,15.054918129393362],[108.72779465666791,15.085236264005452],[108.79340853008213,15.08274746191043],[108.84974595932401,15.017133588496204],[108.85019846879582,14.957854847687491],[108.7968023511208,14.92323787309309],[108.82644172152516,14.881833256421354],[108.81150890895502,14.844048715524197],[108.75471897024133,14.884322058516377],[108.72100701459057,14.88500082272411],[108.72892593034747,14.927536713075401],[108.76128035758275,14.961474923462069],[108.74838383763583,15.013287257985716],[108.69770277679173,15.043152883125984],[108.69204640839395,15.054918129393362]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50517,"E":"District","POPULATION":89896,"LVLID":"VNP028001000000000000","NAME":"Nghia Hanh","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.346","geometry":{"type":"MultiPolygon","coordinates":[[[[108.58072907832567,14.903553711068822],[108.6178348550151,14.930478024642246],[108.61330976029689,14.958759866631135],[108.65946572642275,14.991340548602338],[108.64815298962719,15.024599994781273],[108.69770277679173,15.043152883125984],[108.74838383763583,15.013287257985716],[108.76128035758275,14.961474923462069],[108.72892593034747,14.927536713075401],[108.72100701459057,14.88500082272411],[108.66715838744373,14.895634795311933],[108.60833215610684,14.845858753411486],[108.58072907832567,14.903553711068822]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50519,"E":"District","POPULATION":13245,"LVLID":"VNP028013000000000000","NAME":"Minh Long","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.347","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7968023511208,14.92323787309309],[108.85019846879582,14.957854847687491],[108.84974595932401,15.017133588496204],[108.90653589803769,15.089082594515942],[108.96038452518454,14.91554521207211],[108.92463627691059,14.877308161703132],[108.82644172152516,14.881833256421354],[108.7968023511208,14.92323787309309]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50521,"E":"District","POPULATION":139819,"LVLID":"VNP028012000000000000","NAME":"Mo Duc","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.348","geometry":{"type":"MultiPolygon","coordinates":[[[[108.81150890895502,14.844048715524197],[108.82644172152516,14.881833256421354],[108.92463627691059,14.877308161703132],[108.96038452518454,14.91554521207211],[109.01672195442642,14.801965334644727],[109.08188331836881,14.702865760315657],[109.0694393078937,14.650374661584276],[109.08527713940748,14.57661561767725],[109.04794510798214,14.609196299648453],[109.02124704914463,14.663723691003032],[108.97825864932152,14.670737587816276],[108.97350729986739,14.72390745075539],[108.9370802873857,14.773909747391748],[108.85200850668312,14.795177692567394],[108.79951740795174,14.82685335559495],[108.81150890895502,14.844048715524197]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50523,"E":"District","POPULATION":138158,"LVLID":"VNP028011000000000000","NAME":"Duc Pho","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.349","geometry":{"type":"MultiPolygon","coordinates":[[[[108.49859860918994,14.797440239926505],[108.59928196667039,14.805585410419305],[108.60833215610684,14.845858753411486],[108.66715838744373,14.895634795311933],[108.72100701459057,14.88500082272411],[108.75471897024133,14.884322058516377],[108.81150890895502,14.844048715524197],[108.79951740795174,14.82685335559495],[108.85200850668312,14.795177692567394],[108.9370802873857,14.773909747391748],[108.97350729986739,14.72390745075539],[108.97825864932152,14.670737587816276],[108.92803009794925,14.69539935403059],[108.8922818496753,14.679787777252722],[108.83933824147209,14.689064221425078],[108.76376915967778,14.66530747415441],[108.76738923545236,14.597657308116984],[108.71286184409777,14.603313676514762],[108.63118388443387,14.541772388346939],[108.55086345318541,14.586797080793252],[108.53072678168932,14.619377762764453],[108.49339475026399,14.618698998556718],[108.51715149753466,14.682050324611833],[108.50244493970044,14.694268080351033],[108.53208431010479,14.743139103307836],[108.49859860918994,14.797440239926505]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50525,"E":"District","POPULATION":41700,"LVLID":"VNP028010000000000000","NAME":"Ba To","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.350","geometry":{"type":"MultiPolygon","coordinates":[[[[109.26198208815407,13.899887702567087],[109.2689959849673,13.900340212038909],[109.29637280801256,13.887443692091976],[109.30406546903353,13.824092366036862],[109.29252647750207,13.757347218943082],[109.23732032193975,13.767302427323171],[109.21831492412322,13.744224444260237],[109.23732032193975,13.667750343522277],[109.19501068632438,13.691733345528856],[109.15994120225815,13.675669259279166],[109.14138831391344,13.717526385422724],[109.1366369644593,13.788796627234728],[109.18075663796198,13.812100865033573],[109.24275043560162,13.815042176600418],[109.26198208815407,13.899887702567087]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50701,"E":"City","POPULATION":238192,"LVLID":"VNP007003000000000000","NAME":"Quy Nhon city","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.351","geometry":{"type":"MultiPolygon","coordinates":[[[[108.63118388443387,14.541772388346939],[108.71286184409777,14.603313676514762],[108.76738923545236,14.597657308116984],[108.76376915967778,14.66530747415441],[108.83933824147209,14.689064221425078],[108.8922818496753,14.679787777252722],[108.92803009794925,14.69539935403059],[108.97825864932152,14.670737587816276],[108.95427564731494,14.637704396373254],[108.94273665578348,14.56620789982534],[108.9452254578785,14.546523737801072],[108.81309269210641,14.470049637063113],[108.77983324592746,14.480231100179113],[108.7906934732512,14.420499849898578],[108.77779695330426,14.36235238276942],[108.72575836404471,14.393123026853331],[108.72847342087564,14.416879774123998],[108.6422703664935,14.448329182415645],[108.63118388443387,14.541772388346939]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50703,"E":"District","POPULATION":30208,"LVLID":"VNP007010000000000000","NAME":"An Lao","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.352","geometry":{"type":"MultiPolygon","coordinates":[[[[108.94273665578348,14.56620789982534],[108.95427564731494,14.637704396373254],[108.97825864932152,14.670737587816276],[109.02124704914463,14.663723691003032],[109.04794510798214,14.609196299648453],[109.08527713940748,14.57661561767725],[109.07079683630917,14.561230295635294],[109.12871804870241,14.442220304546044],[109.13098059606153,14.391991753173777],[109.09523234778757,14.40488827312071],[109.06400919423183,14.359411071202574],[109.03097600278882,14.353075938597064],[108.99364397136348,14.385204111096442],[109.00586172710268,14.409865877310754],[108.971923516716,14.438600228771467],[108.9841412724552,14.475706005460891],[108.94861927891716,14.49968900746747],[108.9452254578785,14.546523737801072],[108.94273665578348,14.56620789982534]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50705,"E":"District","POPULATION":205078,"LVLID":"VNP007002000000000000","NAME":"Hoai Nhon","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.353","geometry":{"type":"MultiPolygon","coordinates":[[[[108.77779695330426,14.36235238276942],[108.7906934732512,14.420499849898578],[108.77983324592746,14.480231100179113],[108.81309269210641,14.470049637063113],[108.9452254578785,14.546523737801072],[108.94861927891716,14.49968900746747],[108.9841412724552,14.475706005460891],[108.971923516716,14.438600228771467],[109.00586172710268,14.409865877310754],[108.99364397136348,14.385204111096442],[109.03097600278882,14.353075938597064],[109.03007098384516,14.268909176838125],[108.97441231881103,14.214608040219456],[108.9044996054145,14.189720019269235],[108.87282394238694,14.14062274157652],[108.84250580777484,14.161211922544432],[108.82508419310969,14.218001861258124],[108.82508419310969,14.218001861258124],[108.80902010686,14.32207903977724],[108.77779695330426,14.36235238276942]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50707,"E":"District","POPULATION":85982,"LVLID":"VNP007001000000000000","NAME":"Hoai An","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.354","geometry":{"type":"MultiPolygon","coordinates":[[[[108.97441231881103,14.214608040219456],[109.03007098384516,14.268909176838125],[109.03097600278882,14.353075938597064],[109.06400919423183,14.359411071202574],[109.09523234778757,14.40488827312071],[109.13098059606153,14.391991753173777],[109.13822074761069,14.347419570199285],[109.18709177056749,14.280221913633682],[109.20270334734535,14.229993362261414],[109.1875442800393,14.204652831839368],[109.22465005672873,14.137228920537854],[109.21401608414091,14.125237419534564],[109.17962536428242,14.156008063618478],[109.08753968676659,14.091525463883807],[109.02509337965512,14.083606548126918],[108.9696609693569,14.184063650871456],[108.97441231881103,14.214608040219456]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50709,"E":"District","POPULATION":162172,"LVLID":"VNP007004000000000000","NAME":"Phu My","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.355","geometry":{"type":"MultiPolygon","coordinates":[[[[108.6422703664935,14.448329182415645],[108.72847342087564,14.416879774123998],[108.72575836404471,14.393123026853331],[108.77779695330426,14.36235238276942],[108.80902010686,14.32207903977724],[108.82508419310969,14.218001861258124],[108.82508419310969,14.218001861258124],[108.84250580777484,14.161211922544432],[108.87282394238694,14.14062274157652],[108.87848031078471,14.127499966893675],[108.86694131925324,14.078628943936874],[108.79974366268765,14.018671438920427],[108.75856530075183,14.04355945987065],[108.72598461878061,14.063243621894918],[108.69272517260168,14.12433240059092],[108.69159389892214,14.125689929006386],[108.67009969901058,14.16279570569581],[108.68548502105253,14.197865189762034],[108.6644433306128,14.278411875746393],[108.6277900633952,14.353980957540708],[108.63751901703937,14.369818789054486],[108.60697462769137,14.452628022397956],[108.6422703664935,14.448329182415645]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50711,"E":"District","POPULATION":24841,"LVLID":"VNP007005000000000000","NAME":"Vinh Thanh","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.356","geometry":{"type":"MultiPolygon","coordinates":[[[[108.87282394238694,14.14062274157652],[108.9044996054145,14.189720019269235],[108.97441231881103,14.214608040219456],[108.9696609693569,14.184063650871456],[109.02509337965512,14.083606548126918],[109.08753968676659,14.091525463883807],[109.17962536428242,14.156008063618478],[109.21401608414091,14.125237419534564],[109.20903847995086,14.111662135379897],[109.25768324817176,14.013920089466293],[109.24614425664029,13.952152546562557],[109.2689959849673,13.900340212038909],[109.26198208815407,13.899887702567087],[109.18166165690562,13.936314715048779],[109.08889721518206,13.955772622337134],[109.05676904268267,13.935409696105134],[109.0246408701833,13.958261424432157],[109.01581693548276,14.008489975804427],[108.92984013583654,14.02772162835687],[108.87848031078471,14.127499966893675],[108.87282394238694,14.14062274157652]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50713,"E":"District","POPULATION":171442,"LVLID":"VNP007006000000000000","NAME":"Phu Cat","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.357","geometry":{"type":"MultiPolygon","coordinates":[[[[108.75856530075183,14.04355945987065],[108.79974366268765,14.018671438920427],[108.86694131925324,14.078628943936874],[108.87848031078471,14.127499966893675],[108.92984013583654,14.02772162835687],[109.01581693548276,14.008489975804427],[109.0246408701833,13.958261424432157],[109.01264936918001,13.84377652806113],[108.95450190205085,13.826354913395972],[108.90902470013272,13.83359506494513],[108.83843322252845,13.755537181055793],[108.80064868163129,13.81956727131864],[108.79589733217716,13.851469189082108],[108.74702630922036,13.909164146739444],[108.76784174492418,13.992199634818824],[108.75856530075183,14.04355945987065]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50715,"E":"District","POPULATION":86555,"LVLID":"VNP007008000000000000","NAME":"Tay Son","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.358","geometry":{"type":"MultiPolygon","coordinates":[[[[108.95450190205085,13.826354913395972],[109.01264936918001,13.84377652806113],[109.0246408701833,13.958261424432157],[109.05676904268267,13.935409696105134],[109.08889721518206,13.955772622337134],[109.18166165690562,13.936314715048779],[109.12781302975877,13.905091561493043],[109.13822074761069,13.868438294275443],[109.10858137720632,13.82771244181144],[109.07871575206606,13.824771130244596],[109.0592578447777,13.78540280619606],[109.01264936918001,13.751917105281214],[108.95450190205085,13.826354913395972]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50717,"E":"District","POPULATION":186107,"LVLID":"VNP007009000000000000","NAME":"An Nhon","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.359","geometry":{"type":"MultiPolygon","coordinates":[[[[109.0592578447777,13.78540280619606],[109.07871575206606,13.824771130244596],[109.10858137720632,13.82771244181144],[109.13822074761069,13.868438294275443],[109.12781302975877,13.905091561493043],[109.18166165690562,13.936314715048779],[109.26198208815407,13.899887702567087],[109.24275043560162,13.815042176600418],[109.18075663796198,13.812100865033573],[109.1366369644593,13.788796627234728],[109.14138831391344,13.717526385422724],[109.15994120225815,13.675669259279166],[109.15722614542722,13.632228349984231],[109.11989411400188,13.605982800618541],[109.09319605516437,13.6926383644725],[109.11107017930135,13.75078583160166],[109.0692130531578,13.753727143168504],[109.0592578447777,13.78540280619606]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50719,"E":"District","POPULATION":170498,"LVLID":"VNP007011000000000000","NAME":"Tuy Phuoc","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.360","geometry":{"type":"MultiPolygon","coordinates":[[[[108.83843322252845,13.755537181055793],[108.90902470013272,13.83359506494513],[108.95450190205085,13.826354913395972],[109.01264936918001,13.751917105281214],[109.0592578447777,13.78540280619606],[109.0692130531578,13.753727143168504],[109.11107017930135,13.75078583160166],[109.09319605516437,13.6926383644725],[109.11989411400188,13.605982800618541],[109.12012036873779,13.582226053347874],[109.05676904268267,13.56729324077774],[109.0325597859402,13.529961209352404],[108.96106328939227,13.514123377838626],[108.92622006006197,13.537653870373383],[108.87214517817921,13.532902520919249],[108.85472356351404,13.566840731305918],[108.81807029629644,13.693995892887967],[108.83843322252845,13.755537181055793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50721,"E":"District","POPULATION":20905,"LVLID":"VNP007007000000000000","NAME":"Van Canh","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.361","geometry":{"type":"MultiPolygon","coordinates":[[[[109.15745240016312,13.153247074060388],[109.18686551583157,13.165464829799589],[109.24523923769664,13.137182987810698],[109.30157666693852,13.132884147828387],[109.33506236785335,13.083560615399763],[109.27736741019602,13.033558318763404],[109.15880992857859,12.982651003183403],[109.08731343203068,13.04645483871034],[109.11853658558641,13.130395345733366],[109.15745240016312,13.153247074060388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50901,"E":"Town","POPULATION":180349,"LVLID":"VNP003001000000000000","NAME":"Tuy Hoa town","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.362","geometry":{"type":"MultiPolygon","coordinates":[[[[108.74544252606897,13.555980503982184],[108.79250351113849,13.576117175478274],[108.85472356351404,13.566840731305918],[108.87214517817921,13.532902520919249],[108.92622006006197,13.537653870373383],[108.96106328939227,13.514123377838626],[109.0325597859402,13.529961209352404],[109.05676904268267,13.56729324077774],[109.12012036873779,13.582226053347874],[109.10473504669584,13.536070087222004],[109.12555048239966,13.501226857891693],[109.09500609305167,13.463442316994534],[109.14229333285708,13.411177472999066],[109.17555277903602,13.404616085657644],[109.19229562949344,13.357781355324041],[109.18256667584926,13.32112808810644],[109.1160477834914,13.319544304955063],[109.09681613093895,13.244653987368482],[109.0223783228242,13.253477922069015],[108.98844011243752,13.327689475447862],[108.94205789157574,13.310267860782707],[108.8110563994832,13.398054698316221],[108.80019617215947,13.465026100145913],[108.71738693881599,13.461406024371335],[108.70811049464365,13.486294045321559],[108.74544252606897,13.555980503982184]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50903,"E":"District","POPULATION":53419,"LVLID":"VNP003002000000000000","NAME":"Dong Xuan","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.363","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09500609305167,13.463442316994534],[109.12555048239966,13.501226857891693],[109.10473504669584,13.536070087222004],[109.12012036873779,13.582226053347874],[109.11989411400188,13.605982800618541],[109.15722614542722,13.632228349984231],[109.15994120225815,13.675669259279166],[109.19501068632438,13.691733345528856],[109.23732032193975,13.667750343522277],[109.22940140618286,13.638563482589744],[109.29252647750207,13.562768146059517],[109.29207396803025,13.500095584212136],[109.32239210264234,13.460274750691779],[109.29682531748438,13.448735759160312],[109.25134811556624,13.488104083208848],[109.22306627357736,13.445341938121645],[109.25745699343584,13.35936513847542],[109.19229562949344,13.357781355324041],[109.17555277903602,13.404616085657644],[109.14229333285708,13.411177472999066],[109.09500609305167,13.463442316994534]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50905,"E":"District","POPULATION":150149,"LVLID":"VNP003003000000000000","NAME":"Song Cau","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.364","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09681613093895,13.244653987368482],[109.1160477834914,13.319544304955063],[109.18256667584926,13.32112808810644],[109.19229562949344,13.357781355324041],[109.25745699343584,13.35936513847542],[109.29569404380483,13.363663978457732],[109.29026393014296,13.309589096574973],[109.32148708369868,13.25257290312537],[109.29818284589985,13.21614589064368],[109.30157666693852,13.132884147828387],[109.24523923769664,13.137182987810698],[109.18686551583157,13.165464829799589],[109.15745240016312,13.153247074060388],[109.09681613093895,13.244653987368482]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50907,"E":"District","POPULATION":118279,"LVLID":"VNP003004000000000000","NAME":"Tuy An","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.365","geometry":{"type":"MultiPolygon","coordinates":[[[[108.8110563994832,13.398054698316221],[108.94205789157574,13.310267860782707],[108.98844011243752,13.327689475447862],[109.0223783228242,13.253477922069015],[109.09681613093895,13.244653987368482],[109.15745240016312,13.153247074060388],[109.11853658558641,13.130395345733366],[109.08731343203068,13.04645483871034],[109.0572215521545,13.02473438406287],[108.95291811889948,13.044418546087138],[108.87644401816152,13.011611609380026],[108.82169037207102,13.057767575505896],[108.81173516369094,13.089216983797542],[108.75947031969547,13.099850956385364],[108.77938073645565,13.14351812041621],[108.82666797626106,13.151889545644922],[108.8538185445704,13.180397642369723],[108.87689652763333,13.277687178811505],[108.81264018263458,13.355066298493108],[108.8110563994832,13.398054698316221]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50909,"E":"District","POPULATION":47346,"LVLID":"VNP003005000000000000","NAME":"Son Hoa","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.366","geometry":{"type":"MultiPolygon","coordinates":[[[[109.0572215521545,13.02473438406287],[109.08731343203068,13.04645483871034],[109.15880992857859,12.982651003183403],[109.27736741019602,13.033558318763404],[109.33506236785335,13.083560615399763],[109.38551717396153,12.99826257996127],[109.45972872734039,12.909796978220022],[109.39230481603887,12.841015538503042],[109.37013185191958,12.866582323660998],[109.32442839526554,12.834001641689797],[109.26333961656954,12.836490443784818],[109.23166395354198,12.81069740389095],[109.16718135380731,12.822010140686507],[109.14365086127255,12.779926759807038],[109.12034662347371,12.796217100792639],[109.07600069523512,12.857984643696375],[109.00405168921539,12.870428654171487],[109.0572215521545,13.02473438406287]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50911,"E":"District","POPULATION":251873,"LVLID":"VNP003006000000000000","NAME":"Tuy Hoa","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.367","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67982865265475,12.993963739978959],[108.76037533863911,13.030617007196561],[108.75947031969547,13.099850956385364],[108.81173516369094,13.089216983797542],[108.82169037207102,13.057767575505896],[108.87644401816152,13.011611609380026],[108.95291811889948,13.044418546087138],[109.0572215521545,13.02473438406287],[109.00405168921539,12.870428654171487],[109.07600069523512,12.857984643696375],[109.12034662347371,12.796217100792639],[109.09048099833343,12.74191596417397],[109.0164956996905,12.726756896867926],[108.99387022609939,12.702321385389524],[108.99160767874028,12.779700505071128],[108.97531733775467,12.813638715457795],[108.87237143291512,12.81454373440144],[108.85449730877814,12.851875765826774],[108.79725486059263,12.865224795245531],[108.75856530075183,12.941020131775756],[108.71580315566462,12.939436348624378],[108.67982865265475,12.993963739978959]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50913,"E":"District","POPULATION":26650,"LVLID":"VNP003007000000000000","NAME":"Song Hinh","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.368","geometry":{"type":"MultiPolygon","coordinates":[[[[109.11559527401957,12.341445081611287],[109.13460067183611,12.365654338353776],[109.20089330945807,12.376062056205688],[109.20587091364811,12.333526165854396],[109.23799908614748,12.30592308807324],[109.21039600836633,12.28782270920035],[109.20926473468677,12.169491482318834],[109.22713885882375,12.13849458349901],[109.14704468231122,12.161346311826033],[109.11853658558641,12.200714635874569],[109.14478213495211,12.264970980873327],[109.11559527401957,12.341445081611287]]],[[[109.2343790103729,12.223566364201591],[109.29863535537167,12.227865204183903],[109.33144229207878,12.197547069571813],[109.28868014699158,12.177862907547546],[109.2343790103729,12.223566364201591]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51101,"E":"City","POPULATION":314821,"LVLID":"VNP034003000000000000","NAME":"Nha Trang city","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.369","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09048099833343,12.74191596417397],[109.12034662347371,12.796217100792639],[109.14365086127255,12.779926759807038],[109.16718135380731,12.822010140686507],[109.23166395354198,12.81069740389095],[109.26333961656954,12.836490443784818],[109.32442839526554,12.834001641689797],[109.37013185191958,12.866582323660998],[109.39230481603887,12.841015538503042],[109.36266544563452,12.823367669101973],[109.38596968343336,12.734675812624815],[109.44275962214705,12.645531446675832],[109.41153646859132,12.631729907785255],[109.37420443716599,12.653676617168633],[109.38325462660242,12.70526269695637],[109.35995038880358,12.757753795687748],[109.29976662905122,12.75413371991317],[109.23053267986242,12.689651120178501],[109.1997620357785,12.64100635195761],[109.1995357810426,12.587383979546674],[109.16197749488136,12.585347686923475],[109.12487171819193,12.645983956147655],[109.11039141509362,12.719969254790591],[109.09048099833343,12.74191596417397]]],[[[109.30700678060037,12.619738406781964],[109.32216584790642,12.63693376671121],[109.3886847402643,12.622227208876987],[109.4171928369891,12.555482061783206],[109.4011287507394,12.547789400762229],[109.30700678060037,12.619738406781964]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51103,"E":"District","POPULATION":103510,"LVLID":"VNP034008000000000000","NAME":"Van Ninh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.370","geometry":{"type":"MultiPolygon","coordinates":[[[[108.86309498874276,12.491451971520359],[108.8986169822808,12.561590939652806],[108.86648880978143,12.593266602680364],[108.90155829384766,12.623810992028366],[108.9047258601504,12.670193212890144],[108.99387022609939,12.702321385389524],[109.0164956996905,12.726756896867926],[109.09048099833343,12.74191596417397],[109.11039141509362,12.719969254790591],[109.12487171819193,12.645983956147655],[109.16197749488136,12.585347686923475],[109.1995357810426,12.587383979546674],[109.24908556820714,12.57856004484614],[109.23370024616517,12.533535352399827],[109.29795659116394,12.473804102119292],[109.30655427112856,12.379003367772532],[109.2463705113762,12.40298636977911],[109.18437671373655,12.450499864320447],[109.16446629697637,12.413394087631023],[109.20089330945807,12.376062056205688],[109.13460067183611,12.365654338353776],[109.11559527401957,12.341445081611287],[109.06898679842188,12.388279811944887],[109.00473045342312,12.393936180342665],[108.94861927891716,12.438055853845334],[108.92667256953378,12.481044253668447],[108.86309498874276,12.491451971520359]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51105,"E":"District","POPULATION":203526,"LVLID":"VNP034005000000000000","NAME":"Ninh Hoa","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.371","geometry":{"type":"MultiPolygon","coordinates":[[[[109.06898679842188,12.388279811944887],[109.11559527401957,12.341445081611287],[109.14478213495211,12.264970980873327],[109.11853658558641,12.200714635874569],[109.14704468231122,12.161346311826033],[109.020342030201,12.095279928939986],[109.00337292500765,12.050934000701407],[108.94794051470943,12.073106964820697],[108.94409418419895,12.099352514186386],[108.97893741352925,12.174016577037056],[108.94273665578348,12.335336203741686],[108.99047640506072,12.332847401646664],[109.04817136271805,12.357282913125065],[109.06898679842188,12.388279811944887]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51107,"E":"District","POPULATION":126511,"LVLID":"VNP034001000000000000","NAME":"Dien Khanh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.372","geometry":{"type":"MultiPolygon","coordinates":[[[[109.00337292500765,12.050934000701407],[109.020342030201,12.095279928939986],[109.14704468231122,12.161346311826033],[109.22713885882375,12.13849458349901],[109.20066705472215,12.115416600436076],[109.20609716838402,12.061341718553319],[109.24682302084803,11.983510089399893],[109.27352107968554,11.972197352604336],[109.26718594708002,11.858843729912865],[109.23030642512651,11.878980401408954],[109.19387941264482,11.867667664613398],[109.19885701683486,11.809067688012417],[109.09681613093895,11.813592782730641],[109.06287792055228,11.857259946761486],[109.05088641954899,11.896402016074111],[109.00812427446179,11.921290037024335],[109.00337292500765,12.050934000701407]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51109,"E":"District","POPULATION":183054,"LVLID":"VNP034006000000000000","NAME":"Cam Ranh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.373","geometry":{"type":"MultiPolygon","coordinates":[[[[108.70381165466134,12.47131530002427],[108.7823220480225,12.503217217787737],[108.86309498874276,12.491451971520359],[108.92667256953378,12.481044253668447],[108.94861927891716,12.438055853845334],[109.00473045342312,12.393936180342665],[109.06898679842188,12.388279811944887],[109.04817136271805,12.357282913125065],[108.99047640506072,12.332847401646664],[108.94273665578348,12.335336203741686],[108.97893741352925,12.174016577037056],[108.94409418419895,12.099352514186386],[108.92169496534375,12.086455994239452],[108.84589962881351,12.114737836228343],[108.7945398037617,12.156821217107812],[108.73277226085796,12.160215038146479],[108.71512439145688,12.189401899079012],[108.70471667360498,12.306149342809151],[108.68299621895751,12.313615749094218],[108.68978386103484,12.385112245642132],[108.67326726531333,12.4231230412752],[108.70381165466134,12.47131530002427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51111,"E":"District","POPULATION":21322,"LVLID":"VNP034007000000000000","NAME":"Khanh Vinh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.374","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7945398037617,12.156821217107812],[108.84589962881351,12.114737836228343],[108.92169496534375,12.086455994239452],[108.94409418419895,12.099352514186386],[108.94794051470943,12.073106964820697],[109.00337292500765,12.050934000701407],[109.00812427446179,11.921290037024335],[108.99228644294801,11.912692357059711],[108.84951970458809,11.977627466266203],[108.85879614876045,12.014959497691539],[108.8029112289904,12.042562575472695],[108.7945398037617,12.156821217107812]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51113,"E":"District","POPULATION":12785,"LVLID":"VNP034004000000000000","NAME":"Khanh Son","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.375","geometry":{"type":"MultiPolygon","coordinates":[[[[107.88341198224761,14.434527643525067],[107.95196716722867,14.395159319476532],[107.9972181144109,14.445387870848801],[108.0845524424726,14.421404868842222],[108.08161113090574,14.387240403719643],[108.11260802972558,14.351492155445685],[108.06328449729695,14.267099138950837],[107.96327990402423,14.227957069638213],[107.89811854008182,14.277506856802749],[107.85513014025872,14.273208016820437],[107.85422512131507,14.309182519830305],[107.88703205802219,14.355564740692085],[107.8648590939029,14.394254300532888],[107.88341198224761,14.434527643525067]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60101,"E":"Town","POPULATION":106347,"LVLID":"VNP043003000000000000","NAME":"Kon Tum town","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.376","geometry":{"type":"MultiPolygon","coordinates":[[[[107.62819664013986,15.412174357397022],[107.66417114314973,15.383892515408132],[107.6657549263011,15.354931909211508],[107.73091629024351,15.30040451785693],[107.74155026283134,15.226419219213993],[107.89449846430725,15.19180224461959],[107.93250925994032,15.206961311925635],[107.95422971458778,15.172796846803056],[108.00898336067827,15.138858636416389],[107.96237488508059,15.037044005256384],[107.94698956303863,15.004237068549271],[107.81033170254831,15.005142087492915],[107.78453866265444,14.971430131842158],[107.72593868605347,14.923011618357178],[107.70942209033196,14.862375349132998],[107.59380592028137,14.862149094397086],[107.58656576873221,14.891109700593711],[107.4824885902131,14.956949828743847],[107.47185461762528,15.00604710643656],[107.54674493521186,15.047451723108296],[107.59199588239409,15.027315051612206],[107.63068544223488,15.1472300616451],[107.58792329714768,15.198816141432836],[107.62412405489346,15.210581387700213],[107.6189201959675,15.285471705286794],[107.63815184851995,15.31692111357844],[107.59968854341506,15.381856222784933],[107.62819664013986,15.412174357397022]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60103,"E":"District","POPULATION":28876,"LVLID":"VNP043004000000000000","NAME":"Dak Glei","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.377","geometry":{"type":"MultiPolygon","coordinates":[[[[107.59380592028137,14.862149094397086],[107.70942209033196,14.862375349132998],[107.72593868605347,14.923011618357178],[107.78453866265444,14.971430131842158],[107.79743518260138,14.904911239484289],[107.78114484161578,14.837939837654597],[107.7429077912468,14.812373052496639],[107.70376572193418,14.749926745385169],[107.76394948168654,14.611458847007563],[107.72231861027889,14.581593221867296],[107.67910395571987,14.581366967131384],[107.65579971792101,14.53023339681547],[107.55466385096875,14.502856573770226],[107.51936811216662,14.509644215847558],[107.52887081107488,14.596299779701518],[107.56054647410244,14.68318159829139],[107.54606617100413,14.74811670749788],[107.51348548903292,14.793593909416016],[107.59380592028137,14.862149094397086]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60105,"E":"District","POPULATION":40059,"LVLID":"VNP043001000000000000","NAME":"Ngoc Hoi","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.378","geometry":{"type":"MultiPolygon","coordinates":[[[[107.70376572193418,14.749926745385169],[107.7429077912468,14.812373052496639],[107.78114484161578,14.837939837654597],[107.79743518260138,14.904911239484289],[107.78453866265444,14.971430131842158],[107.81033170254831,15.005142087492915],[107.94698956303863,15.004237068549271],[107.96237488508059,15.037044005256384],[107.97572391449934,15.010572201154783],[108.05061423208592,14.990435529658694],[108.09654394347588,14.950388441402424],[108.1295771349189,14.958533611895225],[108.16080028847465,14.922785363621268],[108.12912462544708,14.882738275365],[108.1519763537741,14.83454601661593],[108.14518871169678,14.792915145208282],[108.09790147189135,14.822102006140817],[108.05151925102957,14.826400846123128],[108.00423201122415,14.794046418887838],[108.0033269922805,14.752868056952014],[107.9178027021061,14.726848762322234],[107.88974711485312,14.6793352677809],[107.91554015474699,14.617341470141252],[107.8791131422653,14.575031834525873],[107.86621662231836,14.519373169491738],[107.80444907941462,14.528649613664093],[107.76394948168654,14.611458847007563],[107.70376572193418,14.749926745385169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60107,"E":"District","POPULATION":37425,"LVLID":"VNP043005000000000000","NAME":"Dak To","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.379","geometry":{"type":"MultiPolygon","coordinates":[[[[108.14518871169678,14.792915145208282],[108.1519763537741,14.83454601661593],[108.12912462544708,14.882738275365],[108.16080028847465,14.922785363621268],[108.1295771349189,14.958533611895225],[108.16577789266468,14.971203877106248],[108.15107133483046,15.041795354710517],[108.16668291160833,15.057633186224296],[108.2433832670822,15.028672580027672],[108.3268712646334,14.907852551051134],[108.36646584341786,14.879570709062243],[108.40696544114594,14.819839458781706],[108.4633028703878,14.786806267338681],[108.49859860918994,14.797440239926505],[108.53208431010479,14.743139103307836],[108.50244493970044,14.694268080351033],[108.51715149753466,14.682050324611833],[108.49339475026399,14.618698998556718],[108.53072678168932,14.619377762764453],[108.55086345318541,14.586797080793252],[108.50697003441866,14.543129916762405],[108.44497623677901,14.554442653557961],[108.39904652538905,14.60037236494792],[108.36148823922781,14.567339173504894],[108.38750753385759,14.523445754738137],[108.29564811107767,14.403983254177065],[108.30062571526771,14.389955460550576],[108.23659562500487,14.387466658455553],[108.15763272217188,14.346740805991551],[108.11260802972558,14.351492155445685],[108.08161113090574,14.387240403719643],[108.0845524424726,14.421404868842222],[108.08817251824718,14.478421062291824],[108.11441806761286,14.532722198910493],[108.06237947835331,14.56258782405076],[108.07889607407482,14.633858065862764],[108.07753854565935,14.710332166600724],[108.14518871169678,14.792915145208282]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60109,"E":"District","POPULATION":31062,"LVLID":"VNP043002000000000000","NAME":"Kon Plong","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.380","geometry":{"type":"MultiPolygon","coordinates":[[[[107.86621662231836,14.519373169491738],[107.8791131422653,14.575031834525873],[107.91554015474699,14.617341470141252],[107.88974711485312,14.6793352677809],[107.9178027021061,14.726848762322234],[108.0033269922805,14.752868056952014],[108.00423201122415,14.794046418887838],[108.05151925102957,14.826400846123128],[108.09790147189135,14.822102006140817],[108.14518871169678,14.792915145208282],[108.07753854565935,14.710332166600724],[108.07889607407482,14.633858065862764],[108.06237947835331,14.56258782405076],[108.11441806761286,14.532722198910493],[108.08817251824718,14.478421062291824],[108.0845524424726,14.421404868842222],[107.9972181144109,14.445387870848801],[107.95196716722867,14.395159319476532],[107.88341198224761,14.434527643525067],[107.88997336958903,14.484303685425512],[107.86621662231836,14.519373169491738]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60111,"E":"District","POPULATION":46163,"LVLID":"VNP043007000000000000","NAME":"Dak Ha","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.381","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51936811216662,14.509644215847558],[107.55466385096875,14.502856573770226],[107.65579971792101,14.53023339681547],[107.67910395571987,14.581366967131384],[107.72231861027889,14.581593221867296],[107.76394948168654,14.611458847007563],[107.80444907941462,14.528649613664093],[107.86621662231836,14.519373169491738],[107.88997336958903,14.484303685425512],[107.88341198224761,14.434527643525067],[107.8648590939029,14.394254300532888],[107.88703205802219,14.355564740692085],[107.85422512131507,14.309182519830305],[107.85513014025872,14.273208016820437],[107.8220969488157,14.212119238124435],[107.7632707174788,14.200127737121145],[107.69245298513862,14.218906880201768],[107.66190859579062,14.161664432016254],[107.66914874733978,14.135192627914654],[107.65285840635417,14.062791112423096],[107.61801517702386,14.061433584007627],[107.60353487392555,14.02545908099776],[107.5250244805644,14.010073758955803],[107.53045459422626,13.982923190646469],[107.47298589130483,13.951247527618913],[107.46280442818883,13.919345609855444],[107.4478716156187,13.994688436913847],[107.3890453842818,13.988353304308337],[107.36212107070838,14.014598853674025],[107.36551489174705,14.081796510239629],[107.3422106539482,14.123427381647275],[107.41167085787292,14.231124635940969],[107.39560677162324,14.323436568192706],[107.43022374621764,14.370271298526308],[107.43067625568945,14.414617226764888],[107.4926700533291,14.402851980497509],[107.51936811216662,14.509644215847558]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60113,"E":"District","POPULATION":29665,"LVLID":"VNP043006000000000000","NAME":"Sa Thay","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.382","geometry":{"type":"MultiPolygon","coordinates":[[[[107.99224051022085,14.060754819799895],[108.05536558154006,14.082701529183273],[108.04292157106495,14.040391893567893],[108.09315012243721,14.001476078991182],[108.08523120668032,13.952152546562557],[108.01622351222744,13.87839350265553],[107.92255405156023,13.85984061431082],[107.84404365819907,13.87590470056051],[107.86802666020564,13.905317816228955],[107.95128840302094,13.90237650466211],[107.9626011398165,13.874773426880953],[108.01463972907605,13.88427612578922],[107.96825750821428,14.036093053585583],[107.99224051022085,14.060302310328073],[107.99224051022085,14.060754819799895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60301,"E":"Town","POPULATION":165639,"LVLID":"VNP045002000000000000","NAME":"Plei Ku town","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.383","geometry":{"type":"MultiPolygon","coordinates":[[[[108.29564811107767,14.403983254177065],[108.38750753385759,14.523445754738137],[108.36148823922781,14.567339173504894],[108.39904652538905,14.60037236494792],[108.44497623677901,14.554442653557961],[108.50697003441866,14.543129916762405],[108.55086345318541,14.586797080793252],[108.63118388443387,14.541772388346939],[108.6422703664935,14.448329182415645],[108.60697462769137,14.452628022397956],[108.63751901703937,14.369818789054486],[108.6277900633952,14.353980957540708],[108.6644433306128,14.278411875746393],[108.68548502105253,14.197865189762034],[108.67009969901058,14.16279570569581],[108.69159389892214,14.125689929006386],[108.69204640839395,14.125237419534564],[108.65290433908133,14.076818906049585],[108.65064179172222,14.075235122898206],[108.66534834955644,14.03156795886736],[108.60901092031457,14.00758495686078],[108.52348663014017,14.01120503263536],[108.44791754834586,14.066411188197673],[108.46443414406737,14.11641348483403],[108.43841484943759,14.167094545678122],[108.39090135489624,14.153293006787543],[108.3655608244742,14.2053315960471],[108.3307175951439,14.228635833845946],[108.30062571526771,14.389955460550576],[108.29564811107767,14.403983254177065]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60303,"E":"District","POPULATION":35362,"LVLID":"VNP045007000000000000","NAME":"Kbang","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.384","geometry":{"type":"MultiPolygon","coordinates":[[[[108.01622351222744,13.87839350265553],[108.08523120668032,13.952152546562557],[108.09315012243721,14.001476078991182],[108.04292157106495,14.040391893567893],[108.05536558154006,14.082701529183273],[108.0969964529477,14.112567154323541],[108.08342116879304,14.174108442491367],[108.1295771349189,14.222979465448168],[108.18976089467127,14.212119238124435],[108.21623269877287,14.260990261081236],[108.19767981042816,14.323436568192706],[108.23659562500487,14.387466658455553],[108.30062571526771,14.389955460550576],[108.3307175951439,14.228635833845946],[108.3655608244742,14.2053315960471],[108.39090135489624,14.153293006787543],[108.43841484943759,14.167094545678122],[108.46443414406737,14.11641348483403],[108.44791754834586,14.066411188197673],[108.4182781779415,13.97704056751278],[108.41873068741332,13.96866914228407],[108.36985966445651,13.896720136264332],[108.36804962656923,13.786986589347439],[108.35424808767866,13.771375012569571],[108.38298243913935,13.691733345528856],[108.31917860361243,13.67408547612779],[108.25605353229322,13.705534884419434],[108.2370481344767,13.681778137148767],[108.18681958310442,13.679289335053745],[108.19451224412539,13.748070774770726],[108.16487287372104,13.787439098819261],[108.1784481578757,13.824997384980506],[108.11826439812334,13.861650652198108],[108.00242197333685,13.853731736441219],[108.01622351222744,13.87839350265553]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60305,"E":"District","POPULATION":90508,"LVLID":"VNP045004000000000000","NAME":"Mang Yang","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.385","geometry":{"type":"MultiPolygon","coordinates":[[[[107.66190859579062,14.161664432016254],[107.69245298513862,14.218906880201768],[107.7632707174788,14.200127737121145],[107.8220969488157,14.212119238124435],[107.85513014025872,14.273208016820437],[107.89811854008182,14.277506856802749],[107.96327990402423,14.227957069638213],[108.06328449729695,14.267099138950837],[108.11260802972558,14.351492155445685],[108.15763272217188,14.346740805991551],[108.23659562500487,14.387466658455553],[108.19767981042816,14.323436568192706],[108.21623269877287,14.260990261081236],[108.18976089467127,14.212119238124435],[108.1295771349189,14.222979465448168],[108.08342116879304,14.174108442491367],[108.0969964529477,14.112567154323541],[108.05536558154006,14.082701529183273],[107.99224051022085,14.060754819799895],[107.99224051022085,14.060528565063983],[107.8892946053813,14.102838200679363],[107.87843437805756,14.080438981824162],[107.75241049015507,14.07410384921865],[107.72706995973302,14.124558655326831],[107.66914874733978,14.135192627914654],[107.66190859579062,14.161664432016254]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60307,"E":"District","POPULATION":56555,"LVLID":"VNP045001000000000000","NAME":"Chu Pah","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.386","geometry":{"type":"MultiPolygon","coordinates":[[[[107.46280442818883,13.919345609855444],[107.47298589130483,13.951247527618913],[107.53045459422626,13.982923190646469],[107.5250244805644,14.010073758955803],[107.60353487392555,14.02545908099776],[107.61801517702386,14.061433584007627],[107.65285840635417,14.062791112423096],[107.66914874733978,14.135192627914654],[107.72706995973302,14.124558655326831],[107.75241049015507,14.07410384921865],[107.87843437805756,14.080438981824162],[107.8892946053813,14.102838200679363],[107.99224051022085,14.060528565063983],[107.99224051022085,14.060302310328073],[107.96825750821428,14.036093053585583],[108.01463972907605,13.88427612578922],[107.9626011398165,13.874773426880953],[107.95128840302094,13.90237650466211],[107.86802666020564,13.905317816228955],[107.84404365819907,13.87590470056051],[107.82888459089303,13.850337915402552],[107.82096567513614,13.877488483711886],[107.75489929225009,13.887217437356066],[107.714399694522,13.920476883534999],[107.66484990735746,13.850111660666641],[107.52887081107488,13.839477688078818],[107.47705847655124,13.853279226969397],[107.46280442818883,13.919345609855444]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60309,"E":"District","POPULATION":52607,"LVLID":"VNP045003000000000000","NAME":"Ia Grai","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.387","geometry":{"type":"MultiPolygon","coordinates":[[[[108.4182781779415,13.97704056751278],[108.44791754834586,14.066411188197673],[108.52348663014017,14.01120503263536],[108.60901092031457,14.00758495686078],[108.66534834955644,14.03156795886736],[108.65064179172222,14.075235122898206],[108.65290433908133,14.076818906049585],[108.69204640839395,14.125237419534564],[108.69272517260168,14.12433240059092],[108.72598461878061,14.063243621894918],[108.75856530075183,14.04355945987065],[108.76784174492418,13.992199634818824],[108.74702630922036,13.909164146739444],[108.79589733217716,13.851469189082108],[108.80064868163129,13.81956727131864],[108.77824946277609,13.794905505104328],[108.73503480821707,13.797846816671171],[108.69951281467903,13.841061471230196],[108.67236224636969,13.81956727131864],[108.60833215610684,13.861650652198108],[108.47642564507065,13.927264525612333],[108.41873068741332,13.96866914228407],[108.4182781779415,13.97704056751278]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60311,"E":"District","POPULATION":86496,"LVLID":"VNP045005000000000000","NAME":"An Khe","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.388","geometry":{"type":"MultiPolygon","coordinates":[[[[108.35424808767866,13.771375012569571],[108.36804962656923,13.786986589347439],[108.36985966445651,13.896720136264332],[108.41873068741332,13.96866914228407],[108.47642564507065,13.927264525612333],[108.60833215610684,13.861650652198108],[108.67236224636969,13.81956727131864],[108.69951281467903,13.841061471230196],[108.73503480821707,13.797846816671171],[108.77824946277609,13.794905505104328],[108.80064868163129,13.81956727131864],[108.83843322252845,13.755537181055793],[108.81807029629644,13.693995892887967],[108.85472356351404,13.566840731305918],[108.79250351113849,13.576117175478274],[108.74544252606897,13.555980503982184],[108.72915218508338,13.574985901798717],[108.6605970001023,13.586977402802008],[108.64362789490897,13.607114074298098],[108.55765109526274,13.628608274209654],[108.48411830609163,13.610734150072675],[108.46217159670826,13.658926408821744],[108.38298243913935,13.691733345528856],[108.35424808767866,13.771375012569571]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60313,"E":"District","POPULATION":23737,"LVLID":"VNP045006000000000000","NAME":"Kong Chro","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.389","geometry":{"type":"MultiPolygon","coordinates":[[[[107.47705847655124,13.853279226969397],[107.52887081107488,13.839477688078818],[107.66484990735746,13.850111660666641],[107.714399694522,13.920476883534999],[107.75489929225009,13.887217437356066],[107.82096567513614,13.877488483711886],[107.82888459089303,13.850337915402552],[107.82662204353392,13.769791229418193],[107.75693558487329,13.690149562377478],[107.71213714716289,13.708023686514457],[107.64154566955862,13.658700154085833],[107.62027772438297,13.626345726850543],[107.5781943435035,13.618200556357742],[107.5741217582571,13.660510191973122],[107.53656347209586,13.742188151637036],[107.45533802190377,13.791964193537483],[107.47705847655124,13.853279226969397]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60315,"E":"District","POPULATION":27027,"LVLID":"VNP045008000000000000","NAME":"Duc Co","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.390","geometry":{"type":"MultiPolygon","coordinates":[[[[107.5781943435035,13.618200556357742],[107.62027772438297,13.626345726850543],[107.64154566955862,13.658700154085833],[107.71213714716289,13.708023686514457],[107.75693558487329,13.690149562377478],[107.82662204353392,13.769791229418193],[107.82888459089303,13.850337915402552],[107.84404365819907,13.87590470056051],[107.92255405156023,13.85984061431082],[108.01622351222744,13.87839350265553],[108.00242197333685,13.853731736441219],[108.0236899185125,13.796941797727527],[107.9990281522982,13.760062275774015],[108.0175810406429,13.63788471838201],[107.94947836513366,13.589239950161119],[107.92278030629615,13.528377426201027],[107.95377720511597,13.46434733593818],[107.92685289154254,13.448056994952578],[107.92640038207072,13.382895631010175],[107.84291238451952,13.398280953052133],[107.75467303751418,13.362080195306353],[107.71688849661702,13.37158289421462],[107.60987000653105,13.301670180818084],[107.63475802748128,13.35732884585222],[107.62050397911888,13.524304840954628],[107.5781943435035,13.618200556357742]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60317,"E":"District","POPULATION":53578,"LVLID":"VNP045009000000000000","NAME":"Chu Prong","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.391","geometry":{"type":"MultiPolygon","coordinates":[[[[107.92278030629615,13.528377426201027],[107.94947836513366,13.589239950161119],[108.0175810406429,13.63788471838201],[107.9990281522982,13.760062275774015],[108.0236899185125,13.796941797727527],[108.00242197333685,13.853731736441219],[108.11826439812334,13.861650652198108],[108.1784481578757,13.824997384980506],[108.16487287372104,13.787439098819261],[108.19451224412539,13.748070774770726],[108.18681958310442,13.679289335053745],[108.2370481344767,13.681778137148767],[108.25605353229322,13.705534884419434],[108.31917860361243,13.67408547612779],[108.28705043111304,13.659152663557656],[108.23682187974077,13.578605977573297],[108.23614311553304,13.472718761166892],[108.20627749039278,13.449414523368045],[108.22890296398388,13.396697169900754],[108.21329138720603,13.374524205781464],[108.11668061497197,13.41389252983],[108.03998025949811,13.400317245675332],[108.01237718171694,13.379049300499688],[107.9607911019292,13.379954319443332],[107.92640038207072,13.382895631010175],[107.92685289154254,13.448056994952578],[107.95377720511597,13.46434733593818],[107.92278030629615,13.528377426201027]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60319,"E":"District","POPULATION":87137,"LVLID":"VNP045010000000000000","NAME":"Chu Se","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.392","geometry":{"type":"MultiPolygon","coordinates":[[[[108.20627749039278,13.449414523368045],[108.23614311553304,13.472718761166892],[108.23682187974077,13.578605977573297],[108.28705043111304,13.659152663557656],[108.31917860361243,13.67408547612779],[108.38298243913935,13.691733345528856],[108.46217159670826,13.658926408821744],[108.48411830609163,13.610734150072675],[108.55765109526274,13.628608274209654],[108.64362789490897,13.607114074298098],[108.6605970001023,13.586977402802008],[108.72915218508338,13.574985901798717],[108.74544252606897,13.555980503982184],[108.70811049464365,13.486294045321559],[108.71738693881599,13.461406024371335],[108.6891050968271,13.462763552786802],[108.65267808434541,13.422942719266445],[108.58276537094888,13.4159288224532],[108.50470748705955,13.34307479748982],[108.45742024725412,13.27474586724466],[108.4714480408806,13.234698778988392],[108.44045114206078,13.1779088402747],[108.40877547903322,13.257776762051327],[108.35062801190406,13.336513410148397],[108.26736626908878,13.369320346855508],[108.21329138720603,13.374524205781464],[108.22890296398388,13.396697169900754],[108.20627749039278,13.449414523368045]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60321,"E":"District","POPULATION":114920,"LVLID":"VNP045011000000000000","NAME":"Ayun Pa","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.393","geometry":{"type":"MultiPolygon","coordinates":[[[[108.44045114206078,13.1779088402747],[108.4714480408806,13.234698778988392],[108.45742024725412,13.27474586724466],[108.50470748705955,13.34307479748982],[108.58276537094888,13.4159288224532],[108.65267808434541,13.422942719266445],[108.6891050968271,13.462763552786802],[108.71738693881599,13.461406024371335],[108.80019617215947,13.465026100145913],[108.8110563994832,13.398054698316221],[108.81264018263458,13.355066298493108],[108.87689652763333,13.277687178811505],[108.8538185445704,13.180397642369723],[108.82666797626106,13.151889545644922],[108.77938073645565,13.14351812041621],[108.75947031969547,13.099850956385364],[108.76037533863911,13.030617007196561],[108.67982865265475,12.993963739978959],[108.51715149753466,13.032200790347938],[108.5219028469888,13.069759076509184],[108.4612665777646,13.126549015222876],[108.47009051246515,13.14555441303941],[108.44045114206078,13.1779088402747]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60323,"E":"District","POPULATION":57747,"LVLID":"VNP045012000000000000","NAME":"Krong Pa","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.394","geometry":{"type":"MultiPolygon","coordinates":[[[[107.97255634819659,12.667025646587389],[107.98748916076673,12.697117526463568],[107.97029380083748,12.735580831568459],[108.03296636268486,12.74191596417397],[108.08364742352894,12.740105926286681],[108.09111382981402,12.767030239860105],[108.16917171370335,12.71363412218508],[108.13432848437304,12.6815059496857],[108.1499400611509,12.653450362432721],[108.1171331244438,12.646436465619477],[108.04043276896992,12.563853487011919],[107.97255634819659,12.667025646587389]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60501,"E":"City","POPULATION":230668,"LVLID":"VNP021013000000000000","NAME":"Buon Me Thuot city","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.395","geometry":{"type":"MultiPolygon","coordinates":[[[[107.9607911019292,13.379954319443332],[108.01237718171694,13.379049300499688],[108.03998025949811,13.400317245675332],[108.11668061497197,13.41389252983],[108.21329138720603,13.374524205781464],[108.26736626908878,13.369320346855508],[108.35062801190406,13.336513410148397],[108.40877547903322,13.257776762051327],[108.44045114206078,13.1779088402747],[108.47009051246515,13.14555441303941],[108.3696334097206,13.133110402564299],[108.31917860361243,13.141934337264832],[108.28297784586664,13.122476429976476],[108.22030528401926,13.105959834254964],[108.19903733884362,13.121571411032832],[108.1438311832813,13.110711183709098],[108.09925900030682,13.059351358657272],[108.10016401925046,13.05663630182634],[108.05061423208592,13.046002329238517],[108.04043276896992,13.072021623868295],[108.05197176050139,13.098719682705807],[107.98997796286174,13.119987627881454],[107.99540807652362,13.179492623426079],[107.98138028289712,13.231078703213814],[108.00400575648824,13.246916534727593],[107.9607911019292,13.379954319443332]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60503,"E":"District","POPULATION":53184,"LVLID":"VNP021012000000000000","NAME":"Ea H'leo","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.396","geometry":{"type":"MultiPolygon","coordinates":[[[[107.60987000653105,13.301670180818084],[107.71688849661702,13.37158289421462],[107.75467303751418,13.362080195306353],[107.84291238451952,13.398280953052133],[107.92640038207072,13.382895631010175],[107.9607911019292,13.379954319443332],[108.00400575648824,13.246916534727593],[107.98138028289712,13.231078703213814],[107.99540807652362,13.179492623426079],[107.98997796286174,13.119987627881454],[108.05197176050139,13.098719682705807],[108.04043276896992,13.072021623868295],[107.96644747032698,13.006634005189982],[107.90286988953596,12.963193095895047],[107.81960814672067,12.997357561017626],[107.77390469006663,12.989664899996647],[107.69041669251541,13.069306567037362],[107.56167774778199,13.086501926966607],[107.51552178165612,13.083786870135674],[107.60987000653105,13.301670180818084]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60505,"E":"District","POPULATION":24624,"LVLID":"VNP021011000000000000","NAME":"Ea Sup","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.397","geometry":{"type":"MultiPolygon","coordinates":[[[[108.28297784586664,13.122476429976476],[108.31917860361243,13.141934337264832],[108.3696334097206,13.133110402564299],[108.47009051246515,13.14555441303941],[108.4612665777646,13.126549015222876],[108.5219028469888,13.069759076509184],[108.51715149753466,13.032200790347938],[108.48117699452479,13.01839925145736],[108.50402872285181,12.932422451811133],[108.49339475026399,12.904366864558154],[108.462850360916,12.929028630772468],[108.43909361364533,12.868618616284198],[108.37642105179793,12.836037934312996],[108.37506352338247,12.83671669852073],[108.36442955079465,12.903009336142688],[108.30763961208096,12.914548327674156],[108.28184657218709,12.99215370209167],[108.30379328157046,13.039667196633005],[108.28433537428211,13.05867259444954],[108.28297784586664,13.122476429976476]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60507,"E":"District","POPULATION":57262,"LVLID":"VNP021010000000000000","NAME":"Krong Nang","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.398","geometry":{"type":"MultiPolygon","coordinates":[[[[108.09925900030682,13.059351358657272],[108.1438311832813,13.110711183709098],[108.19903733884362,13.121571411032832],[108.22030528401926,13.105959834254964],[108.28297784586664,13.122476429976476],[108.28433537428211,13.05867259444954],[108.30379328157046,13.039667196633005],[108.28184657218709,12.99215370209167],[108.30763961208096,12.914548327674156],[108.36442955079465,12.903009336142688],[108.37506352338247,12.83671669852073],[108.3146535088942,12.781284288222505],[108.31171219732735,12.752323682025882],[108.231165511343,12.755943757800459],[108.19157093255855,12.828119018556107],[108.2248303787375,12.865677304717353],[108.20695625460051,12.932196197075223],[108.15989526953099,12.976542125313802],[108.13636477699625,12.962288076951403],[108.10401034976096,13.00618149571816],[108.10016401925046,13.05663630182634],[108.09925900030682,13.059351358657272]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60509,"E":"District","POPULATION":109354,"LVLID":"VNP021009000000000000","NAME":"Krong Buk","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.399","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51552178165612,13.083786870135674],[107.56167774778199,13.086501926966607],[107.69041669251541,13.069306567037362],[107.77390469006663,12.989664899996647],[107.81960814672067,12.997357561017626],[107.90286988953596,12.963193095895047],[107.96644747032698,13.006634005189982],[107.97572391449934,12.974732087426514],[107.92775791048618,12.906855666653177],[107.9381656283381,12.870202399435575],[107.92006524946521,12.819973848063308],[107.94879960092592,12.799384667095396],[108.00785208699872,12.805041035493172],[108.03296636268486,12.74191596417397],[107.97029380083748,12.735580831568459],[107.98748916076673,12.697117526463568],[107.97255634819659,12.667025646587389],[107.90015483270503,12.708430263259125],[107.91327760738787,12.740558435758503],[107.85965523497694,12.76205263567006],[107.8546776307869,12.810244894419128],[107.80648537203783,12.777890467183838],[107.76666453851746,12.77630668403246],[107.63566304642492,12.801194704982684],[107.56348778566928,12.79418080816944],[107.49583761963186,12.896221694065355],[107.49357507227275,13.031069516668383],[107.51552178165612,13.083786870135674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60511,"E":"District","POPULATION":41131,"LVLID":"VNP021008000000000000","NAME":"Buon Don","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.400","geometry":{"type":"MultiPolygon","coordinates":[[[[107.92006524946521,12.819973848063308],[107.9381656283381,12.870202399435575],[107.92775791048618,12.906855666653177],[107.97572391449934,12.974732087426514],[107.96644747032698,13.006634005189982],[108.04043276896992,13.072021623868295],[108.05061423208592,13.046002329238517],[108.10016401925046,13.05663630182634],[108.10401034976096,13.00618149571816],[108.13636477699625,12.962288076951403],[108.15989526953099,12.976542125313802],[108.20695625460051,12.932196197075223],[108.2248303787375,12.865677304717353],[108.19157093255855,12.828119018556107],[108.231165511343,12.755943757800459],[108.16917171370335,12.71363412218508],[108.09111382981402,12.767030239860105],[108.08364742352894,12.740105926286681],[108.03296636268486,12.74191596417397],[108.00785208699872,12.805041035493172],[107.94879960092592,12.799384667095396],[107.92006524946521,12.819973848063308]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60513,"E":"District","POPULATION":93629,"LVLID":"VNP021004000000000000","NAME":"Cu M'gar","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.401","geometry":{"type":"MultiPolygon","coordinates":[[[[108.37642105179793,12.836037934312996],[108.43909361364533,12.868618616284198],[108.462850360916,12.929028630772468],[108.49339475026399,12.904366864558154],[108.50402872285181,12.932422451811133],[108.48117699452479,13.01839925145736],[108.51715149753466,13.032200790347938],[108.67982865265475,12.993963739978959],[108.71580315566462,12.939436348624378],[108.72666338298835,12.917489639241],[108.61806110975101,12.8910178351394],[108.58548042777981,12.795538336584906],[108.61172597714551,12.767256494596015],[108.6888788420912,12.757075031480015],[108.6786973789752,12.722684311621524],[108.6990603052072,12.632182417257077],[108.67914988844701,12.61657084047921],[108.60810590137093,12.571772402768808],[108.48841714607394,12.598922971078142],[108.50040864707724,12.653676617168633],[108.42393454633927,12.80436227128544],[108.37642105179793,12.836037934312996]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60515,"E":"District","POPULATION":88184,"LVLID":"VNP021006000000000000","NAME":"Ea Kar","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.402","geometry":{"type":"MultiPolygon","coordinates":[[[[108.58548042777981,12.795538336584906],[108.61806110975101,12.8910178351394],[108.72666338298835,12.917489639241],[108.71580315566462,12.939436348624378],[108.75856530075183,12.941020131775756],[108.79725486059263,12.865224795245531],[108.85449730877814,12.851875765826774],[108.87237143291512,12.81454373440144],[108.97531733775467,12.813638715457795],[108.99160767874028,12.779700505071128],[108.99387022609939,12.702321385389524],[108.9047258601504,12.670193212890144],[108.90155829384766,12.623810992028366],[108.86648880978143,12.593266602680364],[108.8986169822808,12.561590939652806],[108.86309498874276,12.491451971520359],[108.7823220480225,12.503217217787737],[108.70381165466134,12.47131530002427],[108.73277226085796,12.521543851396538],[108.67914988844701,12.61657084047921],[108.6990603052072,12.632182417257077],[108.6786973789752,12.722684311621524],[108.6888788420912,12.757075031480015],[108.61172597714551,12.767256494596015],[108.58548042777981,12.795538336584906]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60517,"E":"District","POPULATION":39441,"LVLID":"VNP021005000000000000","NAME":"M'Drak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.403","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13432848437304,12.6815059496857],[108.16917171370335,12.71363412218508],[108.231165511343,12.755943757800459],[108.31171219732735,12.752323682025882],[108.3146535088942,12.781284288222505],[108.37506352338247,12.83671669852073],[108.37642105179793,12.836037934312996],[108.42393454633927,12.80436227128544],[108.50040864707724,12.653676617168633],[108.48841714607394,12.598922971078142],[108.42099323477242,12.534666626079384],[108.37438475917475,12.573129931184274],[108.34859171928088,12.620417170989699],[108.28886046900034,12.623358482556542],[108.26532997646558,12.645531446675832],[108.2232465955861,12.629919869897964],[108.21623269877287,12.6591067308305],[108.1499400611509,12.653450362432721],[108.13432848437304,12.6815059496857]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60519,"E":"District","POPULATION":318148,"LVLID":"VNP021018000000000000","NAME":"Krong Pak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.404","geometry":{"type":"MultiPolygon","coordinates":[[[[107.56348778566928,12.79418080816944],[107.63566304642492,12.801194704982684],[107.76666453851746,12.77630668403246],[107.80648537203783,12.777890467183838],[107.8546776307869,12.810244894419128],[107.85965523497694,12.76205263567006],[107.91327760738787,12.740558435758503],[107.90015483270503,12.708430263259125],[107.97255634819659,12.667025646587389],[108.04043276896992,12.563853487011919],[107.97119881978112,12.591230310057163],[107.95400345985188,12.555934571255028],[107.8954034832509,12.548920674441783],[107.87255175492388,12.545300598667206],[107.79585139945,12.571998657504718],[107.63860435799177,12.656617928735477],[107.62435030962938,12.69349745068899],[107.57344299404937,12.693044941217169],[107.56348778566928,12.79418080816944]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60521,"E":"District","POPULATION":77159,"LVLID":"VNP021017000000000000","NAME":"Cu Jut","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.405","geometry":{"type":"MultiPolygon","coordinates":[[[[107.8954034832509,12.548920674441783],[107.95400345985188,12.555934571255028],[107.97119881978112,12.591230310057163],[108.04043276896992,12.563853487011919],[108.1171331244438,12.646436465619477],[108.1499400611509,12.653450362432721],[108.21623269877287,12.6591067308305],[108.2232465955861,12.629919869897964],[108.26532997646558,12.645531446675832],[108.28886046900034,12.623358482556542],[108.28320410060256,12.571093638561074],[108.25514851334958,12.524485162963384],[108.19994235778726,12.517018756678317],[108.18003194102708,12.488058150481692],[108.18297325259392,12.480139234724803],[108.15763272217188,12.426290607577956],[108.09631768873997,12.428553154937067],[108.00015942597774,12.399140039268621],[107.95536098826734,12.398235020324977],[107.94902585566183,12.438282108581246],[108.00468452069596,12.472220318967913],[107.94812083671819,12.524032653491561],[107.8954034832509,12.548920674441783]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60523,"E":"District","POPULATION":133237,"LVLID":"VNP021001000000000000","NAME":"Krong Ana","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.406","geometry":{"type":"MultiPolygon","coordinates":[[[[108.18003194102708,12.488058150481692],[108.19994235778726,12.517018756678317],[108.25514851334958,12.524485162963384],[108.28320410060256,12.571093638561074],[108.28886046900034,12.623358482556542],[108.34859171928088,12.620417170989699],[108.37438475917475,12.573129931184274],[108.42099323477242,12.534666626079384],[108.48841714607394,12.598922971078142],[108.60810590137093,12.571772402768808],[108.67914988844701,12.61657084047921],[108.73277226085796,12.521543851396538],[108.70381165466134,12.47131530002427],[108.67326726531333,12.4231230412752],[108.68978386103484,12.385112245642132],[108.68299621895751,12.313615749094218],[108.59815069299084,12.274926189253417],[108.5447545753158,12.294836606013595],[108.51262640281644,12.27537869872524],[108.48886965554577,12.307280616488706],[108.50674377968275,12.321082155379285],[108.43818859470167,12.407285209761422],[108.41556312111057,12.400045058212266],[108.2716651090711,12.464301403211024],[108.18297325259392,12.480139234724803],[108.18003194102708,12.488058150481692]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60525,"E":"District","POPULATION":55463,"LVLID":"VNP021003000000000000","NAME":"Krong Bong","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.407","geometry":{"type":"MultiPolygon","coordinates":[[[[107.57344299404937,12.693044941217169],[107.62435030962938,12.69349745068899],[107.63860435799177,12.656617928735477],[107.79585139945,12.571998657504718],[107.87255175492388,12.545300598667206],[107.84404365819907,12.498465868333604],[107.77888229425666,12.501180925164537],[107.7472066312291,12.46113383690827],[107.75603056592965,12.428100645465245],[107.70399197667008,12.376967075149333],[107.73159505445125,12.325833504833419],[107.78906375737267,12.265197235609238],[107.72005606291978,12.22515014735297],[107.704218231406,12.248001875679993],[107.50782912063515,12.241892997810393],[107.43859517144634,12.24754936620817],[107.44855037982643,12.289180237615817],[107.5474236994196,12.347553959480885],[107.5474236994196,12.410452776064178],[107.58317194769354,12.494619537823114],[107.56620284250022,12.514077445111472],[107.59312715607363,12.55638708072685],[107.57344299404937,12.693044941217169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60527,"E":"District","POPULATION":53774,"LVLID":"VNP021007000000000000","NAME":"Dak Mil","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.408","geometry":{"type":"MultiPolygon","coordinates":[[[[107.70399197667008,12.376967075149333],[107.75603056592965,12.428100645465245],[107.7472066312291,12.46113383690827],[107.77888229425666,12.501180925164537],[107.84404365819907,12.498465868333604],[107.87255175492388,12.545300598667206],[107.8954034832509,12.548920674441783],[107.94812083671819,12.524032653491561],[108.00468452069596,12.472220318967913],[107.94902585566183,12.438282108581246],[107.95536098826734,12.398235020324977],[108.00015942597774,12.399140039268621],[108.00400575648824,12.371989470959287],[108.05129299629365,12.341445081611287],[108.09790147189135,12.341671336347197],[108.09382888664494,12.30795938069644],[108.12233698336975,12.262029669306482],[108.07844356460299,12.247775620944083],[108.10016401925046,12.207502277951903],[108.0684883562229,12.186234332776257],[107.99812313335454,12.219946288427014],[107.97708144291481,12.260219631419194],[107.9300204578453,12.266328509288794],[107.88657954855036,12.240309214659014],[107.80331780573506,12.220398797898836],[107.78906375737267,12.265197235609238],[107.73159505445125,12.325833504833419],[107.70399197667008,12.376967075149333]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60529,"E":"District","POPULATION":33067,"LVLID":"VNP021002000000000000","NAME":"Krong No","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.409","geometry":{"type":"MultiPolygon","coordinates":[[[[108.00015942597774,12.399140039268621],[108.09631768873997,12.428553154937067],[108.15763272217188,12.426290607577956],[108.18297325259392,12.480139234724803],[108.2716651090711,12.464301403211024],[108.41556312111057,12.400045058212266],[108.43818859470167,12.407285209761422],[108.50674377968275,12.321082155379285],[108.48886965554577,12.307280616488706],[108.41737315899785,12.24121423360266],[108.33863651090078,12.243476780961771],[108.30424579104229,12.20523973059279],[108.28116780797936,12.21112235372648],[108.241346974459,12.173111558093412],[108.20446745250548,12.168133953903368],[108.16080028847465,12.187818115927636],[108.11645436023606,12.182388002265768],[108.10016401925046,12.207502277951903],[108.07844356460299,12.247775620944083],[108.12233698336975,12.262029669306482],[108.09382888664494,12.30795938069644],[108.09790147189135,12.341671336347197],[108.05129299629365,12.341445081611287],[108.00400575648824,12.371989470959287],[108.00015942597774,12.399140039268621]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60531,"E":"District","POPULATION":40427,"LVLID":"VNP021015000000000000","NAME":"Lak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.410","geometry":{"type":"MultiPolygon","coordinates":[[[[107.43859517144634,12.24754936620817],[107.50782912063515,12.241892997810393],[107.54131482154999,12.18872313487128],[107.59674723184821,12.061341718553319],[107.5800043813908,12.028534781846206],[107.60805996864377,11.989392712533581],[107.64154566955862,11.996406609346826],[107.66598118103701,11.884863024542645],[107.62186150753435,11.836444511057664],[107.55692639832786,11.790062290195884],[107.51439050797657,11.795944913329572],[107.45850558820652,11.755445315601483],[107.39447549794367,11.764042995566106],[107.43045000095354,11.84187462471953],[107.38452028956358,11.920158763344778],[107.35782223072607,11.936222849594468],[107.32750409611398,12.001836723008694],[107.23451339965452,12.026045979751183],[107.22976205020038,12.170622755998389],[107.21053039764793,12.294384096541773],[107.34831953181781,12.332394892174841],[107.42026853783754,12.243250526225859],[107.43859517144634,12.24754936620817]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60533,"E":"District","POPULATION":29208,"LVLID":"VNP021016000000000000","NAME":"Dak R'lap","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.411","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50782912063515,12.241892997810393],[107.704218231406,12.248001875679993],[107.72005606291978,12.22515014735297],[107.78906375737267,12.265197235609238],[107.80331780573506,12.220398797898836],[107.88657954855036,12.240309214659014],[107.9300204578453,12.266328509288794],[107.97708144291481,12.260219631419194],[107.99812313335454,12.219946288427014],[108.0684883562229,12.186234332776257],[108.10016401925046,12.207502277951903],[108.11645436023606,12.182388002265768],[108.11803814338744,12.144150951896789],[108.0379439668749,12.141888404537678],[107.99337178390041,12.1199416951543],[107.96644747032698,12.065640558535629],[108.01531849328379,12.050028981757762],[108.01034088909374,12.021520885032961],[108.11419181287695,11.898438308697312],[108.07007213937428,11.830788142659886],[107.97730769765072,11.788704761780417],[107.94450076094361,11.816534094297484],[107.94404825147178,11.816307839561574],[107.90264363480006,11.805900121709662],[107.89992857796912,11.867215155141576],[107.83838728980129,11.87603908984211],[107.77775102057711,11.847078483645486],[107.73747767758493,11.872645268803444],[107.73159505445125,11.913144866531534],[107.67661515362484,11.911334828644245],[107.66598118103701,11.884863024542645],[107.64154566955862,11.996406609346826],[107.60805996864377,11.989392712533581],[107.5800043813908,12.028534781846206],[107.59674723184821,12.061341718553319],[107.54131482154999,12.18872313487128],[107.50782912063515,12.241892997810393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60535,"E":"District","POPULATION":21199,"LVLID":"VNP021014000000000000","NAME":"Dak Nong","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.412","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6869769387496,10.76399706283895],[106.69037075978827,10.79001635746873],[106.69783716607333,10.79227890482784],[106.7195576207208,10.783002460655485],[106.71231746917164,10.768748412293084],[106.71276997864346,10.766938374405795],[106.69195454293964,10.750874288156105],[106.6869769387496,10.76399706283895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70101,"E":"District","POPULATION":254169,"LVLID":"VNP030022000000000000","NAME":"District 1","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.413","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71231746917164,10.768748412293084],[106.7195576207208,10.783002460655485],[106.75575837846658,10.811284302644374],[106.81390584559574,10.771237214388107],[106.77136995524445,10.73752525873735],[106.72634526279813,10.756983166025705],[106.71276997864346,10.766938374405795],[106.71231746917164,10.768748412293084]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70103,"E":"District","POPULATION":84856,"LVLID":"VNP030021000000000000","NAME":"District 2","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.414","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67136536197172,10.787301300637795],[106.69037075978827,10.79001635746873],[106.6869769387496,10.76399706283895],[106.67000783355627,10.78413373433504],[106.67136536197172,10.787301300637795]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70105,"E":"District","POPULATION":241725,"LVLID":"VNP030019000000000000","NAME":"District 3","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.415","geometry":{"type":"MultiPolygon","coordinates":[[[[106.691049523996,10.749290505004728],[106.69195454293964,10.750874288156105],[106.71276997864346,10.766938374405795],[106.72634526279813,10.756983166025705],[106.69421709029875,10.749516759740638],[106.691049523996,10.749290505004728]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70107,"E":"District","POPULATION":200195,"LVLID":"VNP030018000000000000","NAME":"District 4","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.416","geometry":{"type":"MultiPolygon","coordinates":[[[[106.65552753045795,10.751100542892017],[106.66616150304577,10.755625637610239],[106.6869769387496,10.76399706283895],[106.69195454293964,10.750874288156105],[106.691049523996,10.749290505004728],[106.65937386096844,10.74386039134286],[106.65552753045795,10.751100542892017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70109,"E":"District","POPULATION":213439,"LVLID":"VNP030020000000000000","NAME":"District 5","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.417","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62611441478951,10.731190126131837],[106.62973449056409,10.75788818496935],[106.63923718947235,10.756530656553883],[106.65552753045795,10.751100542892017],[106.65937386096844,10.74386039134286],[106.62611441478951,10.731190126131837]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70111,"E":"District","POPULATION":235894,"LVLID":"VNP030014000000000000","NAME":"District 6","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.418","geometry":{"type":"MultiPolygon","coordinates":[[[[106.69421709029875,10.749516759740638],[106.72634526279813,10.756983166025705],[106.77136995524445,10.73752525873735],[106.75598463320249,10.710827199899837],[106.69466959977058,10.722818700903126],[106.69625338292195,10.738882787152816],[106.69421709029875,10.749516759740638]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70113,"E":"District","POPULATION":82626,"LVLID":"VNP030017000000000000","NAME":"District 7","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.419","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62611441478951,10.731190126131837],[106.65937386096844,10.74386039134286],[106.691049523996,10.749290505004728],[106.69421709029875,10.749516759740638],[106.69625338292195,10.738882787152816],[106.62611441478951,10.731190126131837]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70115,"E":"District","POPULATION":281932,"LVLID":"VNP030012000000000000","NAME":"District 8","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.420","geometry":{"type":"MultiPolygon","coordinates":[[[[106.78720778675823,10.864001656111666],[106.84309270652827,10.896356083346955],[106.85463169805973,10.874183119227666],[106.85123787702108,10.861965363488466],[106.88630736108729,10.803591641623397],[106.87567338849948,10.774857290162684],[106.81390584559574,10.771237214388107],[106.75575837846658,10.811284302644374],[106.75304332163564,10.831873483612286],[106.78720778675823,10.864001656111666]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70117,"E":"District","POPULATION":124085,"LVLID":"VNP030006000000000000","NAME":"District 9","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.421","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66050513464799,10.775536054370416],[106.67000783355627,10.78413373433504],[106.6869769387496,10.76399706283895],[106.66616150304577,10.755625637610239],[106.66050513464799,10.775536054370416]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70119,"E":"District","POPULATION":237629,"LVLID":"VNP030016000000000000","NAME":"District 10","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.422","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63923718947235,10.756530656553883],[106.66050513464799,10.775536054370416],[106.66616150304577,10.755625637610239],[106.65552753045795,10.751100542892017],[106.63923718947235,10.756530656553883]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70121,"E":"District","POPULATION":248860,"LVLID":"VNP030010000000000000","NAME":"District 11","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.423","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6077877811807,10.823954567855397],[106.63652213264142,10.88934218653371],[106.69647963765786,10.901107432801089],[106.71729507336168,10.864680420319399],[106.70281477026337,10.843412475143754],[106.70688735550978,10.836851087802332],[106.69942094922472,10.829610936253175],[106.65598003992977,10.857892778242066],[106.63652213264142,10.833457266763665],[106.63674838737732,10.830063445724997],[106.62136306533537,10.816940671042152],[106.6077877811807,10.823954567855397]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70123,"E":"District","POPULATION":132151,"LVLID":"VNP030009000000000000","NAME":"District 12","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.424","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63652213264142,10.833457266763665],[106.65598003992977,10.857892778242066],[106.69942094922472,10.829610936253175],[106.68833446716506,10.807211717397974],[106.67770049457724,10.811058047908464],[106.63674838737732,10.830063445724997],[106.63652213264142,10.833457266763665]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70125,"E":"District","POPULATION":207293,"LVLID":"VNP030001000000000000","NAME":"Go Vap","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.425","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62136306533537,10.816940671042152],[106.63674838737732,10.830063445724997],[106.67770049457724,10.811058047908464],[106.670686597764,10.788658829053261],[106.67136536197172,10.787301300637795],[106.67000783355627,10.78413373433504],[106.66050513464799,10.775536054370416],[106.63923718947235,10.756530656553883],[106.62973449056409,10.75788818496935],[106.62136306533537,10.816940671042152]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70127,"E":"District","POPULATION":450703,"LVLID":"VNP030015000000000000","NAME":"Tan Binh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.426","geometry":{"type":"MultiPolygon","coordinates":[[[[106.68833446716506,10.807211717397974],[106.69942094922472,10.829610936253175],[106.70688735550978,10.836851087802332],[106.75304332163564,10.831873483612286],[106.75575837846658,10.811284302644374],[106.7195576207208,10.783002460655485],[106.69783716607333,10.79227890482784],[106.68833446716506,10.807211717397974]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70129,"E":"District","POPULATION":374345,"LVLID":"VNP030011000000000000","NAME":"Binh Thanh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.427","geometry":{"type":"MultiPolygon","coordinates":[[[[106.670686597764,10.788658829053261],[106.67770049457724,10.811058047908464],[106.68833446716506,10.807211717397974],[106.69783716607333,10.79227890482784],[106.69037075978827,10.79001635746873],[106.67136536197172,10.787301300637795],[106.670686597764,10.788658829053261]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70131,"E":"District","POPULATION":185463,"LVLID":"VNP030005000000000000","NAME":"Phu Nhuan","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.428","geometry":{"type":"MultiPolygon","coordinates":[[[[106.70281477026337,10.843412475143754],[106.71729507336168,10.864680420319399],[106.73946803748098,10.881423270776821],[106.7378842543296,10.878481959209978],[106.78720778675823,10.864001656111666],[106.75304332163564,10.831873483612286],[106.70688735550978,10.836851087802332],[106.70281477026337,10.843412475143754]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70133,"E":"District","POPULATION":142847,"LVLID":"VNP030013000000000000","NAME":"Thu Duc","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.429","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36071760956577,10.987762996655048],[106.41705503880763,11.006315884999761],[106.4528032870816,11.13347104658181],[106.5118557731544,11.138901160243678],[106.52859862361181,11.06853593737532],[106.55552293718523,11.043647916425096],[106.60710901697297,11.037312783819583],[106.59873759174427,11.023284990193094],[106.65213370941929,10.977581533539048],[106.65484876625023,10.939796992641892],[106.65349123783476,10.93323560530047],[106.66095764411982,10.922601632712645],[106.62724568846906,10.912420169596645],[106.50461562160524,10.917397773786691],[106.41796005775127,10.970115127253981],[106.36071760956577,10.987762996655048]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70135,"E":"District","POPULATION":248072,"LVLID":"VNP030007000000000000","NAME":"Cu Chi","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.430","geometry":{"type":"MultiPolygon","coordinates":[[[[106.50461562160524,10.917397773786691],[106.62724568846906,10.912420169596645],[106.66095764411982,10.922601632712645],[106.69647963765786,10.901107432801089],[106.63652213264142,10.88934218653371],[106.6077877811807,10.823954567855397],[106.53334997306595,10.844317494087399],[106.53018240676319,10.871694317132643],[106.50461562160524,10.917397773786691]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70137,"E":"District","POPULATION":176922,"LVLID":"VNP030002000000000000","NAME":"Hoc Mon","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.431","geometry":{"type":"MultiPolygon","coordinates":[[[[106.53018240676319,10.871694317132643],[106.53334997306595,10.844317494087399],[106.6077877811807,10.823954567855397],[106.62136306533537,10.816940671042152],[106.62973449056409,10.75788818496935],[106.62611441478951,10.731190126131837],[106.69625338292195,10.738882787152816],[106.69466959977058,10.722818700903126],[106.67792674931316,10.690464273667835],[106.68969199558053,10.654263515922056],[106.64534606734195,10.623945381309966],[106.609597819068,10.655621044337524],[106.55507042771342,10.656299808545256],[106.53221869938639,10.70132450099157],[106.51751214155217,10.71376851146668],[106.46796235438764,10.754494363930682],[106.50914071632346,10.78639628169415],[106.53018240676319,10.871694317132643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70139,"E":"District","POPULATION":450615,"LVLID":"VNP030003000000000000","NAME":"Binh Chanh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.432","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67792674931316,10.690464273667835],[106.69466959977058,10.722818700903126],[106.75598463320249,10.710827199899837],[106.75598463320249,10.70743337886117],[106.7806463994168,10.672363894794946],[106.77023868156489,10.640009467559656],[106.78517149413503,10.576884396240454],[106.75032826480471,10.573490575201786],[106.72340395123129,10.603129945606144],[106.73743174485777,10.627339202348633],[106.68969199558053,10.654263515922056],[106.67792674931316,10.690464273667835]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70141,"E":"District","POPULATION":66901,"LVLID":"VNP030008000000000000","NAME":"Nha Be","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.433","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75032826480471,10.573490575201786],[106.78517149413503,10.576884396240454],[106.77023868156489,10.640009467559656],[106.7806463994168,10.672363894794946],[106.82702862027858,10.625981673933167],[106.87635215270721,10.644534562277878],[106.9170780051712,10.605166238229343],[106.98766948277547,10.576431886768631],[106.9942308701169,10.52597708066045],[107.01708259844392,10.521451985942228],[107.00486484270472,10.502672842861605],[106.98337064279316,10.504935390220716],[106.95622007448384,10.440905299957869],[106.97907180281085,10.408098363250756],[106.87997222848179,10.370766331825422],[106.82770738448632,10.40674083483529],[106.81051202455707,10.396333116983378],[106.80734445825432,10.405157051683911],[106.80485565615929,10.41058716534578],[106.77589504996267,10.437963988391024],[106.74082556589644,10.492491379745605],[106.75032826480471,10.573490575201786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70143,"E":"District","POPULATION":54331,"LVLID":"VNP030004000000000000","NAME":"Can Gio","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.434","geometry":{"type":"MultiPolygon","coordinates":[[[[108.34044654878807,11.977853721002115],[108.41103802639233,12.001836723008694],[108.53819318797439,11.981926306248514],[108.57484645519199,11.960432106336958],[108.56919008679421,11.935544085386734],[108.59566189089581,11.85567616361011],[108.53819318797439,11.805673866973752],[108.49067969343305,11.823095481638907],[108.495883552359,11.862463805687442],[108.495883552359,11.862916315159264],[108.46579167248284,11.8778491277294],[108.42959091473705,11.851377323627798],[108.38886506227306,11.887125571901755],[108.35447434241456,11.888483100317222],[108.31895234887651,11.923552584383446],[108.34044654878807,11.977853721002115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70301,"E":"City","POPULATION":137930,"LVLID":"VNP011008000000000000","NAME":"Da Lat city","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.435","geometry":{"type":"MultiPolygon","coordinates":[[[[107.69991939142369,11.499551209286004],[107.78250237003125,11.564486318492497],[107.7978876920732,11.60159209518192],[107.87277800965978,11.59118437733001],[107.887484567494,11.51855660710254],[107.83499346876263,11.50090873770147],[107.81259424990742,11.516067805007516],[107.78951626684449,11.436199883230891],[107.74539659334182,11.442308761100492],[107.69991939142369,11.499551209286004]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70303,"E":"Town","POPULATION":233876,"LVLID":"VNP011001000000000000","NAME":"Bao Loc town","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.436","geometry":{"type":"MultiPolygon","coordinates":[[[[108.20446745250548,12.168133953903368],[108.241346974459,12.173111558093412],[108.28116780797936,12.21112235372648],[108.30424579104229,12.20523973059279],[108.33863651090078,12.243476780961771],[108.41737315899785,12.24121423360266],[108.48886965554577,12.307280616488706],[108.51262640281644,12.27537869872524],[108.5447545753158,12.294836606013595],[108.59815069299084,12.274926189253417],[108.68299621895751,12.313615749094218],[108.70471667360498,12.306149342809151],[108.71512439145688,12.189401899079012],[108.73277226085796,12.160215038146479],[108.67824486950337,12.116774128851542],[108.71648191987235,12.05975793540194],[108.66919468006692,11.96495720105518],[108.57484645519199,11.960432106336958],[108.53819318797439,11.981926306248514],[108.41103802639233,12.001836723008694],[108.34044654878807,11.977853721002115],[108.33886276563669,12.010886912445137],[108.28501413848984,12.067903105894741],[108.20627749039278,12.123788025664787],[108.20446745250548,12.168133953903368]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70305,"E":"District","POPULATION":20665,"LVLID":"VNP011007000000000000","NAME":"Lac Duong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.437","geometry":{"type":"MultiPolygon","coordinates":[[[[108.49067969343305,11.823095481638907],[108.53819318797439,11.805673866973752],[108.59566189089581,11.85567616361011],[108.56919008679421,11.935544085386734],[108.57484645519199,11.960432106336958],[108.66919468006692,11.96495720105518],[108.65539314117635,11.840064586832241],[108.62168118552559,11.80341131961464],[108.67190973689786,11.786442214421307],[108.67168348216195,11.744585088277748],[108.70381165466134,11.696619084264592],[108.68276996422159,11.668337242275701],[108.56715379417102,11.640507909758632],[108.54746963214674,11.679423724335345],[108.48886965554577,11.649558099195078],[108.43185346209616,11.655893231800588],[108.39565270435038,11.691641480074546],[108.43026967894478,11.774903222889838],[108.49067969343305,11.823095481638907]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70307,"E":"District","POPULATION":67214,"LVLID":"VNP011009000000000000","NAME":"Don Duong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.438","geometry":{"type":"MultiPolygon","coordinates":[[[[108.22211532190656,11.6561194865365],[108.26284117437055,11.747300145108682],[108.3062820836655,11.812914018522907],[108.3513067761118,11.779880827079884],[108.42959091473705,11.851377323627798],[108.46579167248284,11.8778491277294],[108.495883552359,11.862916315159264],[108.495883552359,11.862463805687442],[108.49067969343305,11.823095481638907],[108.43026967894478,11.774903222889838],[108.39565270435038,11.691641480074546],[108.43185346209616,11.655893231800588],[108.48886965554577,11.649558099195078],[108.54746963214674,11.679423724335345],[108.56715379417102,11.640507909758632],[108.55538854790363,11.600008312030543],[108.58615919198755,11.554078600640585],[108.56375997313235,11.52081915446165],[108.54498083005173,11.503850049268316],[108.49814609971813,11.528059306010805],[108.43343724524755,11.511768965025205],[108.38841255280123,11.523307956556673],[108.3065083384014,11.517199078687073],[108.2393106818358,11.548422232242807],[108.22211532190656,11.6561194865365]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70309,"E":"District","POPULATION":121111,"LVLID":"VNP011010000000000000","NAME":"Duc Trong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.439","geometry":{"type":"MultiPolygon","coordinates":[[[[107.96644747032698,12.065640558535629],[107.99337178390041,12.1199416951543],[108.0379439668749,12.141888404537678],[108.11803814338744,12.144150951896789],[108.11645436023606,12.182388002265768],[108.16080028847465,12.187818115927636],[108.20446745250548,12.168133953903368],[108.20627749039278,12.123788025664787],[108.28501413848984,12.067903105894741],[108.33886276563669,12.010886912445137],[108.34044654878807,11.977853721002115],[108.31895234887651,11.923552584383446],[108.35447434241456,11.888483100317222],[108.38886506227306,11.887125571901755],[108.42959091473705,11.851377323627798],[108.3513067761118,11.779880827079884],[108.3062820836655,11.812914018522907],[108.26284117437055,11.747300145108682],[108.22211532190656,11.6561194865365],[108.11373930340513,11.658155779159701],[108.07210843199748,11.71042062315517],[108.0336451268926,11.705895528436947],[107.97730769765072,11.788704761780417],[108.07007213937428,11.830788142659886],[108.11419181287695,11.898438308697312],[108.01034088909374,12.021520885032961],[108.01531849328379,12.050028981757762],[107.96644747032698,12.065640558535629]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70311,"E":"District","POPULATION":85873,"LVLID":"VNP011006000000000000","NAME":"Lam Ha","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.440","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51439050797657,11.795944913329572],[107.55692639832786,11.790062290195884],[107.62186150753435,11.836444511057664],[107.66598118103701,11.884863024542645],[107.67661515362484,11.911334828644245],[107.73159505445125,11.913144866531534],[107.73747767758493,11.872645268803444],[107.77775102057711,11.847078483645486],[107.83838728980129,11.87603908984211],[107.89992857796912,11.867215155141576],[107.90264363480006,11.805900121709662],[107.92549536312707,11.730557294651259],[107.97052005557339,11.681007507486724],[107.93793937360219,11.631910229794011],[107.94812083671819,11.56946392268254],[107.8791131422653,11.469685584145736],[107.87956565173711,11.44796512949827],[107.93545057150716,11.356784470926087],[107.82752706247756,11.367644698249821],[107.80082900364005,11.370359755080754],[107.74539659334182,11.442308761100492],[107.78951626684449,11.436199883230891],[107.81259424990742,11.516067805007516],[107.83499346876263,11.50090873770147],[107.887484567494,11.51855660710254],[107.87277800965978,11.59118437733001],[107.7978876920732,11.60159209518192],[107.78250237003125,11.564486318492497],[107.69991939142369,11.499551209286004],[107.67141129469888,11.578514112118986],[107.64448698112547,11.65385693917739],[107.55308006781738,11.69232024428228],[107.4883712133468,11.701370433718724],[107.52411946162074,11.777844534456683],[107.51439050797657,11.795944913329572]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70313,"E":"District","POPULATION":73539,"LVLID":"VNP011005000000000000","NAME":"Bao Lam","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.441","geometry":{"type":"MultiPolygon","coordinates":[[[[107.8791131422653,11.469685584145736],[107.94812083671819,11.56946392268254],[107.93793937360219,11.631910229794011],[107.97052005557339,11.681007507486724],[107.92549536312707,11.730557294651259],[107.90264363480006,11.805900121709662],[107.94404825147178,11.816307839561574],[107.94450076094361,11.816534094297484],[107.97730769765072,11.788704761780417],[108.0336451268926,11.705895528436947],[108.07210843199748,11.71042062315517],[108.11373930340513,11.658155779159701],[108.22211532190656,11.6561194865365],[108.2393106818358,11.548422232242807],[108.3065083384014,11.517199078687073],[108.26238866489874,11.473984424128048],[108.31080717838371,11.419004523301645],[108.2598998628037,11.359047018285198],[108.18998714940717,11.305650900610173],[108.10898795395099,11.266961340769372],[108.06215322361739,11.240489536667772],[108.03070381532575,11.326240081578085],[107.93545057150716,11.356784470926087],[107.87956565173711,11.44796512949827],[107.8791131422653,11.469685584145736]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70315,"E":"District","POPULATION":84896,"LVLID":"VNP011004000000000000","NAME":"Di Linh","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.442","geometry":{"type":"MultiPolygon","coordinates":[[[[107.4784160049667,11.433711081135868],[107.4987789311987,11.469459329409826],[107.53294339632129,11.464934234691603],[107.58769704241178,11.495026114567782],[107.67141129469888,11.578514112118986],[107.69991939142369,11.499551209286004],[107.74539659334182,11.442308761100492],[107.80082900364005,11.370359755080754],[107.74132400809542,11.364477131947066],[107.69086920198724,11.321488732123953],[107.66122983158289,11.328728883673108],[107.61846768649568,11.340494129940486],[107.57932561718306,11.380314963460844],[107.54923373730688,11.36334585826751],[107.49131252491364,11.394569011823245],[107.4784160049667,11.433711081135868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70317,"E":"District","POPULATION":24505,"LVLID":"VNP011011000000000000","NAME":"Da Huoai","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.443","geometry":{"type":"MultiPolygon","coordinates":[[[[107.4883712133468,11.701370433718724],[107.55308006781738,11.69232024428228],[107.64448698112547,11.65385693917739],[107.67141129469888,11.578514112118986],[107.58769704241178,11.495026114567782],[107.53294339632129,11.464934234691603],[107.4987789311987,11.469459329409826],[107.4784160049667,11.433711081135868],[107.44040520933363,11.434616100079513],[107.46732952290705,11.484844651451782],[107.40578823473923,11.526701777595338],[107.43067625568945,11.617203671959787],[107.4883712133468,11.701370433718724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70319,"E":"District","POPULATION":34313,"LVLID":"VNP011003000000000000","NAME":"Da Teh","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.444","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39447549794367,11.764042995566106],[107.45850558820652,11.755445315601483],[107.51439050797657,11.795944913329572],[107.52411946162074,11.777844534456683],[107.4883712133468,11.701370433718724],[107.43067625568945,11.617203671959787],[107.40578823473923,11.526701777595338],[107.36506238227523,11.565617592172051],[107.33949559711728,11.545254665940051],[107.31347630248749,11.55339983643285],[107.3073674246179,11.616072398280233],[107.2727504500235,11.638471617135433],[107.289267045745,11.720375831535259],[107.39447549794367,11.764042995566106]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70321,"E":"District","POPULATION":36012,"LVLID":"VNP011002000000000000","NAME":"Cat Tien","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.445","geometry":{"type":"MultiPolygon","coordinates":[[[[108.96604089358232,11.654761958121034],[108.9594795062409,11.61991872879072],[109.0348223332993,11.57941913106263],[109.02305708703192,11.527833051274895],[108.93119766425201,11.602723368861476],[108.92350500323103,11.632815248737655],[108.9495242978608,11.671278553842546],[108.96604089358232,11.654761958121034]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70501,"E":"Town","POPULATION":127640,"LVLID":"VNP051004000000000000","NAME":"Phan Rang - Thap Cham town","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.446","geometry":{"type":"MultiPolygon","coordinates":[[[[108.55538854790363,11.600008312030543],[108.56715379417102,11.640507909758632],[108.68276996422159,11.668337242275701],[108.70381165466134,11.696619084264592],[108.67168348216195,11.744585088277748],[108.67190973689786,11.786442214421307],[108.62168118552559,11.80341131961464],[108.65539314117635,11.840064586832241],[108.66919468006692,11.96495720105518],[108.71648191987235,12.05975793540194],[108.67824486950337,12.116774128851542],[108.73277226085796,12.160215038146479],[108.7945398037617,12.156821217107812],[108.8029112289904,12.042562575472695],[108.85879614876045,12.014959497691539],[108.84951970458809,11.977627466266203],[108.99228644294801,11.912692357059711],[109.00812427446179,11.921290037024335],[109.05088641954899,11.896402016074111],[109.06287792055228,11.857259946761486],[109.06016286372135,11.836897020529486],[109.00337292500765,11.807710159596951],[108.97056598830055,11.74911018299597],[109.00269416079992,11.685758856940858],[108.96604089358232,11.654761958121034],[108.9495242978608,11.671278553842546],[108.92350500323103,11.632815248737655],[108.93119766425201,11.602723368861476],[108.87486023501013,11.6276113898117],[108.87214517817921,11.652725665497833],[108.82440542890195,11.635756560304499],[108.76241163126231,11.647295551835967],[108.72100701459057,11.545480920675962],[108.6685159158592,11.49660989771916],[108.64702171594764,11.548195977506895],[108.58615919198755,11.554078600640585],[108.55538854790363,11.600008312030543]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70503,"E":"District","POPULATION":72835,"LVLID":"VNP051002000000000000","NAME":"Ninh Son","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.447","geometry":{"type":"MultiPolygon","coordinates":[[[[108.9594795062409,11.61991872879072],[108.96604089358232,11.654761958121034],[109.00269416079992,11.685758856940858],[108.97056598830055,11.74911018299597],[109.00337292500765,11.807710159596951],[109.06016286372135,11.836897020529486],[109.06287792055228,11.857259946761486],[109.09681613093895,11.813592782730641],[109.19885701683486,11.809067688012417],[109.19342690317299,11.786215959685395],[109.23890410509114,11.725127180989393],[109.20406087576082,11.712909425250192],[109.17102768431779,11.618334945639344],[109.13211186974108,11.568106394267074],[109.09206478148481,11.585075499460409],[109.0348223332993,11.57941913106263],[108.9594795062409,11.61991872879072]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70505,"E":"District","POPULATION":108087,"LVLID":"VNP051001000000000000","NAME":"Ninh Hai","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.448","geometry":{"type":"MultiPolygon","coordinates":[[[[108.6685159158592,11.49660989771916],[108.72100701459057,11.545480920675962],[108.76241163126231,11.647295551835967],[108.82440542890195,11.635756560304499],[108.87214517817921,11.652725665497833],[108.87486023501013,11.6276113898117],[108.93119766425201,11.602723368861476],[109.02305708703192,11.527833051274895],[109.01106558602864,11.40769178650609],[109.02486712491921,11.360857056172488],[108.93866407053707,11.304067117458796],[108.87938532972836,11.335969035222265],[108.84748341196489,11.374658595063066],[108.76128035758275,11.409275569657467],[108.76557919756506,11.46810180099436],[108.71693442934418,11.459051611557914],[108.6685159158592,11.49660989771916]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70507,"E":"District","POPULATION":151380,"LVLID":"VNP051003000000000000","NAME":"Ninh Phuoc","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.449","geometry":{"type":"MultiPolygon","coordinates":[[[[106.78087265415272,11.602949623597388],[106.78856531517368,11.60362838780512],[106.85757300962658,11.570821451098007],[106.89286874842871,11.590731867858187],[106.92635444934356,11.571726470041652],[106.9270332135513,11.531905636521294],[106.99490963432463,11.516294059743428],[106.96255520708934,11.463802961012048],[106.89196372948507,11.47850951884627],[106.81164329823663,11.458599102086092],[106.77136995524445,11.478962028318092],[106.76164100160027,11.523534211292583],[106.78087265415272,11.602949623597388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70701,"E":"Town","POPULATION":50758,"LVLID":"VNP022006000000000000","NAME":"Dong Xoai","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.450","geometry":{"type":"MultiPolygon","coordinates":[[[[106.81164329823663,11.458599102086092],[106.89196372948507,11.47850951884627],[106.96255520708934,11.463802961012048],[106.99490963432463,11.516294059743428],[106.9270332135513,11.531905636521294],[106.92635444934356,11.571726470041652],[106.89286874842871,11.590731867858187],[106.85757300962658,11.570821451098007],[106.78856531517368,11.60362838780512],[106.83811510233822,11.644806749740944],[106.95576756501201,11.6561194865365],[107.02794282576765,11.627158880339877],[107.0571296867002,11.645485513948678],[107.0978555391642,11.582134187893564],[107.11980224854757,11.584170480516764],[107.13473506111771,11.499777464021916],[107.07183624453441,11.443666289515958],[107.0614285266825,11.374432340327155],[107.00350731428925,11.326240081578085],[106.94173977138551,11.305424645874263],[106.94490733768828,11.347508026753731],[106.86707570853486,11.338910346789108],[106.86119308540115,11.37149102876031],[106.79014909832507,11.378504925573555],[106.77363250260356,11.423755872755779],[106.81164329823663,11.458599102086092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70703,"E":"District","POPULATION":40291,"LVLID":"VNP022005000000000000","NAME":"Dong Phu","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.451","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75734216161796,11.777618279720773],[106.76729736999805,11.817891622712953],[106.75236455742791,11.876265344578021],[106.84535525388738,11.927398914893935],[106.84852282019014,11.967672257886115],[106.90825407047068,11.97287611681207],[106.96956910390259,11.999800430385493],[106.97160539652579,12.050481491229585],[106.99671967221192,12.091433598429496],[107.05396212039743,12.133064469837143],[107.15600300629335,12.274247425045683],[107.21053039764793,12.294384096541773],[107.22976205020038,12.170622755998389],[107.23451339965452,12.026045979751183],[107.19061998088776,12.030118564997583],[107.12953120219176,11.971744843132514],[107.12115977696304,11.931245245404423],[107.07500381083717,11.897307035017755],[107.08337523606588,11.840290841568153],[107.05871346985157,11.830109378452152],[107.08767407604819,11.795718658593662],[107.06233354562615,11.740059993559527],[107.08043392449903,11.728294747292148],[107.05350961092562,11.657024505480145],[107.0571296867002,11.645485513948678],[107.02794282576765,11.627158880339877],[106.95576756501201,11.6561194865365],[106.83811510233822,11.644806749740944],[106.78856531517368,11.60362838780512],[106.78087265415272,11.602949623597388],[106.78630276781458,11.647069297100055],[106.74467189640693,11.696166574792768],[106.77363250260356,11.733272351482192],[106.75734216161796,11.777618279720773]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70705,"E":"District","POPULATION":146138,"LVLID":"VNP022004000000000000","NAME":"Phuoc Long","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.452","geometry":{"type":"MultiPolygon","coordinates":[[[[106.99671967221192,12.091433598429496],[106.97160539652579,12.050481491229585],[106.96956910390259,11.999800430385493],[106.90825407047068,11.97287611681207],[106.84852282019014,11.967672257886115],[106.84535525388738,11.927398914893935],[106.75236455742791,11.876265344578021],[106.76729736999805,11.817891622712953],[106.75734216161796,11.777618279720773],[106.68041555140817,11.767436816604771],[106.65960011570435,11.747752654580504],[106.51253453736213,11.720828341007081],[106.45891216495119,11.655214467592856],[106.4550658344407,11.669016006483433],[106.41999635037448,11.770151873435704],[106.4693198828031,11.869703957236599],[106.41750754827946,11.970613569452958],[106.45891216495119,11.986451400966738],[106.4978279795279,11.966314729470648],[106.62724568846906,11.971744843132514],[106.66073138938391,11.986677655702648],[106.68788195769324,11.962694653696069],[106.7258927533263,11.969934805245225],[106.78585025834276,12.071070672197497],[106.82386105397583,12.081252135313497],[106.92024557147397,12.05975793540194],[106.99671967221192,12.091433598429496]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70707,"E":"District","POPULATION":91197,"LVLID":"VNP022001000000000000","NAME":"Loc Ninh","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.453","geometry":{"type":"MultiPolygon","coordinates":[[[[107.05350961092562,11.657024505480145],[107.08043392449903,11.728294747292148],[107.06233354562615,11.740059993559527],[107.08767407604819,11.795718658593662],[107.05871346985157,11.830109378452152],[107.08337523606588,11.840290841568153],[107.07500381083717,11.897307035017755],[107.12115977696304,11.931245245404423],[107.12953120219176,11.971744843132514],[107.19061998088776,12.030118564997583],[107.23451339965452,12.026045979751183],[107.32750409611398,12.001836723008694],[107.35782223072607,11.936222849594468],[107.38452028956358,11.920158763344778],[107.43045000095354,11.84187462471953],[107.39447549794367,11.764042995566106],[107.289267045745,11.720375831535259],[107.2727504500235,11.638471617135433],[107.3073674246179,11.616072398280233],[107.31347630248749,11.55339983643285],[107.33949559711728,11.545254665940051],[107.1813435367154,11.509958927137916],[107.13473506111771,11.499777464021916],[107.11980224854757,11.584170480516764],[107.0978555391642,11.582134187893564],[107.0571296867002,11.645485513948678],[107.05350961092562,11.657024505480145]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70709,"E":"District","POPULATION":47685,"LVLID":"VNP022003000000000000","NAME":"Bu Dang","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.454","geometry":{"type":"MultiPolygon","coordinates":[[[[106.45891216495119,11.655214467592856],[106.51253453736213,11.720828341007081],[106.65960011570435,11.747752654580504],[106.68041555140817,11.767436816604771],[106.75734216161796,11.777618279720773],[106.77363250260356,11.733272351482192],[106.74467189640693,11.696166574792768],[106.78630276781458,11.647069297100055],[106.78087265415272,11.602949623597388],[106.76164100160027,11.523534211292583],[106.77136995524445,11.478962028318092],[106.71322248811529,11.397510323390089],[106.6625414272712,11.353843159359243],[106.61706422535306,11.384840058179066],[106.55823799401617,11.371264774024398],[106.54330518144603,11.385971331858622],[106.57475458973768,11.449548912649647],[106.52384727415767,11.479867047261736],[106.51457082998532,11.51063769134565],[106.46660482597217,11.541634590165472],[106.49420790375332,11.568106394267074],[106.45891216495119,11.655214467592856]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70711,"E":"District","POPULATION":140880,"LVLID":"VNP022002000000000000","NAME":"Binh Long","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.455","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07789918967686,11.40565549388289],[106.10188219168344,11.390722681312756],[106.1193038063486,11.321941241595775],[106.10052466326798,11.28868179541684],[106.08016173703597,11.299768277476485],[106.07789918967686,11.40565549388289]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70901,"E":"Town","POPULATION":39382,"LVLID":"VNP049002000000000000","NAME":"Tay Ninh town","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.456","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11387369268672,11.741417521974993],[106.11839878740496,11.55091103433783],[106.10799106955304,11.549553505922363],[106.11681500425357,11.434842354815425],[106.10188219168344,11.390722681312756],[106.07789918967686,11.40565549388289],[106.03988839404379,11.399094106541467],[105.98784980478423,11.44411879898778],[105.90458806196894,11.448417638970092],[105.87902127681099,11.459956630501559],[105.89010775887063,11.52873807021854],[105.86589850212815,11.56335504481294],[105.81996879073819,11.571500215305742],[105.81634871496361,11.616524907752055],[105.89191779675792,11.67421986540939],[105.95775792490805,11.636435324512233],[106.01952546781179,11.72467467151757],[106.02767063830458,11.772188166058905],[106.07088529286362,11.77920206287215],[106.11387369268672,11.741417521974993]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70903,"E":"District","POPULATION":61945,"LVLID":"VNP049004000000000000","NAME":"Tan Bien","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.457","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10799106955304,11.549553505922363],[106.11839878740496,11.55091103433783],[106.11387369268672,11.741417521974993],[106.2007555112766,11.736892427256771],[106.26953695099358,11.718113284176148],[106.3206705213095,11.673541101201657],[106.37338787477678,11.693677772697747],[106.4550658344407,11.669016006483433],[106.45891216495119,11.655214467592856],[106.49420790375332,11.568106394267074],[106.46660482597217,11.541634590165472],[106.43017781349047,11.533489419672673],[106.32836318233048,11.538693278598629],[106.34487977805199,11.49072727458547],[106.32813692759456,11.463124196804314],[106.22338098486772,11.466744272578891],[106.18537018923465,11.404071710731511],[106.16319722511535,11.436878647438624],[106.11681500425357,11.434842354815425],[106.10799106955304,11.549553505922363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70905,"E":"District","POPULATION":146085,"LVLID":"VNP049008000000000000","NAME":"Tan Chau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.458","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18537018923465,11.404071710731511],[106.22338098486772,11.466744272578891],[106.32813692759456,11.463124196804314],[106.34487977805199,11.49072727458547],[106.32836318233048,11.538693278598629],[106.43017781349047,11.533489419672673],[106.41501874618443,11.466970527314803],[106.37565042213589,11.45022767685738],[106.36252764745305,11.3916277002564],[106.33039947495367,11.341851658355953],[106.34872610856247,11.319452439500752],[106.36003884535803,11.243883357706437],[106.357550043263,11.210850166263414],[106.33560333387963,11.221257884115326],[106.28989987722558,11.184152107425902],[106.20754315335394,11.25858991554066],[106.19826670918158,11.288003031209106],[106.1457756104502,11.293433144870974],[106.18944277448104,11.364477131947066],[106.18537018923465,11.404071710731511]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70907,"E":"District","POPULATION":82632,"LVLID":"VNP049003000000000000","NAME":"Duong Minh Chau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.459","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90458806196894,11.448417638970092],[105.98784980478423,11.44411879898778],[106.03988839404379,11.399094106541467],[106.07789918967686,11.40565549388289],[106.08016173703597,11.299768277476485],[106.10052466326798,11.28868179541684],[106.09170072856743,11.227819271456749],[106.11772002319722,11.245693395593726],[106.15278950726344,11.209266383112036],[106.1518844883198,11.198406155788302],[106.09826211590887,11.204288778921992],[106.08016173703597,11.176459446404923],[106.01884670360405,11.18369959795408],[105.93060735659871,11.214922751509814],[105.91228072298992,11.277595313357194],[105.86838730422316,11.288229285945018],[105.88716644730378,11.364703386682976],[105.87517494630049,11.401130399164668],[105.90458806196894,11.448417638970092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70909,"E":"District","POPULATION":97782,"LVLID":"VNP049005000000000000","NAME":"Chau Thanh","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.460","geometry":{"type":"MultiPolygon","coordinates":[[[[106.09170072856743,11.227819271456749],[106.10052466326798,11.28868179541684],[106.1193038063486,11.321941241595775],[106.10188219168344,11.390722681312756],[106.11681500425357,11.434842354815425],[106.16319722511535,11.436878647438624],[106.18537018923465,11.404071710731511],[106.18944277448104,11.364477131947066],[106.1457756104502,11.293433144870974],[106.19826670918158,11.288003031209106],[106.20754315335394,11.25858991554066],[106.18604895344238,11.218542827284391],[106.15278950726344,11.209266383112036],[106.11772002319722,11.245693395593726],[106.09170072856743,11.227819271456749]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70911,"E":"District","POPULATION":189785,"LVLID":"VNP049006000000000000","NAME":"Hoa Thanh","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.461","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01884670360405,11.18369959795408],[106.08016173703597,11.176459446404923],[106.09826211590887,11.204288778921992],[106.1518844883198,11.198406155788302],[106.14215553467562,11.171934351686701],[106.16138718722806,11.153833972813812],[106.23288368377598,11.15134517071879],[106.22903735326548,11.103379166705631],[106.26863193204994,11.055639417428385],[106.18808524606558,11.054281889012918],[106.1579933661894,11.098627817251499],[106.11296867374308,11.069214701583052],[106.03061194987144,11.135054829733189],[106.01884670360405,11.18369959795408]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70913,"E":"District","POPULATION":54360,"LVLID":"VNP049009000000000000","NAME":"Ben Cau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.462","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14215553467562,11.171934351686701],[106.1518844883198,11.198406155788302],[106.15278950726344,11.209266383112036],[106.18604895344238,11.218542827284391],[106.20754315335394,11.25858991554066],[106.28989987722558,11.184152107425902],[106.33560333387963,11.221257884115326],[106.357550043263,11.210850166263414],[106.32972071074593,11.182568324274524],[106.3593600811503,11.127814678184032],[106.31863422868629,11.06061702161843],[106.26863193204994,11.055639417428385],[106.22903735326548,11.103379166705631],[106.23288368377598,11.15134517071879],[106.16138718722806,11.153833972813812],[106.14215553467562,11.171934351686701]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70915,"E":"District","POPULATION":124949,"LVLID":"VNP049007000000000000","NAME":"Go Dau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.463","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1684010840413,10.972603929349004],[106.16862733877721,10.974187712500381],[106.21025821018486,10.976450259859492],[106.18808524606558,11.054281889012918],[106.26863193204994,11.055639417428385],[106.31863422868629,11.06061702161843],[106.3593600811503,11.127814678184032],[106.32972071074593,11.182568324274524],[106.357550043263,11.210850166263414],[106.36003884535803,11.243883357706437],[106.38809443261101,11.18980847582368],[106.43425039873688,11.171934351686701],[106.4528032870816,11.13347104658181],[106.41705503880763,11.006315884999761],[106.36071760956577,10.987762996655048],[106.34895236329838,10.995003148204205],[106.33809213597465,11.003827082904738],[106.30370141611616,11.019438659682606],[106.30257014243661,11.019891169154429],[106.29329369826425,11.021701207041717],[106.29238867932061,11.021927461777627],[106.27700335727864,10.97803404301087],[106.26569062048308,10.98188037352136],[106.26229679944443,10.981654118785448],[106.25709294051846,10.98414292088047],[106.20505435125891,10.968983853574425],[106.2030180586357,10.968305089366693],[106.20030300180477,10.968305089366693],[106.19690918076611,10.967626325158959],[106.19555165235064,10.966947560951226],[106.19487288814291,10.96559003253576],[106.18718022712193,10.961064937817536],[106.18627520817829,10.961064937817536],[106.17926131136504,10.960159918873892],[106.17722501874184,10.95970740940207],[106.16749606509767,10.963553739912559],[106.16726981036176,10.96559003253576],[106.1684010840413,10.972603929349004]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70917,"E":"District","POPULATION":124826,"LVLID":"VNP049001000000000000","NAME":"Trang Bang","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.464","geometry":{"type":"MultiPolygon","coordinates":[[[[106.59873759174427,11.023284990193094],[106.60710901697297,11.037312783819583],[106.64398853892648,11.031882670157717],[106.67566420195404,11.056318181636119],[106.71050743128436,10.993419365052826],[106.65484876625023,10.939796992641892],[106.65213370941929,10.977581533539048],[106.59873759174427,11.023284990193094]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71101,"E":"Town","POPULATION":124523,"LVLID":"VNP050005000000000000","NAME":"Thu Dau Mot town","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.465","geometry":{"type":"MultiPolygon","coordinates":[[[[106.54330518144603,11.385971331858622],[106.55823799401617,11.371264774024398],[106.61706422535306,11.384840058179066],[106.6625414272712,11.353843159359243],[106.64851363364471,11.33710030890182],[106.7376579995937,11.297053220645552],[106.70847113866115,11.231891856703148],[106.72521398911857,11.200894957883325],[106.68222558929547,11.152023934926524],[106.7030410249993,11.092066429910076],[106.67566420195404,11.056318181636119],[106.64398853892648,11.031882670157717],[106.60710901697297,11.037312783819583],[106.55552293718523,11.043647916425096],[106.52859862361181,11.06853593737532],[106.5118557731544,11.138901160243678],[106.54760402142834,11.1495351328315],[106.51298704683394,11.232118111439059],[106.58063721287137,11.259042425012483],[106.53945885093555,11.314022325838886],[106.54330518144603,11.385971331858622]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71103,"E":"District","POPULATION":94436,"LVLID":"VNP050004000000000000","NAME":"Ben Cat","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.466","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33039947495367,11.341851658355953],[106.36252764745305,11.3916277002564],[106.37565042213589,11.45022767685738],[106.41501874618443,11.466970527314803],[106.43017781349047,11.533489419672673],[106.46660482597217,11.541634590165472],[106.51457082998532,11.51063769134565],[106.52384727415767,11.479867047261736],[106.57475458973768,11.449548912649647],[106.54330518144603,11.385971331858622],[106.53945885093555,11.314022325838886],[106.58063721287137,11.259042425012483],[106.51298704683394,11.232118111439059],[106.54760402142834,11.1495351328315],[106.5118557731544,11.138901160243678],[106.4528032870816,11.13347104658181],[106.43425039873688,11.171934351686701],[106.38809443261101,11.18980847582368],[106.36003884535803,11.243883357706437],[106.34872610856247,11.319452439500752],[106.33039947495367,11.341851658355953]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71105,"E":"District","POPULATION":62730,"LVLID":"VNP050003000000000000","NAME":"Dau Tieng","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.467","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67566420195404,11.056318181636119],[106.7030410249993,11.092066429910076],[106.68222558929547,11.152023934926524],[106.72521398911857,11.200894957883325],[106.79218539094826,11.18596214531319],[106.86888574642214,11.250670999783772],[106.9170780051712,11.227366761984927],[106.96956910390259,11.10699924248021],[106.91391043886846,11.021701207041717],[106.87567338849948,11.017176112323494],[106.83245873394044,11.061069531090252],[106.77770508784995,11.000885771337893],[106.80033056144107,10.970567636725804],[106.76684486052622,10.962422466233003],[106.7582471805616,10.966495051479404],[106.71050743128436,10.993419365052826],[106.67566420195404,11.056318181636119]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71107,"E":"District","POPULATION":112632,"LVLID":"VNP050007000000000000","NAME":"Tan Uyen","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.468","geometry":{"type":"MultiPolygon","coordinates":[[[[106.64851363364471,11.33710030890182],[106.6625414272712,11.353843159359243],[106.71322248811529,11.397510323390089],[106.77136995524445,11.478962028318092],[106.81164329823663,11.458599102086092],[106.77363250260356,11.423755872755779],[106.79014909832507,11.378504925573555],[106.86119308540115,11.37149102876031],[106.86707570853486,11.338910346789108],[106.94490733768828,11.347508026753731],[106.94173977138551,11.305424645874263],[106.9170780051712,11.227366761984927],[106.86888574642214,11.250670999783772],[106.79218539094826,11.18596214531319],[106.72521398911857,11.200894957883325],[106.70847113866115,11.231891856703148],[106.7376579995937,11.297053220645552],[106.64851363364471,11.33710030890182]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71109,"E":"District","POPULATION":51275,"LVLID":"VNP050002000000000000","NAME":"Phu Giao","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.469","geometry":{"type":"MultiPolygon","coordinates":[[[[106.65349123783476,10.93323560530047],[106.65484876625023,10.939796992641892],[106.71050743128436,10.993419365052826],[106.7582471805616,10.966495051479404],[106.73946803748098,10.881423270776821],[106.71729507336168,10.864680420319399],[106.69647963765786,10.901107432801089],[106.66095764411982,10.922601632712645],[106.65349123783476,10.93323560530047]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71111,"E":"District","POPULATION":74374,"LVLID":"VNP050001000000000000","NAME":"Thuan An","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.470","geometry":{"type":"MultiPolygon","coordinates":[[[[106.7378842543296,10.878481959209978],[106.73946803748098,10.881423270776821],[106.7582471805616,10.966495051479404],[106.76684486052622,10.962422466233003],[106.76571358684667,10.961064937817536],[106.84309270652827,10.896356083346955],[106.78720778675823,10.864001656111666],[106.7378842543296,10.878481959209978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71113,"E":"District","POPULATION":53523,"LVLID":"VNP050006000000000000","NAME":"Di An","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.471","geometry":{"type":"MultiPolygon","coordinates":[[[[106.76571358684667,10.961064937817536],[106.76684486052622,10.962422466233003],[106.80033056144107,10.970567636725804],[106.8659444348553,11.002469554489272],[106.90848032520658,10.991609327165538],[106.90802781573477,10.983464156672737],[106.94060849770597,10.93957073790598],[106.92567568513583,10.907895074878423],[106.85463169805973,10.874183119227666],[106.84309270652827,10.896356083346955],[106.76571358684667,10.961064937817536]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71301,"E":"City","POPULATION":419361,"LVLID":"VNP041002000000000000","NAME":"Bien Hoa city","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.472","geometry":{"type":"MultiPolygon","coordinates":[[[[107.1813435367154,11.509958927137916],[107.33949559711728,11.545254665940051],[107.36506238227523,11.565617592172051],[107.40578823473923,11.526701777595338],[107.46732952290705,11.484844651451782],[107.44040520933363,11.434616100079513],[107.4784160049667,11.433711081135868],[107.49131252491364,11.394569011823245],[107.54923373730688,11.36334585826751],[107.52185691426163,11.308139702705196],[107.52796579213124,11.249313471368305],[107.46484072081203,11.174649408517634],[107.43520135040768,11.18392585268999],[107.4399526998618,11.219447846228038],[107.36279983491612,11.304293372194707],[107.34469945604323,11.377826161365821],[107.2971859615019,11.394569011823245],[107.2261419744258,11.371038519288488],[107.18383233881042,11.334385252070886],[107.23609718280589,11.419004523301645],[107.1998964250601,11.452716478952402],[107.1813435367154,11.509958927137916]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71303,"E":"District","POPULATION":290408,"LVLID":"VNP041003000000000000","NAME":"Tan Phu","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.473","geometry":{"type":"MultiPolygon","coordinates":[[[[107.11391962541389,11.082563731001809],[107.11912348433984,11.140711198130967],[107.14423776002597,11.187319673728657],[107.197633877701,11.207003835752925],[107.16346941257842,11.302257079571508],[107.18383233881042,11.334385252070886],[107.2261419744258,11.371038519288488],[107.2971859615019,11.394569011823245],[107.34469945604323,11.377826161365821],[107.36279983491612,11.304293372194707],[107.4399526998618,11.219447846228038],[107.43520135040768,11.18392585268999],[107.46484072081203,11.174649408517634],[107.43836891671043,11.132566027638166],[107.45714805979105,11.107904261423855],[107.39809557371825,11.047267992199673],[107.34990331496918,11.054055634277008],[107.32727784137808,11.08097994785043],[107.30125854674829,11.033240198573184],[107.26505778900251,11.02237997124945],[107.22976205020038,11.052698105861541],[107.14876285474419,11.096817779364208],[107.11391962541389,11.082563731001809]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71305,"E":"District","POPULATION":198768,"LVLID":"VNP041004000000000000","NAME":"Dinh Quan","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.474","geometry":{"type":"MultiPolygon","coordinates":[[[[106.77770508784995,11.000885771337893],[106.83245873394044,11.061069531090252],[106.87567338849948,11.017176112323494],[106.91391043886846,11.021701207041717],[106.96956910390259,11.10699924248021],[106.9170780051712,11.227366761984927],[106.94173977138551,11.305424645874263],[107.00350731428925,11.326240081578085],[107.0614285266825,11.374432340327155],[107.07183624453441,11.443666289515958],[107.13473506111771,11.499777464021916],[107.1813435367154,11.509958927137916],[107.1998964250601,11.452716478952402],[107.23609718280589,11.419004523301645],[107.18383233881042,11.334385252070886],[107.16346941257842,11.302257079571508],[107.197633877701,11.207003835752925],[107.14423776002597,11.187319673728657],[107.11912348433984,11.140711198130967],[107.11391962541389,11.082563731001809],[107.07025246138303,11.099759090931054],[107.04830575199966,11.035729000668207],[107.01323626793344,11.00201704501745],[106.90848032520658,10.991609327165538],[106.8659444348553,11.002469554489272],[106.80033056144107,10.970567636725804],[106.77770508784995,11.000885771337893]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71307,"E":"District","POPULATION":91859,"LVLID":"VNP041001000000000000","NAME":"Vinh Cuu","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.475","geometry":{"type":"MultiPolygon","coordinates":[[[[106.90802781573477,10.983464156672737],[106.90848032520658,10.991609327165538],[107.01323626793344,11.00201704501745],[107.04830575199966,11.035729000668207],[107.07025246138303,11.099759090931054],[107.11391962541389,11.082563731001809],[107.14876285474419,11.096817779364208],[107.22976205020038,11.052698105861541],[107.2261419744258,11.019438659682606],[107.18315357460268,11.009935960774339],[107.17975975356401,10.964458758856203],[107.14536903370553,10.957444862042959],[107.14536903370553,10.912420169596645],[107.11867097486801,10.85291517405202],[107.08292272659406,10.847937569861976],[106.97635674597993,10.874409373963577],[106.97273667020535,10.925995453751312],[106.94060849770597,10.93957073790598],[106.90802781573477,10.983464156672737]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71309,"E":"District","POPULATION":300160,"LVLID":"VNP041006000000000000","NAME":"Thong Nhat","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.476","geometry":{"type":"MultiPolygon","coordinates":[[[[107.08292272659406,10.847937569861976],[107.11867097486801,10.85291517405202],[107.14536903370553,10.912420169596645],[107.14536903370553,10.957444862042959],[107.17975975356401,10.964458758856203],[107.18315357460268,11.009935960774339],[107.2261419744258,11.019438659682606],[107.22976205020038,11.052698105861541],[107.26505778900251,11.02237997124945],[107.2956021783505,10.985047939824115],[107.32931413400127,10.989120525070515],[107.30397360357922,10.906085036991135],[107.26324775111523,10.91536148116349],[107.2424323154114,10.879839487625445],[107.27614427106215,10.842959965671932],[107.2648315342666,10.815583142626686],[107.30465236778696,10.752231816571571],[107.21143541659157,10.757209420761617],[107.19197750930321,10.769653431236728],[107.1406176842514,10.742276608191483],[107.12387483379398,10.80019782058473],[107.07636133925264,10.819203218401263],[107.08292272659406,10.847937569861976]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71311,"E":"District","POPULATION":204951,"LVLID":"VNP041007000000000000","NAME":"Long Khanh","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.477","geometry":{"type":"MultiPolygon","coordinates":[[[[107.2424323154114,10.879839487625445],[107.26324775111523,10.91536148116349],[107.30397360357922,10.906085036991135],[107.32931413400127,10.989120525070515],[107.2956021783505,10.985047939824115],[107.26505778900251,11.02237997124945],[107.30125854674829,11.033240198573184],[107.32727784137808,11.08097994785043],[107.34990331496918,11.054055634277008],[107.39809557371825,11.047267992199673],[107.48475113757222,11.004732101848383],[107.51190170588154,11.00812592288705],[107.53724223630358,10.989120525070515],[107.56507156882066,10.905632527519312],[107.57728932455986,10.811736812116196],[107.50262526170918,10.765128336518506],[107.44922914403416,10.801781603736107],[107.36528863701113,10.724628738790415],[107.35691721178243,10.675305206361791],[107.31822765194163,10.667838800076723],[107.30465236778696,10.752231816571571],[107.2648315342666,10.815583142626686],[107.27614427106215,10.842959965671932],[107.2424323154114,10.879839487625445]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71313,"E":"District","POPULATION":291328,"LVLID":"VNP041008000000000000","NAME":"Xuan Loc","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.478","geometry":{"type":"MultiPolygon","coordinates":[[[[106.85123787702108,10.861965363488466],[106.85463169805973,10.874183119227666],[106.92567568513583,10.907895074878423],[106.94060849770597,10.93957073790598],[106.97273667020535,10.925995453751312],[106.97635674597993,10.874409373963577],[107.08292272659406,10.847937569861976],[107.07636133925264,10.819203218401263],[107.12387483379398,10.80019782058473],[107.1406176842514,10.742276608191483],[107.14401150529007,10.706980869389348],[107.10147561493878,10.649285911732012],[107.01821387212348,10.64114074123921],[106.95576756501201,10.759019458648906],[106.87567338849948,10.774857290162684],[106.88630736108729,10.803591641623397],[106.85123787702108,10.861965363488466]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71315,"E":"District","POPULATION":172692,"LVLID":"VNP041009000000000000","NAME":"Long Thanh","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.479","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75598463320249,10.70743337886117],[106.75598463320249,10.710827199899837],[106.77136995524445,10.73752525873735],[106.81390584559574,10.771237214388107],[106.87567338849948,10.774857290162684],[106.95576756501201,10.759019458648906],[107.01821387212348,10.64114074123921],[107.00124476693014,10.622361598158589],[107.03156290154223,10.584124547789608],[107.01708259844392,10.521451985942228],[106.9942308701169,10.52597708066045],[106.98766948277547,10.576431886768631],[106.9170780051712,10.605166238229343],[106.87635215270721,10.644534562277878],[106.82702862027858,10.625981673933167],[106.7806463994168,10.672363894794946],[106.75598463320249,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71317,"E":"District","POPULATION":105223,"LVLID":"VNP041005000000000000","NAME":"Nhon Trach","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.480","geometry":{"type":"MultiPolygon","coordinates":[[[[108.0725609414693,10.937986954754603],[108.11057173710238,10.95767111677887],[108.1499400611509,10.941380775793268],[108.19179718729447,10.954956059947936],[108.20446745250548,11.001112026073805],[108.25084967336727,11.027131320703583],[108.30107822473954,10.993871874524649],[108.35379557820683,11.002922063961094],[108.343161605619,10.953146022060647],[108.31442725415829,10.955182314683848],[108.29926818685225,10.912420169596645],[108.27664271326114,10.94160703052918],[108.22369910505793,10.950883474701536],[108.14202114539401,10.93142556741318],[108.08002734775437,10.902238706480645],[108.02663123007935,10.775083544898594],[107.9972181144109,10.798614037433351],[108.00558953963962,10.864001656111666],[108.05061423208592,10.894319790723756],[108.0725609414693,10.937986954754603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71501,"E":"Town","POPULATION":165991,"LVLID":"VNP047007000000000000","NAME":"Phan Thiet town","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.481","geometry":{"type":"MultiPolygon","coordinates":[[[[108.56375997313235,11.52081915446165],[108.58615919198755,11.554078600640585],[108.64702171594764,11.548195977506895],[108.6685159158592,11.49660989771916],[108.71693442934418,11.459051611557914],[108.76557919756506,11.46810180099436],[108.76128035758275,11.409275569657467],[108.84748341196489,11.374658595063066],[108.87938532972836,11.335969035222265],[108.79182474693076,11.310628504800219],[108.7601490839032,11.280084115452217],[108.73322477032977,11.182115814802701],[108.65494063170453,11.191166004239147],[108.59973447614222,11.181889560066791],[108.52665419644292,11.14976138756741],[108.50674377968275,11.124873366617187],[108.51172138387278,11.162884162250256],[108.56104491630141,11.178495739028124],[108.60403331612453,11.238226989308659],[108.62009740237421,11.306103410081995],[108.61172597714551,11.355879451982442],[108.56398622786826,11.386876350802266],[108.56375997313235,11.52081915446165]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71503,"E":"District","POPULATION":104276,"LVLID":"VNP047005000000000000","NAME":"Tuy Phong","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.482","geometry":{"type":"MultiPolygon","coordinates":[[[[108.10898795395099,11.266961340769372],[108.18998714940717,11.305650900610173],[108.2598998628037,11.359047018285198],[108.31080717838371,11.419004523301645],[108.26238866489874,11.473984424128048],[108.3065083384014,11.517199078687073],[108.38841255280123,11.523307956556673],[108.43343724524755,11.511768965025205],[108.49814609971813,11.528059306010805],[108.54498083005173,11.503850049268316],[108.56375997313235,11.52081915446165],[108.56398622786826,11.386876350802266],[108.61172597714551,11.355879451982442],[108.62009740237421,11.306103410081995],[108.60403331612453,11.238226989308659],[108.56104491630141,11.178495739028124],[108.51172138387278,11.162884162250256],[108.50674377968275,11.124873366617187],[108.47868819242977,11.045457954312385],[108.4182781779415,11.02441626387265],[108.38592375070621,11.033240198573184],[108.35379557820683,11.002922063961094],[108.30107822473954,10.993871874524649],[108.25084967336727,11.027131320703583],[108.26216241016282,11.092066429910076],[108.30424579104229,11.095233996212832],[108.30582957419367,11.152702699134256],[108.2678187785606,11.181437050594969],[108.19700104622042,11.19998993893968],[108.17075549685472,11.239132008252303],[108.10898795395099,11.266961340769372]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71505,"E":"District","POPULATION":114883,"LVLID":"VNP047001000000000000","NAME":"Bac Binh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.483","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82752706247756,11.367644698249821],[107.93545057150716,11.356784470926087],[108.03070381532575,11.326240081578085],[108.06215322361739,11.240489536667772],[108.10898795395099,11.266961340769372],[108.17075549685472,11.239132008252303],[108.19700104622042,11.19998993893968],[108.2678187785606,11.181437050594969],[108.30582957419367,11.152702699134256],[108.30424579104229,11.095233996212832],[108.26216241016282,11.092066429910076],[108.25084967336727,11.027131320703583],[108.20446745250548,11.001112026073805],[108.19179718729447,10.954956059947936],[108.1499400611509,10.941380775793268],[108.11057173710238,10.95767111677887],[108.0725609414693,10.937986954754603],[108.03160883426939,10.950430965229714],[108.00853085120646,11.018533640738962],[108.0236899185125,11.069667211054874],[107.9730088576684,11.085731297304564],[107.8933671906277,11.170576823271235],[107.81349926885107,11.168540530648034],[107.86191778233605,11.237095715629104],[107.85354635710733,11.274880256526261],[107.8098791930765,11.293659399606884],[107.82752706247756,11.367644698249821]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71507,"E":"District","POPULATION":187970,"LVLID":"VNP047009000000000000","NAME":"Ham Thuan Bac","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.484","geometry":{"type":"MultiPolygon","coordinates":[[[[107.76711704798929,10.912872679068467],[107.83997107295266,10.942738304208735],[107.82616953406209,11.051340577446075],[107.79132630473178,11.062879568977541],[107.77865603952075,11.12736216871221],[107.81349926885107,11.168540530648034],[107.8933671906277,11.170576823271235],[107.9730088576684,11.085731297304564],[108.0236899185125,11.069667211054874],[108.00853085120646,11.018533640738962],[108.03160883426939,10.950430965229714],[108.0725609414693,10.937986954754603],[108.05061423208592,10.894319790723756],[108.00558953963962,10.864001656111666],[107.9972181144109,10.798614037433351],[108.02663123007935,10.775083544898594],[107.99563433125952,10.696346896801526],[107.88997336958903,10.715804804089881],[107.82684829826982,10.79431519745104],[107.77888229425666,10.789337593260996],[107.76711704798929,10.912872679068467]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71509,"E":"District","POPULATION":77391,"LVLID":"VNP047004000000000000","NAME":"Ham Thuan Nam","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.485","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51190170588154,11.00812592288705],[107.57683681508804,11.033918962780918],[107.55918894568697,11.086183806776386],[107.59833101499959,11.150892661246967],[107.59742599605595,11.193428551598258],[107.64539200006911,11.225782978833548],[107.66122983158289,11.328728883673108],[107.69086920198724,11.321488732123953],[107.74132400809542,11.364477131947066],[107.80082900364005,11.370359755080754],[107.82752706247756,11.367644698249821],[107.8098791930765,11.293659399606884],[107.85354635710733,11.274880256526261],[107.86191778233605,11.237095715629104],[107.81349926885107,11.168540530648034],[107.77865603952075,11.12736216871221],[107.79132630473178,11.062879568977541],[107.82616953406209,11.051340577446075],[107.83997107295266,10.942738304208735],[107.76711704798929,10.912872679068467],[107.56507156882066,10.905632527519312],[107.53724223630358,10.989120525070515],[107.51190170588154,11.00812592288705]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71511,"E":"District","POPULATION":77146,"LVLID":"VNP047002000000000000","NAME":"Tanh Linh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.486","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50262526170918,10.765128336518506],[107.57728932455986,10.811736812116196],[107.56507156882066,10.905632527519312],[107.76711704798929,10.912872679068467],[107.77888229425666,10.789337593260996],[107.82684829826982,10.79431519745104],[107.88997336958903,10.715804804089881],[107.8098791930765,10.682545357910946],[107.76032940591196,10.6368419012569],[107.68543908832538,10.621909088686767],[107.57366924878528,10.56444038576534],[107.50262526170918,10.765128336518506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71513,"E":"District","POPULATION":129052,"LVLID":"VNP047003000000000000","NAME":"Ham Tan","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.487","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39809557371825,11.047267992199673],[107.45714805979105,11.107904261423855],[107.43836891671043,11.132566027638166],[107.46484072081203,11.174649408517634],[107.52796579213124,11.249313471368305],[107.52185691426163,11.308139702705196],[107.54923373730688,11.36334585826751],[107.57932561718306,11.380314963460844],[107.61846768649568,11.340494129940486],[107.66122983158289,11.328728883673108],[107.64539200006911,11.225782978833548],[107.59742599605595,11.193428551598258],[107.59833101499959,11.150892661246967],[107.55918894568697,11.086183806776386],[107.57683681508804,11.033918962780918],[107.51190170588154,11.00812592288705],[107.48475113757222,11.004732101848383],[107.39809557371825,11.047267992199673]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71515,"E":"District","POPULATION":110513,"LVLID":"VNP047008000000000000","NAME":"Duc Linh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.488","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0469482235842,10.467603358795381],[107.11776595592437,10.474164746136804],[107.1793072440922,10.459910697774404],[107.17817597041264,10.399500683286135],[107.11391962541389,10.357643557142577],[107.08631654763272,10.371897605504977],[107.12319606958624,10.403120759060712],[107.11753970118846,10.433212638936892],[107.07545632030899,10.430271327370047],[107.0469482235842,10.467603358795381]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71701,"E":"City","POPULATION":164784,"LVLID":"VNP059005000000000000","NAME":"Vung Tau city","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.489","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17613967778944,10.557652743688008],[107.22478444601033,10.560594055254853],[107.2503512311683,10.53796858166374],[107.24514737224233,10.508555465995295],[107.1793072440922,10.459910697774404],[107.11776595592437,10.474164746136804],[107.17613967778944,10.557652743688008]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71703,"E":"Town","POPULATION":61798,"LVLID":"VNP059004000000000000","NAME":"Ba Ria town","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.490","geometry":{"type":"MultiPolygon","coordinates":[[[[107.1406176842514,10.742276608191483],[107.19197750930321,10.769653431236728],[107.21143541659157,10.757209420761617],[107.30465236778696,10.752231816571571],[107.31822765194163,10.667838800076723],[107.35691721178243,10.675305206361791],[107.37094500540891,10.656752318017078],[107.35171335285648,10.564666640501253],[107.28044311104446,10.573490575201786],[107.2503512311683,10.53796858166374],[107.22478444601033,10.560594055254853],[107.17613967778944,10.557652743688008],[107.16460068625797,10.60856005926801],[107.16482694099389,10.70765963359708],[107.14401150529007,10.706980869389348],[107.1406176842514,10.742276608191483]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71705,"E":"District","POPULATION":142769,"LVLID":"VNP059003000000000000","NAME":"Chau Duc","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.491","geometry":{"type":"MultiPolygon","coordinates":[[[[107.35171335285648,10.564666640501253],[107.37094500540891,10.656752318017078],[107.35691721178243,10.675305206361791],[107.36528863701113,10.724628738790415],[107.44922914403416,10.801781603736107],[107.50262526170918,10.765128336518506],[107.57366924878528,10.56444038576534],[107.51733181954341,10.497016474463827],[107.4761534576076,10.496111455520182],[107.44651408720323,10.46556706617218],[107.35669095704651,10.458553169358936],[107.3806739590531,10.490681341858316],[107.35171335285648,10.564666640501253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71707,"E":"District","POPULATION":107636,"LVLID":"VNP059002000000000000","NAME":"Xuyen Moc","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.492","geometry":{"type":"MultiPolygon","coordinates":[[[[107.00124476693014,10.622361598158589],[107.01821387212348,10.64114074123921],[107.10147561493878,10.649285911732012],[107.14401150529007,10.706980869389348],[107.16482694099389,10.70765963359708],[107.16460068625797,10.60856005926801],[107.17613967778944,10.557652743688008],[107.11776595592437,10.474164746136804],[107.0469482235842,10.467603358795381],[107.00486484270472,10.502672842861605],[107.01708259844392,10.521451985942228],[107.03156290154223,10.584124547789608],[107.00124476693014,10.622361598158589]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71709,"E":"District","POPULATION":79602,"LVLID":"VNP059001000000000000","NAME":"Tan Thanh","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.493","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17817597041264,10.399500683286135],[107.1793072440922,10.459910697774404],[107.24514737224233,10.508555465995295],[107.2503512311683,10.53796858166374],[107.28044311104446,10.573490575201786],[107.35171335285648,10.564666640501253],[107.3806739590531,10.490681341858316],[107.35669095704651,10.458553169358936],[107.30578364146652,10.428687544218668],[107.26121145849203,10.376875209695022],[107.21731803972527,10.401989485381156],[107.17817597041264,10.399500683286135]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71711,"E":"District","POPULATION":124168,"LVLID":"VNP059006000000000000","NAME":"Long Dat","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.494","geometry":{"type":"MultiPolygon","coordinates":[[[[106.35166742012932,10.542267421646052],[106.38696315893145,10.567607952068098],[106.4489569565711,10.571228027842675],[106.45981718389483,10.526655844868184],[106.4184125672231,10.485929992404182],[106.3921670178574,10.473485981929072],[106.35234618433705,10.52575082592454],[106.35166742012932,10.542267421646052]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80101,"E":"Town","POPULATION":203779,"LVLID":"VNP009002000000000000","NAME":"Tan An town","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.495","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71023524382129,10.911967660124823],[105.76227383308084,10.877803195002244],[105.74824603945436,10.829384681517265],[105.81114485603764,10.776893582785885],[105.8222313380973,10.725986267205881],[105.82381512124867,10.698383189424725],[105.8120498749813,10.650417185411568],[105.78489930667196,10.655621044337524],[105.68421594919151,10.74974301447655],[105.60819435792537,10.821013256288552],[105.58715266748564,10.8891159317978],[105.51972875618412,10.920565340089446],[105.50343841519853,10.952014748381092],[105.54122295609568,10.94952594628607],[105.63466616202697,10.975545240915848],[105.71023524382129,10.911967660124823]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80103,"E":"District","POPULATION":31160,"LVLID":"VNP009004000000000000","NAME":"Tan Hung","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.496","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90323053355347,10.841602437256464],[105.8222313380973,10.725986267205881],[105.81114485603764,10.776893582785885],[105.74824603945436,10.829384681517265],[105.76227383308084,10.877803195002244],[105.71023524382129,10.911967660124823],[105.7145340838036,10.933688114772291],[105.7998321192421,10.995455657676027],[105.86861355895907,10.896582338082867],[105.85413325586076,10.861060344544821],[105.90323053355347,10.841602437256464]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80105,"E":"District","POPULATION":25587,"LVLID":"VNP009005000000000000","NAME":"Vinh Hung","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.497","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8222313380973,10.725986267205881],[105.90323053355347,10.841602437256464],[105.97653706798867,10.891152224421],[106.07608915178957,10.809474264757085],[106.12179260844361,10.806080443718418],[106.10595477692983,10.712184728315304],[106.04350846981836,10.685486669477791],[106.04871232874433,10.651548459091122],[106.00662894786485,10.652453478034767],[105.92155716716228,10.684129141062325],[105.93943129129926,10.725307502998149],[105.91522203455676,10.729380088244548],[105.89101277781427,10.687070452629168],[105.82381512124867,10.698383189424725],[105.8222313380973,10.725986267205881]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80107,"E":"District","POPULATION":50340,"LVLID":"VNP009001000000000000","NAME":"Moc Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.498","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8120498749813,10.650417185411568],[105.82381512124867,10.698383189424725],[105.89101277781427,10.687070452629168],[105.91522203455676,10.729380088244548],[105.93943129129926,10.725307502998149],[105.92155716716228,10.684129141062325],[106.00662894786485,10.652453478034767],[106.04871232874433,10.651548459091122],[106.09328451171882,10.642045760182857],[106.10572852219393,10.57235930152223],[106.09464204013429,10.520546966998584],[106.00617643839304,10.529370901699117],[105.94621893337658,10.533443486945517],[105.91409076087722,10.535253524832807],[105.83897418855472,10.635484372841434],[105.8120498749813,10.650417185411568]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80109,"E":"District","POPULATION":65960,"LVLID":"VNP009006000000000000","NAME":"Tan Thanh","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.499","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04350846981836,10.685486669477791],[106.10595477692983,10.712184728315304],[106.12179260844361,10.806080443718418],[106.1679485745695,10.809474264757085],[106.194646633407,10.78617002695824],[106.25075780791296,10.761734515479839],[106.23424121219145,10.684807905270057],[106.31750295500673,10.633900589690056],[106.32044426657359,10.587970878300098],[106.28899485828194,10.584803311997343],[106.10572852219393,10.57235930152223],[106.09328451171882,10.642045760182857],[106.04871232874433,10.651548459091122],[106.04350846981836,10.685486669477791]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80111,"E":"District","POPULATION":34994,"LVLID":"VNP009003000000000000","NAME":"Thanh Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.500","geometry":{"type":"MultiPolygon","coordinates":[[[[106.16862733877721,10.974187712500381],[106.1684010840413,10.972603929349004],[106.16726981036176,10.96559003253576],[106.16749606509767,10.963553739912559],[106.17722501874184,10.95970740940207],[106.17926131136504,10.960159918873892],[106.18627520817829,10.961064937817536],[106.18718022712193,10.961064937817536],[106.19487288814291,10.96559003253576],[106.19555165235064,10.966947560951226],[106.19690918076611,10.967626325158959],[106.20030300180477,10.968305089366693],[106.2030180586357,10.968305089366693],[106.20505435125891,10.968983853574425],[106.25709294051846,10.98414292088047],[106.26229679944443,10.981654118785448],[106.26569062048308,10.98188037352136],[106.27700335727864,10.97803404301087],[106.27790837622229,10.977355278803138],[106.3084527655703,10.90518001804749],[106.3451060327879,10.882780799192288],[106.34284348542879,10.843412475143754],[106.39488207468834,10.816940671042152],[106.39669211257564,10.794541452186952],[106.3308519844255,10.761282006008017],[106.30143886875705,10.73978780609646],[106.27089447940905,10.775536054370416],[106.25075780791296,10.761734515479839],[106.194646633407,10.78617002695824],[106.19102655763243,10.83866112568962],[106.14532310097837,10.910610131709356],[106.14826441254522,10.972830184084915],[106.16862733877721,10.974187712500381]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80113,"E":"District","POPULATION":61507,"LVLID":"VNP009014000000000000","NAME":"Duc Hue","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.501","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29238867932061,11.021927461777627],[106.29329369826425,11.021701207041717],[106.30257014243661,11.019891169154429],[106.30370141611616,11.019438659682606],[106.33809213597465,11.003827082904738],[106.34895236329838,10.995003148204205],[106.3776867147591,10.965137523063937],[106.41796005775127,10.970115127253981],[106.53719630357644,10.89907114017789],[106.50914071632346,10.78639628169415],[106.47701254382407,10.743181627135128],[106.39669211257564,10.794541452186952],[106.39488207468834,10.816940671042152],[106.34284348542879,10.843412475143754],[106.3451060327879,10.882780799192288],[106.3084527655703,10.90518001804749],[106.27790837622229,10.977355278803138],[106.29238867932061,11.021927461777627]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80115,"E":"District","POPULATION":185547,"LVLID":"VNP009007000000000000","NAME":"Duc Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.502","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3308519844255,10.761282006008017],[106.39669211257564,10.794541452186952],[106.47701254382407,10.743181627135128],[106.51751214155217,10.71376851146668],[106.53221869938639,10.70132450099157],[106.55982177716754,10.649512166467924],[106.5466990024847,10.635258118105522],[106.56321559820621,10.623945381309966],[106.55823799401617,10.607655040324365],[106.48583647852462,10.605845002437077],[106.48719400694007,10.593400991961964],[106.44737317341972,10.59430601090561],[106.38424810210051,10.69725191574517],[106.3308519844255,10.761282006008017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80117,"E":"District","POPULATION":121133,"LVLID":"VNP009008000000000000","NAME":"Ben Luc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.503","geometry":{"type":"MultiPolygon","coordinates":[[[[106.23424121219145,10.684807905270057],[106.25075780791296,10.761734515479839],[106.27089447940905,10.775536054370416],[106.30143886875705,10.73978780609646],[106.3308519844255,10.761282006008017],[106.38424810210051,10.69725191574517],[106.44737317341972,10.59430601090561],[106.44126429555013,10.587744623564188],[106.4489569565711,10.571228027842675],[106.38696315893145,10.567607952068098],[106.35166742012932,10.542267421646052],[106.28899485828194,10.584803311997343],[106.32044426657359,10.587970878300098],[106.31750295500673,10.633900589690056],[106.23424121219145,10.684807905270057]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80119,"E":"District","POPULATION":80209,"LVLID":"VNP009009000000000000","NAME":"Thu Thua","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.504","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4184125672231,10.485929992404182],[106.45981718389483,10.526655844868184],[106.50054303635883,10.512854305977605],[106.52339476468586,10.474843510344538],[106.56412061714985,10.500184040766584],[106.59285496861057,10.434117657880536],[106.58855612862826,10.429818817898225],[106.5914974401951,10.422578666349068],[106.5242997836295,10.422126156877246],[106.48425269537323,10.40063195696569],[106.4306303229623,10.411718439025334],[106.45257703234567,10.447919196771114],[106.4184125672231,10.485929992404182]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80121,"E":"District","POPULATION":101553,"LVLID":"VNP009013000000000000","NAME":"Chau Thanh","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.505","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44126429555013,10.587744623564188],[106.44737317341972,10.59430601090561],[106.48719400694007,10.593400991961964],[106.5347075014814,10.549507573195207],[106.57249204237857,10.544303714269251],[106.56412061714985,10.500184040766584],[106.52339476468586,10.474843510344538],[106.50054303635883,10.512854305977605],[106.45981718389483,10.526655844868184],[106.4489569565711,10.571228027842675],[106.44126429555013,10.587744623564188]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80123,"E":"District","POPULATION":62804,"LVLID":"VNP009012000000000000","NAME":"Tan Tru","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.506","geometry":{"type":"MultiPolygon","coordinates":[[[[106.48583647852462,10.605845002437077],[106.55823799401617,10.607655040324365],[106.56321559820621,10.623945381309966],[106.60009512015972,10.633674334954144],[106.59285496861057,10.591364699338765],[106.65417000204249,10.536611053248274],[106.67317539985902,10.494075162896983],[106.74376687746329,10.502446588125695],[106.74082556589644,10.492491379745605],[106.69014450505236,10.43909526207058],[106.66367270095076,10.47529601981636],[106.59285496861057,10.434117657880536],[106.56412061714985,10.500184040766584],[106.57249204237857,10.544303714269251],[106.5347075014814,10.549507573195207],[106.48719400694007,10.593400991961964],[106.48583647852462,10.605845002437077]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80125,"E":"District","POPULATION":156506,"LVLID":"VNP009010000000000000","NAME":"Can Duoc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.507","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5466990024847,10.635258118105522],[106.55982177716754,10.649512166467924],[106.609597819068,10.655621044337524],[106.64534606734195,10.623945381309966],[106.69240705241147,10.653132242242501],[106.73743174485777,10.627339202348633],[106.74376687746329,10.502446588125695],[106.67317539985902,10.494075162896983],[106.65417000204249,10.536611053248274],[106.59285496861057,10.591364699338765],[106.60009512015972,10.633674334954144],[106.56321559820621,10.623945381309966],[106.5466990024847,10.635258118105522]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80127,"E":"District","POPULATION":149940,"LVLID":"VNP009011000000000000","NAME":"Can Giuoc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.508","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56226464653541,10.505387899692538],[105.66068545665675,10.487513775555561],[105.65118275774849,10.46534081143627],[105.68987231758929,10.435927695767825],[105.69575494072298,10.403120759060712],[105.61317196211542,10.407419599043024],[105.57855498752102,10.429366308426403],[105.56226464653541,10.505387899692538]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80301,"E":"Town","POPULATION":117266,"LVLID":"VNP001011000000000000","NAME":"Cao Lanh town","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.509","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70887771540582,10.351534679272977],[105.72426303744778,10.379590266525955],[105.78829312771063,10.296102268974751],[105.77969544774601,10.26759417224995],[105.72335801850413,10.262616568059906],[105.70887771540582,10.351534679272977]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80303,"E":"Town","POPULATION":103478,"LVLID":"VNP001002000000000000","NAME":"Sa Dec town","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.510","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50343841519853,10.952014748381092],[105.51972875618412,10.920565340089446],[105.58715266748564,10.8891159317978],[105.60819435792537,10.821013256288552],[105.4543411375058,10.781871186975929],[105.44302840071026,10.811736812116196],[105.37560448940874,10.895903573875133],[105.43126315444287,10.970793891461716],[105.50343841519853,10.952014748381092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80305,"E":"District","POPULATION":57878,"LVLID":"VNP001004000000000000","NAME":"Tan Hong","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.511","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37560448940874,10.895903573875133],[105.44302840071026,10.811736812116196],[105.4543411375058,10.781871186975929],[105.36021916736678,10.748159231325172],[105.37831954623968,10.702003265199304],[105.34981144951487,10.690238018931925],[105.34528635479666,10.719198625128548],[105.26587094249184,10.768295902821261],[105.25546322463994,10.800876584792462],[105.21134355113726,10.832099738348198],[105.18939684175389,10.908573839086156],[105.26994352773825,10.892509752836467],[105.34325006217345,10.85676150456251],[105.37560448940874,10.895903573875133]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80307,"E":"District","POPULATION":220591,"LVLID":"VNP001009000000000000","NAME":"Hong Ngu","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.512","geometry":{"type":"MultiPolygon","coordinates":[[[[105.36021916736678,10.748159231325172],[105.4543411375058,10.781871186975929],[105.60819435792537,10.821013256288552],[105.68421594919151,10.74974301447655],[105.64077503989657,10.670101347435835],[105.6292360483651,10.646344600165166],[105.56859977914092,10.627112947612721],[105.54144921083159,10.577789415184098],[105.50728474570901,10.597021067736543],[105.50049710363167,10.660372393791656],[105.46045001537541,10.6449870717497],[105.4176878702882,10.672137640059034],[105.3950623966971,10.655394789601612],[105.37831954623968,10.702003265199304],[105.36021916736678,10.748159231325172]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80309,"E":"District","POPULATION":72691,"LVLID":"VNP001001000000000000","NAME":"Tam Nong","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.513","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34981144951487,10.690238018931925],[105.37831954623968,10.702003265199304],[105.3950623966971,10.655394789601612],[105.4176878702882,10.672137640059034],[105.46045001537541,10.6449870717497],[105.50049710363167,10.660372393791656],[105.50728474570901,10.597021067736543],[105.54144921083159,10.577789415184098],[105.56859977914092,10.627112947612721],[105.6292360483651,10.646344600165166],[105.5579658065531,10.513306815449427],[105.51746620882501,10.54407745953334],[105.4846592721179,10.532538468001873],[105.3726631778419,10.573943084673608],[105.34709639268394,10.63706815599281],[105.34981144951487,10.690238018931925]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80311,"E":"District","POPULATION":141106,"LVLID":"VNP001010000000000000","NAME":"Thanh Binh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.514","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64077503989657,10.670101347435835],[105.68421594919151,10.74974301447655],[105.78489930667196,10.655621044337524],[105.8120498749813,10.650417185411568],[105.83897418855472,10.635484372841434],[105.91409076087722,10.535253524832807],[105.94621893337658,10.533443486945517],[105.94531391443294,10.490455087122404],[105.86295719056129,10.404252032740267],[105.8487031421989,10.363978689748087],[105.82042130021,10.367372510786755],[105.8242676307205,10.431855110521424],[105.74756727524662,10.442489083109248],[105.76250008781676,10.487513775555561],[105.72403678271186,10.500862804974316],[105.7387433405461,10.580730726750943],[105.68331093024787,10.651548459091122],[105.64077503989657,10.670101347435835]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80313,"E":"District","POPULATION":102137,"LVLID":"VNP001003000000000000","NAME":"Thap Muoi","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.515","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5579658065531,10.513306815449427],[105.6292360483651,10.646344600165166],[105.64077503989657,10.670101347435835],[105.68331093024787,10.651548459091122],[105.7387433405461,10.580730726750943],[105.72403678271186,10.500862804974316],[105.76250008781676,10.487513775555561],[105.74756727524662,10.442489083109248],[105.8242676307205,10.431855110521424],[105.82042130021,10.367372510786755],[105.84214175485747,10.295649759502929],[105.78829312771063,10.296102268974751],[105.72426303744778,10.379590266525955],[105.69575494072298,10.403120759060712],[105.68987231758929,10.435927695767825],[105.65118275774849,10.46534081143627],[105.66068545665675,10.487513775555561],[105.56226464653541,10.505387899692538],[105.5579658065531,10.513306815449427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80315,"E":"District","POPULATION":155689,"LVLID":"VNP001008000000000000","NAME":"Cao Lanh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.516","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49235193313888,10.331624262512797],[105.53262527613106,10.37257636971271],[105.52877894562057,10.397011881191112],[105.57855498752102,10.429366308426403],[105.61317196211542,10.407419599043024],[105.69575494072298,10.403120759060712],[105.72426303744778,10.379590266525955],[105.70887771540582,10.351534679272977],[105.66724684399817,10.299269835277508],[105.60796810318946,10.317143959414485],[105.56362217495088,10.276870616422306],[105.50004459415986,10.323479092019998],[105.49235193313888,10.331624262512797]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80317,"E":"District","POPULATION":158812,"LVLID":"VNP001005000000000000","NAME":"Lap Vo","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.517","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56362217495088,10.276870616422306],[105.60796810318946,10.317143959414485],[105.66724684399817,10.299269835277508],[105.70887771540582,10.351534679272977],[105.72335801850413,10.262616568059906],[105.71091400802902,10.216460601934036],[105.73263446267649,10.201980298835725],[105.68715726075835,10.131615075967368],[105.62946230310102,10.184332429434658],[105.56362217495088,10.276870616422306]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80319,"E":"District","POPULATION":152368,"LVLID":"VNP001007000000000000","NAME":"Lai Vung","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.518","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71091400802902,10.216460601934036],[105.72335801850413,10.262616568059906],[105.77969544774601,10.26759417224995],[105.78829312771063,10.296102268974751],[105.84214175485747,10.295649759502929],[105.89734791041978,10.272345521704084],[105.88196258837783,10.26125903964444],[105.91431701561312,10.222116970331815],[105.91635330823632,10.18885752415288],[105.87472243682868,10.166232050561769],[105.87607996524414,10.151525492727545],[105.87087610631818,10.149715454840257],[105.80729852552716,10.153335530614834],[105.73263446267649,10.201980298835725],[105.71091400802902,10.216460601934036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80321,"E":"District","POPULATION":157285,"LVLID":"VNP001006000000000000","NAME":"Chau Thanh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.519","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40705389770038,10.442262828373336],[105.45637743012901,10.426424996859557],[105.45705619433674,10.376196445487288],[105.49235193313888,10.331624262512797],[105.50004459415986,10.323479092019998],[105.43465697548154,10.297459797390218],[105.3789983104474,10.361489887653066],[105.40705389770038,10.442262828373336]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80501,"E":"Town","POPULATION":232260,"LVLID":"VNP042003000000000000","NAME":"Long Xuyen town","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.520","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0941435979353,10.756530656553883],[105.12830806305789,10.70743337886117],[105.15998372608544,10.698609444160637],[105.08554591797068,10.611953880306677],[105.06631426541824,10.608107549796188],[105.02762470557744,10.67485269688997],[105.10093124001264,10.71738858724126],[105.0941435979353,10.756530656553883]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80503,"E":"Town","POPULATION":96878,"LVLID":"VNP042004000000000000","NAME":"Chau Doc town","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.521","geometry":{"type":"MultiPolygon","coordinates":[[[[105.13735825249432,10.91920781167398],[105.16360380186002,10.779608639616818],[105.13848952617388,10.767390883877617],[105.12966559147335,10.71150596410757],[105.12830806305789,10.70743337886117],[105.0941435979353,10.756530656553883],[105.06880306751326,10.777572346993617],[105.0330548192393,10.888889677061888],[105.08509340849886,10.95178849364518],[105.11790034520597,10.959028645194337],[105.1061350989386,10.920339085353534],[105.13735825249432,10.91920781167398]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80505,"E":"District","POPULATION":172152,"LVLID":"VNP042006000000000000","NAME":"An Phu","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.522","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12966559147335,10.71150596410757],[105.13848952617388,10.767390883877617],[105.16360380186002,10.779608639616818],[105.13735825249432,10.91920781167398],[105.18939684175389,10.908573839086156],[105.21134355113726,10.832099738348198],[105.25546322463994,10.800876584792462],[105.24437674258029,10.75788818496935],[105.20455590905993,10.724854993526327],[105.12966559147335,10.71150596410757]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80507,"E":"District","POPULATION":154467,"LVLID":"VNP042011000000000000","NAME":"Tan Chau","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.523","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12830806305789,10.70743337886117],[105.12966559147335,10.71150596410757],[105.20455590905993,10.724854993526327],[105.24437674258029,10.75788818496935],[105.25546322463994,10.800876584792462],[105.26587094249184,10.768295902821261],[105.34528635479666,10.719198625128548],[105.34981144951487,10.690238018931925],[105.34709639268394,10.63706815599281],[105.3726631778419,10.573943084673608],[105.33171107064199,10.537289817456006],[105.27039603721006,10.55606896053663],[105.22129875951735,10.605392492965255],[105.20432965432403,10.684581650534147],[105.15998372608544,10.698609444160637],[105.12830806305789,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80509,"E":"District","POPULATION":246575,"LVLID":"VNP042002000000000000","NAME":"Phu Tan","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.524","geometry":{"type":"MultiPolygon","coordinates":[[[[105.06631426541824,10.608107549796188],[105.08554591797068,10.611953880306677],[105.15998372608544,10.698609444160637],[105.20432965432403,10.684581650534147],[105.22129875951735,10.605392492965255],[105.27039603721006,10.55606896053663],[105.33171107064199,10.537289817456006],[105.33148481590607,10.534348505889163],[105.35252650634581,10.487061266083739],[105.31066938020224,10.500862804974316],[105.11812659994189,10.432760129465068],[105.06631426541824,10.608107549796188]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80511,"E":"District","POPULATION":229150,"LVLID":"VNP042005000000000000","NAME":"Chau Phu","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.525","geometry":{"type":"MultiPolygon","coordinates":[[[[105.02762470557744,10.67485269688997],[105.06631426541824,10.608107549796188],[105.11812659994189,10.432760129465068],[105.05997913281273,10.435248931560091],[105.01359691195094,10.462173245133515],[104.97332356895876,10.456290621999825],[104.96201083216322,10.507197937579829],[104.90160081767495,10.544982478476985],[104.95906952059637,10.6327693160105],[105.02762470557744,10.67485269688997]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80513,"E":"District","POPULATION":95398,"LVLID":"VNP042007000000000000","NAME":"Tinh Bien","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.526","geometry":{"type":"MultiPolygon","coordinates":[[[[104.90160081767495,10.544982478476985],[104.96201083216322,10.507197937579829],[104.97332356895876,10.456290621999825],[105.01359691195094,10.462173245133515],[105.05997913281273,10.435248931560091],[105.11812659994189,10.432760129465068],[105.12468798728331,10.366920001314933],[105.12989184620926,10.312392609960353],[105.100026221069,10.26736791751404],[105.00567799619405,10.325515384643198],[104.8681151167601,10.352439698216621],[104.81539776329281,10.433891403144624],[104.78349584552933,10.482536171365515],[104.78643715709619,10.516474381752184],[104.8721877020065,10.518963183847205],[104.90160081767495,10.544982478476985]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80515,"E":"District","POPULATION":98130,"LVLID":"VNP042010000000000000","NAME":"Tri Ton","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.527","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33148481590607,10.534348505889163],[105.33171107064199,10.537289817456006],[105.3726631778419,10.573943084673608],[105.4846592721179,10.532538468001873],[105.51746620882501,10.54407745953334],[105.5579658065531,10.513306815449427],[105.56226464653541,10.505387899692538],[105.57855498752102,10.429366308426403],[105.52877894562057,10.397011881191112],[105.53262527613106,10.37257636971271],[105.49235193313888,10.331624262512797],[105.45705619433674,10.376196445487288],[105.45637743012901,10.426424996859557],[105.40705389770038,10.442262828373336],[105.35252650634581,10.487061266083739],[105.33148481590607,10.534348505889163]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80517,"E":"District","POPULATION":370982,"LVLID":"VNP042009000000000000","NAME":"Cho Moi","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.528","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11812659994189,10.432760129465068],[105.31066938020224,10.500862804974316],[105.35252650634581,10.487061266083739],[105.40705389770038,10.442262828373336],[105.3789983104474,10.361489887653066],[105.344381335853,10.343389508780175],[105.2792199719106,10.366014982371288],[105.12468798728331,10.366920001314933],[105.11812659994189,10.432760129465068]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80519,"E":"District","POPULATION":144909,"LVLID":"VNP042008000000000000","NAME":"Chau Thanh","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.529","geometry":{"type":"MultiPolygon","coordinates":[[[[105.100026221069,10.26736791751404],[105.12989184620926,10.312392609960353],[105.12468798728331,10.366920001314933],[105.2792199719106,10.366014982371288],[105.344381335853,10.343389508780175],[105.3789983104474,10.361489887653066],[105.43465697548154,10.297459797390218],[105.44845851437212,10.267820426985862],[105.34098751481434,10.231393414504172],[105.31451571071274,10.274834323799107],[105.23555280787976,10.206279138818037],[105.21021227745771,10.18071235366008],[105.16971267972961,10.215781837726304],[105.100026221069,10.26736791751404]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80521,"E":"District","POPULATION":147876,"LVLID":"VNP042001000000000000","NAME":"Thoai Son","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.530","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3491786180343,10.40063195696569],[106.40732608516345,10.394975588567911],[106.40302724518114,10.332981790928265],[106.37700795055136,10.337506885646487],[106.3229330686686,10.351534679272977],[106.3491786180343,10.40063195696569]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80701,"E":"City","POPULATION":164512,"LVLID":"VNP010004000000000000","NAME":"My Tho city","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.531","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66163640832755,10.385472889659644],[106.69218079767555,10.390903003321512],[106.72001013019262,10.357191047670755],[106.68448813665458,10.333434300400087],[106.65598003992977,10.332755536192353],[106.66163640832755,10.385472889659644]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80703,"E":"Town","POPULATION":78868,"LVLID":"VNP010005000000000000","NAME":"Go Cong town","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.532","geometry":{"type":"MultiPolygon","coordinates":[[[[106.09464204013429,10.520546966998584],[106.10572852219393,10.57235930152223],[106.28899485828194,10.584803311997343],[106.35166742012932,10.542267421646052],[106.35234618433705,10.52575082592454],[106.31818171921446,10.493848908161072],[106.32972071074593,10.457648150415292],[106.24283889215607,10.428008780010936],[106.21161573860033,10.442489083109248],[106.18265513240371,10.471902198777693],[106.10278721062708,10.496111455520182],[106.09464204013429,10.520546966998584]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80705,"E":"District","POPULATION":48481,"LVLID":"VNP010006000000000000","NAME":"Tan Phuoc","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.533","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21161573860033,10.442489083109248],[106.24283889215607,10.428008780010936],[106.32972071074593,10.457648150415292],[106.31818171921446,10.493848908161072],[106.35234618433705,10.52575082592454],[106.3921670178574,10.473485981929072],[106.34782108961883,10.433665148408714],[106.3491786180343,10.40063195696569],[106.3229330686686,10.351534679272977],[106.37700795055136,10.337506885646487],[106.31094156766531,10.316691449942663],[106.20957944597713,10.311487591016707],[106.18718022712193,10.337733140382397],[106.19351535972744,10.402215740117068],[106.22586978696273,10.403573268532535],[106.21161573860033,10.442489083109248]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80707,"E":"District","POPULATION":529522,"LVLID":"VNP010008000000000000","NAME":"Chau Thanh","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.534","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00617643839304,10.529370901699117],[106.09464204013429,10.520546966998584],[106.10278721062708,10.496111455520182],[106.18265513240371,10.471902198777693],[106.21161573860033,10.442489083109248],[106.22586978696273,10.403573268532535],[106.19351535972744,10.402215740117068],[106.18718022712193,10.337733140382397],[106.20957944597713,10.311487591016707],[106.1457756104502,10.27981192798915],[106.08219802965917,10.275286833270929],[106.03988839404379,10.295876014238841],[106.01635790150904,10.313297628903998],[106.03898337510014,10.322121563604531],[106.05120113083935,10.392486786472888],[106.00504516471348,10.466472085115827],[106.00617643839304,10.529370901699117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80709,"E":"District","POPULATION":326081,"LVLID":"VNP010007000000000000","NAME":"Cai Lay","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.535","geometry":{"type":"MultiPolygon","coordinates":[[[[106.34782108961883,10.433665148408714],[106.3921670178574,10.473485981929072],[106.4184125672231,10.485929992404182],[106.45257703234567,10.447919196771114],[106.4306303229623,10.411718439025334],[106.48425269537323,10.40063195696569],[106.5242997836295,10.422126156877246],[106.55122409720292,10.4090033821944],[106.51977468891128,10.359227340293955],[106.5568804656007,10.327325422530487],[106.548509040372,10.294518485823374],[106.47972760065501,10.30379492999573],[106.45348205128933,10.304699948939374],[106.40302724518114,10.332981790928265],[106.40732608516345,10.394975588567911],[106.3491786180343,10.40063195696569],[106.34782108961883,10.433665148408714]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80711,"E":"District","POPULATION":181845,"LVLID":"VNP010009000000000000","NAME":"Cho Gao","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.536","geometry":{"type":"MultiPolygon","coordinates":[[[[105.82042130021,10.367372510786755],[105.8487031421989,10.363978689748087],[105.86295719056129,10.404252032740267],[105.94531391443294,10.490455087122404],[105.94621893337658,10.533443486945517],[106.00617643839304,10.529370901699117],[106.00504516471348,10.466472085115827],[106.05120113083935,10.392486786472888],[106.03898337510014,10.322121563604531],[106.01635790150904,10.313297628903998],[105.98875482372787,10.328456696210042],[105.9303811018628,10.282526984820084],[105.89734791041978,10.272345521704084],[105.84214175485747,10.295649759502929],[105.82042130021,10.367372510786755]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80713,"E":"District","POPULATION":274921,"LVLID":"VNP010001000000000000","NAME":"Cai Be","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.537","geometry":{"type":"MultiPolygon","coordinates":[[[[106.47972760065501,10.30379492999573],[106.548509040372,10.294518485823374],[106.5568804656007,10.327325422530487],[106.51977468891128,10.359227340293955],[106.55122409720292,10.4090033821944],[106.5242997836295,10.422126156877246],[106.5914974401951,10.422578666349068],[106.66163640832755,10.385472889659644],[106.65598003992977,10.332755536192353],[106.68448813665458,10.333434300400087],[106.6648039746303,10.306509986826663],[106.701230987112,10.28139571114053],[106.67566420195404,10.224379517690926],[106.5365175393687,10.266462898570396],[106.47972760065501,10.30379492999573]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80715,"E":"District","POPULATION":167317,"LVLID":"VNP010003000000000000","NAME":"Go Cong Tay","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.538","geometry":{"type":"MultiPolygon","coordinates":[[[[106.58855612862826,10.429818817898225],[106.59285496861057,10.434117657880536],[106.66367270095076,10.47529601981636],[106.69014450505236,10.43909526207058],[106.74082556589644,10.492491379745605],[106.77589504996267,10.437963988391024],[106.80485565615929,10.41058716534578],[106.80734445825432,10.405157051683911],[106.81051202455707,10.396333116983378],[106.79150662674054,10.372802624448623],[106.79218539094826,10.295649759502929],[106.71820009230534,10.206052884082126],[106.67566420195404,10.224379517690926],[106.701230987112,10.28139571114053],[106.6648039746303,10.306509986826663],[106.68448813665458,10.333434300400087],[106.72001013019262,10.357191047670755],[106.69218079767555,10.390903003321512],[106.66163640832755,10.385472889659644],[106.5914974401951,10.422578666349068],[106.58855612862826,10.429818817898225]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80717,"E":"District","POPULATION":352527,"LVLID":"VNP010002000000000000","NAME":"Go Cong Dong","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.539","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88196258837783,10.26125903964444],[105.89734791041978,10.272345521704084],[105.9303811018628,10.282526984820084],[105.99441119212565,10.248588774433417],[105.99803126790023,10.228225848201415],[105.91431701561312,10.222116970331815],[105.88196258837783,10.26125903964444]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80901,"E":"Town","POPULATION":122033,"LVLID":"VNP044002000000000000","NAME":"Vinh Long town","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.540","geometry":{"type":"MultiPolygon","coordinates":[[[[105.87472243682868,10.166232050561769],[105.91635330823632,10.18885752415288],[105.91431701561312,10.222116970331815],[105.99803126790023,10.228225848201415],[105.99441119212565,10.248588774433417],[105.9303811018628,10.282526984820084],[105.98875482372787,10.328456696210042],[106.01635790150904,10.313297628903998],[106.03988839404379,10.295876014238841],[106.03264824249463,10.271214248024528],[106.03853086562833,10.25334012388755],[106.00300887209028,10.22098569665226],[106.03649457300513,10.142927812762922],[106.00934400469579,10.131841330703278],[105.96545058592903,10.163064484259012],[105.95368533966166,10.139986501196079],[105.87607996524414,10.151525492727545],[105.87472243682868,10.166232050561769]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80903,"E":"District","POPULATION":159271,"LVLID":"VNP044007000000000000","NAME":"Long Ho","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.541","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00300887209028,10.22098569665226],[106.03853086562833,10.25334012388755],[106.10821732428894,10.236597273430126],[106.18129760398824,10.173245947375014],[106.1561833283021,10.153335530614834],[106.123376391595,10.17256718316728],[106.08378181281054,10.102654469770743],[106.03649457300513,10.142927812762922],[106.00300887209028,10.22098569665226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80905,"E":"District","POPULATION":96480,"LVLID":"VNP044006000000000000","NAME":"Mang Thit","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.542","geometry":{"type":"MultiPolygon","coordinates":[[[[105.68715726075835,10.131615075967368],[105.73263446267649,10.201980298835725],[105.80729852552716,10.153335530614834],[105.87087610631818,10.149715454840257],[105.86182591688174,10.107179564488966],[105.86997108737454,10.052878427870297],[105.89870543883525,10.03342052058194],[105.88875023045516,9.98070316711465],[105.83512785804423,9.995409724948871],[105.81906377179453,10.020071491163185],[105.78535181614379,10.066906221496787],[105.71543910274724,10.115550989717677],[105.68715726075835,10.131615075967368]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80907,"E":"District","POPULATION":183143,"LVLID":"VNP044005000000000000","NAME":"Binh Minh","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.543","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86182591688174,10.107179564488966],[105.87087610631818,10.149715454840257],[105.87607996524414,10.151525492727545],[105.95368533966166,10.139986501196079],[105.96545058592903,10.163064484259012],[106.00934400469579,10.131841330703278],[106.03649457300513,10.142927812762922],[106.08378181281054,10.102654469770743],[106.0747316233741,10.088174166672431],[106.03377951617419,10.082291543538743],[105.99282740897428,10.017582689068162],[105.9179370913877,9.96282904297767],[105.88875023045516,9.98070316711465],[105.89870543883525,10.03342052058194],[105.86997108737454,10.052878427870297],[105.86182591688174,10.107179564488966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80909,"E":"District","POPULATION":164422,"LVLID":"VNP044004000000000000","NAME":"Tam Binh","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.544","geometry":{"type":"MultiPolygon","coordinates":[[[[105.83512785804423,9.995409724948871],[105.88875023045516,9.98070316711465],[105.9179370913877,9.96282904297767],[105.99282740897428,10.017582689068162],[106.03377951617419,10.082291543538743],[106.0747316233741,10.088174166672431],[106.10075091800388,10.037719360564251],[106.07020652865589,9.971426722942294],[106.092832002247,9.955362636692604],[105.99079111635108,9.90015648113029],[105.95640039649258,9.919614388418646],[105.98400347427375,9.881377338049667],[105.90142049566619,9.933415927309225],[105.83512785804423,9.995409724948871]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80911,"E":"District","POPULATION":155038,"LVLID":"VNP044003000000000000","NAME":"Tra On","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.545","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07020652865589,9.971426722942294],[106.10075091800388,10.037719360564251],[106.0747316233741,10.088174166672431],[106.08378181281054,10.102654469770743],[106.123376391595,10.17256718316728],[106.1561833283021,10.153335530614834],[106.18129760398824,10.173245947375014],[106.22360723960362,10.146774143273412],[106.29419871720789,10.047674568944341],[106.24600645845882,10.078897722500075],[106.21433079543127,10.005817442800783],[106.13944047784469,10.020750255370917],[106.13582040207011,9.958303948259449],[106.11681500425357,9.935452219932424],[106.092832002247,9.955362636692604],[106.07020652865589,9.971426722942294]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80913,"E":"District","POPULATION":357617,"LVLID":"VNP044001000000000000","NAME":"Vung Liem","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.546","geometry":{"type":"MultiPolygon","coordinates":[[[[106.43741796503963,10.24338491550746],[106.41185117988168,10.195645166230214],[106.36252764745305,10.19496640202248],[106.33605584335145,10.233429707127371],[106.33605584335145,10.275286833270929],[106.43741796503963,10.24338491550746]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81101,"E":"Town","POPULATION":88912,"LVLID":"VNP048003000000000000","NAME":"Ben Tre town","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.547","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1457756104502,10.27981192798915],[106.20957944597713,10.311487591016707],[106.31094156766531,10.316691449942663],[106.37700795055136,10.337506885646487],[106.40302724518114,10.332981790928265],[106.45348205128933,10.304699948939374],[106.44397935238105,10.261937803852172],[106.43741796503963,10.24338491550746],[106.33605584335145,10.275286833270929],[106.33605584335145,10.233429707127371],[106.29872381192611,10.256960199662128],[106.26207054470851,10.25130383126435],[106.21681959752628,10.237728547109683],[106.1457756104502,10.27981192798915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81103,"E":"District","POPULATION":155989,"LVLID":"VNP048004000000000000","NAME":"Chau Thanh","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.548","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03264824249463,10.271214248024528],[106.03988839404379,10.295876014238841],[106.08219802965917,10.275286833270929],[106.1457756104502,10.27981192798915],[106.21681959752628,10.237728547109683],[106.26207054470851,10.25130383126435],[106.26772691310629,10.151978002199368],[106.22360723960362,10.146774143273412],[106.18129760398824,10.173245947375014],[106.10821732428894,10.236597273430126],[106.03853086562833,10.25334012388755],[106.03264824249463,10.271214248024528]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81105,"E":"District","POPULATION":144717,"LVLID":"VNP048001000000000000","NAME":"Cho Lach","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.549","geometry":{"type":"MultiPolygon","coordinates":[[[[106.22360723960362,10.146774143273412],[106.26772691310629,10.151978002199368],[106.26207054470851,10.25130383126435],[106.29872381192611,10.256960199662128],[106.33605584335145,10.233429707127371],[106.36252764745305,10.19496640202248],[106.36252764745305,10.194287637814748],[106.39691836731154,10.116682263397232],[106.44601564500425,10.066227457289052],[106.42814152086727,10.054009701549852],[106.4043847735966,9.963281552449493],[106.38402184736461,9.975046798716871],[106.32361183287634,10.014867632237229],[106.29419871720789,10.047674568944341],[106.22360723960362,10.146774143273412]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81107,"E":"District","POPULATION":256845,"LVLID":"VNP048007000000000000","NAME":"Mo Cay","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.550","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36252764745305,10.194287637814748],[106.36252764745305,10.19496640202248],[106.41185117988168,10.195645166230214],[106.43741796503963,10.24338491550746],[106.44397935238105,10.261937803852172],[106.58244725075866,10.183653665226924],[106.59081867598736,10.158765644276702],[106.54715151195653,10.141570284347456],[106.51728588681625,10.073241354102297],[106.47588127014453,10.056951013116697],[106.49126659218648,10.022334038522295],[106.44601564500425,10.066227457289052],[106.39691836731154,10.116682263397232],[106.36252764745305,10.194287637814748]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81109,"E":"District","POPULATION":173771,"LVLID":"VNP048006000000000000","NAME":"Giong Trom","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.551","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44397935238105,10.261937803852172],[106.45348205128933,10.304699948939374],[106.47972760065501,10.30379492999573],[106.5365175393687,10.266462898570396],[106.67566420195404,10.224379517690926],[106.71820009230534,10.206052884082126],[106.78539774887093,10.16442201267448],[106.80010430670517,10.1098946213199],[106.74467189640693,10.106500800281232],[106.70009971343244,10.070300042535454],[106.61457542325805,10.173924711582746],[106.58244725075866,10.183653665226924],[106.44397935238105,10.261937803852172]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81111,"E":"District","POPULATION":122564,"LVLID":"VNP048008000000000000","NAME":"Binh Dai","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.552","geometry":{"type":"MultiPolygon","coordinates":[[[[106.47588127014453,10.056951013116697],[106.51728588681625,10.073241354102297],[106.54715151195653,10.141570284347456],[106.59081867598736,10.158765644276702],[106.58244725075866,10.183653665226924],[106.61457542325805,10.173924711582746],[106.70009971343244,10.070300042535454],[106.69037075978827,10.010342537519007],[106.63901093473645,9.957625184051714],[106.49126659218648,10.022334038522295],[106.47588127014453,10.056951013116697]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81113,"E":"District","POPULATION":192450,"LVLID":"VNP048002000000000000","NAME":"Ba Tri","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.553","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4043847735966,9.963281552449493],[106.42814152086727,10.054009701549852],[106.44601564500425,10.066227457289052],[106.49126659218648,10.022334038522295],[106.63901093473645,9.957625184051714],[106.70055222290426,9.873458422292778],[106.67159161670764,9.838388938226554],[106.60462021487795,9.810559605709486],[106.55348664456204,9.852416731853044],[106.4774650532959,9.923913228400957],[106.4043847735966,9.963281552449493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81115,"E":"District","POPULATION":129149,"LVLID":"VNP048005000000000000","NAME":"Thanh Phu","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.554","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05681156650996,10.034099284789674],[105.11111270312864,10.107179564488966],[105.15319608400812,10.081160269859186],[105.1672238776346,10.070978806743186],[105.11088644839273,9.99699350810025],[105.15206481032855,9.958303948259449],[105.10930266524134,9.933415927309225],[105.08826097480161,10.004007404913494],[105.05681156650996,10.034099284789674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81301,"E":"Town","POPULATION":160345,"LVLID":"VNP054008000000000000","NAME":"Rach Gia town","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.555","geometry":{"type":"MultiPolygon","coordinates":[[[[104.78643715709619,10.516474381752184],[104.78349584552933,10.482536171365515],[104.81539776329281,10.433891403144624],[104.70928429215049,10.211935507215815],[104.7095105468864,10.211256743008082],[104.65023180607768,10.148810435896612],[104.61946116199377,10.145190360122035],[104.57850905479386,10.266010389098573],[104.5386882212735,10.286373315330573],[104.50271371826364,10.403347013796623],[104.54773841070995,10.445882904147913],[104.59344186736399,10.526655844868184],[104.68779009223893,10.536158543776452],[104.78643715709619,10.516474381752184]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81303,"E":"District","POPULATION":83780,"LVLID":"VNP054012000000000000","NAME":"Ha Tien","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.556","geometry":{"type":"MultiPolygon","coordinates":[[[[104.70928429215049,10.211935507215815],[104.81539776329281,10.433891403144624],[104.8681151167601,10.352439698216621],[105.00567799619405,10.325515384643198],[105.100026221069,10.26736791751404],[105.16971267972961,10.215781837726304],[105.11111270312864,10.107179564488966],[105.05681156650996,10.034099284789674],[104.99119769309574,10.096998101372966],[104.88960931667165,10.087495402464699],[104.80680008332818,10.197228949381591],[104.74639006883991,10.224379517690926],[104.7095105468864,10.211256743008082],[104.70928429215049,10.211935507215815]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81305,"E":"District","POPULATION":108967,"LVLID":"VNP054011000000000000","NAME":"Hon Dat","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.557","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11111270312864,10.107179564488966],[105.16971267972961,10.215781837726304],[105.21021227745771,10.18071235366008],[105.23555280787976,10.206279138818037],[105.23012269421788,10.197681458853415],[105.3016191907658,10.135461406477855],[105.324018409621,10.13614017068559],[105.3685905925955,10.070300042535454],[105.30659679495585,9.971652977678204],[105.26587094249184,9.95038503250256],[105.22786014685877,9.968259156639537],[105.22921767527424,10.039076888979718],[105.15319608400812,10.081160269859186],[105.11111270312864,10.107179564488966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81307,"E":"District","POPULATION":132824,"LVLID":"VNP054003000000000000","NAME":"Tan Hiep","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.558","geometry":{"type":"MultiPolygon","coordinates":[[[[105.10930266524134,9.933415927309225],[105.15206481032855,9.958303948259449],[105.11088644839273,9.99699350810025],[105.1672238776346,10.070978806743186],[105.15319608400812,10.081160269859186],[105.22921767527424,10.039076888979718],[105.22786014685877,9.968259156639537],[105.20704471115495,9.923686973665047],[105.25433195096038,9.872553403349134],[105.20478216379584,9.836352645603354],[105.14143083774073,9.822777361448686],[105.09753741897397,9.918709369475001],[105.10930266524134,9.933415927309225]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81309,"E":"District","POPULATION":189816,"LVLID":"VNP054001000000000000","NAME":"Chau Thanh","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.559","geometry":{"type":"MultiPolygon","coordinates":[[[[105.20478216379584,9.836352645603354],[105.25433195096038,9.872553403349134],[105.20704471115495,9.923686973665047],[105.22786014685877,9.968259156639537],[105.26587094249184,9.95038503250256],[105.30659679495585,9.971652977678204],[105.3685905925955,10.070300042535454],[105.53624535190563,9.917351841059535],[105.54371175819071,9.91011168951038],[105.52470636037417,9.854679279212155],[105.43669326810475,9.799699378385752],[105.35750411053586,9.835221371923799],[105.33148481590607,9.799925633121664],[105.2871388876675,9.796531812082996],[105.28465008557247,9.82141983303322],[105.20478216379584,9.836352645603354]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81311,"E":"District","POPULATION":186172,"LVLID":"VNP054010000000000000","NAME":"Giong Gieng","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.560","geometry":{"type":"MultiPolygon","coordinates":[[[[105.14143083774073,9.822777361448686],[105.20478216379584,9.836352645603354],[105.28465008557247,9.82141983303322],[105.2871388876675,9.796531812082996],[105.33148481590607,9.799925633121664],[105.35750411053586,9.835221371923799],[105.43669326810475,9.799699378385752],[105.41995041764731,9.751507119636683],[105.33329485379336,9.695622199866637],[105.34347631690936,9.677295566257836],[105.34325006217345,9.67412799995508],[105.41112648294678,9.649466233740768],[105.37718827256012,9.594260078178454],[105.31112188967407,9.6073828528613],[105.29867787919896,9.63362840222699],[105.3097643612586,9.640642299040234],[105.20161459749309,9.727976627101928],[105.15115979138491,9.766213677470907],[105.14143083774073,9.822777361448686]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81313,"E":"District","POPULATION":166441,"LVLID":"VNP054009000000000000","NAME":"Go Quao","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.561","geometry":{"type":"MultiPolygon","coordinates":[[[[105.09753741897397,9.918709369475001],[105.14143083774073,9.822777361448686],[105.15115979138491,9.766213677470907],[105.20161459749309,9.727976627101928],[105.14097832826891,9.656480130554012],[104.9554494448218,9.783409037400151],[104.92037996075557,9.842461523472954],[104.96630967214553,9.846081599247531],[105.04255751814758,9.931605889421936],[105.08260460640383,9.947669975671625],[105.09753741897397,9.918709369475001]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81315,"E":"District","POPULATION":160843,"LVLID":"VNP054004000000000000","NAME":"An Bien","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.562","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92037996075557,9.842461523472954],[104.9554494448218,9.783409037400151],[105.14097832826891,9.656480130554012],[105.0615629159641,9.523442345838273],[105.00794054355318,9.556023027809475],[104.9640471247864,9.548104112052586],[104.92015370601965,9.558511829904496],[104.8844054577457,9.492219192282539],[104.83892825582757,9.53090875212334],[104.85453983260543,9.660326461064502],[104.90408961976996,9.841330249793398],[104.92037996075557,9.842461523472954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81317,"E":"District","POPULATION":83187,"LVLID":"VNP054007000000000000","NAME":"An Minh","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.563","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0615629159641,9.523442345838273],[105.14097832826891,9.656480130554012],[105.20161459749309,9.727976627101928],[105.3097643612586,9.640642299040234],[105.29867787919896,9.63362840222699],[105.2993566434067,9.581589812967431],[105.33487863694474,9.52479987425374],[105.30410799286082,9.502174400662629],[105.29641533183985,9.44809951877987],[105.26745472564322,9.396965948463956],[105.0615629159641,9.523442345838273]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81319,"E":"District","POPULATION":98956,"LVLID":"VNP054006000000000000","NAME":"Vinh Thuan","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.564","geometry":{"type":"MultiPolygon","coordinates":[[[[103.8368460304772,10.363299925540355],[103.85472015461418,10.375291426543644],[103.92531163221845,10.357643557142577],[103.97621894779846,10.434117657880536],[104.01083592239286,10.444299120996536],[104.08255867367669,10.369182548674043],[104.08549998524353,10.243611170243371],[104.06083821902922,10.199265242004792],[104.04092780226904,10.116682263397232],[103.99522434561499,10.045185766849318],[103.9549510026228,10.233429707127371],[103.91965526382067,10.28388451323555],[103.86082903248378,10.308546279449864],[103.8368460304772,10.363299925540355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81321,"E":"District","POPULATION":51883,"LVLID":"VNP054002000000000000","NAME":"Phu Quoc","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.565","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81323,"E":"District","POPULATION":11158,"LVLID":"VNP054005000000000000","NAME":"Kien Hai","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.566","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71543910274724,10.115550989717677],[105.78535181614379,10.066906221496787],[105.81906377179453,10.020071491163185],[105.79146069401338,9.982286950266026],[105.75752248362672,10.004459914385317],[105.69462366704342,9.98273945973785],[105.67335572186778,10.020071491163185],[105.68059587341693,10.077992703556431],[105.71543910274724,10.115550989717677]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81501,"E":"City","POPULATION":314742,"LVLID":"VNP057005000000000000","NAME":"Can Tho city","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.567","geometry":{"type":"MultiPolygon","coordinates":[[[[105.23012269421788,10.197681458853415],[105.23555280787976,10.206279138818037],[105.31451571071274,10.274834323799107],[105.34098751481434,10.231393414504172],[105.44845851437212,10.267820426985862],[105.43465697548154,10.297459797390218],[105.50004459415986,10.323479092019998],[105.56362217495088,10.276870616422306],[105.62946230310102,10.184332429434658],[105.60525304635853,10.200170260948436],[105.56068086338404,10.147905416952968],[105.54009168241612,10.167815833713146],[105.43284693759425,10.092925516126565],[105.3685905925955,10.070300042535454],[105.324018409621,10.13614017068559],[105.3016191907658,10.135461406477855],[105.23012269421788,10.197681458853415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81503,"E":"District","POPULATION":345348,"LVLID":"VNP057007000000000000","NAME":"Thot Not","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.568","geometry":{"type":"MultiPolygon","coordinates":[[[[105.3685905925955,10.070300042535454],[105.43284693759425,10.092925516126565],[105.54009168241612,10.167815833713146],[105.56068086338404,10.147905416952968],[105.60525304635853,10.200170260948436],[105.62946230310102,10.184332429434658],[105.68715726075835,10.131615075967368],[105.71543910274724,10.115550989717677],[105.68059587341693,10.077992703556431],[105.67335572186778,10.020071491163185],[105.56769476019728,9.983418223945582],[105.53624535190563,9.917351841059535],[105.3685905925955,10.070300042535454]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81505,"E":"District","POPULATION":282952,"LVLID":"VNP057004000000000000","NAME":"O Mon","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.569","geometry":{"type":"MultiPolygon","coordinates":[[[[105.53624535190563,9.917351841059535],[105.56769476019728,9.983418223945582],[105.67335572186778,10.020071491163185],[105.69462366704342,9.98273945973785],[105.75752248362672,10.004459914385317],[105.79146069401338,9.982286950266026],[105.81906377179453,10.020071491163185],[105.83512785804423,9.995409724948871],[105.90142049566619,9.933415927309225],[105.87178112526183,9.869612091782288],[105.81431242234041,9.879114790690556],[105.78286301404876,9.862824449704956],[105.75842750257036,9.907170377943535],[105.72584682059916,9.919614388418646],[105.6697356460932,9.892916329581134],[105.64914646512528,9.904681575848512],[105.596429111658,9.862371940233134],[105.54371175819071,9.91011168951038],[105.53624535190563,9.917351841059535]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81507,"E":"District","POPULATION":293068,"LVLID":"VNP057001000000000000","NAME":"Chau Thanh","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.570","geometry":{"type":"MultiPolygon","coordinates":[[[[105.59326154535523,9.774132593227796],[105.63195110519604,9.829112494054199],[105.596429111658,9.862371940233134],[105.64914646512528,9.904681575848512],[105.6697356460932,9.892916329581134],[105.72584682059916,9.919614388418646],[105.75842750257036,9.907170377943535],[105.78286301404876,9.862824449704956],[105.81431242234041,9.879114790690556],[105.87178112526183,9.869612091782288],[105.8489293969348,9.749697081749394],[105.69349239336387,9.650371252684412],[105.67652328817053,9.69856351143348],[105.62855728415737,9.721641494496415],[105.59326154535523,9.774132593227796]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81509,"E":"District","POPULATION":255649,"LVLID":"VNP057003000000000000","NAME":"Phung Hiep","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.571","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33329485379336,9.695622199866637],[105.41995041764731,9.751507119636683],[105.43669326810475,9.799699378385752],[105.52470636037417,9.854679279212155],[105.54371175819071,9.91011168951038],[105.596429111658,9.862371940233134],[105.63195110519604,9.829112494054199],[105.59326154535523,9.774132593227796],[105.55004689079621,9.763498620639973],[105.51882373724048,9.718021418721838],[105.47176275217096,9.684988227278813],[105.39687243458438,9.69607470933846],[105.34347631690936,9.677295566257836],[105.33329485379336,9.695622199866637]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81511,"E":"District","POPULATION":153787,"LVLID":"VNP057002000000000000","NAME":"Vi Thanh","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.572","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34325006217345,9.67412799995508],[105.34347631690936,9.677295566257836],[105.39687243458438,9.69607470933846],[105.47176275217096,9.684988227278813],[105.51882373724048,9.718021418721838],[105.55004689079621,9.763498620639973],[105.59326154535523,9.774132593227796],[105.62855728415737,9.721641494496415],[105.67652328817053,9.69856351143348],[105.69349239336387,9.650371252684412],[105.67471325028325,9.632723383283345],[105.5821750632956,9.61168169284361],[105.55117816447577,9.582947341382898],[105.48103919634332,9.582042322439253],[105.43556199442519,9.597880153953032],[105.37718827256012,9.594260078178454],[105.41112648294678,9.649466233740768],[105.34325006217345,9.67412799995508]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81513,"E":"District","POPULATION":176827,"LVLID":"VNP057006000000000000","NAME":"Long My","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.573","geometry":{"type":"MultiPolygon","coordinates":[[[[106.32361183287634,10.014867632237229],[106.38402184736461,9.975046798716871],[106.31931299289403,9.945633683048426],[106.31003654872167,9.959887731410825],[106.32361183287634,10.014867632237229]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81701,"E":"Town","POPULATION":17542,"LVLID":"VNP006003000000000000","NAME":"Tra Vinh town","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.574","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11681500425357,9.935452219932424],[106.13582040207011,9.958303948259449],[106.13944047784469,10.020750255370917],[106.21433079543127,10.005817442800783],[106.24600645845882,10.078897722500075],[106.29419871720789,10.047674568944341],[106.32361183287634,10.014867632237229],[106.31003654872167,9.959887731410825],[106.22496476801909,9.887259961183355],[106.16681730088993,9.8861286875038],[106.1702111219286,9.858751864458554],[106.14668062939384,9.8637294686486],[106.143739317827,9.917125586323625],[106.11681500425357,9.935452219932424]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81703,"E":"District","POPULATION":132319,"LVLID":"VNP006006000000000000","NAME":"Cang Long","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.575","geometry":{"type":"MultiPolygon","coordinates":[[[[106.22496476801909,9.887259961183355],[106.31003654872167,9.959887731410825],[106.31931299289403,9.945633683048426],[106.38402184736461,9.975046798716871],[106.4043847735966,9.963281552449493],[106.4774650532959,9.923913228400957],[106.55348664456204,9.852416731853044],[106.52067970785492,9.826171182487354],[106.44850444709928,9.858751864458554],[106.38470061157234,9.846760363455266],[106.3819855547414,9.812595898332686],[106.34759483488291,9.791554207892952],[106.31229909608078,9.792006717364774],[106.27338328150407,9.846307853983443],[106.23989758058923,9.846534108719354],[106.22496476801909,9.887259961183355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81705,"E":"District","POPULATION":210942,"LVLID":"VNP006007000000000000","NAME":"Chau Thanh","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.576","geometry":{"type":"MultiPolygon","coordinates":[[[[105.95640039649258,9.919614388418646],[105.99079111635108,9.90015648113029],[106.092832002247,9.955362636692604],[106.11681500425357,9.935452219932424],[106.143739317827,9.917125586323625],[106.14668062939384,9.8637294686486],[106.1702111219286,9.858751864458554],[106.10482350325029,9.779788961625574],[106.11455245689446,9.748113298598017],[106.07812544441278,9.771870045868685],[105.98400347427375,9.881377338049667],[105.95640039649258,9.919614388418646]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81707,"E":"District","POPULATION":201674,"LVLID":"VNP006008000000000000","NAME":"Cau Ke","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.577","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10482350325029,9.779788961625574],[106.1702111219286,9.858751864458554],[106.16681730088993,9.8861286875038],[106.22496476801909,9.887259961183355],[106.23989758058923,9.846534108719354],[106.27338328150407,9.846307853983443],[106.31229909608078,9.792006717364774],[106.1926103407838,9.736348052330639],[106.13898796837286,9.72254651344006],[106.11455245689446,9.748113298598017],[106.10482350325029,9.779788961625574]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81709,"E":"District","POPULATION":106877,"LVLID":"VNP006004000000000000","NAME":"Tieu Can","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.578","geometry":{"type":"MultiPolygon","coordinates":[[[[106.34759483488291,9.791554207892952],[106.3819855547414,9.812595898332686],[106.38470061157234,9.846760363455266],[106.44850444709928,9.858751864458554],[106.52067970785492,9.826171182487354],[106.52181098153449,9.76870247956593],[106.5464727477488,9.745398241767083],[106.48877779009146,9.695395945130725],[106.40574230201207,9.67593803784237],[106.40890986831484,9.73250172182015],[106.36433768534035,9.725940334478727],[106.32881569180229,9.761236073280863],[106.34759483488291,9.791554207892952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81711,"E":"District","POPULATION":117590,"LVLID":"VNP006005000000000000","NAME":"Cau Ngang","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.579","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13898796837286,9.72254651344006],[106.1926103407838,9.736348052330639],[106.31229909608078,9.792006717364774],[106.34759483488291,9.791554207892952],[106.32881569180229,9.761236073280863],[106.36433768534035,9.725940334478727],[106.40890986831484,9.73250172182015],[106.40574230201207,9.67593803784237],[106.4064210662198,9.628877052772856],[106.27768212148638,9.59946393710441],[106.23605125007873,9.628650798036945],[106.13898796837286,9.72254651344006]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81713,"E":"District","POPULATION":207354,"LVLID":"VNP006001000000000000","NAME":"Tra Cu","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.580","geometry":{"type":"MultiPolygon","coordinates":[[[[106.27768212148638,9.59946393710441],[106.4064210662198,9.628877052772856],[106.40574230201207,9.67593803784237],[106.48877779009146,9.695395945130725],[106.5464727477488,9.745398241767083],[106.57249204237857,9.739289363897482],[106.58380477917413,9.682951934655614],[106.538327577256,9.57706471824921],[106.4754287606727,9.539958941559785],[106.38311682842097,9.52660991214103],[106.3491786180343,9.570729585643697],[106.30302265190842,9.584531124534276],[106.27768212148638,9.59946393710441]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81715,"E":"District","POPULATION":61174,"LVLID":"VNP006002000000000000","NAME":"Duyen Hai","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.581","geometry":{"type":"MultiPolygon","coordinates":[[[[105.93286990395784,9.580911048759699],[105.96205676489036,9.641321063247968],[105.9871710405765,9.653538818987169],[106.04577101717749,9.628198288565123],[106.01907295833996,9.577517227721032],[105.97065444485499,9.556249282545386],[105.93286990395784,9.580911048759699]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81901,"E":"Town","POPULATION":122175,"LVLID":"VNP056003000000000000","NAME":"Soc Trang town","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.582","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8489293969348,9.749697081749394],[105.87178112526183,9.869612091782288],[105.90142049566619,9.933415927309225],[105.98400347427375,9.881377338049667],[106.07812544441278,9.771870045868685],[106.02450307200183,9.756032214354907],[106.02653936462504,9.712817559795882],[106.00052006999526,9.708744974549482],[105.97766834166823,9.733859250235616],[105.8489293969348,9.749697081749394]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81903,"E":"District","POPULATION":156433,"LVLID":"VNP056004000000000000","NAME":"Ke Sach","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.583","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9871710405765,9.653538818987169],[106.00052006999526,9.708744974549482],[106.02653936462504,9.712817559795882],[106.02450307200183,9.756032214354907],[106.07812544441278,9.771870045868685],[106.11455245689446,9.748113298598017],[106.13898796837286,9.72254651344006],[106.23605125007873,9.628650798036945],[106.27768212148638,9.59946393710441],[106.30302265190842,9.584531124534276],[106.27655084780683,9.523216091102363],[106.21433079543127,9.472987539730093],[106.17383119770318,9.416423855752313],[106.14464433677064,9.398775986351247],[106.0808405012437,9.443574424061648],[106.10482350325029,9.471403756578715],[106.10007215379615,9.551497933091252],[106.06070382974761,9.581589812967431],[106.01907295833996,9.577517227721032],[106.04577101717749,9.628198288565123],[105.9871710405765,9.653538818987169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81905,"E":"District","POPULATION":414746,"LVLID":"VNP056002000000000000","NAME":"Long Phu","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.584","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67471325028325,9.632723383283345],[105.69349239336387,9.650371252684412],[105.8489293969348,9.749697081749394],[105.97766834166823,9.733859250235616],[106.00052006999526,9.708744974549482],[105.9871710405765,9.653538818987169],[105.96205676489036,9.641321063247968],[105.93286990395784,9.580911048759699],[105.87698498418779,9.52072728900734],[105.83761666013925,9.519143505855963],[105.77403907934823,9.553534225714452],[105.68874104390973,9.532492535274718],[105.67471325028325,9.632723383283345]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81907,"E":"District","POPULATION":191625,"LVLID":"VNP056006000000000000","NAME":"My Tu","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.585","geometry":{"type":"MultiPolygon","coordinates":[[[[105.83761666013925,9.519143505855963],[105.87698498418779,9.52072728900734],[105.93286990395784,9.580911048759699],[105.97065444485499,9.556249282545386],[106.01907295833996,9.577517227721032],[106.06070382974761,9.581589812967431],[106.10007215379615,9.551497933091252],[106.10482350325029,9.471403756578715],[106.0808405012437,9.443574424061648],[106.04147217719517,9.447420754572137],[105.93513245131695,9.39764471267169],[105.92924982818326,9.372982946457379],[105.86340970003312,9.357597624415423],[105.84621434010387,9.402169807389912],[105.81906377179453,9.372982946457379],[105.77132402251729,9.408052430523602],[105.78263675931285,9.48022769127925],[105.83761666013925,9.519143505855963]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81909,"E":"District","POPULATION":180328,"LVLID":"VNP056005000000000000","NAME":"My Xuyen","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.586","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55117816447577,9.582947341382898],[105.5821750632956,9.61168169284361],[105.67471325028325,9.632723383283345],[105.68874104390973,9.532492535274718],[105.77403907934823,9.553534225714452],[105.83761666013925,9.519143505855963],[105.78263675931285,9.48022769127925],[105.77132402251729,9.408052430523602],[105.70955647961355,9.375019239080578],[105.66136422086448,9.382259390629734],[105.60344300847125,9.421401459942357],[105.5842113559188,9.410314977882713],[105.54936812658848,9.449004537723514],[105.55932333496857,9.549687895203963],[105.55117816447577,9.582947341382898]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81911,"E":"District","POPULATION":142023,"LVLID":"VNP056007000000000000","NAME":"Thanh Tri","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.587","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81566995075588,9.335877169767954],[105.86340970003312,9.357597624415423],[105.92924982818326,9.372982946457379],[105.93513245131695,9.39764471267169],[106.04147217719517,9.447420754572137],[106.0808405012437,9.443574424061648],[106.14464433677064,9.398775986351247],[106.17383119770318,9.416423855752313],[106.19985049233296,9.375924258024222],[106.13785669469331,9.334745896088398],[106.11364743795082,9.338592226598887],[105.8324128012133,9.23994516174164],[105.81566995075588,9.335877169767954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81913,"E":"District","POPULATION":137630,"LVLID":"VNP056001000000000000","NAME":"Vinh Chau","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.588","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81566995075588,9.335877169767954],[105.8324128012133,9.23994516174164],[105.73331322688422,9.195146724031236],[105.71272404591632,9.268227003730528],[105.68647849655062,9.302391468853108],[105.7348970100356,9.31868180983871],[105.75073484154937,9.297640119398976],[105.81566995075588,9.335877169767954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82101,"E":"Town","POPULATION":113433,"LVLID":"VNP013004000000000000","NAME":"Bac Lieu town","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.589","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26745472564322,9.396965948463956],[105.29641533183985,9.44809951877987],[105.30410799286082,9.502174400662629],[105.33487863694474,9.52479987425374],[105.2993566434067,9.581589812967431],[105.29867787919896,9.63362840222699],[105.31112188967407,9.6073828528613],[105.37718827256012,9.594260078178454],[105.43556199442519,9.597880153953032],[105.48103919634332,9.582042322439253],[105.55117816447577,9.582947341382898],[105.55932333496857,9.549687895203963],[105.54936812658848,9.449004537723514],[105.5842113559188,9.410314977882713],[105.51701369935319,9.321396866669643],[105.40705389770038,9.349678708658532],[105.34347631690936,9.283838580508396],[105.29799911499123,9.27637217422333],[105.25184314886536,9.32908952769062],[105.3013929360299,9.384295683252933],[105.26745472564322,9.396965948463956]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82103,"E":"District","POPULATION":357026,"LVLID":"VNP013001000000000000","NAME":"Hong Dan","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.590","geometry":{"type":"MultiPolygon","coordinates":[[[[105.51701369935319,9.321396866669643],[105.5842113559188,9.410314977882713],[105.60344300847125,9.421401459942357],[105.66136422086448,9.382259390629734],[105.70955647961355,9.375019239080578],[105.77132402251729,9.408052430523602],[105.81906377179453,9.372982946457379],[105.84621434010387,9.402169807389912],[105.86340970003312,9.357597624415423],[105.81566995075588,9.335877169767954],[105.75073484154937,9.297640119398976],[105.7348970100356,9.31868180983871],[105.68647849655062,9.302391468853108],[105.71272404591632,9.268227003730528],[105.73331322688422,9.195146724031236],[105.58353259171106,9.131795397976123],[105.5495943813244,9.280444759469729],[105.51791871829684,9.283838580508396],[105.51701369935319,9.321396866669643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82105,"E":"District","POPULATION":179937,"LVLID":"VNP013002000000000000","NAME":"Vinh Loi","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.591","geometry":{"type":"MultiPolygon","coordinates":[[[[105.25908330041452,9.239492652269817],[105.29799911499123,9.27637217422333],[105.34347631690936,9.283838580508396],[105.40705389770038,9.349678708658532],[105.51701369935319,9.321396866669643],[105.51791871829684,9.283838580508396],[105.5495943813244,9.280444759469729],[105.58353259171106,9.131795397976123],[105.50705849097311,9.1007984991563],[105.42108169132688,9.01007035005594],[105.39800370826394,9.063240212995053],[105.33962998639888,9.062787703523231],[105.25863079094269,9.088354488681187],[105.25727326252722,9.132021652712034],[105.2853288497802,9.159172221021368],[105.23668408155932,9.211210810280926],[105.25908330041452,9.239492652269817]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82107,"E":"District","POPULATION":223558,"LVLID":"VNP013003000000000000","NAME":"Gia Rai","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.592","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12310420413193,9.205101932411326],[105.1753690481274,9.261213106917284],[105.25908330041452,9.239492652269817],[105.23668408155932,9.211210810280926],[105.2853288497802,9.159172221021368],[105.25727326252722,9.132021652712034],[105.25863079094269,9.088354488681187],[105.17808410495833,9.082245610811588],[105.16269878291638,9.098083442325366],[105.10115749474855,9.158267202077724],[105.12310420413193,9.205101932411326]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82301,"E":"Town","POPULATION":154958,"LVLID":"VNP008002000000000000","NAME":"Ca Mau town","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.593","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9640471247864,9.548104112052586],[105.00794054355318,9.556023027809475],[105.0615629159641,9.523442345838273],[105.26745472564322,9.396965948463956],[105.3013929360299,9.384295683252933],[105.25184314886536,9.32908952769062],[105.29799911499123,9.27637217422333],[105.25908330041452,9.239492652269817],[105.1753690481274,9.261213106917284],[105.12310420413193,9.205101932411326],[105.09052352216072,9.198766799805815],[105.04595133918623,9.327505744539243],[105.0715181243442,9.338592226598887],[105.01608571404597,9.498101815416227],[104.9640471247864,9.548104112052586]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82303,"E":"District","POPULATION":122720,"LVLID":"VNP008003000000000000","NAME":"Thoi Binh","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.594","geometry":{"type":"MultiPolygon","coordinates":[[[[104.83892825582757,9.53090875212334],[104.8844054577457,9.492219192282539],[104.92015370601965,9.558511829904496],[104.9640471247864,9.548104112052586],[105.01608571404597,9.498101815416227],[105.0715181243442,9.338592226598887],[105.04595133918623,9.327505744539243],[105.09052352216072,9.198766799805815],[105.02196833717966,9.182476458820213],[104.99708031622943,9.237003850174794],[104.93372899017432,9.237456359646616],[104.93372899017432,9.277277193166974],[104.82490046220107,9.270715805825551],[104.83892825582757,9.53090875212334]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82305,"E":"District","POPULATION":31504,"LVLID":"VNP008006000000000000","NAME":"U Minh","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.595","geometry":{"type":"MultiPolygon","coordinates":[[[[104.82490046220107,9.270715805825551],[104.93372899017432,9.277277193166974],[104.93372899017432,9.237456359646616],[104.99708031622943,9.237003850174794],[105.02196833717966,9.182476458820213],[105.09052352216072,9.198766799805815],[105.12310420413193,9.205101932411326],[105.10115749474855,9.158267202077724],[105.02581466769014,9.065955269825986],[104.9640471247864,9.027491964721095],[104.97219229527921,8.995363792221717],[104.92965640492793,9.006224019545451],[104.86177998415458,8.979299705972027],[104.8090626306873,8.976132139669271],[104.80996764963093,9.17365252411968],[104.82490046220107,9.270715805825551]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82307,"E":"District","POPULATION":163470,"LVLID":"VNP008001000000000000","NAME":"Tran Van Thoi","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.596","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8090626306873,8.976132139669271],[104.86177998415458,8.979299705972027],[104.92965640492793,9.006224019545451],[104.97219229527921,8.995363792221717],[104.9640471247864,9.027491964721095],[105.02581466769014,9.065955269825986],[105.10115749474855,9.158267202077724],[105.16269878291638,9.098083442325366],[105.12649802517059,9.017310501605095],[105.0959536358226,8.903730624177713],[105.05432276441495,8.8688873948474],[104.90770969554454,8.80825112562322],[104.87286646621423,8.761642650025529],[104.82082787695467,8.748972384814506],[104.78575839288845,8.813002475077353],[104.80476379070498,8.885177735833],[104.8090626306873,8.976132139669271]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82309,"E":"District","POPULATION":220512,"LVLID":"VNP008005000000000000","NAME":"Cai Nuoc","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.597","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05432276441495,8.8688873948474],[105.0959536358226,8.903730624177713],[105.12649802517059,9.017310501605095],[105.16269878291638,9.098083442325366],[105.17808410495833,9.082245610811588],[105.25863079094269,9.088354488681187],[105.33962998639888,9.062787703523231],[105.39800370826394,9.063240212995053],[105.42108169132688,9.01007035005594],[105.33125856117016,8.825446485552465],[105.2504856204499,8.84671443072811],[105.06902932224916,8.843546864425354],[105.05432276441495,8.8688873948474]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82311,"E":"District","POPULATION":160588,"LVLID":"VNP008004000000000000","NAME":"Dam Doi","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.598","geometry":{"type":"MultiPolygon","coordinates":[[[[104.82082787695467,8.748972384814506],[104.87286646621423,8.761642650025529],[104.90770969554454,8.80825112562322],[105.05432276441495,8.8688873948474],[105.06902932224916,8.843546864425354],[105.2504856204499,8.84671443072811],[105.33125856117016,8.825446485552465],[105.26994352773825,8.758475083722773],[105.18803931333842,8.731777024885261],[105.11111270312864,8.627247336894323],[104.95816450165272,8.579281332881166],[104.85476608734135,8.563217246631476],[104.72670590681564,8.597607966489965],[104.72353834051289,8.631546176876634],[104.75973909825866,8.617292128514233],[104.80861012121547,8.64466895155948],[104.80023869598676,8.67724963353068],[104.83621319899663,8.72747818490295],[104.82082787695467,8.748972384814506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82313,"E":"District","POPULATION":121279,"LVLID":"VNP008007000000000000","NAME":"Ngoc Hien","PROV_CODE":823}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[102.1501169742598,8.563217246631476,109.47307775675914,23.390595109830883]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin3_cantho'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin3_cantho	2009-09-04 19:06:19 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/vn_admin3_cantho	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin3_cantho.9674","geometry":{"type":"MultiPolygon","coordinates":[[[[105.69924148479832,10.083515870015296],[105.71543267603789,10.115637287253707],[105.73617373951787,10.097244910940226],[105.73374562814767,10.092014259810975],[105.74120015698047,10.083992415237484],[105.73191887146261,10.071579546830975],[105.70989567440866,10.070274720627367],[105.69924148479832,10.083515870015296]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150101,"COMMUNE_E":"Tra Noc ward","E":"Ward","POPULATION":11638,"LVLID":"VNP057005001000000000","NAME":"Tra Noc ward"}},{"type":"Feature","id":"vn_admin3_cantho.9675","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73191887146261,10.071579546830975],[105.74120015698047,10.083992415237484],[105.75823097551627,10.075959224349177],[105.74894968999841,10.059983613091076],[105.73191887146261,10.071579546830975]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150103,"COMMUNE_E":"Binh Thuy ward","E":"Ward","POPULATION":13621,"LVLID":"VNP057005012000000000","NAME":"Binh Thuy ward"}},{"type":"Feature","id":"vn_admin3_cantho.9676","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73374562814767,10.092014259810975],[105.73617373951787,10.097244910940226],[105.77977762734804,10.07108030897916],[105.77243656166338,10.061969218183524],[105.77700912653341,10.050464054962136],[105.7634502803307,10.040989882092454],[105.75694884194229,10.044541278629232],[105.74894968999841,10.059983613091076],[105.75823097551627,10.075959224349177],[105.74120015698047,10.083992415237484],[105.73374562814767,10.092014259810975]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150105,"COMMUNE_E":"An Thoi ward","E":"Ward","POPULATION":17401,"LVLID":"VNP057005022000000000","NAME":"An Thoi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9677","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77243656166338,10.061969218183524],[105.77977762734804,10.07108030897916],[105.80843841856817,10.038970238055562],[105.79745518582824,10.033569392204102],[105.79472072395806,10.036145005666878],[105.79009142751396,10.040002752703636],[105.78328363862556,10.04428031338851],[105.77700912653341,10.050464054962136],[105.77243656166338,10.061969218183524]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150107,"COMMUNE_E":"Cai Khe ward","E":"Ward","POPULATION":15753,"LVLID":"VNP057005021000000000","NAME":"Cai Khe ward"}},{"type":"Feature","id":"vn_admin3_cantho.9678","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7634502803307,10.040989882092454],[105.77700912653341,10.050464054962136],[105.78328363862556,10.04428031338851],[105.77776932962595,10.038516385463003],[105.77801894855186,10.036496741426113],[105.77403639205215,10.03518056890769],[105.77401369942253,10.035169222592875],[105.7634502803307,10.040989882092454]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150109,"COMMUNE_E":"An Hoa ward","E":"Ward","POPULATION":17665,"LVLID":"VNP057005020000000000","NAME":"An Hoa ward"}},{"type":"Feature","id":"vn_admin3_cantho.9679","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77776932962595,10.038516385463003],[105.78328363862556,10.04428031338851],[105.79009142751396,10.040002752703636],[105.78595002260684,10.038402922314862],[105.78216035345898,10.037075403481627],[105.77801894855186,10.036496741426113],[105.77776932962595,10.038516385463003]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150111,"COMMUNE_E":"Thoi Binh ward","E":"Ward","POPULATION":20121,"LVLID":"VNP057005019000000000","NAME":"Thoi Binh ward"}},{"type":"Feature","id":"vn_admin3_cantho.9680","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77403639205215,10.03518056890769],[105.77801894855186,10.036496741426113],[105.78216035345898,10.037075403481627],[105.78179727138493,10.035396148889156],[105.77973224208878,10.028849325241481],[105.77403639205215,10.03518056890769]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150113,"COMMUNE_E":"An Nghiep ward","E":"Ward","POPULATION":8410,"LVLID":"VNP057005018000000000","NAME":"An Nghiep ward"}},{"type":"Feature","id":"vn_admin3_cantho.9681","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78179727138493,10.035396148889156],[105.78216035345898,10.037075403481627],[105.78595002260684,10.038402922314862],[105.79146433160645,10.031606479741281],[105.78716407829194,10.028236624241526],[105.78179727138493,10.035396148889156]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150115,"COMMUNE_E":"An Cu ward","E":"Ward","POPULATION":20012,"LVLID":"VNP057005017000000000","NAME":"An Cu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9682","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78595002260684,10.038402922314862],[105.79009142751396,10.040002752703636],[105.79472072395806,10.036145005666878],[105.79146433160645,10.031606479741281],[105.78595002260684,10.038402922314862]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150117,"COMMUNE_E":"An Hoi ward","E":"Ward","POPULATION":12366,"LVLID":"VNP057005016000000000","NAME":"An Hoi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9683","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78716407829194,10.028236624241526],[105.79146433160645,10.031606479741281],[105.79472072395806,10.036145005666878],[105.79745518582824,10.033569392204102],[105.78981911595842,10.021814610056806],[105.78716407829194,10.028236624241526]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150119,"COMMUNE_E":"Tan An ward","E":"Ward","POPULATION":11517,"LVLID":"VNP057005015000000000","NAME":"Tan An ward"}},{"type":"Feature","id":"vn_admin3_cantho.9684","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78459981114398,10.025808512871333],[105.78716407829194,10.028236624241526],[105.78981911595842,10.021814610056806],[105.7850990489958,10.02133806483462],[105.78459981114398,10.025808512871333]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150121,"COMMUNE_E":"An Lac ward","E":"Ward","POPULATION":16090,"LVLID":"VNP057005014000000000","NAME":"An Lac ward"}},{"type":"Feature","id":"vn_admin3_cantho.9685","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77973224208878,10.028849325241481],[105.78179727138493,10.035396148889156],[105.78716407829194,10.028236624241526],[105.78459981114398,10.025808512871333],[105.77973224208878,10.028849325241481]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150123,"COMMUNE_E":"An Phu ward","E":"Ward","POPULATION":11639,"LVLID":"VNP057005013000000000","NAME":"An Phu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9686","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77401369942253,10.035169222592875],[105.77403639205215,10.03518056890769],[105.77973224208878,10.028849325241481],[105.78459981114398,10.025808512871333],[105.7850990489958,10.02133806483462],[105.77914223371845,10.01580106320539],[105.77040557131167,10.020611900686523],[105.77401369942253,10.035169222592875]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150125,"COMMUNE_E":"Xuan Khanh ward","E":"Ward","POPULATION":24000,"LVLID":"VNP057005002000000000","NAME":"Xuan Khanh ward"}},{"type":"Feature","id":"vn_admin3_cantho.9687","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77040557131167,10.020611900686523],[105.77914223371845,10.01580106320539],[105.77699778021861,10.008709616446646],[105.76009177114575,10.005543994613543],[105.77040557131167,10.020611900686523]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150127,"COMMUNE_E":"Hung Loi ward","E":"Ward","POPULATION":14796,"LVLID":"VNP057005011000000000","NAME":"Hung Loi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9688","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77699778021861,10.008709616446646],[105.77914223371845,10.01580106320539],[105.7850990489958,10.02133806483462],[105.78981911595842,10.021814610056806],[105.79745518582824,10.033569392204102],[105.80843841856817,10.038970238055562],[105.81901318397482,10.01997650705694],[105.80186890229088,10.01525644009432],[105.79577593123577,9.988501829762926],[105.77699778021861,10.008709616446646]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150129,"COMMUNE_E":"Hung Phu ward","E":"Ward","POPULATION":14497,"LVLID":"VNP057005010000000000","NAME":"Hung Phu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9689","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70989567440866,10.070274720627367],[105.73191887146261,10.071579546830975],[105.74894968999841,10.059983613091076],[105.75694884194229,10.044541278629232],[105.74846179846142,10.029427987296994],[105.72820862651844,10.046345342684658],[105.71082607222341,10.042986833499716],[105.71295917940843,10.051462530665768],[105.70989567440866,10.070274720627367]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150131,"COMMUNE_E":"Long Hoa","E":"Commune","POPULATION":14310,"LVLID":"VNP057005009000000000","NAME":"Long Hoa"}},{"type":"Feature","id":"vn_admin3_cantho.9690","geometry":{"type":"MultiPolygon","coordinates":[[[[105.66590601187481,10.08446896045967],[105.69924148479832,10.083515870015296],[105.70989567440866,10.070274720627367],[105.71295917940843,10.051462530665768],[105.67793310557764,10.05055482548065],[105.66590601187481,10.08446896045967]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150133,"COMMUNE_E":"Thoi An Dong","E":"Commune","POPULATION":8328,"LVLID":"VNP057005008000000000","NAME":"Thoi An Dong"}},{"type":"Feature","id":"vn_admin3_cantho.9691","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6676760369858,10.034125361629988],[105.67793310557764,10.05055482548065],[105.71295917940843,10.051462530665768],[105.71082607222341,10.042986833499716],[105.70746756303846,10.013645263390732],[105.70777391353845,10.010059827909512],[105.68690804059551,10.00943578059474],[105.67341727228167,10.01997650705694],[105.6676760369858,10.034125361629988]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150135,"COMMUNE_E":"Giai Xuan","E":"Commune","POPULATION":17011,"LVLID":"VNP057005007000000000","NAME":"Giai Xuan"}},{"type":"Feature","id":"vn_admin3_cantho.9692","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70746756303846,10.013645263390732],[105.71082607222341,10.042986833499716],[105.72820862651844,10.046345342684658],[105.74846179846142,10.029427987296994],[105.7452054061098,10.015744331631321],[105.7183713715747,10.002832225372998],[105.70777391353845,10.010059827909512],[105.70746756303846,10.013645263390732]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150137,"COMMUNE_E":"Long Tuyen","E":"Commune","POPULATION":14482,"LVLID":"VNP057005006000000000","NAME":"Long Tuyen"}},{"type":"Feature","id":"vn_admin3_cantho.9693","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7183713715747,10.002832225372998],[105.7452054061098,10.015744331631321],[105.74846179846142,10.029427987296994],[105.75694884194229,10.044541278629232],[105.7634502803307,10.040989882092454],[105.77401369942253,10.035169222592875],[105.77040557131167,10.020611900686523],[105.76009177114575,10.005543994613543],[105.75757288925705,10.004568211539539],[105.74478559246168,9.990884555873864],[105.73446044598096,9.99098667270719],[105.7183713715747,10.002832225372998]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150139,"COMMUNE_E":"An Binh","E":"Commune","POPULATION":15215,"LVLID":"VNP057005005000000000","NAME":"An Binh"}},{"type":"Feature","id":"vn_admin3_cantho.9694","geometry":{"type":"MultiPolygon","coordinates":[[[[105.68690804059551,10.00943578059474],[105.70777391353845,10.010059827909512],[105.7183713715747,10.002832225372998],[105.73446044598096,9.99098667270719],[105.69457814940976,9.982817326041117],[105.68690804059551,10.00943578059474]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150141,"COMMUNE_E":"My Khanh","E":"Commune","POPULATION":10480,"LVLID":"VNP057005004000000000","NAME":"My Khanh"}},{"type":"Feature","id":"vn_admin3_cantho.9695","geometry":{"type":"MultiPolygon","coordinates":[[[[105.75757288925705,10.004568211539539],[105.76009177114575,10.005543994613543],[105.77699778021861,10.008709616446646],[105.79577593123577,9.988501829762926],[105.77742894018154,9.98299886707814],[105.75757288925705,10.004568211539539]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150143,"COMMUNE_E":"Hung Thanh","E":"Commune","POPULATION":5390,"LVLID":"VNP057005003000000000","NAME":"Hung Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9696","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50003423560906,10.262628795668974],[105.52984100462542,10.28367620964893],[105.54967436292027,10.264727863909561],[105.50003423560906,10.262628795668974]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150301,"COMMUNE_E":"Thot Not town","E":"Town","POPULATION":20150,"LVLID":"VNP057007009000000000","NAME":"Thot Not town"}},{"type":"Feature","id":"vn_admin3_cantho.9697","geometry":{"type":"MultiPolygon","coordinates":[[[[105.28633774240234,10.249444377855115],[105.31191233599307,10.213680793561412],[105.29914773182733,10.1981023033218],[105.32951047026958,10.162758532676216],[105.32391673706628,10.136230848641102],[105.3015531505679,10.135447952918936],[105.230116752499,10.197682489673683],[105.26581225890382,10.243476216262955],[105.28633774240234,10.249444377855115]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150303,"COMMUNE_E":"Thanh Thang","E":"Commune","POPULATION":23700,"LVLID":"VNP057007010000000000","NAME":"Thanh Thang"}},{"type":"Feature","id":"vn_admin3_cantho.9698","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34095890191689,10.231324313097168],[105.36478616302628,10.193484353192506],[105.37822019976605,10.190840661840845],[105.39449081520931,10.16038715288009],[105.37614382415508,10.15887809300983],[105.35047846004584,10.133053880493184],[105.35830741726748,10.096371244699549],[105.32391673706628,10.136230848641102],[105.32951047026958,10.162758532676216],[105.29914773182733,10.1981023033218],[105.31191233599307,10.213680793561412],[105.28633774240234,10.249444377855115],[105.31456737365954,10.274894161982898],[105.34095890191689,10.231324313097168]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150305,"COMMUNE_E":"Thanh An","E":"Commune","POPULATION":33174,"LVLID":"VNP057007008000000000","NAME":"Thanh An"}},{"type":"Feature","id":"vn_admin3_cantho.9699","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43360156237314,10.261891285206064],[105.45032603040896,10.231290274152727],[105.4533554964643,10.227387141856713],[105.4377883525395,10.20648722996934],[105.42526202098486,10.21865047944994],[105.40684695204175,10.210118050709818],[105.41813653528166,10.163064883176194],[105.39449081520931,10.16038715288009],[105.37822019976605,10.190840661840845],[105.36478616302628,10.193484353192506],[105.34095890191689,10.231324313097168],[105.43360156237314,10.261891285206064]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150307,"COMMUNE_E":"Thanh Quoi","E":"Commune","POPULATION":25476,"LVLID":"VNP057007003000000000","NAME":"Thanh Quoi"}},{"type":"Feature","id":"vn_admin3_cantho.9700","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48257225711033,10.308377136998988],[105.49150180686894,10.282382729760133],[105.46724338579662,10.267087897390873],[105.45032603040896,10.231290274152727],[105.43360156237314,10.261891285206064],[105.44847658109428,10.267848100483409],[105.43467946228047,10.297450635833115],[105.48257225711033,10.308377136998988]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150309,"COMMUNE_E":"Vinh Trinh","E":"Commune","POPULATION":20795,"LVLID":"VNP057007002000000000","NAME":"Vinh Trinh"}},{"type":"Feature","id":"vn_admin3_cantho.9701","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45032603040896,10.231290274152727],[105.46724338579662,10.267087897390873],[105.49150180686894,10.282382729760133],[105.48257225711033,10.308377136998988],[105.49993211877573,10.323422350442343],[105.51688351310784,10.307480778128683],[105.52984100462542,10.28367620964893],[105.50003423560906,10.262628795668974],[105.45955058435274,10.227648107097435],[105.4533554964643,10.227387141856713],[105.45032603040896,10.231290274152727]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150311,"COMMUNE_E":"Thoi Thuan","E":"Commune","POPULATION":28381,"LVLID":"VNP057007001000000000","NAME":"Thoi Thuan"}},{"type":"Feature","id":"vn_admin3_cantho.9702","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62938222448857,10.18442999397094],[105.60521457393477,10.20025810313646],[105.57875496778854,10.23468282228211],[105.54967436292027,10.264727863909561],[105.52984100462542,10.28367620964893],[105.51688351310784,10.307480778128683],[105.54586200114278,10.291437088981699],[105.59735157776868,10.24516681717024],[105.62150788200766,10.210220167543143],[105.62938222448857,10.18442999397094]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150313,"COMMUNE_E":"Tan Loc","E":"Commune","POPULATION":30614,"LVLID":"VNP057007012000000000","NAME":"Tan Loc"}},{"type":"Feature","id":"vn_admin3_cantho.9703","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45955058435274,10.227648107097435],[105.50003423560906,10.262628795668974],[105.54967436292027,10.264727863909561],[105.57875496778854,10.23468282228211],[105.5557673339754,10.223892476894004],[105.55087707229056,10.205250481654616],[105.5464520095131,10.221770716023787],[105.49124084162821,10.227046752412294],[105.4664945290189,10.22675174822713],[105.45955058435274,10.227648107097435]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150315,"COMMUNE_E":"Trung Nhat","E":"Commune","POPULATION":41711,"LVLID":"VNP057007013000000000","NAME":"Trung Nhat"}},{"type":"Feature","id":"vn_admin3_cantho.9704","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40684695204175,10.210118050709818],[105.42526202098486,10.21865047944994],[105.4377883525395,10.20648722996934],[105.4533554964643,10.227387141856713],[105.45955058435274,10.227648107097435],[105.4664945290189,10.22675174822713],[105.47688775338852,10.203491802858446],[105.46009520746381,10.181831687878535],[105.41813653528166,10.163064883176194],[105.40684695204175,10.210118050709818]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150317,"COMMUNE_E":"Thanh Loc","E":"Commune","POPULATION":10130,"LVLID":"VNP057007004000000000","NAME":"Thanh Loc"}},{"type":"Feature","id":"vn_admin3_cantho.9705","geometry":{"type":"MultiPolygon","coordinates":[[[[105.35047846004584,10.133053880493184],[105.37614382415508,10.15887809300983],[105.39449081520931,10.16038715288009],[105.41813653528166,10.163064883176194],[105.46009520746381,10.181831687878535],[105.45334415014949,10.171381731934849],[105.46976226768533,10.117872511272063],[105.43836701459502,10.09595143105143],[105.36857583217414,10.070240681682925],[105.35830741726748,10.096371244699549],[105.35047846004584,10.133053880493184]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150319,"COMMUNE_E":"Thanh Phu","E":"Commune","POPULATION":31840,"LVLID":"VNP057007011000000000","NAME":"Thanh Phu"}},{"type":"Feature","id":"vn_admin3_cantho.9706","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45334415014949,10.171381731934849],[105.46009520746381,10.181831687878535],[105.47688775338852,10.203491802858446],[105.4664945290189,10.22675174822713],[105.49124084162821,10.227046752412294],[105.48252687185108,10.2108328685431],[105.50464083942354,10.201233886210462],[105.52048029490388,10.160353113935649],[105.54245810669858,10.17379849699023],[105.53999595638395,10.16783033539807],[105.46976226768533,10.117872511272063],[105.45334415014949,10.171381731934849]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150321,"COMMUNE_E":"Trung Hung","E":"Commune","POPULATION":25395,"LVLID":"VNP057007006000000000","NAME":"Trung Hung"}},{"type":"Feature","id":"vn_admin3_cantho.9707","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48252687185108,10.2108328685431],[105.49124084162821,10.227046752412294],[105.5464520095131,10.221770716023787],[105.55087707229056,10.205250481654616],[105.54245810669858,10.17379849699023],[105.52048029490388,10.160353113935649],[105.50464083942354,10.201233886210462],[105.48252687185108,10.2108328685431]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150323,"COMMUNE_E":"Trung An","E":"Commune","POPULATION":25395,"LVLID":"VNP057007007000000000","NAME":"Trung An"}},{"type":"Feature","id":"vn_admin3_cantho.9708","geometry":{"type":"MultiPolygon","coordinates":[[[[105.53999595638395,10.16783033539807],[105.54245810669858,10.17379849699023],[105.55087707229056,10.205250481654616],[105.5557673339754,10.223892476894004],[105.57875496778854,10.23468282228211],[105.60521457393477,10.20025810313646],[105.57784726260341,10.184645573952405],[105.56075971249355,10.147872167640259],[105.53999595638395,10.16783033539807]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150325,"COMMUNE_E":"Thuan Hung","E":"Commune","POPULATION":28587,"LVLID":"VNP057007005000000000","NAME":"Thuan Hung"}},{"type":"Feature","id":"vn_admin3_cantho.9709","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61257833224904,10.144502312140503],[105.63072108963662,10.11829232492018],[105.65537663172742,10.11504727888338],[105.65344775820905,10.097437798292063],[105.63306977680311,10.08824728329273],[105.60364878249044,10.123511629734617],[105.61257833224904,10.144502312140503]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150501,"COMMUNE_E":"O Mon town","E":"Town","POPULATION":17294,"LVLID":"VNP057004002000000000","NAME":"O Mon town"}},{"type":"Feature","id":"vn_admin3_cantho.9710","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43836701459502,10.09595143105143],[105.46976226768533,10.117872511272063],[105.53999595638395,10.16783033539807],[105.56075971249355,10.147872167640259],[105.57784726260341,10.184645573952405],[105.60521457393477,10.20025810313646],[105.62938222448857,10.18442999397094],[105.63948044467303,10.172697904453273],[105.61257833224904,10.144502312140503],[105.60364878249044,10.123511629734617],[105.56195107554902,10.095508924773684],[105.53044235931056,10.084684540441136],[105.49042390696161,10.092808501847955],[105.43836701459502,10.09595143105143]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150503,"COMMUNE_E":"Thoi Long","E":"Commune","POPULATION":48400,"LVLID":"VNP057004013000000000","NAME":"Thoi Long"}},{"type":"Feature","id":"vn_admin3_cantho.9711","geometry":{"type":"MultiPolygon","coordinates":[[[[105.36857583217414,10.070240681682925],[105.43836701459502,10.09595143105143],[105.49042390696161,10.092808501847955],[105.49559782651679,10.06087997196138],[105.45388877326056,10.062354992887201],[105.4227091001517,10.022177692130855],[105.36857583217414,10.070240681682925]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150505,"COMMUNE_E":"Thoi Dong","E":"Commune","POPULATION":26924,"LVLID":"VNP057004012000000000","NAME":"Thoi Dong"}},{"type":"Feature","id":"vn_admin3_cantho.9712","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4227091001517,10.022177692130855],[105.45388877326056,10.062354992887201],[105.49559782651679,10.06087997196138],[105.49029909749865,10.051110794906535],[105.5119819051082,10.043815114481138],[105.51077919573791,10.024957539260283],[105.48351400123988,9.965786507505314],[105.4227091001517,10.022177692130855]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150507,"COMMUNE_E":"Dong Thuan","E":"Commune","POPULATION":16932,"LVLID":"VNP057004011000000000","NAME":"Dong Thuan"}},{"type":"Feature","id":"vn_admin3_cantho.9713","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49029909749865,10.051110794906535],[105.49559782651679,10.06087997196138],[105.49042390696161,10.092808501847955],[105.53044235931056,10.084684540441136],[105.56195107554902,10.095508924773684],[105.58054768552915,10.065100801072186],[105.58269213902899,10.050634249684347],[105.54746183153155,10.015891833723902],[105.51077919573791,10.024957539260283],[105.5119819051082,10.043815114481138],[105.49029909749865,10.051110794906535]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150509,"COMMUNE_E":"Thoi Lai","E":"Commune","POPULATION":30762,"LVLID":"VNP057004010000000000","NAME":"Thoi Lai"}},{"type":"Feature","id":"vn_admin3_cantho.9714","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56195107554902,10.095508924773684],[105.60364878249044,10.123511629734617],[105.63306977680311,10.08824728329273],[105.63577019972885,10.070013755386645],[105.6024914583794,10.085331280385534],[105.58054768552915,10.065100801072186],[105.56195107554902,10.095508924773684]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150511,"COMMUNE_E":"Thoi Thanh","E":"Commune","POPULATION":16843,"LVLID":"VNP057004009000000000","NAME":"Thoi Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9715","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61257833224904,10.144502312140503],[105.63948044467303,10.172697904453273],[105.67621981204073,10.1385795358076],[105.65537663172742,10.11504727888338],[105.63072108963662,10.11829232492018],[105.61257833224904,10.144502312140503]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150513,"COMMUNE_E":"Thoi An","E":"Commune","POPULATION":25480,"LVLID":"VNP057004008000000000","NAME":"Thoi An"}},{"type":"Feature","id":"vn_admin3_cantho.9716","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65344775820905,10.097437798292063],[105.65537663172742,10.11504727888338],[105.67621981204073,10.1385795358076],[105.71543267603789,10.115637287253707],[105.69924148479832,10.083515870015296],[105.66590601187481,10.08446896045967],[105.65344775820905,10.097437798292063]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150515,"COMMUNE_E":"Phuoc Thoi","E":"Commune","POPULATION":18153,"LVLID":"VNP057004007000000000","NAME":"Phuoc Thoi"}},{"type":"Feature","id":"vn_admin3_cantho.9717","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63067570437737,10.037563295018627],[105.63577019972885,10.070013755386645],[105.63306977680311,10.08824728329273],[105.65344775820905,10.097437798292063],[105.66590601187481,10.08446896045967],[105.67793310557764,10.05055482548065],[105.6676760369858,10.034125361629988],[105.63236630528465,10.031277436611676],[105.63067570437737,10.037563295018627]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150517,"COMMUNE_E":"Truong Lac","E":"Commune","POPULATION":15214,"LVLID":"VNP057004006000000000","NAME":"Truong Lac"}},{"type":"Feature","id":"vn_admin3_cantho.9718","geometry":{"type":"MultiPolygon","coordinates":[[[[105.58054768552915,10.065100801072186],[105.6024914583794,10.085331280385534],[105.63577019972885,10.070013755386645],[105.63067570437737,10.037563295018627],[105.61434835736003,10.028497589482248],[105.58269213902899,10.050634249684347],[105.58054768552915,10.065100801072186]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150519,"COMMUNE_E":"Dinh Mon","E":"Commune","POPULATION":10476,"LVLID":"VNP057004005000000000","NAME":"Dinh Mon"}},{"type":"Feature","id":"vn_admin3_cantho.9719","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63236630528465,10.031277436611676],[105.6676760369858,10.034125361629988],[105.67341727228167,10.01997650705694],[105.64484725158005,10.006769396613453],[105.62968857498855,10.00371723792849],[105.63236630528465,10.031277436611676]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150521,"COMMUNE_E":"Tan Thoi","E":"Commune","POPULATION":14067,"LVLID":"VNP057004004000000000","NAME":"Tan Thoi"}},{"type":"Feature","id":"vn_admin3_cantho.9720","geometry":{"type":"MultiPolygon","coordinates":[[[[105.54746183153155,10.015891833723902],[105.58269213902899,10.050634249684347],[105.61434835736003,10.028497589482248],[105.63067570437737,10.037563295018627],[105.63236630528465,10.031277436611676],[105.62968857498855,10.00371723792849],[105.59690907149093,10.001482013910133],[105.58981762473218,9.984519273263215],[105.57748418052937,9.987072194096363],[105.54746183153155,10.015891833723902]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150523,"COMMUNE_E":"Truong Thanh","E":"Commune","POPULATION":18050,"LVLID":"VNP057004003000000000","NAME":"Truong Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9721","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48351400123988,9.965786507505314],[105.51077919573791,10.024957539260283],[105.54746183153155,10.015891833723902],[105.57748418052937,9.987072194096363],[105.56759019401157,9.983384641781816],[105.53620628723607,9.917439860082894],[105.48351400123988,9.965786507505314]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150525,"COMMUNE_E":"Truong Xuan","E":"Commune","POPULATION":24357,"LVLID":"VNP057004001000000000","NAME":"Truong Xuan"}},{"type":"Feature","id":"vn_admin3_cantho.9722","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73421082705504,9.916078302305214],[105.73627585635118,9.923725718489846],[105.7622362246456,9.924519960526824],[105.75834443866441,9.907114713602162],[105.73421082705504,9.916078302305214]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150701,"COMMUNE_E":"Cai Rang town","E":"Town","POPULATION":10850,"LVLID":"VNP057001010000000000","NAME":"Cai Rang town"}},{"type":"Feature","id":"vn_admin3_cantho.9723","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64484725158005,10.006769396613453],[105.67341727228167,10.01997650705694],[105.68690804059551,10.00943578059474],[105.69457814940976,9.982817326041117],[105.67785368137395,9.960703358468646],[105.6520294688573,9.966955177931155],[105.64484725158005,10.006769396613453]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150703,"COMMUNE_E":"Nhon Ai","E":"Commune","POPULATION":24711,"LVLID":"VNP057001008000000000","NAME":"Nhon Ai"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[105.230116752499,9.57985295542219,105.90147820004292,10.323422350442343]}
\ No newline at end of file

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin1'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin1	2009-09-07 19:05:18 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin1	1970-01-01 00:00:00 +0000
@@ -1,23 +0,0 @@
-{
-"type": "FeatureCollection",
-"features": [
-{ "type": "Feature", "properties": { "PARTS_": 3, "POINTS_": 4744, "LENGTH_": 1604.235000, "AREA_": 36909.310000, "LVLID": "ZMP005000000000000000", "NAME": "Central", "ISO_CTRY": "ZM", "ID": "003ZMB100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.435491, -13.424137 ], [ 31.413520, -13.460756 ], [ 31.372435, -13.454683 ], [ 31.314738, -13.488801 ], [ 31.301162, -13.526670 ], [ 31.276332, -13.526135 ], [ 31.248645, -13.549892 ], [ 31.220421, -13.596515 ], [ 31.200057, -13.587762 ], [ 31.147183, -13.614914 ], [ 31.124675, -13.645995 ], [ 31.144503, -13.696726 ], [ 31.126104, -13.721556 ], [ 31.073230, -13.749779 ], [ 31.069836, -13.774966 ], [ 31.043220, -13.766392 ], [ 31.011067, -13.797831 ], [ 30.984272, -13.797652 ], [ 30.982129, -13.843381 ], [ 30.949975, -13.852670 ], [ 30.945688, -13.884823 ], [ 30.921752, -13.882322 ], [ 30.892814, -13.916084 ], [ 30.892457, -13.933411 ], [ 30.750089, -13.936269 ], [ 30.455885, -13.931982 ], [ 30.134709, -13.933589 ], [ 30.106307, -13.939841 ], [ 30.159717, -13.979318 ], [ 30.163111, -14.037909 ], [ 30.193478, -14.067383 ], [ 30.255284, -14.075421 ], [ 30.286008, -14.094177 ], [ 30.311017, -14.152768 ], [ 30.313517, -14.185279 ], [ 30.286366, -14.182599 ], [ 30.147213, -14.325503 ], [ 30.118811, -14.375341 ], [ 30.078798, -14.362479 ], [ 30.059863, -14.394097 ], [ 30.062185, -14.416604 ], [ 30.033068, -14.429823 ], [ 29.996271, -14.515565 ], [ 30.008775, -14.524675 ], [ 29.988590, -14.547897 ], [ 29.978765, -14.582373 ], [ 29.991448, -14.614526 ], [ 30.013598, -14.626316 ], [ 30.007524, -14.647930 ], [ 29.971620, -14.641857 ], [ 29.931964, -14.669366 ], [ 29.861762, -14.690980 ], [ 29.812282, -14.693123 ], [ 29.767625, -14.717596 ], [ 29.751012, -14.706521 ], [ 29.699388, -14.744747 ], [ 29.662590, -14.749570 ], [ 29.654195, -14.762968 ], [ 29.609537, -14.777794 ], [ 29.581492, -14.805303 ], [ 29.537013, -14.820129 ], [ 29.506289, -14.819772 ], [ 29.506468, -14.984111 ], [ 29.367494, -14.984111 ], [ 29.245132, -14.868716 ], [ 29.124200, -14.976252 ], [ 28.970400, -14.994115 ], [ 28.874833, -15.164885 ], [ 28.804452, -15.160955 ], [ 28.797129, -15.171851 ], [ 28.704777, -15.166135 ], [ 28.675482, -15.178818 ], [ 28.550084, -15.180783 ], [ 28.511142, -15.135947 ], [ 28.469343, -15.124872 ], [ 28.412539, -15.119513 ], [ 28.367167, -15.139877 ], [ 28.337693, -15.217938 ], [ 28.315543, -15.213472 ], [ 28.314292, -15.259916 ], [ 28.295000, -15.258308 ], [ 28.274815, -15.335833 ], [ 28.222298, -15.314755 ], [ 28.218189, -15.327974 ], [ 28.172639, -15.307074 ], [ 28.084217, -15.277600 ], [ 28.008656, -15.269562 ], [ 28.000440, -15.259737 ], [ 27.975610, -15.294570 ], [ 27.888796, -15.257415 ], [ 27.854142, -15.234729 ], [ 27.836457, -15.265989 ], [ 27.820917, -15.269383 ], [ 27.775366, -15.321722 ], [ 27.808412, -15.388529 ], [ 27.846996, -15.388172 ], [ 27.902193, -15.371917 ], [ 27.911839, -15.404606 ], [ 27.933275, -15.383349 ], [ 27.955782, -15.455337 ], [ 27.963106, -15.508033 ], [ 27.959891, -15.583057 ], [ 27.791085, -15.582343 ], [ 27.769292, -15.624678 ], [ 27.791978, -15.655938 ], [ 27.753930, -15.640219 ], [ 27.718740, -15.673265 ], [ 27.673547, -15.653616 ], [ 27.641751, -15.629680 ], [ 27.665330, -15.598419 ], [ 27.656041, -15.570374 ], [ 27.615135, -15.521073 ], [ 27.536002, -15.490170 ], [ 27.509743, -15.507140 ], [ 27.512959, -15.525181 ], [ 27.489558, -15.558585 ], [ 27.473839, -15.557870 ], [ 27.447580, -15.587344 ], [ 27.436505, -15.571804 ], [ 27.415070, -15.579842 ], [ 27.405602, -15.555012 ], [ 27.371841, -15.621463 ], [ 27.353799, -15.611459 ], [ 27.332364, -15.647721 ], [ 27.303247, -15.655045 ], [ 27.300925, -15.752220 ], [ 27.279847, -15.722746 ], [ 27.257339, -15.721317 ], [ 27.207144, -15.469270 ], [ 26.977962, -15.463375 ], [ 27.006900, -15.351553 ], [ 26.863461, -15.339406 ], [ 26.826127, -15.329939 ], [ 26.750745, -15.332618 ], [ 26.385090, -15.329224 ], [ 25.988174, -15.287782 ], [ 25.315276, -15.283674 ], [ 25.335282, -15.245625 ], [ 25.314025, -15.198467 ], [ 25.337247, -15.161669 ], [ 25.390658, -15.134518 ], [ 25.425490, -15.131838 ], [ 25.417452, -15.077892 ], [ 25.435494, -15.075213 ], [ 25.463003, -15.030019 ], [ 25.472649, -14.991792 ], [ 25.439959, -14.927307 ], [ 25.434065, -14.903192 ], [ 25.450677, -14.858535 ], [ 25.455322, -14.815306 ], [ 25.493727, -14.784760 ], [ 25.497835, -14.731171 ], [ 25.477829, -14.703484 ], [ 25.504266, -14.670259 ], [ 25.511769, -14.644357 ], [ 25.539813, -14.610954 ], [ 25.548209, -14.580408 ], [ 25.568751, -14.576835 ], [ 25.589830, -14.539859 ], [ 25.590366, -14.535215 ], [ 26.192170, -14.622922 ], [ 26.185560, -14.649538 ], [ 26.226824, -14.662399 ], [ 26.250403, -14.681691 ], [ 26.310065, -14.703662 ], [ 26.318818, -14.730993 ], [ 26.365798, -14.711879 ], [ 26.368120, -14.665972 ], [ 26.398130, -14.634711 ], [ 26.426353, -14.578979 ], [ 26.455827, -14.555042 ], [ 26.498341, -14.538073 ], [ 26.519241, -14.485377 ], [ 26.581583, -14.453402 ], [ 26.619095, -14.470551 ], [ 26.630885, -14.450365 ], [ 26.661609, -14.443220 ], [ 26.691440, -14.462869 ], [ 26.720021, -14.450544 ], [ 26.738777, -14.456796 ], [ 26.760391, -14.436432 ], [ 26.797368, -14.431431 ], [ 26.806835, -14.418212 ], [ 26.851492, -14.421963 ], [ 26.864890, -14.412853 ], [ 26.914370, -14.422678 ], [ 26.968495, -14.422678 ], [ 27.000112, -14.227078 ], [ 26.982785, -14.229043 ], [ 26.955276, -14.137942 ], [ 26.863639, -14.051306 ], [ 26.858816, -14.032907 ], [ 26.908654, -13.995038 ], [ 26.928839, -13.953596 ], [ 26.938128, -13.898221 ], [ 26.932769, -13.837665 ], [ 26.857566, -13.796223 ], [ 26.822733, -13.750315 ], [ 27.019404, -13.723878 ], [ 27.342189, -13.721556 ], [ 27.355050, -13.747814 ], [ 27.341831, -13.763891 ], [ 27.357551, -13.784433 ], [ 27.355407, -13.808191 ], [ 27.383095, -13.815872 ], [ 27.380951, -13.889110 ], [ 27.406853, -13.925908 ], [ 27.420964, -13.900543 ], [ 27.451689, -13.896077 ], [ 27.492416, -13.868568 ], [ 27.482949, -13.851241 ], [ 27.480448, -13.801760 ], [ 27.511172, -13.793543 ], [ 27.552614, -13.825340 ], [ 27.567619, -13.768178 ], [ 27.597093, -13.740669 ], [ 27.595128, -13.708694 ], [ 27.626389, -13.701906 ], [ 27.619958, -13.675826 ], [ 27.655863, -13.645638 ], [ 27.718919, -13.686723 ], [ 27.776974, -13.690295 ], [ 27.815200, -13.675112 ], [ 27.833421, -13.651354 ], [ 27.935061, -13.783897 ], [ 27.907016, -13.819981 ], [ 27.905766, -13.836593 ], [ 27.879328, -13.846775 ], [ 27.903801, -13.915548 ], [ 27.922557, -13.936447 ], [ 27.983112, -13.909474 ], [ 28.027413, -13.916619 ], [ 28.069391, -13.913404 ], [ 28.099579, -13.898935 ], [ 28.160492, -13.896613 ], [ 28.189787, -13.870176 ], [ 28.224084, -13.868568 ], [ 28.284461, -13.885538 ], [ 28.331441, -13.869997 ], [ 28.354662, -13.881965 ], [ 28.406287, -13.888575 ], [ 28.477381, -13.880179 ], [ 28.558122, -13.859636 ], [ 28.656011, -13.858029 ], [ 28.654403, -13.781218 ], [ 28.642971, -13.731738 ], [ 28.712458, -13.652247 ], [ 28.701919, -13.630990 ], [ 28.750685, -13.612234 ], [ 28.832855, -13.595086 ], [ 28.838392, -13.582403 ], [ 28.917168, -13.522562 ], [ 28.955037, -13.505949 ], [ 29.005947, -13.449860 ], [ 29.069539, -13.405381 ], [ 29.035064, -13.407167 ], [ 29.087402, -13.377515 ], [ 29.121520, -13.369833 ], [ 29.142777, -13.381087 ], [ 29.179575, -13.441464 ], [ 29.247990, -13.392877 ], [ 29.306581, -13.368226 ], [ 29.316048, -13.331964 ], [ 29.348738, -13.348219 ], [ 29.365171, -13.326605 ], [ 29.441804, -13.313922 ], [ 29.490748, -13.271230 ], [ 29.528082, -13.227644 ], [ 29.560414, -13.227644 ], [ 29.588995, -13.213711 ], [ 29.643120, -13.239612 ], [ 29.670271, -13.226394 ], [ 29.682418, -13.264620 ], [ 29.653659, -13.288557 ], [ 29.663305, -13.310350 ], [ 29.645978, -13.355186 ], [ 29.609001, -13.360366 ], [ 29.610609, -13.408775 ], [ 29.646513, -13.437356 ], [ 29.679739, -13.430746 ], [ 29.712428, -13.455754 ], [ 29.764588, -13.437177 ], [ 29.808888, -13.455219 ], [ 29.809960, -13.082418 ], [ 29.808888, -12.867169 ], [ 29.810138, -12.188733 ], [ 29.813354, -12.145862 ], [ 29.839434, -12.132465 ], [ 29.844078, -12.086557 ], [ 29.865156, -12.045472 ], [ 29.926248, -12.015819 ], [ 29.994842, -12.002243 ], [ 30.018064, -12.042078 ], [ 30.053968, -12.071909 ], [ 30.050396, -12.113173 ], [ 30.069688, -12.118353 ], [ 30.104520, -12.173192 ], [ 30.124527, -12.178908 ], [ 30.141140, -12.204274 ], [ 30.203481, -12.211776 ], [ 30.219201, -12.228032 ], [ 30.267967, -12.251611 ], [ 30.323521, -12.254647 ], [ 30.351923, -12.280906 ], [ 30.369071, -12.269474 ], [ 30.447668, -12.273225 ], [ 30.482680, -12.300734 ], [ 30.508402, -12.345213 ], [ 30.505009, -12.394336 ], [ 30.454456, -12.443102 ], [ 30.468747, -12.473648 ], [ 30.524479, -12.515804 ], [ 30.553417, -12.516697 ], [ 30.580212, -12.536704 ], [ 30.581105, -12.584041 ], [ 30.597717, -12.613157 ], [ 30.624155, -12.626733 ], [ 30.644340, -12.610121 ], [ 30.695249, -12.612086 ], [ 30.713827, -12.652456 ], [ 30.755983, -12.677643 ], [ 30.760092, -12.691576 ], [ 30.730261, -12.739985 ], [ 30.736334, -12.768565 ], [ 30.761878, -12.793931 ], [ 30.769202, -12.855380 ], [ 30.744551, -12.880745 ], [ 30.758306, -12.910398 ], [ 30.811001, -12.919150 ], [ 30.851193, -12.949339 ], [ 30.888705, -12.928082 ], [ 30.928897, -12.960414 ], [ 30.956585, -12.941836 ], [ 30.981414, -12.956305 ], [ 31.042684, -12.968452 ], [ 31.072516, -13.004357 ], [ 31.078410, -13.029365 ], [ 31.108420, -13.038832 ], [ 31.169154, -13.031687 ], [ 31.208631, -12.968988 ], [ 31.270080, -12.958449 ], [ 31.295088, -12.974526 ], [ 31.326884, -12.967202 ], [ 31.356001, -13.000070 ], [ 31.337781, -13.064555 ], [ 31.357609, -13.091171 ], [ 31.366004, -13.124575 ], [ 31.365111, -13.175663 ], [ 31.384403, -13.200314 ], [ 31.363861, -13.258190 ], [ 31.393513, -13.281412 ], [ 31.398515, -13.306241 ], [ 31.435134, -13.330714 ], [ 31.422273, -13.396628 ], [ 31.435491, -13.424137 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2672, "LENGTH_": 1182.861000, "AREA_": 49768.270000, "LVLID": "ZMP009000000000000000", "NAME": "Western", "ISO_CTRY": "ZM", "ID": "003ZMB900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.589830, -14.539859 ], [ 25.568751, -14.576835 ], [ 25.548209, -14.580408 ], [ 25.539813, -14.610954 ], [ 25.511769, -14.644357 ], [ 25.504266, -14.670259 ], [ 25.477829, -14.703484 ], [ 25.497835, -14.731171 ], [ 25.493727, -14.784760 ], [ 25.455322, -14.815306 ], [ 25.450677, -14.858535 ], [ 25.434065, -14.903192 ], [ 25.439959, -14.927307 ], [ 25.472649, -14.991792 ], [ 25.463003, -15.030019 ], [ 25.435494, -15.075213 ], [ 25.417452, -15.077892 ], [ 25.425490, -15.131838 ], [ 25.390658, -15.134518 ], [ 25.337247, -15.161669 ], [ 25.314025, -15.198467 ], [ 25.335282, -15.245625 ], [ 25.315276, -15.283674 ], [ 25.339569, -15.349945 ], [ 25.304737, -15.386028 ], [ 25.314740, -15.408000 ], [ 25.306166, -15.450692 ], [ 25.287231, -15.469985 ], [ 25.261508, -15.461410 ], [ 25.240251, -15.479631 ], [ 25.248825, -15.501423 ], [ 25.278835, -15.525181 ], [ 25.213993, -15.594132 ], [ 25.221138, -15.617175 ], [ 25.274012, -15.635038 ], [ 25.282229, -15.676123 ], [ 25.258293, -15.676659 ], [ 25.241502, -15.700953 ], [ 25.285802, -15.750255 ], [ 25.311346, -15.766331 ], [ 25.363863, -15.714350 ], [ 25.399053, -15.746861 ], [ 25.401554, -15.779729 ], [ 25.376189, -15.823850 ], [ 25.389407, -15.853324 ], [ 25.339748, -15.942103 ], [ 25.354574, -15.959788 ], [ 25.333675, -15.980151 ], [ 25.323850, -16.013734 ], [ 25.329030, -16.051246 ], [ 25.436387, -16.094653 ], [ 25.405841, -16.123055 ], [ 25.374759, -16.133594 ], [ 25.328852, -16.172178 ], [ 25.295805, -16.228983 ], [ 25.300271, -16.263994 ], [ 25.284551, -16.282572 ], [ 25.254363, -16.287037 ], [ 25.231498, -16.317583 ], [ 25.148078, -16.365099 ], [ 25.094311, -16.409042 ], [ 25.067873, -16.454771 ], [ 25.043222, -16.472812 ], [ 25.007854, -16.554804 ], [ 25.057870, -16.583206 ], [ 25.105028, -16.627327 ], [ 25.087523, -16.663946 ], [ 25.219173, -16.684132 ], [ 25.247754, -16.708068 ], [ 25.228283, -16.783271 ], [ 25.264009, -16.918673 ], [ 25.249361, -16.958507 ], [ 25.193807, -16.992983 ], [ 25.164155, -17.001557 ], [ 25.155938, -17.036032 ], [ 25.174873, -17.075688 ], [ 25.162369, -17.104090 ], [ 25.114853, -17.130170 ], [ 25.089130, -17.188582 ], [ 25.117533, -17.226452 ], [ 25.079484, -17.256819 ], [ 25.061979, -17.297368 ], [ 25.025002, -17.323805 ], [ 25.013391, -17.354529 ], [ 25.025717, -17.376858 ], [ 25.016785, -17.395257 ], [ 25.035363, -17.414013 ], [ 25.027324, -17.441165 ], [ 24.999458, -17.460993 ], [ 24.978916, -17.490109 ], [ 24.965697, -17.561383 ], [ 24.944976, -17.566920 ], [ 24.930864, -17.548879 ], [ 24.913894, -17.559060 ], [ 24.879955, -17.533159 ], [ 24.833511, -17.526550 ], [ 24.811897, -17.537268 ], [ 24.777957, -17.519226 ], [ 24.750270, -17.521012 ], [ 24.713115, -17.500113 ], [ 24.655417, -17.520119 ], [ 24.632017, -17.521012 ], [ 24.601828, -17.542627 ], [ 24.543416, -17.537089 ], [ 24.510191, -17.544770 ], [ 24.491792, -17.504043 ], [ 24.474286, -17.492074 ], [ 24.388365, -17.477605 ], [ 24.339778, -17.499398 ], [ 24.246533, -17.477784 ], [ 24.215273, -17.482071 ], [ 23.521118, -17.619259 ], [ 23.428230, -17.639265 ], [ 23.423943, -17.612471 ], [ 23.391611, -17.582461 ], [ 23.364281, -17.579246 ], [ 23.337665, -17.554595 ], [ 23.313192, -17.561919 ], [ 23.284433, -17.545127 ], [ 23.246742, -17.550486 ], [ 23.227272, -17.539054 ], [ 23.187258, -17.482786 ], [ 23.146709, -17.471711 ], [ 23.128846, -17.428661 ], [ 23.084725, -17.410083 ], [ 23.060074, -17.344705 ], [ 23.040067, -17.338095 ], [ 22.984156, -17.267001 ], [ 22.912704, -17.223058 ], [ 22.902880, -17.208589 ], [ 22.807134, -17.173399 ], [ 22.809278, -17.149641 ], [ 22.789986, -17.121239 ], [ 22.737111, -17.081226 ], [ 22.720141, -17.046750 ], [ 22.692811, -17.039426 ], [ 22.692990, -17.021385 ], [ 22.637436, -16.970118 ], [ 22.583132, -16.907240 ], [ 22.527400, -16.868299 ], [ 22.497033, -16.836503 ], [ 22.496854, -16.817925 ], [ 22.467023, -16.799705 ], [ 22.394856, -16.722716 ], [ 22.355201, -16.699136 ], [ 22.315723, -16.635901 ], [ 22.283213, -16.624112 ], [ 22.251417, -16.579276 ], [ 22.225694, -16.576775 ], [ 22.190504, -16.546587 ], [ 22.139594, -16.481387 ], [ 22.133342, -16.430477 ], [ 22.108513, -16.343127 ], [ 22.069393, -16.295076 ], [ 22.074930, -16.267031 ], [ 22.057246, -16.260064 ], [ 21.999727, -16.197901 ], [ 22.002049, -15.999979 ], [ 21.999727, -15.330296 ], [ 22.000799, -14.085782 ], [ 22.000442, -13.716018 ], [ 22.040276, -13.728522 ], [ 22.075466, -13.753888 ], [ 22.117266, -13.764248 ], [ 22.155314, -13.753352 ], [ 22.179072, -13.767999 ], [ 22.216227, -13.762283 ], [ 22.251417, -13.744242 ], [ 22.315188, -13.779789 ], [ 22.314473, -13.793186 ], [ 22.362882, -13.809620 ], [ 22.373242, -13.828912 ], [ 22.411648, -13.836772 ], [ 22.431833, -13.867496 ], [ 22.480956, -13.876070 ], [ 22.555087, -13.938591 ], [ 22.583311, -13.933589 ], [ 22.624396, -13.948773 ], [ 22.637972, -13.973424 ], [ 22.720677, -13.999325 ], [ 22.743542, -13.924836 ], [ 22.801239, -13.925730 ], [ 22.847683, -13.873570 ], [ 22.957540, -13.940020 ], [ 22.975761, -13.956811 ], [ 23.000054, -14.008792 ], [ 23.063825, -13.990751 ], [ 23.097586, -13.991108 ], [ 23.123666, -14.035766 ], [ 23.155820, -14.038088 ], [ 23.213874, -14.015580 ], [ 23.222806, -14.004684 ], [ 23.242812, -14.035944 ], [ 23.241562, -14.068455 ], [ 23.214410, -14.122044 ], [ 23.192081, -14.137763 ], [ 23.222806, -14.171703 ], [ 23.238347, -14.204035 ], [ 23.256745, -14.182242 ], [ 23.288720, -14.187780 ], [ 23.305690, -14.164736 ], [ 23.371247, -14.169381 ], [ 23.406616, -14.114184 ], [ 23.455739, -14.098643 ], [ 23.497360, -14.103823 ], [ 23.534872, -14.085782 ], [ 23.592570, -14.045769 ], [ 23.630796, -14.037552 ], [ 23.678133, -14.013615 ], [ 23.699747, -14.037373 ], [ 23.728150, -14.032193 ], [ 23.770842, -13.984320 ], [ 23.798708, -13.985392 ], [ 23.824252, -13.968422 ], [ 23.842115, -14.006827 ], [ 23.877127, -13.980212 ], [ 23.938218, -13.985749 ], [ 24.014493, -14.013615 ], [ 24.035929, -13.976996 ], [ 24.065581, -13.989858 ], [ 24.104344, -13.963242 ], [ 24.135783, -13.969315 ], [ 24.160255, -13.931624 ], [ 24.189372, -13.934482 ], [ 24.227241, -13.907509 ], [ 24.244747, -13.925730 ], [ 24.259931, -13.914654 ], [ 24.291191, -13.943057 ], [ 24.309232, -13.897685 ], [ 24.332812, -13.904473 ], [ 24.330132, -13.939305 ], [ 24.386401, -13.960741 ], [ 24.413910, -13.946986 ], [ 24.418733, -13.966457 ], [ 24.444634, -13.949487 ], [ 24.463211, -13.962170 ], [ 24.493400, -13.908224 ], [ 24.539129, -13.960741 ], [ 24.578428, -13.986106 ], [ 24.620227, -13.992001 ], [ 24.640591, -14.021832 ], [ 24.653452, -14.005041 ], [ 24.636482, -13.975746 ], [ 24.676317, -13.960205 ], [ 24.744732, -14.025048 ], [ 24.750448, -14.063453 ], [ 24.736872, -14.098822 ], [ 24.764739, -14.130082 ], [ 24.790997, -14.124902 ], [ 24.815469, -14.153840 ], [ 24.841907, -14.149195 ], [ 24.865129, -14.164022 ], [ 24.901212, -14.165094 ], [ 24.962303, -14.193138 ], [ 24.994278, -14.215289 ], [ 25.039293, -14.207072 ], [ 25.067873, -14.221541 ], [ 25.093953, -14.214574 ], [ 25.100205, -14.253515 ], [ 25.134502, -14.283525 ], [ 25.133252, -14.304246 ], [ 25.106636, -14.311570 ], [ 25.114139, -14.342473 ], [ 25.083593, -14.361765 ], [ 25.070731, -14.423750 ], [ 25.047510, -14.448936 ], [ 25.011605, -14.470015 ], [ 25.009104, -14.488949 ], [ 24.980881, -14.508777 ], [ 24.974093, -14.557901 ], [ 24.988562, -14.585231 ], [ 25.049296, -14.624172 ], [ 25.144327, -14.630960 ], [ 25.152901, -14.619885 ], [ 25.191485, -14.623458 ], [ 25.238108, -14.600593 ], [ 25.358326, -14.584159 ], [ 25.431385, -14.584338 ], [ 25.520164, -14.537001 ], [ 25.590366, -14.535215 ], [ 25.589830, -14.539859 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 1935, "LENGTH_": 979.004600, "AREA_": 33340.130000, "LVLID": "ZMP008000000000000000", "NAME": "Southern", "ISO_CTRY": "ZM", "ID": "003ZMB800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.965697, -17.561383 ], [ 24.978916, -17.490109 ], [ 24.999458, -17.460993 ], [ 25.027324, -17.441165 ], [ 25.035363, -17.414013 ], [ 25.016785, -17.395257 ], [ 25.025717, -17.376858 ], [ 25.013391, -17.354529 ], [ 25.025002, -17.323805 ], [ 25.061979, -17.297368 ], [ 25.079484, -17.256819 ], [ 25.117533, -17.226452 ], [ 25.089130, -17.188582 ], [ 25.114853, -17.130170 ], [ 25.162369, -17.104090 ], [ 25.174873, -17.075688 ], [ 25.155938, -17.036032 ], [ 25.164155, -17.001557 ], [ 25.193807, -16.992983 ], [ 25.249361, -16.958507 ], [ 25.264009, -16.918673 ], [ 25.228283, -16.783271 ], [ 25.247754, -16.708068 ], [ 25.219173, -16.684132 ], [ 25.087523, -16.663946 ], [ 25.105028, -16.627327 ], [ 25.057870, -16.583206 ], [ 25.007854, -16.554804 ], [ 25.043222, -16.472812 ], [ 25.067873, -16.454771 ], [ 25.094311, -16.409042 ], [ 25.148078, -16.365099 ], [ 25.231498, -16.317583 ], [ 25.254363, -16.287037 ], [ 25.284551, -16.282572 ], [ 25.300271, -16.263994 ], [ 25.295805, -16.228983 ], [ 25.328852, -16.172178 ], [ 25.374759, -16.133594 ], [ 25.405841, -16.123055 ], [ 25.436387, -16.094653 ], [ 25.329030, -16.051246 ], [ 25.323850, -16.013734 ], [ 25.333675, -15.980151 ], [ 25.354574, -15.959788 ], [ 25.339748, -15.942103 ], [ 25.389407, -15.853324 ], [ 25.376189, -15.823850 ], [ 25.401554, -15.779729 ], [ 25.399053, -15.746861 ], [ 25.363863, -15.714350 ], [ 25.311346, -15.766331 ], [ 25.285802, -15.750255 ], [ 25.241502, -15.700953 ], [ 25.258293, -15.676659 ], [ 25.282229, -15.676123 ], [ 25.274012, -15.635038 ], [ 25.221138, -15.617175 ], [ 25.213993, -15.594132 ], [ 25.278835, -15.525181 ], [ 25.248825, -15.501423 ], [ 25.240251, -15.479631 ], [ 25.261508, -15.461410 ], [ 25.287231, -15.469985 ], [ 25.306166, -15.450692 ], [ 25.314740, -15.408000 ], [ 25.304737, -15.386028 ], [ 25.339569, -15.349945 ], [ 25.315276, -15.283674 ], [ 25.988174, -15.287782 ], [ 26.385090, -15.329224 ], [ 26.750745, -15.332618 ], [ 26.826127, -15.329939 ], [ 26.863461, -15.339406 ], [ 27.006900, -15.351553 ], [ 26.977962, -15.463375 ], [ 27.207144, -15.469270 ], [ 27.257339, -15.721317 ], [ 27.279847, -15.722746 ], [ 27.300925, -15.752220 ], [ 27.303247, -15.655045 ], [ 27.332364, -15.647721 ], [ 27.353799, -15.611459 ], [ 27.371841, -15.621463 ], [ 27.405602, -15.555012 ], [ 27.415070, -15.579842 ], [ 27.436505, -15.571804 ], [ 27.447580, -15.587344 ], [ 27.473839, -15.557870 ], [ 27.489558, -15.558585 ], [ 27.512959, -15.525181 ], [ 27.509743, -15.507140 ], [ 27.536002, -15.490170 ], [ 27.615135, -15.521073 ], [ 27.656041, -15.570374 ], [ 27.665330, -15.598419 ], [ 27.641751, -15.629680 ], [ 27.673547, -15.653616 ], [ 27.718740, -15.673265 ], [ 27.753930, -15.640219 ], [ 27.791978, -15.655938 ], [ 27.829133, -15.660404 ], [ 27.828776, -15.708098 ], [ 27.803589, -15.717030 ], [ 27.802160, -15.739894 ], [ 27.834135, -15.745253 ], [ 27.869682, -15.714171 ], [ 27.887367, -15.711492 ], [ 27.920592, -15.759008 ], [ 27.949530, -15.756685 ], [ 27.984720, -15.710778 ], [ 28.026162, -15.719352 ], [ 28.035272, -15.746146 ], [ 28.072963, -15.744539 ], [ 28.119586, -15.775263 ], [ 28.178712, -15.790446 ], [ 28.193896, -15.819027 ], [ 28.225334, -15.836354 ], [ 28.246591, -15.833318 ], [ 28.277137, -15.795269 ], [ 28.302324, -15.804201 ], [ 28.349304, -15.777585 ], [ 28.417183, -15.804022 ], [ 28.448086, -15.847608 ], [ 28.458268, -15.834032 ], [ 28.495423, -15.848858 ], [ 28.515787, -15.870830 ], [ 28.545975, -15.878511 ], [ 28.581344, -15.907628 ], [ 28.644400, -15.896374 ], [ 28.671552, -15.903698 ], [ 28.698704, -15.937459 ], [ 28.719603, -15.941567 ], [ 28.732107, -15.964611 ], [ 28.750328, -15.954965 ], [ 28.772478, -15.967647 ], [ 28.804631, -15.961395 ], [ 28.825173, -15.944247 ], [ 28.861793, -15.949784 ], [ 28.889659, -15.937459 ], [ 28.924670, -15.947283 ], [ 28.847502, -16.049817 ], [ 28.859113, -16.086972 ], [ 28.853933, -16.139668 ], [ 28.834462, -16.168606 ], [ 28.839464, -16.232734 ], [ 28.855541, -16.244166 ], [ 28.829639, -16.283108 ], [ 28.821958, -16.317940 ], [ 28.835891, -16.333660 ], [ 28.844466, -16.372601 ], [ 28.831604, -16.417973 ], [ 28.816063, -16.432621 ], [ 28.809811, -16.492462 ], [ 28.763546, -16.520328 ], [ 28.733000, -16.552481 ], [ 28.639220, -16.568558 ], [ 28.599921, -16.581955 ], [ 28.246413, -16.725395 ], [ 28.125659, -16.825428 ], [ 27.820917, -16.960472 ], [ 27.624960, -17.241814 ], [ 27.597451, -17.341489 ], [ 27.536538, -17.423123 ], [ 27.453475, -17.490645 ], [ 27.418642, -17.511724 ], [ 27.304855, -17.599431 ], [ 27.251802, -17.669454 ], [ 27.126761, -17.823611 ], [ 27.136228, -17.854693 ], [ 27.066920, -17.918642 ], [ 27.024763, -17.981341 ], [ 27.001899, -17.973839 ], [ 26.969031, -17.988487 ], [ 26.951168, -17.983842 ], [ 26.879895, -18.008672 ], [ 26.819696, -18.010458 ], [ 26.780040, -18.047613 ], [ 26.735026, -18.032072 ], [ 26.672505, -18.074050 ], [ 26.636958, -18.058867 ], [ 26.586048, -18.054580 ], [ 26.553002, -18.007779 ], [ 26.502450, -18.008672 ], [ 26.451897, -17.982770 ], [ 26.412420, -17.970802 ], [ 26.399559, -17.955083 ], [ 26.338289, -17.948295 ], [ 26.293274, -17.951510 ], [ 26.271303, -17.933826 ], [ 26.232540, -17.933290 ], [ 26.205210, -17.899886 ], [ 26.138759, -17.934898 ], [ 26.090351, -17.940078 ], [ 26.093923, -17.965622 ], [ 26.078382, -17.998847 ], [ 25.989603, -17.995275 ], [ 25.958343, -18.023141 ], [ 25.850272, -17.987058 ], [ 25.834910, -17.946687 ], [ 25.847950, -17.935791 ], [ 25.829372, -17.910425 ], [ 25.812045, -17.911140 ], [ 25.757563, -17.861124 ], [ 25.690041, -17.848262 ], [ 25.675036, -17.820396 ], [ 25.632522, -17.844690 ], [ 25.584114, -17.858444 ], [ 25.547316, -17.852192 ], [ 25.516413, -17.874878 ], [ 25.490869, -17.877558 ], [ 25.450856, -17.854872 ], [ 25.389764, -17.864160 ], [ 25.382619, -17.851835 ], [ 25.335818, -17.850584 ], [ 25.283837, -17.816109 ], [ 25.203096, -17.778597 ], [ 25.172908, -17.773595 ], [ 25.145935, -17.737333 ], [ 25.148257, -17.720899 ], [ 25.117890, -17.715540 ], [ 25.117533, -17.696963 ], [ 25.089666, -17.714468 ], [ 25.085379, -17.653020 ], [ 25.069124, -17.657486 ], [ 25.031433, -17.593357 ], [ 24.992492, -17.602289 ], [ 24.965697, -17.561383 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 2, "POINTS_": 3892, "LENGTH_": 1598.734000, "AREA_": 48654.480000, "LVLID": "ZMP006000000000000000", "NAME": "North Western", "ISO_CTRY": "ZM", "ID": "003ZMB700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.625674, -12.260542 ], [ 27.572442, -12.265187 ], [ 27.485092, -12.310916 ], [ 27.455976, -12.244823 ], [ 27.391669, -12.284300 ], [ 27.362910, -12.294125 ], [ 27.357551, -12.317704 ], [ 27.336472, -12.313059 ], [ 27.308070, -12.326099 ], [ 27.299675, -12.367541 ], [ 27.248051, -12.351465 ], [ 27.201964, -12.345749 ], [ 27.118544, -12.345213 ], [ 27.063526, -12.333244 ], [ 27.063526, -12.357717 ], [ 27.084962, -12.414521 ], [ 27.064062, -12.455249 ], [ 27.066741, -12.485258 ], [ 27.094429, -12.528308 ], [ 27.042269, -12.534739 ], [ 27.000827, -12.557961 ], [ 26.966530, -12.592615 ], [ 26.956169, -12.620839 ], [ 26.883288, -12.637094 ], [ 26.868819, -12.674963 ], [ 26.866676, -12.720514 ], [ 26.851850, -12.739270 ], [ 26.874893, -12.786786 ], [ 26.917764, -12.820368 ], [ 26.906332, -12.852700 ], [ 26.873107, -12.887712 ], [ 26.930804, -12.924331 ], [ 26.947059, -12.942908 ], [ 26.994575, -12.953626 ], [ 27.020833, -12.979706 ], [ 27.012259, -12.996497 ], [ 27.035660, -13.005964 ], [ 27.066920, -13.000248 ], [ 27.092285, -13.041690 ], [ 27.073529, -13.133328 ], [ 27.030658, -13.150476 ], [ 26.999755, -13.182451 ], [ 26.961886, -13.202100 ], [ 26.948488, -13.252295 ], [ 26.978855, -13.309992 ], [ 26.971353, -13.362510 ], [ 26.929732, -13.375192 ], [ 26.921337, -13.414312 ], [ 26.861674, -13.441821 ], [ 26.848634, -13.496125 ], [ 26.794688, -13.580617 ], [ 26.777540, -13.685472 ], [ 26.822733, -13.750315 ], [ 26.857566, -13.796223 ], [ 26.932769, -13.837665 ], [ 26.938128, -13.898221 ], [ 26.928839, -13.953596 ], [ 26.908654, -13.995038 ], [ 26.858816, -14.032907 ], [ 26.863639, -14.051306 ], [ 26.955276, -14.137942 ], [ 26.982785, -14.229043 ], [ 27.000112, -14.227078 ], [ 26.968495, -14.422678 ], [ 26.914370, -14.422678 ], [ 26.864890, -14.412853 ], [ 26.851492, -14.421963 ], [ 26.806835, -14.418212 ], [ 26.797368, -14.431431 ], [ 26.760391, -14.436432 ], [ 26.738777, -14.456796 ], [ 26.720021, -14.450544 ], [ 26.691440, -14.462869 ], [ 26.661609, -14.443220 ], [ 26.630885, -14.450365 ], [ 26.619095, -14.470551 ], [ 26.581583, -14.453402 ], [ 26.519241, -14.485377 ], [ 26.498341, -14.538073 ], [ 26.455827, -14.555042 ], [ 26.426353, -14.578979 ], [ 26.398130, -14.634711 ], [ 26.368120, -14.665972 ], [ 26.365798, -14.711879 ], [ 26.318818, -14.730993 ], [ 26.310065, -14.703662 ], [ 26.250403, -14.681691 ], [ 26.226824, -14.662399 ], [ 26.185560, -14.649538 ], [ 26.192170, -14.622922 ], [ 25.590366, -14.535215 ], [ 25.520164, -14.537001 ], [ 25.431385, -14.584338 ], [ 25.358326, -14.584159 ], [ 25.238108, -14.600593 ], [ 25.191485, -14.623458 ], [ 25.152901, -14.619885 ], [ 25.144327, -14.630960 ], [ 25.049296, -14.624172 ], [ 24.988562, -14.585231 ], [ 24.974093, -14.557901 ], [ 24.980881, -14.508777 ], [ 25.009104, -14.488949 ], [ 25.011605, -14.470015 ], [ 25.047510, -14.448936 ], [ 25.070731, -14.423750 ], [ 25.083593, -14.361765 ], [ 25.114139, -14.342473 ], [ 25.106636, -14.311570 ], [ 25.133252, -14.304246 ], [ 25.134502, -14.283525 ], [ 25.100205, -14.253515 ], [ 25.093953, -14.214574 ], [ 25.067873, -14.221541 ], [ 25.039293, -14.207072 ], [ 24.994278, -14.215289 ], [ 24.962303, -14.193138 ], [ 24.901212, -14.165094 ], [ 24.865129, -14.164022 ], [ 24.841907, -14.149195 ], [ 24.815469, -14.153840 ], [ 24.790997, -14.124902 ], [ 24.764739, -14.130082 ], [ 24.736872, -14.098822 ], [ 24.750448, -14.063453 ], [ 24.744732, -14.025048 ], [ 24.676317, -13.960205 ], [ 24.636482, -13.975746 ], [ 24.653452, -14.005041 ], [ 24.640591, -14.021832 ], [ 24.620227, -13.992001 ], [ 24.578428, -13.986106 ], [ 24.539129, -13.960741 ], [ 24.493400, -13.908224 ], [ 24.463211, -13.962170 ], [ 24.444634, -13.949487 ], [ 24.418733, -13.966457 ], [ 24.413910, -13.946986 ], [ 24.386401, -13.960741 ], [ 24.330132, -13.939305 ], [ 24.332812, -13.904473 ], [ 24.309232, -13.897685 ], [ 24.291191, -13.943057 ], [ 24.259931, -13.914654 ], [ 24.244747, -13.925730 ], [ 24.227241, -13.907509 ], [ 24.189372, -13.934482 ], [ 24.160255, -13.931624 ], [ 24.135783, -13.969315 ], [ 24.104344, -13.963242 ], [ 24.065581, -13.989858 ], [ 24.035929, -13.976996 ], [ 24.014493, -14.013615 ], [ 23.938218, -13.985749 ], [ 23.877127, -13.980212 ], [ 23.842115, -14.006827 ], [ 23.824252, -13.968422 ], [ 23.798708, -13.985392 ], [ 23.770842, -13.984320 ], [ 23.728150, -14.032193 ], [ 23.699747, -14.037373 ], [ 23.678133, -14.013615 ], [ 23.630796, -14.037552 ], [ 23.592570, -14.045769 ], [ 23.534872, -14.085782 ], [ 23.497360, -14.103823 ], [ 23.455739, -14.098643 ], [ 23.406616, -14.114184 ], [ 23.371247, -14.169381 ], [ 23.305690, -14.164736 ], [ 23.288720, -14.187780 ], [ 23.256745, -14.182242 ], [ 23.238347, -14.204035 ], [ 23.222806, -14.171703 ], [ 23.192081, -14.137763 ], [ 23.214410, -14.122044 ], [ 23.241562, -14.068455 ], [ 23.242812, -14.035944 ], [ 23.222806, -14.004684 ], [ 23.213874, -14.015580 ], [ 23.155820, -14.038088 ], [ 23.123666, -14.035766 ], [ 23.097586, -13.991108 ], [ 23.063825, -13.990751 ], [ 23.000054, -14.008792 ], [ 22.975761, -13.956811 ], [ 22.957540, -13.940020 ], [ 22.847683, -13.873570 ], [ 22.801239, -13.925730 ], [ 22.743542, -13.924836 ], [ 22.720677, -13.999325 ], [ 22.637972, -13.973424 ], [ 22.624396, -13.948773 ], [ 22.583311, -13.933589 ], [ 22.555087, -13.938591 ], [ 22.480956, -13.876070 ], [ 22.431833, -13.867496 ], [ 22.411648, -13.836772 ], [ 22.373242, -13.828912 ], [ 22.362882, -13.809620 ], [ 22.314473, -13.793186 ], [ 22.315188, -13.779789 ], [ 22.251417, -13.744242 ], [ 22.216227, -13.762283 ], [ 22.179072, -13.767999 ], [ 22.155314, -13.753352 ], [ 22.117266, -13.764248 ], [ 22.075466, -13.753888 ], [ 22.040276, -13.728522 ], [ 22.000442, -13.716018 ], [ 21.999906, -13.004714 ], [ 22.433619, -13.004000 ], [ 24.040216, -12.990602 ], [ 24.029320, -12.954340 ], [ 23.971265, -12.894321 ], [ 23.930894, -12.874850 ], [ 23.904993, -12.845376 ], [ 23.916961, -12.738020 ], [ 23.933217, -12.704080 ], [ 23.932502, -12.655493 ], [ 23.955009, -12.622625 ], [ 23.962155, -12.579575 ], [ 23.955724, -12.551887 ], [ 23.971443, -12.514554 ], [ 23.991271, -12.506873 ], [ 24.026283, -12.449533 ], [ 24.069868, -12.418987 ], [ 24.074156, -12.343426 ], [ 24.053435, -12.327528 ], [ 24.073262, -12.303592 ], [ 24.068618, -12.265365 ], [ 24.014315, -12.215706 ], [ 23.985734, -12.154257 ], [ 23.983054, -12.111386 ], [ 23.988949, -12.045650 ], [ 23.986091, -11.945439 ], [ 24.002704, -11.847371 ], [ 24.024675, -11.822542 ], [ 23.998059, -11.747875 ], [ 23.995380, -11.710898 ], [ 23.971086, -11.655702 ], [ 23.990735, -11.636767 ], [ 24.003418, -11.583892 ], [ 24.036465, -11.518335 ], [ 24.026461, -11.469569 ], [ 24.037536, -11.434201 ], [ 24.078443, -11.410979 ], [ 24.081479, -11.384363 ], [ 24.060222, -11.313804 ], [ 24.034678, -11.262894 ], [ 24.037358, -11.169292 ], [ 24.026819, -11.133745 ], [ 24.010921, -11.128922 ], [ 24.018602, -11.095697 ], [ 24.011457, -11.049610 ], [ 24.025568, -10.979052 ], [ 24.015565, -10.939039 ], [ 23.990914, -10.920461 ], [ 23.999667, -10.886343 ], [ 24.074334, -10.892773 ], [ 24.117384, -10.904563 ], [ 24.130424, -10.921890 ], [ 24.121493, -10.944933 ], [ 24.144357, -10.969048 ], [ 24.130960, -11.023709 ], [ 24.168294, -11.044252 ], [ 24.196517, -11.029783 ], [ 24.254036, -11.045323 ], [ 24.320308, -11.052647 ], [ 24.378719, -11.087123 ], [ 24.391402, -11.129458 ], [ 24.386579, -11.175723 ], [ 24.400870, -11.194658 ], [ 24.398012, -11.267360 ], [ 24.349603, -11.366500 ], [ 24.305303, -11.371859 ], [ 24.288690, -11.389186 ], [ 24.302266, -11.401869 ], [ 24.382649, -11.409192 ], [ 24.435702, -11.446169 ], [ 24.448921, -11.474749 ], [ 24.471607, -11.460816 ], [ 24.522874, -11.462067 ], [ 24.550561, -11.446526 ], [ 24.583429, -11.456351 ], [ 24.605222, -11.414373 ], [ 24.644699, -11.393116 ], [ 24.665956, -11.358104 ], [ 24.699003, -11.333632 ], [ 24.732585, -11.328809 ], [ 24.743124, -11.303979 ], [ 24.798142, -11.304337 ], [ 24.853160, -11.292904 ], [ 24.873524, -11.262180 ], [ 24.906035, -11.269861 ], [ 24.930328, -11.256285 ], [ 24.985704, -11.250390 ], [ 25.106993, -11.249855 ], [ 25.137360, -11.237886 ], [ 25.225782, -11.227526 ], [ 25.303843, -11.191443 ], [ 25.351716, -11.195908 ], [ 25.320277, -11.262359 ], [ 25.329745, -11.291833 ], [ 25.298306, -11.301657 ], [ 25.311346, -11.348458 ], [ 25.278299, -11.370251 ], [ 25.302414, -11.415980 ], [ 25.304201, -11.469748 ], [ 25.326172, -11.493327 ], [ 25.289374, -11.516727 ], [ 25.310274, -11.533161 ], [ 25.307416, -11.572996 ], [ 25.325994, -11.584964 ], [ 25.341177, -11.631408 ], [ 25.382798, -11.647663 ], [ 25.427455, -11.676065 ], [ 25.477472, -11.687676 ], [ 25.494263, -11.712506 ], [ 25.484081, -11.762344 ], [ 25.505695, -11.786459 ], [ 25.562678, -11.760557 ], [ 25.593581, -11.736442 ], [ 25.655030, -11.733227 ], [ 25.677537, -11.781636 ], [ 25.718801, -11.815754 ], [ 25.823656, -11.828079 ], [ 25.872065, -11.798248 ], [ 25.887248, -11.805751 ], [ 25.906362, -11.861304 ], [ 25.933692, -11.880418 ], [ 25.959594, -11.877560 ], [ 25.987103, -11.898102 ], [ 25.989603, -11.940616 ], [ 26.069094, -11.942938 ], [ 26.191812, -11.939008 ], [ 26.211998, -11.927576 ], [ 26.334716, -11.964731 ], [ 26.407776, -11.920610 ], [ 26.468331, -11.920074 ], [ 26.559075, -11.979200 ], [ 26.597838, -11.971340 ], [ 26.635886, -11.985809 ], [ 26.691619, -11.992240 ], [ 26.718235, -12.008853 ], [ 26.754675, -11.973663 ], [ 26.798082, -11.966875 ], [ 26.827735, -11.993312 ], [ 26.856137, -11.980629 ], [ 26.883646, -11.984559 ], [ 26.908297, -11.954906 ], [ 26.953490, -11.919359 ], [ 26.971174, -11.880061 ], [ 27.007436, -11.846835 ], [ 26.998683, -11.816826 ], [ 27.014581, -11.750554 ], [ 27.043519, -11.715364 ], [ 27.044948, -11.680352 ], [ 27.024763, -11.651772 ], [ 27.024763, -11.617117 ], [ 27.044413, -11.602827 ], [ 27.089249, -11.605685 ], [ 27.119437, -11.595325 ], [ 27.157128, -11.599969 ], [ 27.200178, -11.568173 ], [ 27.209288, -11.572996 ], [ 27.226258, -11.655880 ], [ 27.228044, -11.777706 ], [ 27.246443, -11.800749 ], [ 27.290743, -11.809859 ], [ 27.351120, -11.852730 ], [ 27.397028, -11.876309 ], [ 27.406674, -11.895244 ], [ 27.449902, -11.914000 ], [ 27.472231, -11.959729 ], [ 27.464371, -12.016177 ], [ 27.474017, -12.052081 ], [ 27.497239, -12.066907 ], [ 27.508314, -12.137109 ], [ 27.526356, -12.173907 ], [ 27.564583, -12.209811 ], [ 27.619422, -12.232676 ], [ 27.625674, -12.260542 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 4350, "LENGTH_": 1376.802000, "AREA_": 26967.760000, "LVLID": "ZMP003000000000000000", "NAME": "Eastern", "ISO_CTRY": "ZM", "ID": "003ZMB300" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.217772, -14.996973 ], [ 30.204553, -14.933916 ], [ 30.206161, -14.834598 ], [ 30.169899, -14.783510 ], [ 30.141140, -14.766183 ], [ 30.087015, -14.702769 ], [ 30.054147, -14.693123 ], [ 30.048609, -14.666329 ], [ 30.007524, -14.647930 ], [ 30.013598, -14.626316 ], [ 29.991448, -14.614526 ], [ 29.978765, -14.582373 ], [ 29.988590, -14.547897 ], [ 30.008775, -14.524675 ], [ 29.996271, -14.515565 ], [ 30.033068, -14.429823 ], [ 30.062185, -14.416604 ], [ 30.059863, -14.394097 ], [ 30.078798, -14.362479 ], [ 30.118811, -14.375341 ], [ 30.147213, -14.325503 ], [ 30.286366, -14.182599 ], [ 30.313517, -14.185279 ], [ 30.311017, -14.152768 ], [ 30.286008, -14.094177 ], [ 30.255284, -14.075421 ], [ 30.193478, -14.067383 ], [ 30.163111, -14.037909 ], [ 30.159717, -13.979318 ], [ 30.106307, -13.939841 ], [ 30.134709, -13.933589 ], [ 30.455885, -13.931982 ], [ 30.750089, -13.936269 ], [ 30.892457, -13.933411 ], [ 30.892814, -13.916084 ], [ 30.921752, -13.882322 ], [ 30.945688, -13.884823 ], [ 30.949975, -13.852670 ], [ 30.982129, -13.843381 ], [ 30.984272, -13.797652 ], [ 31.011067, -13.797831 ], [ 31.043220, -13.766392 ], [ 31.069836, -13.774966 ], [ 31.073230, -13.749779 ], [ 31.126104, -13.721556 ], [ 31.144503, -13.696726 ], [ 31.124675, -13.645995 ], [ 31.147183, -13.614914 ], [ 31.200057, -13.587762 ], [ 31.220421, -13.596515 ], [ 31.248645, -13.549892 ], [ 31.276332, -13.526135 ], [ 31.301162, -13.526670 ], [ 31.314738, -13.488801 ], [ 31.372435, -13.454683 ], [ 31.413520, -13.460756 ], [ 31.435491, -13.424137 ], [ 31.446031, -13.414491 ], [ 31.503013, -13.431997 ], [ 31.543384, -13.428603 ], [ 31.541955, -13.418064 ], [ 31.580360, -13.374656 ], [ 31.617515, -13.375014 ], [ 31.640737, -13.342860 ], [ 31.632877, -13.325712 ], [ 31.655563, -13.315887 ], [ 31.646989, -13.250151 ], [ 31.663423, -13.225143 ], [ 31.719691, -13.184594 ], [ 31.737912, -13.157800 ], [ 31.727908, -13.124039 ], [ 31.779354, -13.097066 ], [ 31.807935, -13.101353 ], [ 31.806506, -13.071522 ], [ 31.837408, -13.073487 ], [ 31.877957, -13.040797 ], [ 31.903144, -12.995961 ], [ 31.891891, -12.980778 ], [ 31.910289, -12.962557 ], [ 31.905288, -12.931119 ], [ 31.921543, -12.933262 ], [ 31.963700, -12.893785 ], [ 32.004070, -12.875386 ], [ 31.989780, -12.860560 ], [ 32.021754, -12.826977 ], [ 32.031579, -12.791430 ], [ 32.057838, -12.770352 ], [ 32.054980, -12.742485 ], [ 32.079095, -12.739627 ], [ 32.097851, -12.696042 ], [ 32.074629, -12.681573 ], [ 32.097851, -12.662281 ], [ 32.122680, -12.585827 ], [ 32.131255, -12.527237 ], [ 32.153047, -12.486866 ], [ 32.137328, -12.461143 ], [ 32.144116, -12.423631 ], [ 32.168410, -12.397194 ], [ 32.188595, -12.394872 ], [ 32.194132, -12.343426 ], [ 32.218247, -12.318954 ], [ 32.263619, -12.291088 ], [ 32.287377, -12.239107 ], [ 32.286305, -12.214456 ], [ 32.306490, -12.191948 ], [ 32.272015, -12.149792 ], [ 32.283626, -12.143004 ], [ 32.277552, -12.106742 ], [ 32.351148, -12.059762 ], [ 32.376156, -12.014926 ], [ 32.380622, -11.983845 ], [ 32.411525, -11.921681 ], [ 32.434032, -11.893458 ], [ 32.420992, -11.875238 ], [ 32.446179, -11.850051 ], [ 32.446358, -11.830759 ], [ 32.495659, -11.810931 ], [ 32.506377, -11.780207 ], [ 32.540853, -11.771275 ], [ 32.538888, -11.730012 ], [ 32.595335, -11.679817 ], [ 32.566397, -11.640161 ], [ 32.549427, -11.640339 ], [ 32.526920, -11.599969 ], [ 32.488157, -11.566029 ], [ 32.477796, -11.529232 ], [ 32.442964, -11.490648 ], [ 32.386159, -11.483324 ], [ 32.348647, -11.461174 ], [ 32.285234, -11.452242 ], [ 32.265763, -11.468676 ], [ 32.239326, -11.465103 ], [ 32.220570, -11.425090 ], [ 32.228429, -11.365428 ], [ 32.239147, -11.348458 ], [ 32.249329, -11.288081 ], [ 32.237897, -11.268968 ], [ 32.240397, -11.220916 ], [ 32.261833, -11.207876 ], [ 32.269871, -11.175187 ], [ 32.260940, -11.156788 ], [ 32.283447, -11.106415 ], [ 32.370083, -11.054076 ], [ 32.341323, -10.984411 ], [ 32.322746, -10.961367 ], [ 32.332928, -10.939039 ], [ 32.365974, -10.917782 ], [ 32.381158, -10.850081 ], [ 32.401879, -10.818999 ], [ 32.385445, -10.798636 ], [ 32.310242, -10.741295 ], [ 32.314172, -10.683062 ], [ 32.304883, -10.640191 ], [ 32.382587, -10.569275 ], [ 32.384909, -10.552484 ], [ 32.478868, -10.500502 ], [ 32.508342, -10.466741 ], [ 32.611590, -10.431551 ], [ 32.630525, -10.404578 ], [ 32.813263, -10.314906 ], [ 32.846488, -10.334377 ], [ 32.874355, -10.335806 ], [ 32.917762, -10.358134 ], [ 32.934910, -10.379927 ], [ 33.004933, -10.325624 ], [ 33.035300, -10.355455 ], [ 33.057272, -10.416189 ], [ 33.098178, -10.424049 ], [ 33.114255, -10.413152 ], [ 33.156233, -10.412081 ], [ 33.175525, -10.425121 ], [ 33.213930, -10.402435 ], [ 33.225005, -10.406543 ], [ 33.201426, -10.447449 ], [ 33.194281, -10.501753 ], [ 33.209464, -10.503718 ], [ 33.227327, -10.564809 ], [ 33.218932, -10.598213 ], [ 33.231972, -10.718967 ], [ 33.231257, -10.770948 ], [ 33.239653, -10.778450 ], [ 33.284667, -10.742546 ], [ 33.322001, -10.750405 ], [ 33.325574, -10.765053 ], [ 33.355941, -10.765768 ], [ 33.360228, -10.789525 ], [ 33.386486, -10.799350 ], [ 33.485090, -10.734507 ], [ 33.525639, -10.719503 ], [ 33.606380, -10.587495 ], [ 33.641391, -10.609645 ], [ 33.682119, -10.582851 ], [ 33.687299, -10.577670 ], [ 33.701411, -10.585352 ], [ 33.651395, -10.625722 ], [ 33.623350, -10.659662 ], [ 33.602271, -10.656803 ], [ 33.549754, -10.733078 ], [ 33.531534, -10.739688 ], [ 33.531355, -10.765589 ], [ 33.442576, -10.820607 ], [ 33.388630, -10.812569 ], [ 33.363800, -10.829181 ], [ 33.334505, -10.828467 ], [ 33.310926, -10.869552 ], [ 33.265554, -10.868837 ], [ 33.280559, -10.900812 ], [ 33.313070, -10.943326 ], [ 33.307889, -10.991199 ], [ 33.331647, -11.067473 ], [ 33.365944, -11.099627 ], [ 33.378627, -11.145356 ], [ 33.405957, -11.161075 ], [ 33.376840, -11.237886 ], [ 33.359513, -11.253248 ], [ 33.337006, -11.304873 ], [ 33.309140, -11.331310 ], [ 33.318250, -11.360784 ], [ 33.288776, -11.369001 ], [ 33.293599, -11.421875 ], [ 33.272699, -11.434201 ], [ 33.239831, -11.400975 ], [ 33.226791, -11.430092 ], [ 33.248048, -11.469926 ], [ 33.241082, -11.492970 ], [ 33.248763, -11.528517 ], [ 33.224826, -11.553883 ], [ 33.224291, -11.589251 ], [ 33.260374, -11.577819 ], [ 33.311105, -11.595325 ], [ 33.317535, -11.630157 ], [ 33.314856, -11.721616 ], [ 33.333791, -11.807537 ], [ 33.305746, -11.858268 ], [ 33.323073, -11.896852 ], [ 33.310569, -11.954192 ], [ 33.308604, -12.001172 ], [ 33.279487, -12.057797 ], [ 33.260731, -12.118353 ], [ 33.272699, -12.155508 ], [ 33.309318, -12.166226 ], [ 33.311105, -12.249467 ], [ 33.363086, -12.319311 ], [ 33.365944, -12.348071 ], [ 33.423284, -12.341104 ], [ 33.454187, -12.322527 ], [ 33.476159, -12.322884 ], [ 33.515279, -12.342176 ], [ 33.542252, -12.343426 ], [ 33.543859, -12.371650 ], [ 33.476337, -12.413807 ], [ 33.478838, -12.450783 ], [ 33.433466, -12.477399 ], [ 33.414353, -12.516340 ], [ 33.360585, -12.553316 ], [ 33.315213, -12.525807 ], [ 33.270734, -12.537061 ], [ 33.232329, -12.592794 ], [ 33.178383, -12.611550 ], [ 33.152660, -12.595473 ], [ 33.115148, -12.611371 ], [ 33.090675, -12.595652 ], [ 33.056200, -12.611550 ], [ 33.011542, -12.667818 ], [ 33.006184, -12.702294 ], [ 32.963670, -12.748916 ], [ 32.957239, -12.842697 ], [ 33.015651, -12.887176 ], [ 33.026011, -12.910755 ], [ 33.012257, -12.988459 ], [ 32.987963, -13.034367 ], [ 32.996180, -13.054909 ], [ 32.979568, -13.075809 ], [ 32.974387, -13.110284 ], [ 32.980639, -13.156907 ], [ 33.016544, -13.211032 ], [ 32.981890, -13.228359 ], [ 32.967599, -13.260155 ], [ 32.945449, -13.273016 ], [ 32.922942, -13.353042 ], [ 32.915440, -13.407703 ], [ 32.888466, -13.449324 ], [ 32.843809, -13.461113 ], [ 32.844524, -13.514524 ], [ 32.793257, -13.547034 ], [ 32.766462, -13.550250 ], [ 32.747528, -13.579009 ], [ 32.692867, -13.564719 ], [ 32.680720, -13.577044 ], [ 32.680005, -13.617950 ], [ 32.727342, -13.640100 ], [ 32.786469, -13.640279 ], [ 32.799866, -13.668681 ], [ 32.842559, -13.708516 ], [ 32.781646, -13.748171 ], [ 32.773607, -13.776395 ], [ 32.805225, -13.796223 ], [ 32.814692, -13.780325 ], [ 32.861493, -13.791043 ], [ 32.895076, -13.822124 ], [ 32.896683, -13.838915 ], [ 32.936518, -13.873391 ], [ 32.952595, -13.903579 ], [ 32.942949, -13.927873 ], [ 32.986892, -13.938770 ], [ 33.003683, -13.966100 ], [ 32.991715, -14.014330 ], [ 33.041195, -14.049341 ], [ 33.062988, -14.024869 ], [ 33.069419, -13.990036 ], [ 33.103894, -13.960384 ], [ 33.131582, -13.958419 ], [ 33.151767, -13.934840 ], [ 33.178919, -13.950559 ], [ 33.196782, -13.992180 ], [ 33.214466, -14.008971 ], [ 32.999931, -14.078458 ], [ 32.658570, -14.195818 ], [ 32.450466, -14.284776 ], [ 32.241291, -14.323360 ], [ 32.097494, -14.370161 ], [ 32.056409, -14.388738 ], [ 31.976918, -14.404100 ], [ 31.929581, -14.419998 ], [ 31.826512, -14.472694 ], [ 31.683251, -14.506455 ], [ 31.490867, -14.611847 ], [ 31.326706, -14.649716 ], [ 31.265436, -14.659184 ], [ 31.190054, -14.679547 ], [ 31.078946, -14.717238 ], [ 30.799212, -14.783689 ], [ 30.738835, -14.807804 ], [ 30.517691, -14.888008 ], [ 30.365141, -14.959639 ], [ 30.217772, -14.996973 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2402, "LENGTH_": 587.770600, "AREA_": 8570.280000, "LVLID": "ZMP001000000000000000", "NAME": "Lusaka", "ISO_CTRY": "ZM", "ID": "003ZMB500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.924670, -15.947283 ], [ 28.889659, -15.937459 ], [ 28.861793, -15.949784 ], [ 28.825173, -15.944247 ], [ 28.804631, -15.961395 ], [ 28.772478, -15.967647 ], [ 28.750328, -15.954965 ], [ 28.732107, -15.964611 ], [ 28.719603, -15.941567 ], [ 28.698704, -15.937459 ], [ 28.671552, -15.903698 ], [ 28.644400, -15.896374 ], [ 28.581344, -15.907628 ], [ 28.545975, -15.878511 ], [ 28.515787, -15.870830 ], [ 28.495423, -15.848858 ], [ 28.458268, -15.834032 ], [ 28.448086, -15.847608 ], [ 28.417183, -15.804022 ], [ 28.349304, -15.777585 ], [ 28.302324, -15.804201 ], [ 28.277137, -15.795269 ], [ 28.246591, -15.833318 ], [ 28.225334, -15.836354 ], [ 28.193896, -15.819027 ], [ 28.178712, -15.790446 ], [ 28.119586, -15.775263 ], [ 28.072963, -15.744539 ], [ 28.035272, -15.746146 ], [ 28.026162, -15.719352 ], [ 27.984720, -15.710778 ], [ 27.949530, -15.756685 ], [ 27.920592, -15.759008 ], [ 27.887367, -15.711492 ], [ 27.869682, -15.714171 ], [ 27.834135, -15.745253 ], [ 27.802160, -15.739894 ], [ 27.803589, -15.717030 ], [ 27.828776, -15.708098 ], [ 27.829133, -15.660404 ], [ 27.791978, -15.655938 ], [ 27.769292, -15.624678 ], [ 27.791085, -15.582343 ], [ 27.959891, -15.583057 ], [ 27.963106, -15.508033 ], [ 27.955782, -15.455337 ], [ 27.933275, -15.383349 ], [ 27.911839, -15.404606 ], [ 27.902193, -15.371917 ], [ 27.846996, -15.388172 ], [ 27.808412, -15.388529 ], [ 27.775366, -15.321722 ], [ 27.820917, -15.269383 ], [ 27.836457, -15.265989 ], [ 27.854142, -15.234729 ], [ 27.888796, -15.257415 ], [ 27.975610, -15.294570 ], [ 28.000440, -15.259737 ], [ 28.008656, -15.269562 ], [ 28.084217, -15.277600 ], [ 28.172639, -15.307074 ], [ 28.218189, -15.327974 ], [ 28.222298, -15.314755 ], [ 28.274815, -15.335833 ], [ 28.295000, -15.258308 ], [ 28.314292, -15.259916 ], [ 28.315543, -15.213472 ], [ 28.337693, -15.217938 ], [ 28.367167, -15.139877 ], [ 28.412539, -15.119513 ], [ 28.469343, -15.124872 ], [ 28.511142, -15.135947 ], [ 28.550084, -15.180783 ], [ 28.675482, -15.178818 ], [ 28.704777, -15.166135 ], [ 28.797129, -15.171851 ], [ 28.804452, -15.160955 ], [ 28.874833, -15.164885 ], [ 28.970400, -14.994115 ], [ 29.124200, -14.976252 ], [ 29.245132, -14.868716 ], [ 29.367494, -14.984111 ], [ 29.506468, -14.984111 ], [ 29.506289, -14.819772 ], [ 29.537013, -14.820129 ], [ 29.581492, -14.805303 ], [ 29.609537, -14.777794 ], [ 29.654195, -14.762968 ], [ 29.662590, -14.749570 ], [ 29.699388, -14.744747 ], [ 29.751012, -14.706521 ], [ 29.767625, -14.717596 ], [ 29.812282, -14.693123 ], [ 29.861762, -14.690980 ], [ 29.931964, -14.669366 ], [ 29.971620, -14.641857 ], [ 30.007524, -14.647930 ], [ 30.048609, -14.666329 ], [ 30.054147, -14.693123 ], [ 30.087015, -14.702769 ], [ 30.141140, -14.766183 ], [ 30.169899, -14.783510 ], [ 30.206161, -14.834598 ], [ 30.204553, -14.933916 ], [ 30.217772, -14.996973 ], [ 30.233670, -15.036271 ], [ 30.220987, -15.063602 ], [ 30.231705, -15.141663 ], [ 30.259750, -15.194537 ], [ 30.255999, -15.214187 ], [ 30.279578, -15.251163 ], [ 30.316911, -15.277957 ], [ 30.375681, -15.342621 ], [ 30.385505, -15.383170 ], [ 30.381754, -15.421040 ], [ 30.401403, -15.472664 ], [ 30.365856, -15.544473 ], [ 30.416944, -15.616282 ], [ 30.359068, -15.649865 ], [ 30.286723, -15.645578 ], [ 30.260107, -15.625928 ], [ 30.208840, -15.660404 ], [ 30.166862, -15.620391 ], [ 30.125241, -15.619855 ], [ 29.962152, -15.640933 ], [ 29.934643, -15.623249 ], [ 29.877125, -15.612174 ], [ 29.820856, -15.608780 ], [ 29.775484, -15.615211 ], [ 29.715643, -15.642005 ], [ 29.649372, -15.657903 ], [ 29.610073, -15.660940 ], [ 29.577026, -15.641826 ], [ 29.544873, -15.645756 ], [ 29.500394, -15.685233 ], [ 29.434123, -15.688985 ], [ 29.403756, -15.709706 ], [ 29.362313, -15.709884 ], [ 29.266211, -15.758293 ], [ 29.227269, -15.763652 ], [ 29.195652, -15.790804 ], [ 29.065073, -15.879940 ], [ 29.034528, -15.926741 ], [ 29.015593, -15.941746 ], [ 28.935388, -15.939245 ], [ 28.924670, -15.947283 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2341, "LENGTH_": 628.238200, "AREA_": 12094.590000, "LVLID": "ZMP002000000000000000", "NAME": "Copperbelt", "ISO_CTRY": "ZM", "ID": "003ZMB200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.069539, -13.405381 ], [ 29.005947, -13.449860 ], [ 28.955037, -13.505949 ], [ 28.917168, -13.522562 ], [ 28.838392, -13.582403 ], [ 28.832855, -13.595086 ], [ 28.750685, -13.612234 ], [ 28.701919, -13.630990 ], [ 28.712458, -13.652247 ], [ 28.642971, -13.731738 ], [ 28.654403, -13.781218 ], [ 28.656011, -13.858029 ], [ 28.558122, -13.859636 ], [ 28.477381, -13.880179 ], [ 28.406287, -13.888575 ], [ 28.354662, -13.881965 ], [ 28.331441, -13.869997 ], [ 28.284461, -13.885538 ], [ 28.224084, -13.868568 ], [ 28.189787, -13.870176 ], [ 28.160492, -13.896613 ], [ 28.099579, -13.898935 ], [ 28.069391, -13.913404 ], [ 28.027413, -13.916619 ], [ 27.983112, -13.909474 ], [ 27.922557, -13.936447 ], [ 27.903801, -13.915548 ], [ 27.879328, -13.846775 ], [ 27.905766, -13.836593 ], [ 27.907016, -13.819981 ], [ 27.935061, -13.783897 ], [ 27.833421, -13.651354 ], [ 27.815200, -13.675112 ], [ 27.776974, -13.690295 ], [ 27.718919, -13.686723 ], [ 27.655863, -13.645638 ], [ 27.619958, -13.675826 ], [ 27.626389, -13.701906 ], [ 27.595128, -13.708694 ], [ 27.597093, -13.740669 ], [ 27.567619, -13.768178 ], [ 27.552614, -13.825340 ], [ 27.511172, -13.793543 ], [ 27.480448, -13.801760 ], [ 27.482949, -13.851241 ], [ 27.492416, -13.868568 ], [ 27.451689, -13.896077 ], [ 27.420964, -13.900543 ], [ 27.406853, -13.925908 ], [ 27.380951, -13.889110 ], [ 27.383095, -13.815872 ], [ 27.355407, -13.808191 ], [ 27.357551, -13.784433 ], [ 27.341831, -13.763891 ], [ 27.355050, -13.747814 ], [ 27.342189, -13.721556 ], [ 27.019404, -13.723878 ], [ 26.822733, -13.750315 ], [ 26.777540, -13.685472 ], [ 26.794688, -13.580617 ], [ 26.848634, -13.496125 ], [ 26.861674, -13.441821 ], [ 26.921337, -13.414312 ], [ 26.929732, -13.375192 ], [ 26.971353, -13.362510 ], [ 26.978855, -13.309992 ], [ 26.948488, -13.252295 ], [ 26.961886, -13.202100 ], [ 26.999755, -13.182451 ], [ 27.030658, -13.150476 ], [ 27.073529, -13.133328 ], [ 27.092285, -13.041690 ], [ 27.066920, -13.000248 ], [ 27.035660, -13.005964 ], [ 27.012259, -12.996497 ], [ 27.020833, -12.979706 ], [ 26.994575, -12.953626 ], [ 26.947059, -12.942908 ], [ 26.930804, -12.924331 ], [ 26.873107, -12.887712 ], [ 26.906332, -12.852700 ], [ 26.917764, -12.820368 ], [ 26.874893, -12.786786 ], [ 26.851850, -12.739270 ], [ 26.866676, -12.720514 ], [ 26.868819, -12.674963 ], [ 26.883288, -12.637094 ], [ 26.956169, -12.620839 ], [ 26.966530, -12.592615 ], [ 27.000827, -12.557961 ], [ 27.042269, -12.534739 ], [ 27.094429, -12.528308 ], [ 27.066741, -12.485258 ], [ 27.064062, -12.455249 ], [ 27.084962, -12.414521 ], [ 27.063526, -12.357717 ], [ 27.063526, -12.333244 ], [ 27.118544, -12.345213 ], [ 27.201964, -12.345749 ], [ 27.248051, -12.351465 ], [ 27.299675, -12.367541 ], [ 27.308070, -12.326099 ], [ 27.336472, -12.313059 ], [ 27.357551, -12.317704 ], [ 27.362910, -12.294125 ], [ 27.391669, -12.284300 ], [ 27.455976, -12.244823 ], [ 27.485092, -12.310916 ], [ 27.572442, -12.265187 ], [ 27.625674, -12.260542 ], [ 27.656220, -12.287158 ], [ 27.711595, -12.281442 ], [ 27.758039, -12.289302 ], [ 27.819845, -12.253576 ], [ 27.826811, -12.230711 ], [ 27.865574, -12.244108 ], [ 27.917734, -12.240536 ], [ 27.953281, -12.314131 ], [ 27.950066, -12.350214 ], [ 27.989364, -12.338782 ], [ 28.012586, -12.349678 ], [ 28.060638, -12.349678 ], [ 28.086539, -12.358789 ], [ 28.117442, -12.430062 ], [ 28.145844, -12.428097 ], [ 28.165315, -12.387012 ], [ 28.242483, -12.422024 ], [ 28.259096, -12.412913 ], [ 28.326796, -12.424882 ], [ 28.403607, -12.500799 ], [ 28.441655, -12.516161 ], [ 28.442906, -12.556889 ], [ 28.516144, -12.618159 ], [ 28.523289, -12.634057 ], [ 28.513464, -12.673713 ], [ 28.463805, -12.690683 ], [ 28.453981, -12.706938 ], [ 28.479882, -12.753203 ], [ 28.528648, -12.800897 ], [ 28.544010, -12.856273 ], [ 28.572591, -12.893070 ], [ 28.592062, -12.877351 ], [ 28.604744, -12.842518 ], [ 28.626358, -12.820368 ], [ 28.652617, -12.818760 ], [ 28.697989, -12.850914 ], [ 28.733179, -12.886104 ], [ 28.755865, -12.938442 ], [ 28.790162, -12.945945 ], [ 28.795878, -12.973454 ], [ 28.833748, -13.026686 ], [ 28.846609, -13.105640 ], [ 28.846966, -13.145117 ], [ 28.875368, -13.162623 ], [ 28.903592, -13.161908 ], [ 28.941640, -13.271944 ], [ 28.945570, -13.304276 ], [ 28.968435, -13.342860 ], [ 28.975937, -13.376086 ], [ 28.992728, -13.368226 ], [ 29.003625, -13.415920 ], [ 29.035064, -13.407167 ], [ 29.069539, -13.405381 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 6075, "LENGTH_": 1746.495000, "AREA_": 57051.370000, "LVLID": "ZMP007000000000000000", "NAME": "Northern", "ISO_CTRY": "ZM", "ID": "003ZMB600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.682119, -10.582851 ], [ 33.641391, -10.609645 ], [ 33.606380, -10.587495 ], [ 33.525639, -10.719503 ], [ 33.485090, -10.734507 ], [ 33.386486, -10.799350 ], [ 33.360228, -10.789525 ], [ 33.355941, -10.765768 ], [ 33.325574, -10.765053 ], [ 33.322001, -10.750405 ], [ 33.284667, -10.742546 ], [ 33.239653, -10.778450 ], [ 33.231257, -10.770948 ], [ 33.231972, -10.718967 ], [ 33.218932, -10.598213 ], [ 33.227327, -10.564809 ], [ 33.209464, -10.503718 ], [ 33.194281, -10.501753 ], [ 33.201426, -10.447449 ], [ 33.225005, -10.406543 ], [ 33.213930, -10.402435 ], [ 33.175525, -10.425121 ], [ 33.156233, -10.412081 ], [ 33.114255, -10.413152 ], [ 33.098178, -10.424049 ], [ 33.057272, -10.416189 ], [ 33.035300, -10.355455 ], [ 33.004933, -10.325624 ], [ 32.934910, -10.379927 ], [ 32.917762, -10.358134 ], [ 32.874355, -10.335806 ], [ 32.846488, -10.334377 ], [ 32.813263, -10.314906 ], [ 32.630525, -10.404578 ], [ 32.611590, -10.431551 ], [ 32.508342, -10.466741 ], [ 32.478868, -10.500502 ], [ 32.384909, -10.552484 ], [ 32.382587, -10.569275 ], [ 32.304883, -10.640191 ], [ 32.314172, -10.683062 ], [ 32.310242, -10.741295 ], [ 32.385445, -10.798636 ], [ 32.401879, -10.818999 ], [ 32.381158, -10.850081 ], [ 32.365974, -10.917782 ], [ 32.332928, -10.939039 ], [ 32.322746, -10.961367 ], [ 32.341323, -10.984411 ], [ 32.370083, -11.054076 ], [ 32.283447, -11.106415 ], [ 32.260940, -11.156788 ], [ 32.269871, -11.175187 ], [ 32.261833, -11.207876 ], [ 32.240397, -11.220916 ], [ 32.237897, -11.268968 ], [ 32.249329, -11.288081 ], [ 32.239147, -11.348458 ], [ 32.228429, -11.365428 ], [ 32.220570, -11.425090 ], [ 32.239326, -11.465103 ], [ 32.265763, -11.468676 ], [ 32.285234, -11.452242 ], [ 32.348647, -11.461174 ], [ 32.386159, -11.483324 ], [ 32.442964, -11.490648 ], [ 32.477796, -11.529232 ], [ 32.488157, -11.566029 ], [ 32.526920, -11.599969 ], [ 32.549427, -11.640339 ], [ 32.566397, -11.640161 ], [ 32.595335, -11.679817 ], [ 32.538888, -11.730012 ], [ 32.540853, -11.771275 ], [ 32.506377, -11.780207 ], [ 32.495659, -11.810931 ], [ 32.446358, -11.830759 ], [ 32.446179, -11.850051 ], [ 32.420992, -11.875238 ], [ 32.434032, -11.893458 ], [ 32.411525, -11.921681 ], [ 32.380622, -11.983845 ], [ 32.376156, -12.014926 ], [ 32.351148, -12.059762 ], [ 32.277552, -12.106742 ], [ 32.283626, -12.143004 ], [ 32.272015, -12.149792 ], [ 32.306490, -12.191948 ], [ 32.286305, -12.214456 ], [ 32.287377, -12.239107 ], [ 32.263619, -12.291088 ], [ 32.218247, -12.318954 ], [ 32.194132, -12.343426 ], [ 32.188595, -12.394872 ], [ 32.168410, -12.397194 ], [ 32.144116, -12.423631 ], [ 32.137328, -12.461143 ], [ 32.153047, -12.486866 ], [ 32.131255, -12.527237 ], [ 32.122680, -12.585827 ], [ 32.097851, -12.662281 ], [ 32.074629, -12.681573 ], [ 32.097851, -12.696042 ], [ 32.079095, -12.739627 ], [ 32.054980, -12.742485 ], [ 32.057838, -12.770352 ], [ 32.031579, -12.791430 ], [ 32.021754, -12.826977 ], [ 31.989780, -12.860560 ], [ 32.004070, -12.875386 ], [ 31.963700, -12.893785 ], [ 31.921543, -12.933262 ], [ 31.905288, -12.931119 ], [ 31.910289, -12.962557 ], [ 31.891891, -12.980778 ], [ 31.903144, -12.995961 ], [ 31.877957, -13.040797 ], [ 31.837408, -13.073487 ], [ 31.806506, -13.071522 ], [ 31.807935, -13.101353 ], [ 31.779354, -13.097066 ], [ 31.727908, -13.124039 ], [ 31.737912, -13.157800 ], [ 31.719691, -13.184594 ], [ 31.663423, -13.225143 ], [ 31.646989, -13.250151 ], [ 31.655563, -13.315887 ], [ 31.632877, -13.325712 ], [ 31.640737, -13.342860 ], [ 31.617515, -13.375014 ], [ 31.580360, -13.374656 ], [ 31.541955, -13.418064 ], [ 31.543384, -13.428603 ], [ 31.503013, -13.431997 ], [ 31.446031, -13.414491 ], [ 31.435491, -13.424137 ], [ 31.422273, -13.396628 ], [ 31.435134, -13.330714 ], [ 31.398515, -13.306241 ], [ 31.393513, -13.281412 ], [ 31.363861, -13.258190 ], [ 31.384403, -13.200314 ], [ 31.365111, -13.175663 ], [ 31.366004, -13.124575 ], [ 31.357609, -13.091171 ], [ 31.337781, -13.064555 ], [ 31.356001, -13.000070 ], [ 31.326884, -12.967202 ], [ 31.295088, -12.974526 ], [ 31.270080, -12.958449 ], [ 31.208631, -12.968988 ], [ 31.169154, -13.031687 ], [ 31.108420, -13.038832 ], [ 31.078410, -13.029365 ], [ 31.072516, -13.004357 ], [ 31.042684, -12.968452 ], [ 30.981414, -12.956305 ], [ 30.956585, -12.941836 ], [ 30.928897, -12.960414 ], [ 30.888705, -12.928082 ], [ 30.851193, -12.949339 ], [ 30.811001, -12.919150 ], [ 30.758306, -12.910398 ], [ 30.744551, -12.880745 ], [ 30.769202, -12.855380 ], [ 30.761878, -12.793931 ], [ 30.736334, -12.768565 ], [ 30.730261, -12.739985 ], [ 30.760092, -12.691576 ], [ 30.755983, -12.677643 ], [ 30.713827, -12.652456 ], [ 30.695249, -12.612086 ], [ 30.644340, -12.610121 ], [ 30.624155, -12.626733 ], [ 30.597717, -12.613157 ], [ 30.581105, -12.584041 ], [ 30.580212, -12.536704 ], [ 30.553417, -12.516697 ], [ 30.524479, -12.515804 ], [ 30.468747, -12.473648 ], [ 30.454456, -12.443102 ], [ 30.505009, -12.394336 ], [ 30.508402, -12.345213 ], [ 30.482680, -12.300734 ], [ 30.447668, -12.273225 ], [ 30.369071, -12.269474 ], [ 30.351923, -12.280906 ], [ 30.323521, -12.254647 ], [ 30.267967, -12.251611 ], [ 30.219201, -12.228032 ], [ 30.203481, -12.211776 ], [ 30.141140, -12.204274 ], [ 30.124527, -12.178908 ], [ 30.104520, -12.173192 ], [ 30.069688, -12.118353 ], [ 30.050396, -12.113173 ], [ 30.053968, -12.071909 ], [ 30.018064, -12.042078 ], [ 29.994842, -12.002243 ], [ 29.926248, -12.015819 ], [ 29.865156, -12.045472 ], [ 29.844078, -12.086557 ], [ 29.839434, -12.132465 ], [ 29.813354, -12.145862 ], [ 29.814604, -12.141753 ], [ 29.816926, -12.135323 ], [ 29.816033, -12.129606 ], [ 29.814426, -12.126927 ], [ 29.818534, -12.119782 ], [ 29.821928, -12.116566 ], [ 29.822821, -12.112637 ], [ 29.824250, -12.106742 ], [ 29.822821, -12.104598 ], [ 29.822107, -12.101562 ], [ 29.820499, -12.099061 ], [ 29.819427, -12.097453 ], [ 29.819070, -12.094238 ], [ 29.823000, -12.092273 ], [ 29.822285, -12.089772 ], [ 29.822464, -12.089415 ], [ 29.822464, -12.087093 ], [ 29.821213, -12.086378 ], [ 29.819070, -12.084770 ], [ 29.815140, -12.077982 ], [ 29.813711, -12.075303 ], [ 29.813532, -12.074231 ], [ 29.810496, -12.072266 ], [ 29.807638, -12.073695 ], [ 29.804958, -12.073517 ], [ 29.801207, -12.072981 ], [ 29.797813, -12.067801 ], [ 29.796741, -12.062620 ], [ 29.792454, -12.062620 ], [ 29.792275, -12.061191 ], [ 29.793169, -12.057083 ], [ 29.794776, -12.051367 ], [ 29.797813, -12.044757 ], [ 29.797813, -12.042792 ], [ 29.790311, -12.034040 ], [ 29.791918, -12.029038 ], [ 29.795491, -12.019392 ], [ 29.794062, -12.014212 ], [ 29.793347, -12.012961 ], [ 29.792275, -12.010996 ], [ 29.789417, -12.006352 ], [ 29.788524, -12.002958 ], [ 29.794240, -11.984559 ], [ 29.784416, -11.975806 ], [ 29.785309, -11.968304 ], [ 29.786023, -11.961516 ], [ 29.784416, -11.950798 ], [ 29.787988, -11.946868 ], [ 29.797456, -11.940437 ], [ 29.801207, -11.919538 ], [ 29.794598, -11.916858 ], [ 29.794240, -11.914358 ], [ 29.802100, -11.907212 ], [ 29.998414, -11.862555 ], [ 30.247424, -11.801463 ], [ 30.334060, -11.743230 ], [ 30.433378, -11.595682 ], [ 30.432306, -11.585321 ], [ 30.430520, -11.582821 ], [ 30.439630, -11.566922 ], [ 30.437308, -11.562993 ], [ 30.469818, -11.505295 ], [ 30.366392, -11.439559 ], [ 30.110951, -11.230562 ], [ 30.000022, -11.235385 ], [ 29.997521, -11.237350 ], [ 29.814068, -11.438845 ], [ 29.809781, -11.413479 ], [ 29.867121, -11.187155 ], [ 29.904098, -11.041215 ], [ 29.907670, -11.026567 ], [ 29.904991, -11.004774 ], [ 29.891415, -10.888665 ], [ 29.882662, -10.887236 ], [ 29.870158, -10.884021 ], [ 29.861941, -10.877233 ], [ 29.848901, -10.867587 ], [ 29.847829, -10.864371 ], [ 29.844435, -10.856512 ], [ 29.835147, -10.843829 ], [ 29.834432, -10.841864 ], [ 29.826572, -10.835791 ], [ 29.826036, -10.833826 ], [ 29.812997, -10.816856 ], [ 29.813354, -10.810961 ], [ 29.795491, -10.800958 ], [ 29.787274, -10.795777 ], [ 29.776377, -10.785060 ], [ 29.773877, -10.780415 ], [ 29.768696, -10.773806 ], [ 29.747797, -10.759158 ], [ 29.732434, -10.745582 ], [ 29.697959, -10.730220 ], [ 29.682775, -10.723432 ], [ 29.659375, -10.713786 ], [ 29.611502, -10.724861 ], [ 29.579527, -10.762016 ], [ 29.575240, -10.768268 ], [ 29.570060, -10.771841 ], [ 29.567738, -10.771305 ], [ 29.563093, -10.772377 ], [ 29.544159, -10.774878 ], [ 29.533084, -10.780951 ], [ 29.530404, -10.781666 ], [ 29.527189, -10.784167 ], [ 29.523616, -10.787739 ], [ 29.517721, -10.791669 ], [ 29.515221, -10.791848 ], [ 29.509862, -10.791490 ], [ 29.507539, -10.791133 ], [ 29.505575, -10.792026 ], [ 29.502538, -10.792919 ], [ 29.500394, -10.794170 ], [ 29.499323, -10.794348 ], [ 29.495750, -10.794527 ], [ 29.493428, -10.794348 ], [ 29.491463, -10.797385 ], [ 29.490748, -10.800779 ], [ 29.482531, -10.809889 ], [ 29.469849, -10.809175 ], [ 29.465026, -10.810961 ], [ 29.465026, -10.812033 ], [ 29.464847, -10.813283 ], [ 29.453772, -10.820428 ], [ 29.447877, -10.823286 ], [ 29.441982, -10.827038 ], [ 29.429478, -10.840078 ], [ 29.427513, -10.838649 ], [ 29.422690, -10.840435 ], [ 29.415902, -10.842757 ], [ 29.401076, -10.845794 ], [ 29.390716, -10.853118 ], [ 29.382856, -10.860441 ], [ 29.376782, -10.869552 ], [ 29.372138, -10.875625 ], [ 29.360170, -10.907600 ], [ 29.359277, -10.918318 ], [ 29.395896, -10.957616 ], [ 29.397682, -10.964047 ], [ 29.394288, -10.976729 ], [ 29.392323, -10.982088 ], [ 29.389287, -10.992985 ], [ 29.388036, -10.998344 ], [ 29.393395, -11.007811 ], [ 29.396610, -11.011205 ], [ 29.418046, -11.026746 ], [ 29.426442, -11.083193 ], [ 29.426442, -11.096054 ], [ 29.428049, -11.103557 ], [ 29.425370, -11.101413 ], [ 29.413580, -11.096233 ], [ 29.402505, -11.101056 ], [ 29.392145, -11.104628 ], [ 29.379819, -11.105522 ], [ 29.374818, -11.098019 ], [ 29.368744, -11.093018 ], [ 29.363742, -11.084979 ], [ 29.360884, -11.080871 ], [ 29.353025, -11.075155 ], [ 29.348380, -11.074440 ], [ 29.345522, -11.076048 ], [ 29.338377, -11.078013 ], [ 29.322658, -11.075333 ], [ 29.303008, -11.070867 ], [ 29.295684, -11.067831 ], [ 29.290147, -11.056041 ], [ 29.275857, -11.045145 ], [ 29.260852, -11.029068 ], [ 29.260494, -11.028711 ], [ 29.256029, -11.021744 ], [ 29.252813, -11.017100 ], [ 29.217981, -10.985661 ], [ 29.205119, -10.975479 ], [ 29.083829, -10.927428 ], [ 29.099192, -10.902598 ], [ 29.114018, -10.903491 ], [ 29.115983, -10.902419 ], [ 29.119020, -10.902598 ], [ 29.125272, -10.899026 ], [ 29.143670, -10.896525 ], [ 29.201725, -10.852403 ], [ 29.198867, -10.834540 ], [ 29.194401, -10.826323 ], [ 29.192079, -10.815605 ], [ 29.197438, -10.793098 ], [ 29.200475, -10.784881 ], [ 29.200296, -10.780594 ], [ 29.194580, -10.772556 ], [ 29.188864, -10.765946 ], [ 29.193508, -10.749870 ], [ 29.198331, -10.740402 ], [ 29.206548, -10.734865 ], [ 29.214944, -10.728434 ], [ 29.224411, -10.723432 ], [ 29.224947, -10.720396 ], [ 29.233343, -10.718073 ], [ 29.237273, -10.716109 ], [ 29.246919, -10.709499 ], [ 29.252635, -10.703247 ], [ 29.255493, -10.704319 ], [ 29.257636, -10.702711 ], [ 29.257815, -10.699853 ], [ 29.261566, -10.697888 ], [ 29.272284, -10.688421 ], [ 29.272641, -10.687706 ], [ 29.281037, -10.684848 ], [ 29.284074, -10.681276 ], [ 29.286038, -10.680561 ], [ 29.289611, -10.680383 ], [ 29.291219, -10.681276 ], [ 29.296042, -10.675381 ], [ 29.297828, -10.673773 ], [ 29.299078, -10.672523 ], [ 29.300865, -10.670915 ], [ 29.306581, -10.664485 ], [ 29.309975, -10.661805 ], [ 29.312833, -10.658232 ], [ 29.314619, -10.656982 ], [ 29.315334, -10.655910 ], [ 29.321050, -10.651266 ], [ 29.320157, -10.649658 ], [ 29.320514, -10.648229 ], [ 29.321407, -10.646443 ], [ 29.323908, -10.643406 ], [ 29.326409, -10.635368 ], [ 29.327838, -10.631259 ], [ 29.328195, -10.630188 ], [ 29.329267, -10.628223 ], [ 29.329446, -10.625365 ], [ 29.329624, -10.623042 ], [ 29.329803, -10.621792 ], [ 29.329446, -10.619648 ], [ 29.329446, -10.618755 ], [ 29.329446, -10.616969 ], [ 29.330696, -10.615004 ], [ 29.334269, -10.609109 ], [ 29.335876, -10.606073 ], [ 29.339985, -10.600892 ], [ 29.343736, -10.598927 ], [ 29.367315, -10.599999 ], [ 29.369994, -10.603214 ], [ 29.371602, -10.606251 ], [ 29.376961, -10.611967 ], [ 29.381427, -10.615004 ], [ 29.389465, -10.618398 ], [ 29.407150, -10.593747 ], [ 29.408043, -10.590353 ], [ 29.408579, -10.581958 ], [ 29.406078, -10.576241 ], [ 29.407328, -10.562487 ], [ 29.407864, -10.559450 ], [ 29.409293, -10.556413 ], [ 29.410186, -10.555342 ], [ 29.413223, -10.548911 ], [ 29.416081, -10.544803 ], [ 29.425906, -10.522474 ], [ 29.426442, -10.521759 ], [ 29.429835, -10.516043 ], [ 29.430907, -10.514078 ], [ 29.436445, -10.509255 ], [ 29.440017, -10.507112 ], [ 29.454486, -10.504254 ], [ 29.463239, -10.499252 ], [ 29.454129, -10.496394 ], [ 29.452164, -10.495858 ], [ 29.451092, -10.488534 ], [ 29.448234, -10.484783 ], [ 29.443947, -10.484247 ], [ 29.438767, -10.484426 ], [ 29.427871, -10.473529 ], [ 29.420904, -10.464776 ], [ 29.424119, -10.455130 ], [ 29.429121, -10.445484 ], [ 29.432694, -10.440661 ], [ 29.436981, -10.438696 ], [ 29.452521, -10.424406 ], [ 29.453772, -10.420833 ], [ 29.454665, -10.414760 ], [ 29.455558, -10.409937 ], [ 29.456987, -10.406543 ], [ 29.458774, -10.405471 ], [ 29.464132, -10.399755 ], [ 29.463418, -10.397790 ], [ 29.464490, -10.393146 ], [ 29.466097, -10.391538 ], [ 29.467169, -10.380642 ], [ 29.463061, -10.373497 ], [ 29.458059, -10.368495 ], [ 29.463775, -10.366709 ], [ 29.469670, -10.366173 ], [ 29.472528, -10.364922 ], [ 29.482710, -10.354026 ], [ 29.485747, -10.352597 ], [ 29.489676, -10.341165 ], [ 29.496464, -10.332054 ], [ 29.498251, -10.333305 ], [ 29.500037, -10.330447 ], [ 29.501109, -10.330983 ], [ 29.502181, -10.330447 ], [ 29.505039, -10.326517 ], [ 29.507361, -10.326695 ], [ 29.511291, -10.326517 ], [ 29.512362, -10.325981 ], [ 29.516114, -10.322944 ], [ 29.518436, -10.322408 ], [ 29.520401, -10.318836 ], [ 29.523438, -10.316156 ], [ 29.525760, -10.315085 ], [ 29.526296, -10.315263 ], [ 29.527903, -10.315799 ], [ 29.531476, -10.314013 ], [ 29.532905, -10.313656 ], [ 29.533798, -10.313298 ], [ 29.537371, -10.305796 ], [ 29.538264, -10.305260 ], [ 29.543087, -10.301866 ], [ 29.544337, -10.301687 ], [ 29.545588, -10.301330 ], [ 29.547017, -10.301509 ], [ 29.550053, -10.300258 ], [ 29.553269, -10.297936 ], [ 29.555591, -10.297043 ], [ 29.556305, -10.296507 ], [ 29.558092, -10.295078 ], [ 29.560235, -10.294006 ], [ 29.562736, -10.292934 ], [ 29.566130, -10.292934 ], [ 29.569167, -10.291505 ], [ 29.570060, -10.290791 ], [ 29.573097, -10.289362 ], [ 29.574168, -10.289362 ], [ 29.576133, -10.287933 ], [ 29.577026, -10.287218 ], [ 29.587030, -10.282217 ], [ 29.590066, -10.282038 ], [ 29.592389, -10.282753 ], [ 29.595425, -10.282931 ], [ 29.598998, -10.282931 ], [ 29.605250, -10.281859 ], [ 29.612752, -10.280609 ], [ 29.613824, -10.281502 ], [ 29.616146, -10.282574 ], [ 29.617575, -10.282574 ], [ 29.620076, -10.282931 ], [ 29.622398, -10.282753 ], [ 29.625078, -10.283110 ], [ 29.628829, -10.282217 ], [ 29.632044, -10.280073 ], [ 29.634009, -10.279180 ], [ 29.635617, -10.277036 ], [ 29.638297, -10.274714 ], [ 29.640261, -10.269891 ], [ 29.640797, -10.268998 ], [ 29.641869, -10.267033 ], [ 29.643298, -10.263103 ], [ 29.646871, -10.257387 ], [ 29.646692, -10.255601 ], [ 29.645799, -10.253100 ], [ 29.645620, -10.250599 ], [ 29.645263, -10.248634 ], [ 29.645442, -10.242204 ], [ 29.733506, -10.214516 ], [ 29.777985, -10.200404 ], [ 29.780307, -10.200226 ], [ 29.786738, -10.199511 ], [ 29.787988, -10.200583 ], [ 29.790846, -10.200226 ], [ 29.797813, -10.201476 ], [ 29.799242, -10.202548 ], [ 29.799957, -10.203262 ], [ 29.802636, -10.204870 ], [ 29.804065, -10.207549 ], [ 29.813354, -10.211301 ], [ 29.817998, -10.210407 ], [ 29.820856, -10.213444 ], [ 29.821392, -10.215945 ], [ 29.821213, -10.218446 ], [ 29.825143, -10.221304 ], [ 29.829966, -10.222197 ], [ 29.834075, -10.223447 ], [ 29.836040, -10.223626 ], [ 29.836754, -10.223805 ], [ 29.838183, -10.216124 ], [ 29.839255, -10.214337 ], [ 29.842828, -10.213266 ], [ 29.843185, -10.212551 ], [ 29.844435, -10.210050 ], [ 29.844793, -10.209693 ], [ 29.845864, -10.207371 ], [ 29.845864, -10.207013 ], [ 29.846222, -10.205942 ], [ 29.847115, -10.202905 ], [ 29.848544, -10.201655 ], [ 29.848187, -10.201119 ], [ 29.857475, -10.195581 ], [ 29.861584, -10.195045 ], [ 29.863370, -10.192723 ], [ 29.865514, -10.190222 ], [ 29.867479, -10.189508 ], [ 29.868014, -10.188972 ], [ 29.869979, -10.187721 ], [ 29.873731, -10.185399 ], [ 29.878018, -10.182898 ], [ 29.878911, -10.182184 ], [ 29.882126, -10.179862 ], [ 29.885877, -10.177361 ], [ 29.888736, -10.172181 ], [ 29.890165, -10.169144 ], [ 29.891415, -10.167000 ], [ 29.892130, -10.165929 ], [ 29.893380, -10.164321 ], [ 29.894452, -10.162713 ], [ 29.895881, -10.160570 ], [ 29.896774, -10.154496 ], [ 29.903919, -10.141814 ], [ 29.903383, -10.135740 ], [ 29.903383, -10.126630 ], [ 29.906956, -10.119842 ], [ 29.907134, -10.108767 ], [ 29.921425, -10.066789 ], [ 29.930535, -10.054642 ], [ 29.931071, -10.053570 ], [ 29.933750, -10.051606 ], [ 29.934108, -10.046425 ], [ 29.933750, -10.041960 ], [ 29.933214, -10.041245 ], [ 29.930535, -10.036601 ], [ 29.929999, -10.035707 ], [ 29.929106, -10.032849 ], [ 29.926962, -10.025526 ], [ 29.924104, -10.015344 ], [ 29.922318, -10.010163 ], [ 29.919996, -10.004269 ], [ 29.919281, -10.001768 ], [ 29.918745, -10.000160 ], [ 29.918567, -10.000160 ], [ 29.915351, -9.988728 ], [ 29.909993, -9.982119 ], [ 29.909635, -9.975688 ], [ 29.910707, -9.974080 ], [ 29.910707, -9.969614 ], [ 29.911779, -9.951751 ], [ 29.918388, -9.942463 ], [ 29.922675, -9.925314 ], [ 29.923390, -9.912096 ], [ 29.933750, -9.880835 ], [ 29.934465, -9.871547 ], [ 29.933214, -9.868867 ], [ 29.929820, -9.856899 ], [ 29.931071, -9.854577 ], [ 29.911422, -9.820816 ], [ 29.910171, -9.817422 ], [ 29.905170, -9.816171 ], [ 29.902133, -9.813849 ], [ 29.882305, -9.815278 ], [ 29.881233, -9.812242 ], [ 29.865335, -9.799380 ], [ 29.860512, -9.793843 ], [ 29.872123, -9.781517 ], [ 29.849080, -9.766155 ], [ 29.838183, -9.754187 ], [ 29.829788, -9.749900 ], [ 29.829609, -9.749364 ], [ 29.825858, -9.742933 ], [ 29.822107, -9.742576 ], [ 29.817105, -9.731858 ], [ 29.815855, -9.717568 ], [ 29.813175, -9.714531 ], [ 29.815497, -9.711316 ], [ 29.812818, -9.707743 ], [ 29.806744, -9.704349 ], [ 29.804958, -9.698633 ], [ 29.797634, -9.697561 ], [ 29.790132, -9.702206 ], [ 29.786023, -9.703277 ], [ 29.781022, -9.703813 ], [ 29.776913, -9.703099 ], [ 29.773162, -9.701312 ], [ 29.766017, -9.700598 ], [ 29.760122, -9.702206 ], [ 29.754763, -9.702920 ], [ 29.752084, -9.704706 ], [ 29.748333, -9.702027 ], [ 29.743688, -9.702920 ], [ 29.741902, -9.702920 ], [ 29.739937, -9.701670 ], [ 29.735293, -9.695775 ], [ 29.727076, -9.683271 ], [ 29.723682, -9.683628 ], [ 29.721181, -9.686665 ], [ 29.718323, -9.686486 ], [ 29.713857, -9.688987 ], [ 29.711892, -9.687737 ], [ 29.707962, -9.687915 ], [ 29.706354, -9.687379 ], [ 29.702067, -9.683271 ], [ 29.686705, -9.682020 ], [ 29.669557, -9.675054 ], [ 29.666699, -9.672374 ], [ 29.659196, -9.668623 ], [ 29.640797, -9.665765 ], [ 29.629901, -9.663800 ], [ 29.624185, -9.665586 ], [ 29.617218, -9.661121 ], [ 29.613824, -9.657369 ], [ 29.584886, -9.656655 ], [ 29.582743, -9.658084 ], [ 29.570596, -9.654690 ], [ 29.566309, -9.650403 ], [ 29.543444, -9.643615 ], [ 29.541836, -9.648974 ], [ 29.531655, -9.635934 ], [ 29.526653, -9.615034 ], [ 29.514506, -9.612712 ], [ 29.499680, -9.601637 ], [ 29.463239, -9.596993 ], [ 29.457166, -9.589133 ], [ 29.460203, -9.557515 ], [ 29.465919, -9.552514 ], [ 29.459488, -9.548584 ], [ 29.443947, -9.547869 ], [ 29.425548, -9.537866 ], [ 29.421797, -9.536616 ], [ 29.396968, -9.545904 ], [ 29.394467, -9.547869 ], [ 29.386786, -9.540724 ], [ 29.372674, -9.524469 ], [ 29.358384, -9.526970 ], [ 29.353203, -9.496603 ], [ 29.352310, -9.493745 ], [ 29.352132, -9.491422 ], [ 29.342307, -9.486778 ], [ 29.345879, -9.479990 ], [ 29.345165, -9.473917 ], [ 29.342486, -9.465521 ], [ 29.339270, -9.460519 ], [ 29.333018, -9.458019 ], [ 29.329267, -9.455518 ], [ 29.325516, -9.427294 ], [ 29.323193, -9.415147 ], [ 29.326945, -9.414612 ], [ 29.328731, -9.411039 ], [ 29.328552, -9.407109 ], [ 29.330339, -9.403001 ], [ 29.330339, -9.401036 ], [ 29.324801, -9.389067 ], [ 29.325516, -9.384959 ], [ 29.331410, -9.381922 ], [ 29.333197, -9.382280 ], [ 29.338913, -9.385138 ], [ 29.340521, -9.385673 ], [ 29.342664, -9.386924 ], [ 29.344986, -9.386924 ], [ 29.353918, -9.373884 ], [ 29.358026, -9.369240 ], [ 29.356240, -9.362094 ], [ 29.356419, -9.359594 ], [ 29.357490, -9.356378 ], [ 29.358741, -9.354592 ], [ 29.357669, -9.347625 ], [ 29.347487, -9.335836 ], [ 29.349273, -9.324939 ], [ 29.351596, -9.321724 ], [ 29.349809, -9.315293 ], [ 29.348738, -9.314222 ], [ 29.345879, -9.312078 ], [ 29.344986, -9.311363 ], [ 29.343557, -9.307970 ], [ 29.343379, -9.304397 ], [ 29.343379, -9.298859 ], [ 29.342486, -9.299217 ], [ 29.339806, -9.299574 ], [ 29.338377, -9.299753 ], [ 29.333197, -9.292786 ], [ 29.333554, -9.291357 ], [ 29.335519, -9.285819 ], [ 29.335162, -9.275638 ], [ 29.342128, -9.259204 ], [ 29.341771, -9.255274 ], [ 29.341771, -9.252594 ], [ 29.342664, -9.249915 ], [ 29.343379, -9.246878 ], [ 29.343736, -9.244377 ], [ 29.343021, -9.242234 ], [ 29.343200, -9.241698 ], [ 29.343557, -9.239018 ], [ 29.342843, -9.237411 ], [ 29.340342, -9.234553 ], [ 29.334983, -9.231337 ], [ 29.331589, -9.228301 ], [ 29.331232, -9.226514 ], [ 29.332482, -9.222942 ], [ 29.333375, -9.221155 ], [ 29.336769, -9.217761 ], [ 29.336055, -9.215797 ], [ 29.331232, -9.204543 ], [ 29.329446, -9.202042 ], [ 29.319621, -9.207758 ], [ 29.317299, -9.211867 ], [ 29.314083, -9.212760 ], [ 29.311225, -9.215797 ], [ 29.308189, -9.217940 ], [ 29.303723, -9.211688 ], [ 29.299257, -9.199898 ], [ 29.296578, -9.195969 ], [ 29.293005, -9.190788 ], [ 29.289075, -9.194361 ], [ 29.286217, -9.196147 ], [ 29.283895, -9.193289 ], [ 29.278536, -9.190252 ], [ 29.274249, -9.185251 ], [ 29.271212, -9.176677 ], [ 29.270855, -9.174712 ], [ 29.269962, -9.169710 ], [ 29.266389, -9.166316 ], [ 29.258351, -9.160421 ], [ 29.253885, -9.154705 ], [ 29.253528, -9.149525 ], [ 29.252813, -9.145952 ], [ 29.250134, -9.142558 ], [ 29.244060, -9.138450 ], [ 29.230485, -9.135234 ], [ 29.224768, -9.137021 ], [ 29.217445, -9.140236 ], [ 29.201904, -9.142380 ], [ 29.190829, -9.136663 ], [ 29.187078, -9.131840 ], [ 29.172787, -9.124517 ], [ 29.172787, -9.120765 ], [ 29.169393, -9.115942 ], [ 29.145993, -9.111298 ], [ 29.113125, -9.095043 ], [ 29.108659, -9.088433 ], [ 29.113839, -9.083610 ], [ 29.116161, -9.075929 ], [ 29.119734, -9.070928 ], [ 29.122414, -9.064854 ], [ 29.124200, -9.064497 ], [ 29.129559, -9.056637 ], [ 29.130631, -9.048956 ], [ 29.132417, -9.046991 ], [ 29.135096, -9.042347 ], [ 29.157782, -9.041990 ], [ 29.167607, -9.045920 ], [ 29.172787, -9.038417 ], [ 29.173859, -9.005549 ], [ 29.190472, -8.989651 ], [ 29.190829, -8.987329 ], [ 29.190650, -8.983220 ], [ 29.190650, -8.980005 ], [ 29.189400, -8.976075 ], [ 29.189042, -8.973932 ], [ 29.189400, -8.968751 ], [ 29.189400, -8.965179 ], [ 29.188685, -8.963750 ], [ 29.189221, -8.962142 ], [ 29.191365, -8.957141 ], [ 29.191722, -8.954818 ], [ 29.195652, -8.950353 ], [ 29.197617, -8.947316 ], [ 29.212443, -8.940528 ], [ 29.215837, -8.939099 ], [ 29.234236, -8.932490 ], [ 29.237451, -8.931596 ], [ 29.242096, -8.931061 ], [ 29.248169, -8.929096 ], [ 29.249241, -8.928917 ], [ 29.254600, -8.929810 ], [ 29.264067, -8.924630 ], [ 29.267640, -8.920700 ], [ 29.276214, -8.907839 ], [ 29.290147, -8.895513 ], [ 29.295506, -8.885331 ], [ 29.296756, -8.883188 ], [ 29.297649, -8.880866 ], [ 29.298364, -8.877293 ], [ 29.301401, -8.864253 ], [ 29.305509, -8.849605 ], [ 29.306760, -8.843711 ], [ 29.313369, -8.820310 ], [ 29.316941, -8.804948 ], [ 29.317299, -8.797267 ], [ 29.312654, -8.739033 ], [ 29.313369, -8.731888 ], [ 29.319442, -8.724029 ], [ 29.327481, -8.723135 ], [ 29.373210, -8.721170 ], [ 29.384821, -8.698127 ], [ 29.391609, -8.686874 ], [ 29.396432, -8.684194 ], [ 29.439839, -8.623639 ], [ 29.450735, -8.615779 ], [ 29.461989, -8.607919 ], [ 29.467169, -8.600953 ], [ 29.491106, -8.567727 ], [ 29.487533, -8.542541 ], [ 29.487533, -8.538432 ], [ 29.490034, -8.522713 ], [ 29.501287, -8.498419 ], [ 29.528261, -8.483057 ], [ 29.596854, -8.396600 ], [ 29.577384, -8.389276 ], [ 29.574168, -8.386775 ], [ 29.570239, -8.379094 ], [ 29.773519, -8.350514 ], [ 29.860691, -8.340868 ], [ 30.000022, -8.316217 ], [ 30.123277, -8.312108 ], [ 30.292439, -8.290851 ], [ 30.532696, -8.257805 ], [ 30.554310, -8.251910 ], [ 30.666847, -8.241192 ], [ 30.774204, -8.224401 ], [ 30.807429, -8.310679 ], [ 30.878345, -8.408747 ], [ 30.978020, -8.538432 ], [ 31.028037, -8.592200 ], [ 31.078053, -8.621852 ], [ 31.136465, -8.632749 ], [ 31.160044, -8.625961 ], [ 31.187553, -8.597559 ], [ 31.227388, -8.589520 ], [ 31.257219, -8.605418 ], [ 31.275082, -8.631498 ], [ 31.319918, -8.608812 ], [ 31.363146, -8.606847 ], [ 31.374936, -8.587198 ], [ 31.398158, -8.631498 ], [ 31.458713, -8.640251 ], [ 31.489438, -8.684194 ], [ 31.526771, -8.680979 ], [ 31.570536, -8.709560 ], [ 31.581968, -8.745464 ], [ 31.569821, -8.809235 ], [ 31.584826, -8.838888 ], [ 31.658600, -8.879972 ], [ 31.679857, -8.911233 ], [ 31.734696, -8.923201 ], [ 31.779532, -8.890690 ], [ 31.829727, -8.891762 ], [ 31.893498, -8.912662 ], [ 31.947087, -8.936777 ], [ 31.931368, -8.982506 ], [ 31.936727, -9.018053 ], [ 31.973346, -9.064676 ], [ 31.996032, -9.076108 ], [ 32.060874, -9.051278 ], [ 32.161443, -9.061639 ], [ 32.170732, -9.075036 ], [ 32.242898, -9.124874 ], [ 32.267013, -9.133627 ], [ 32.326497, -9.132198 ], [ 32.431353, -9.118265 ], [ 32.493516, -9.153097 ], [ 32.486549, -9.172389 ], [ 32.540853, -9.254738 ], [ 32.595514, -9.248486 ], [ 32.646780, -9.272422 ], [ 32.708586, -9.272601 ], [ 32.751993, -9.284926 ], [ 32.768249, -9.317973 ], [ 32.867388, -9.373884 ], [ 32.892396, -9.365846 ], [ 32.925086, -9.397106 ], [ 32.953488, -9.401393 ], [ 32.943663, -9.425687 ], [ 32.947772, -9.486599 ], [ 32.975281, -9.481419 ], [ 33.026726, -9.507320 ], [ 33.011185, -9.557694 ], [ 33.005112, -9.640578 ], [ 33.038158, -9.648795 ], [ 33.062452, -9.634683 ], [ 33.099428, -9.687379 ], [ 33.118720, -9.646294 ], [ 33.108717, -9.632183 ], [ 33.121221, -9.600922 ], [ 33.157304, -9.613784 ], [ 33.195710, -9.605567 ], [ 33.227327, -9.654511 ], [ 33.225898, -9.716496 ], [ 33.272342, -9.767941 ], [ 33.289490, -9.810098 ], [ 33.345759, -9.827425 ], [ 33.368266, -9.861186 ], [ 33.381663, -9.906558 ], [ 33.349331, -9.943177 ], [ 33.345044, -9.971401 ], [ 33.318786, -10.045175 ], [ 33.338614, -10.088403 ], [ 33.419890, -10.125737 ], [ 33.459367, -10.171466 ], [ 33.494200, -10.178790 ], [ 33.518315, -10.207371 ], [ 33.563151, -10.237202 ], [ 33.534749, -10.330089 ], [ 33.548146, -10.371532 ], [ 33.576727, -10.428515 ], [ 33.618705, -10.448700 ], [ 33.646750, -10.520152 ], [ 33.668543, -10.530155 ], [ 33.687299, -10.577670 ], [ 33.682119, -10.582851 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2820, "LENGTH_": 1079.161000, "AREA_": 19497.720000, "LVLID": "ZMP004000000000000000", "NAME": "Luapula", "ISO_CTRY": "ZM", "ID": "003ZMB400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.570239, -8.379094 ], [ 29.574168, -8.386775 ], [ 29.577384, -8.389276 ], [ 29.596854, -8.396600 ], [ 29.528261, -8.483057 ], [ 29.501287, -8.498419 ], [ 29.490034, -8.522713 ], [ 29.487533, -8.538432 ], [ 29.487533, -8.542541 ], [ 29.491106, -8.567727 ], [ 29.467169, -8.600953 ], [ 29.461989, -8.607919 ], [ 29.450735, -8.615779 ], [ 29.439839, -8.623639 ], [ 29.396432, -8.684194 ], [ 29.391609, -8.686874 ], [ 29.384821, -8.698127 ], [ 29.373210, -8.721170 ], [ 29.327481, -8.723135 ], [ 29.319442, -8.724029 ], [ 29.313369, -8.731888 ], [ 29.312654, -8.739033 ], [ 29.317299, -8.797267 ], [ 29.316941, -8.804948 ], [ 29.313369, -8.820310 ], [ 29.306760, -8.843711 ], [ 29.305509, -8.849605 ], [ 29.301401, -8.864253 ], [ 29.298364, -8.877293 ], [ 29.297649, -8.880866 ], [ 29.296756, -8.883188 ], [ 29.295506, -8.885331 ], [ 29.290147, -8.895513 ], [ 29.276214, -8.907839 ], [ 29.267640, -8.920700 ], [ 29.264067, -8.924630 ], [ 29.254600, -8.929810 ], [ 29.249241, -8.928917 ], [ 29.248169, -8.929096 ], [ 29.242096, -8.931061 ], [ 29.237451, -8.931596 ], [ 29.234236, -8.932490 ], [ 29.215837, -8.939099 ], [ 29.212443, -8.940528 ], [ 29.197617, -8.947316 ], [ 29.195652, -8.950353 ], [ 29.191722, -8.954818 ], [ 29.191365, -8.957141 ], [ 29.189221, -8.962142 ], [ 29.188685, -8.963750 ], [ 29.189400, -8.965179 ], [ 29.189400, -8.968751 ], [ 29.189042, -8.973932 ], [ 29.189400, -8.976075 ], [ 29.190650, -8.980005 ], [ 29.190650, -8.983220 ], [ 29.190829, -8.987329 ], [ 29.190472, -8.989651 ], [ 29.173859, -9.005549 ], [ 29.172787, -9.038417 ], [ 29.167607, -9.045920 ], [ 29.157782, -9.041990 ], [ 29.135096, -9.042347 ], [ 29.132417, -9.046991 ], [ 29.130631, -9.048956 ], [ 29.129559, -9.056637 ], [ 29.124200, -9.064497 ], [ 29.122414, -9.064854 ], [ 29.119734, -9.070928 ], [ 29.116161, -9.075929 ], [ 29.113839, -9.083610 ], [ 29.108659, -9.088433 ], [ 29.113125, -9.095043 ], [ 29.145993, -9.111298 ], [ 29.169393, -9.115942 ], [ 29.172787, -9.120765 ], [ 29.172787, -9.124517 ], [ 29.187078, -9.131840 ], [ 29.190829, -9.136663 ], [ 29.201904, -9.142380 ], [ 29.217445, -9.140236 ], [ 29.224768, -9.137021 ], [ 29.230485, -9.135234 ], [ 29.244060, -9.138450 ], [ 29.250134, -9.142558 ], [ 29.252813, -9.145952 ], [ 29.253528, -9.149525 ], [ 29.253885, -9.154705 ], [ 29.258351, -9.160421 ], [ 29.266389, -9.166316 ], [ 29.269962, -9.169710 ], [ 29.270855, -9.174712 ], [ 29.271212, -9.176677 ], [ 29.274249, -9.185251 ], [ 29.278536, -9.190252 ], [ 29.283895, -9.193289 ], [ 29.286217, -9.196147 ], [ 29.289075, -9.194361 ], [ 29.293005, -9.190788 ], [ 29.296578, -9.195969 ], [ 29.299257, -9.199898 ], [ 29.303723, -9.211688 ], [ 29.308189, -9.217940 ], [ 29.311225, -9.215797 ], [ 29.314083, -9.212760 ], [ 29.317299, -9.211867 ], [ 29.319621, -9.207758 ], [ 29.329446, -9.202042 ], [ 29.331232, -9.204543 ], [ 29.336055, -9.215797 ], [ 29.336769, -9.217761 ], [ 29.333375, -9.221155 ], [ 29.332482, -9.222942 ], [ 29.331232, -9.226514 ], [ 29.331589, -9.228301 ], [ 29.334983, -9.231337 ], [ 29.340342, -9.234553 ], [ 29.342843, -9.237411 ], [ 29.343557, -9.239018 ], [ 29.343200, -9.241698 ], [ 29.343021, -9.242234 ], [ 29.343736, -9.244377 ], [ 29.343379, -9.246878 ], [ 29.342664, -9.249915 ], [ 29.341771, -9.252594 ], [ 29.341771, -9.255274 ], [ 29.342128, -9.259204 ], [ 29.335162, -9.275638 ], [ 29.335519, -9.285819 ], [ 29.333554, -9.291357 ], [ 29.333197, -9.292786 ], [ 29.338377, -9.299753 ], [ 29.339806, -9.299574 ], [ 29.342486, -9.299217 ], [ 29.343379, -9.298859 ], [ 29.343379, -9.304397 ], [ 29.343557, -9.307970 ], [ 29.344986, -9.311363 ], [ 29.345879, -9.312078 ], [ 29.348738, -9.314222 ], [ 29.349809, -9.315293 ], [ 29.351596, -9.321724 ], [ 29.349273, -9.324939 ], [ 29.347487, -9.335836 ], [ 29.357669, -9.347625 ], [ 29.358741, -9.354592 ], [ 29.357490, -9.356378 ], [ 29.356419, -9.359594 ], [ 29.356240, -9.362094 ], [ 29.358026, -9.369240 ], [ 29.353918, -9.373884 ], [ 29.344986, -9.386924 ], [ 29.342664, -9.386924 ], [ 29.340521, -9.385673 ], [ 29.338913, -9.385138 ], [ 29.333197, -9.382280 ], [ 29.331410, -9.381922 ], [ 29.325516, -9.384959 ], [ 29.324801, -9.389067 ], [ 29.330339, -9.401036 ], [ 29.330339, -9.403001 ], [ 29.328552, -9.407109 ], [ 29.328731, -9.411039 ], [ 29.326945, -9.414612 ], [ 29.323193, -9.415147 ], [ 29.325516, -9.427294 ], [ 29.329267, -9.455518 ], [ 29.333018, -9.458019 ], [ 29.339270, -9.460519 ], [ 29.342486, -9.465521 ], [ 29.345165, -9.473917 ], [ 29.345879, -9.479990 ], [ 29.342307, -9.486778 ], [ 29.352132, -9.491422 ], [ 29.352310, -9.493745 ], [ 29.353203, -9.496603 ], [ 29.358384, -9.526970 ], [ 29.372674, -9.524469 ], [ 29.386786, -9.540724 ], [ 29.394467, -9.547869 ], [ 29.396968, -9.545904 ], [ 29.421797, -9.536616 ], [ 29.425548, -9.537866 ], [ 29.443947, -9.547869 ], [ 29.459488, -9.548584 ], [ 29.465919, -9.552514 ], [ 29.460203, -9.557515 ], [ 29.457166, -9.589133 ], [ 29.463239, -9.596993 ], [ 29.499680, -9.601637 ], [ 29.514506, -9.612712 ], [ 29.526653, -9.615034 ], [ 29.531655, -9.635934 ], [ 29.541836, -9.648974 ], [ 29.543444, -9.643615 ], [ 29.566309, -9.650403 ], [ 29.570596, -9.654690 ], [ 29.582743, -9.658084 ], [ 29.584886, -9.656655 ], [ 29.613824, -9.657369 ], [ 29.617218, -9.661121 ], [ 29.624185, -9.665586 ], [ 29.629901, -9.663800 ], [ 29.640797, -9.665765 ], [ 29.659196, -9.668623 ], [ 29.666699, -9.672374 ], [ 29.669557, -9.675054 ], [ 29.686705, -9.682020 ], [ 29.702067, -9.683271 ], [ 29.706354, -9.687379 ], [ 29.707962, -9.687915 ], [ 29.711892, -9.687737 ], [ 29.713857, -9.688987 ], [ 29.718323, -9.686486 ], [ 29.721181, -9.686665 ], [ 29.723682, -9.683628 ], [ 29.727076, -9.683271 ], [ 29.735293, -9.695775 ], [ 29.739937, -9.701670 ], [ 29.741902, -9.702920 ], [ 29.743688, -9.702920 ], [ 29.748333, -9.702027 ], [ 29.752084, -9.704706 ], [ 29.754763, -9.702920 ], [ 29.760122, -9.702206 ], [ 29.766017, -9.700598 ], [ 29.773162, -9.701312 ], [ 29.776913, -9.703099 ], [ 29.781022, -9.703813 ], [ 29.786023, -9.703277 ], [ 29.790132, -9.702206 ], [ 29.797634, -9.697561 ], [ 29.804958, -9.698633 ], [ 29.806744, -9.704349 ], [ 29.812818, -9.707743 ], [ 29.815497, -9.711316 ], [ 29.813175, -9.714531 ], [ 29.815855, -9.717568 ], [ 29.817105, -9.731858 ], [ 29.822107, -9.742576 ], [ 29.825858, -9.742933 ], [ 29.829609, -9.749364 ], [ 29.829788, -9.749900 ], [ 29.838183, -9.754187 ], [ 29.849080, -9.766155 ], [ 29.872123, -9.781517 ], [ 29.860512, -9.793843 ], [ 29.865335, -9.799380 ], [ 29.881233, -9.812242 ], [ 29.882305, -9.815278 ], [ 29.902133, -9.813849 ], [ 29.905170, -9.816171 ], [ 29.910171, -9.817422 ], [ 29.911422, -9.820816 ], [ 29.931071, -9.854577 ], [ 29.929820, -9.856899 ], [ 29.933214, -9.868867 ], [ 29.934465, -9.871547 ], [ 29.933750, -9.880835 ], [ 29.923390, -9.912096 ], [ 29.922675, -9.925314 ], [ 29.918388, -9.942463 ], [ 29.911779, -9.951751 ], [ 29.910707, -9.969614 ], [ 29.910707, -9.974080 ], [ 29.909635, -9.975688 ], [ 29.909993, -9.982119 ], [ 29.915351, -9.988728 ], [ 29.918567, -10.000160 ], [ 29.918745, -10.000160 ], [ 29.919281, -10.001768 ], [ 29.919996, -10.004269 ], [ 29.922318, -10.010163 ], [ 29.924104, -10.015344 ], [ 29.926962, -10.025526 ], [ 29.929106, -10.032849 ], [ 29.929999, -10.035707 ], [ 29.930535, -10.036601 ], [ 29.933214, -10.041245 ], [ 29.933750, -10.041960 ], [ 29.934108, -10.046425 ], [ 29.933750, -10.051606 ], [ 29.931071, -10.053570 ], [ 29.930535, -10.054642 ], [ 29.921425, -10.066789 ], [ 29.907134, -10.108767 ], [ 29.906956, -10.119842 ], [ 29.903383, -10.126630 ], [ 29.903383, -10.135740 ], [ 29.903919, -10.141814 ], [ 29.896774, -10.154496 ], [ 29.895881, -10.160570 ], [ 29.894452, -10.162713 ], [ 29.893380, -10.164321 ], [ 29.892130, -10.165929 ], [ 29.891415, -10.167000 ], [ 29.890165, -10.169144 ], [ 29.888736, -10.172181 ], [ 29.885877, -10.177361 ], [ 29.882126, -10.179862 ], [ 29.878911, -10.182184 ], [ 29.878018, -10.182898 ], [ 29.873731, -10.185399 ], [ 29.869979, -10.187721 ], [ 29.868014, -10.188972 ], [ 29.867479, -10.189508 ], [ 29.865514, -10.190222 ], [ 29.863370, -10.192723 ], [ 29.861584, -10.195045 ], [ 29.857475, -10.195581 ], [ 29.848187, -10.201119 ], [ 29.848544, -10.201655 ], [ 29.847115, -10.202905 ], [ 29.846222, -10.205942 ], [ 29.845864, -10.207013 ], [ 29.845864, -10.207371 ], [ 29.844793, -10.209693 ], [ 29.844435, -10.210050 ], [ 29.843185, -10.212551 ], [ 29.842828, -10.213266 ], [ 29.839255, -10.214337 ], [ 29.838183, -10.216124 ], [ 29.836754, -10.223805 ], [ 29.836040, -10.223626 ], [ 29.834075, -10.223447 ], [ 29.829966, -10.222197 ], [ 29.825143, -10.221304 ], [ 29.821213, -10.218446 ], [ 29.821392, -10.215945 ], [ 29.820856, -10.213444 ], [ 29.817998, -10.210407 ], [ 29.813354, -10.211301 ], [ 29.804065, -10.207549 ], [ 29.802636, -10.204870 ], [ 29.799957, -10.203262 ], [ 29.799242, -10.202548 ], [ 29.797813, -10.201476 ], [ 29.790846, -10.200226 ], [ 29.787988, -10.200583 ], [ 29.786738, -10.199511 ], [ 29.780307, -10.200226 ], [ 29.777985, -10.200404 ], [ 29.733506, -10.214516 ], [ 29.645442, -10.242204 ], [ 29.645263, -10.248634 ], [ 29.645620, -10.250599 ], [ 29.645799, -10.253100 ], [ 29.646692, -10.255601 ], [ 29.646871, -10.257387 ], [ 29.643298, -10.263103 ], [ 29.641869, -10.267033 ], [ 29.640797, -10.268998 ], [ 29.640261, -10.269891 ], [ 29.638297, -10.274714 ], [ 29.635617, -10.277036 ], [ 29.634009, -10.279180 ], [ 29.632044, -10.280073 ], [ 29.628829, -10.282217 ], [ 29.625078, -10.283110 ], [ 29.622398, -10.282753 ], [ 29.620076, -10.282931 ], [ 29.617575, -10.282574 ], [ 29.616146, -10.282574 ], [ 29.613824, -10.281502 ], [ 29.612752, -10.280609 ], [ 29.605250, -10.281859 ], [ 29.598998, -10.282931 ], [ 29.595425, -10.282931 ], [ 29.592389, -10.282753 ], [ 29.590066, -10.282038 ], [ 29.587030, -10.282217 ], [ 29.577026, -10.287218 ], [ 29.576133, -10.287933 ], [ 29.574168, -10.289362 ], [ 29.573097, -10.289362 ], [ 29.570060, -10.290791 ], [ 29.569167, -10.291505 ], [ 29.566130, -10.292934 ], [ 29.562736, -10.292934 ], [ 29.560235, -10.294006 ], [ 29.558092, -10.295078 ], [ 29.556305, -10.296507 ], [ 29.555591, -10.297043 ], [ 29.553269, -10.297936 ], [ 29.550053, -10.300258 ], [ 29.547017, -10.301509 ], [ 29.545588, -10.301330 ], [ 29.544337, -10.301687 ], [ 29.543087, -10.301866 ], [ 29.538264, -10.305260 ], [ 29.537371, -10.305796 ], [ 29.533798, -10.313298 ], [ 29.532905, -10.313656 ], [ 29.531476, -10.314013 ], [ 29.527903, -10.315799 ], [ 29.526296, -10.315263 ], [ 29.525760, -10.315085 ], [ 29.523438, -10.316156 ], [ 29.520401, -10.318836 ], [ 29.518436, -10.322408 ], [ 29.516114, -10.322944 ], [ 29.512362, -10.325981 ], [ 29.511291, -10.326517 ], [ 29.507361, -10.326695 ], [ 29.505039, -10.326517 ], [ 29.502181, -10.330447 ], [ 29.501109, -10.330983 ], [ 29.500037, -10.330447 ], [ 29.498251, -10.333305 ], [ 29.496464, -10.332054 ], [ 29.489676, -10.341165 ], [ 29.485747, -10.352597 ], [ 29.482710, -10.354026 ], [ 29.472528, -10.364922 ], [ 29.469670, -10.366173 ], [ 29.463775, -10.366709 ], [ 29.458059, -10.368495 ], [ 29.463061, -10.373497 ], [ 29.467169, -10.380642 ], [ 29.466097, -10.391538 ], [ 29.464490, -10.393146 ], [ 29.463418, -10.397790 ], [ 29.464132, -10.399755 ], [ 29.458774, -10.405471 ], [ 29.456987, -10.406543 ], [ 29.455558, -10.409937 ], [ 29.454665, -10.414760 ], [ 29.453772, -10.420833 ], [ 29.452521, -10.424406 ], [ 29.436981, -10.438696 ], [ 29.432694, -10.440661 ], [ 29.429121, -10.445484 ], [ 29.424119, -10.455130 ], [ 29.420904, -10.464776 ], [ 29.427871, -10.473529 ], [ 29.438767, -10.484426 ], [ 29.443947, -10.484247 ], [ 29.448234, -10.484783 ], [ 29.451092, -10.488534 ], [ 29.452164, -10.495858 ], [ 29.454129, -10.496394 ], [ 29.463239, -10.499252 ], [ 29.454486, -10.504254 ], [ 29.440017, -10.507112 ], [ 29.436445, -10.509255 ], [ 29.430907, -10.514078 ], [ 29.429835, -10.516043 ], [ 29.426442, -10.521759 ], [ 29.425906, -10.522474 ], [ 29.416081, -10.544803 ], [ 29.413223, -10.548911 ], [ 29.410186, -10.555342 ], [ 29.409293, -10.556413 ], [ 29.407864, -10.559450 ], [ 29.407328, -10.562487 ], [ 29.406078, -10.576241 ], [ 29.408579, -10.581958 ], [ 29.408043, -10.590353 ], [ 29.407150, -10.593747 ], [ 29.389465, -10.618398 ], [ 29.381427, -10.615004 ], [ 29.376961, -10.611967 ], [ 29.371602, -10.606251 ], [ 29.369994, -10.603214 ], [ 29.367315, -10.599999 ], [ 29.343736, -10.598927 ], [ 29.339985, -10.600892 ], [ 29.335876, -10.606073 ], [ 29.334269, -10.609109 ], [ 29.330696, -10.615004 ], [ 29.329446, -10.616969 ], [ 29.329446, -10.618755 ], [ 29.329446, -10.619648 ], [ 29.329803, -10.621792 ], [ 29.329624, -10.623042 ], [ 29.329446, -10.625365 ], [ 29.329267, -10.628223 ], [ 29.328195, -10.630188 ], [ 29.327838, -10.631259 ], [ 29.326409, -10.635368 ], [ 29.323908, -10.643406 ], [ 29.321407, -10.646443 ], [ 29.320514, -10.648229 ], [ 29.320157, -10.649658 ], [ 29.321050, -10.651266 ], [ 29.315334, -10.655910 ], [ 29.314619, -10.656982 ], [ 29.312833, -10.658232 ], [ 29.309975, -10.661805 ], [ 29.306581, -10.664485 ], [ 29.300865, -10.670915 ], [ 29.299078, -10.672523 ], [ 29.297828, -10.673773 ], [ 29.296042, -10.675381 ], [ 29.291219, -10.681276 ], [ 29.289611, -10.680383 ], [ 29.286038, -10.680561 ], [ 29.284074, -10.681276 ], [ 29.281037, -10.684848 ], [ 29.272641, -10.687706 ], [ 29.272284, -10.688421 ], [ 29.261566, -10.697888 ], [ 29.257815, -10.699853 ], [ 29.257636, -10.702711 ], [ 29.255493, -10.704319 ], [ 29.252635, -10.703247 ], [ 29.246919, -10.709499 ], [ 29.237273, -10.716109 ], [ 29.233343, -10.718073 ], [ 29.224947, -10.720396 ], [ 29.224411, -10.723432 ], [ 29.214944, -10.728434 ], [ 29.206548, -10.734865 ], [ 29.198331, -10.740402 ], [ 29.193508, -10.749870 ], [ 29.188864, -10.765946 ], [ 29.194580, -10.772556 ], [ 29.200296, -10.780594 ], [ 29.200475, -10.784881 ], [ 29.197438, -10.793098 ], [ 29.192079, -10.815605 ], [ 29.194401, -10.826323 ], [ 29.198867, -10.834540 ], [ 29.201725, -10.852403 ], [ 29.143670, -10.896525 ], [ 29.125272, -10.899026 ], [ 29.119020, -10.902598 ], [ 29.115983, -10.902419 ], [ 29.114018, -10.903491 ], [ 29.114018, -10.903491 ], [ 29.099192, -10.902598 ], [ 29.083829, -10.927428 ], [ 29.205119, -10.975479 ], [ 29.217981, -10.985661 ], [ 29.252813, -11.017100 ], [ 29.256029, -11.021744 ], [ 29.260494, -11.028711 ], [ 29.260852, -11.029068 ], [ 29.275857, -11.045145 ], [ 29.290147, -11.056041 ], [ 29.295684, -11.067831 ], [ 29.303008, -11.070867 ], [ 29.322658, -11.075333 ], [ 29.338377, -11.078013 ], [ 29.345522, -11.076048 ], [ 29.348380, -11.074440 ], [ 29.353025, -11.075155 ], [ 29.360884, -11.080871 ], [ 29.363742, -11.084979 ], [ 29.368744, -11.093018 ], [ 29.374818, -11.098019 ], [ 29.379819, -11.105522 ], [ 29.392145, -11.104628 ], [ 29.402505, -11.101056 ], [ 29.413580, -11.096233 ], [ 29.425370, -11.101413 ], [ 29.428049, -11.103557 ], [ 29.426442, -11.096054 ], [ 29.426442, -11.083193 ], [ 29.418046, -11.026746 ], [ 29.396610, -11.011205 ], [ 29.393395, -11.007811 ], [ 29.388036, -10.998344 ], [ 29.389287, -10.992985 ], [ 29.392323, -10.982088 ], [ 29.394288, -10.976729 ], [ 29.397682, -10.964047 ], [ 29.395896, -10.957616 ], [ 29.359277, -10.918318 ], [ 29.360170, -10.907600 ], [ 29.372138, -10.875625 ], [ 29.376782, -10.869552 ], [ 29.382856, -10.860441 ], [ 29.390716, -10.853118 ], [ 29.401076, -10.845794 ], [ 29.415902, -10.842757 ], [ 29.422690, -10.840435 ], [ 29.427513, -10.838649 ], [ 29.429478, -10.840078 ], [ 29.441982, -10.827038 ], [ 29.447877, -10.823286 ], [ 29.453772, -10.820428 ], [ 29.464847, -10.813283 ], [ 29.465026, -10.812033 ], [ 29.465026, -10.810961 ], [ 29.469849, -10.809175 ], [ 29.482531, -10.809889 ], [ 29.490748, -10.800779 ], [ 29.491463, -10.797385 ], [ 29.493428, -10.794348 ], [ 29.495750, -10.794527 ], [ 29.499323, -10.794348 ], [ 29.500394, -10.794170 ], [ 29.502538, -10.792919 ], [ 29.505575, -10.792026 ], [ 29.507539, -10.791133 ], [ 29.509862, -10.791490 ], [ 29.515221, -10.791848 ], [ 29.517721, -10.791669 ], [ 29.523616, -10.787739 ], [ 29.527189, -10.784167 ], [ 29.530404, -10.781666 ], [ 29.533084, -10.780951 ], [ 29.544159, -10.774878 ], [ 29.563093, -10.772377 ], [ 29.567738, -10.771305 ], [ 29.570060, -10.771841 ], [ 29.575240, -10.768268 ], [ 29.579527, -10.762016 ], [ 29.611502, -10.724861 ], [ 29.659375, -10.713786 ], [ 29.682775, -10.723432 ], [ 29.697959, -10.730220 ], [ 29.732434, -10.745582 ], [ 29.747797, -10.759158 ], [ 29.768696, -10.773806 ], [ 29.773877, -10.780415 ], [ 29.776377, -10.785060 ], [ 29.787274, -10.795777 ], [ 29.795491, -10.800958 ], [ 29.813354, -10.810961 ], [ 29.812997, -10.816856 ], [ 29.826036, -10.833826 ], [ 29.826572, -10.835791 ], [ 29.834432, -10.841864 ], [ 29.835147, -10.843829 ], [ 29.844435, -10.856512 ], [ 29.847829, -10.864371 ], [ 29.848901, -10.867587 ], [ 29.861941, -10.877233 ], [ 29.870158, -10.884021 ], [ 29.882662, -10.887236 ], [ 29.891415, -10.888665 ], [ 29.904991, -11.004774 ], [ 29.907670, -11.026567 ], [ 29.904098, -11.041215 ], [ 29.867121, -11.187155 ], [ 29.809781, -11.413479 ], [ 29.814068, -11.438845 ], [ 29.997521, -11.237350 ], [ 30.000022, -11.235385 ], [ 30.110951, -11.230562 ], [ 30.366392, -11.439559 ], [ 30.469818, -11.505295 ], [ 30.437308, -11.562993 ], [ 30.439630, -11.566922 ], [ 30.430520, -11.582821 ], [ 30.432306, -11.585321 ], [ 30.433378, -11.595682 ], [ 30.334060, -11.743230 ], [ 30.247424, -11.801463 ], [ 29.998414, -11.862555 ], [ 29.802100, -11.907212 ], [ 29.794240, -11.914358 ], [ 29.794598, -11.916858 ], [ 29.801207, -11.919538 ], [ 29.797456, -11.940437 ], [ 29.787988, -11.946868 ], [ 29.784416, -11.950798 ], [ 29.786023, -11.961516 ], [ 29.785309, -11.968304 ], [ 29.784416, -11.975806 ], [ 29.794240, -11.984559 ], [ 29.788524, -12.002958 ], [ 29.789417, -12.006352 ], [ 29.792275, -12.010996 ], [ 29.793347, -12.012961 ], [ 29.794062, -12.014212 ], [ 29.795491, -12.019392 ], [ 29.791918, -12.029038 ], [ 29.790311, -12.034040 ], [ 29.797813, -12.042792 ], [ 29.797813, -12.044757 ], [ 29.794776, -12.051367 ], [ 29.793169, -12.057083 ], [ 29.792275, -12.061191 ], [ 29.792454, -12.062620 ], [ 29.796741, -12.062620 ], [ 29.797813, -12.067801 ], [ 29.801207, -12.072981 ], [ 29.804958, -12.073517 ], [ 29.807638, -12.073695 ], [ 29.810496, -12.072266 ], [ 29.813532, -12.074231 ], [ 29.813711, -12.075303 ], [ 29.815140, -12.077982 ], [ 29.819070, -12.084770 ], [ 29.821213, -12.086378 ], [ 29.822464, -12.087093 ], [ 29.822464, -12.089415 ], [ 29.822285, -12.089772 ], [ 29.823000, -12.092273 ], [ 29.819070, -12.094238 ], [ 29.819427, -12.097453 ], [ 29.820499, -12.099061 ], [ 29.822107, -12.101562 ], [ 29.822821, -12.104598 ], [ 29.824250, -12.106742 ], [ 29.822821, -12.112637 ], [ 29.821928, -12.116566 ], [ 29.818534, -12.119782 ], [ 29.814426, -12.126927 ], [ 29.816033, -12.129606 ], [ 29.816926, -12.135323 ], [ 29.814604, -12.141753 ], [ 29.808173, -12.158366 ], [ 29.762087, -12.160331 ], [ 29.709927, -12.195521 ], [ 29.667235, -12.207310 ], [ 29.633474, -12.206775 ], [ 29.575240, -12.192841 ], [ 29.489319, -12.238571 ], [ 29.467705, -12.273225 ], [ 29.456094, -12.333423 ], [ 29.499858, -12.396658 ], [ 29.527546, -12.397551 ], [ 29.535584, -12.429347 ], [ 29.499501, -12.469896 ], [ 29.474850, -12.471504 ], [ 29.378211, -12.417022 ], [ 29.333018, -12.418451 ], [ 29.295506, -12.408984 ], [ 29.295863, -12.389513 ], [ 29.266925, -12.364147 ], [ 29.232985, -12.374687 ], [ 29.191007, -12.370578 ], [ 29.129380, -12.395229 ], [ 29.103300, -12.378974 ], [ 29.058821, -12.389156 ], [ 29.036135, -12.375401 ], [ 29.004696, -12.322527 ], [ 28.998802, -12.287515 ], [ 28.934852, -12.198736 ], [ 28.846966, -12.127820 ], [ 28.832497, -12.101026 ], [ 28.778372, -12.055475 ], [ 28.764082, -11.994920 ], [ 28.699954, -11.983845 ], [ 28.640113, -11.952227 ], [ 28.610818, -11.910964 ], [ 28.576521, -11.910785 ], [ 28.503818, -11.879346 ], [ 28.488992, -11.833438 ], [ 28.441655, -11.831831 ], [ 28.436654, -11.807180 ], [ 28.443442, -11.755556 ], [ 28.415397, -11.730547 ], [ 28.434689, -11.699823 ], [ 28.418433, -11.672850 ], [ 28.425579, -11.635159 ], [ 28.381278, -11.585321 ], [ 28.398605, -11.503866 ], [ 28.393961, -11.474749 ], [ 28.419148, -11.445990 ], [ 28.430402, -11.381862 ], [ 28.458446, -11.371144 ], [ 28.448265, -11.325236 ], [ 28.486849, -11.244317 ], [ 28.481668, -11.220381 ], [ 28.497745, -11.159825 ], [ 28.475952, -11.105522 ], [ 28.491493, -11.086230 ], [ 28.507570, -11.030854 ], [ 28.508284, -10.974943 ], [ 28.540438, -10.932608 ], [ 28.544546, -10.866515 ], [ 28.553477, -10.832397 ], [ 28.607602, -10.758444 ], [ 28.610103, -10.725755 ], [ 28.662084, -10.718967 ], [ 28.672981, -10.686635 ], [ 28.696739, -10.662520 ], [ 28.667801, -10.623221 ], [ 28.672981, -10.567489 ], [ 28.636540, -10.528726 ], [ 28.642971, -10.449771 ], [ 28.626358, -10.398505 ], [ 28.623858, -10.357241 ], [ 28.636898, -10.314370 ], [ 28.577235, -10.230593 ], [ 28.582237, -10.211837 ], [ 28.621714, -10.156997 ], [ 28.624394, -10.072862 ], [ 28.636362, -10.022132 ], [ 28.624929, -9.957110 ], [ 28.653867, -9.896912 ], [ 28.674410, -9.815636 ], [ 28.695488, -9.800273 ], [ 28.668158, -9.756152 ], [ 28.634218, -9.747042 ], [ 28.622786, -9.720604 ], [ 28.629217, -9.666658 ], [ 28.612604, -9.634148 ], [ 28.615105, -9.601816 ], [ 28.573841, -9.547333 ], [ 28.572055, -9.499997 ], [ 28.542045, -9.478204 ], [ 28.515608, -9.443728 ], [ 28.532399, -9.372812 ], [ 28.506676, -9.353877 ], [ 28.463805, -9.403179 ], [ 28.416826, -9.419970 ], [ 28.384672, -9.405680 ], [ 28.358235, -9.363166 ], [ 28.363594, -9.308148 ], [ 28.393961, -9.245092 ], [ 28.482919, -9.170960 ], [ 28.647258, -9.071642 ], [ 28.695667, -9.034309 ], [ 28.747470, -8.983935 ], [ 28.847502, -8.860323 ], [ 28.896625, -8.794945 ], [ 28.943069, -8.718848 ], [ 28.962897, -8.650433 ], [ 28.963433, -8.621852 ], [ 28.948249, -8.568799 ], [ 28.898769, -8.480556 ], [ 28.927171, -8.470374 ], [ 29.206012, -8.430004 ], [ 29.570239, -8.379094 ] ] ] } }
-
-]
-}

=== removed file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin2'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin2	2009-09-07 19:05:18 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/geojson/zm_admin2	1970-01-01 00:00:00 +0000
@@ -1,149 +0,0 @@
-{
-"type": "FeatureCollection",
-"features": [
-{ "type": "Feature", "properties": { "ID": 145.000000, "NAME": "co Chililabombwe District", "LVLID": "ZMP002001000000000000", "ID2": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 27.517604, -12.296983 ], [ 27.625675, -12.260543 ], [ 27.758039, -12.289302 ], [ 27.818416, -12.229997 ], [ 27.917734, -12.240536 ], [ 27.950066, -12.350215 ], [ 28.067426, -12.351108 ], [ 28.079752, -12.491511 ], [ 27.847533, -12.463109 ], [ 27.818595, -12.412378 ], [ 27.779118, -12.450426 ], [ 27.738211, -12.390228 ], [ 27.708737, -12.437922 ], [ 27.670868, -12.400946 ], [ 27.629247, -12.442924 ], [ 27.567263, -12.396837 ], [ 27.567263, -12.349858 ], [ 27.500991, -12.339140 ], [ 27.517604, -12.296983 ] ] ], [ [ [ 27.842888, -12.556175 ], [ 27.834314, -12.578504 ], [ 27.833421, -12.561355 ], [ 27.842888, -12.556175 ] ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 146.000000, "NAME": "ce Mumbwa District", "LVLID": "ZMP005005000000000000", "ID2": 2.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.317598, -15.184177 ], [ 25.425491, -15.131839 ], [ 25.417452, -15.077893 ], [ 25.472828, -14.997509 ], [ 25.434065, -14.903193 ], [ 25.493727, -14.784761 ], [ 25.477829, -14.703484 ], [ 25.589830, -14.539860 ], [ 25.590366, -14.535215 ], [ 26.192170, -14.622922 ], [ 26.195564, -14.658827 ], [ 26.329715, -14.735816 ], [ 26.540320, -14.472159 ], [ 26.968495, -14.422678 ], [ 27.000113, -14.227079 ], [ 27.103182, -14.163665 ], [ 27.209646, -14.339258 ], [ 27.188031, -14.370697 ], [ 27.138015, -14.563617 ], [ 27.191425, -14.605059 ], [ 27.209288, -14.829419 ], [ 27.292709, -14.897477 ], [ 27.559582, -14.991972 ], [ 27.673905, -15.208114 ], [ 27.778046, -15.304931 ], [ 27.809663, -15.389780 ], [ 27.933275, -15.383350 ], [ 27.963106, -15.508033 ], [ 27.959891, -15.583058 ], [ 27.791086, -15.582343 ], [ 27.791979, -15.655939 ], [ 27.672833, -15.676303 ], [ 27.626210, -15.512320 ], [ 27.538860, -15.473379 ], [ 27.489559, -15.558586 ], [ 27.447581, -15.587345 ], [ 27.398279, -15.556621 ], [ 27.371842, -15.621463 ], [ 27.316288, -15.639326 ], [ 27.304141, -15.752220 ], [ 27.257340, -15.721317 ], [ 27.207145, -15.469271 ], [ 26.977963, -15.463376 ], [ 27.000113, -15.349767 ], [ 25.315276, -15.283674 ], [ 25.317598, -15.184177 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 147.000000, "NAME": "we Kaoma District", "LVLID": "ZMP009002000000000000", "ID2": 3.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.774058, -14.450009 ], [ 23.947329, -14.405351 ], [ 24.137033, -14.438576 ], [ 24.241532, -14.522532 ], [ 24.414803, -14.456439 ], [ 24.469106, -14.345332 ], [ 24.608438, -14.282097 ], [ 24.636840, -14.028621 ], [ 24.639698, -14.021654 ], [ 24.636483, -13.975746 ], [ 24.676317, -13.960206 ], [ 24.744732, -14.025048 ], [ 24.764739, -14.130083 ], [ 24.994278, -14.215289 ], [ 25.093954, -14.214575 ], [ 25.136468, -14.297995 ], [ 24.973557, -14.532714 ], [ 25.049296, -14.624173 ], [ 25.590366, -14.535215 ], [ 25.589830, -14.539860 ], [ 25.477829, -14.703484 ], [ 25.493727, -14.784761 ], [ 25.434065, -14.903193 ], [ 25.472828, -14.997509 ], [ 25.417452, -15.077893 ], [ 25.425491, -15.131839 ], [ 25.317598, -15.184177 ], [ 25.315276, -15.283674 ], [ 25.339570, -15.349946 ], [ 25.306166, -15.450693 ], [ 25.240251, -15.479631 ], [ 25.278836, -15.525182 ], [ 25.213993, -15.594133 ], [ 25.285802, -15.656475 ], [ 25.241502, -15.700954 ], [ 25.286159, -15.760973 ], [ 25.363863, -15.714351 ], [ 25.399053, -15.746683 ], [ 25.323850, -16.013734 ], [ 25.366364, -16.082864 ], [ 25.436387, -16.094654 ], [ 25.105743, -16.054462 ], [ 25.025181, -16.004624 ], [ 24.967484, -15.827245 ], [ 24.817613, -15.760973 ], [ 24.692572, -15.546082 ], [ 24.606473, -15.487670 ], [ 24.122743, -15.326010 ], [ 23.684743, -14.829419 ], [ 23.683135, -14.610418 ], [ 23.774058, -14.450009 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 148.000000, "NAME": "we Shang'mbo District", "LVLID": "ZMP009007000000000000", "ID2": 4.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.491674, -15.711314 ], [ 22.526685, -15.799021 ], [ 22.724964, -16.019629 ], [ 23.065969, -16.081614 ], [ 23.136528, -16.176109 ], [ 23.220841, -16.204868 ], [ 23.284612, -16.338126 ], [ 23.382501, -16.381533 ], [ 23.487178, -16.581063 ], [ 23.690280, -16.726110 ], [ 23.580959, -16.907777 ], [ 23.443771, -16.962616 ], [ 23.361780, -17.150356 ], [ 23.125989, -17.426518 ], [ 22.984156, -17.267002 ], [ 22.807134, -17.173400 ], [ 22.315723, -16.635902 ], [ 22.126019, -16.497464 ], [ 22.108513, -16.343128 ], [ 21.999727, -16.197902 ], [ 22.491674, -15.711314 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 149.000000, "NAME": "we Sesheke District", "LVLID": "ZMP009003000000000000", "ID2": 5.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.361780, -17.150356 ], [ 23.443771, -16.962616 ], [ 23.580959, -16.907777 ], [ 23.690280, -16.726110 ], [ 23.859264, -16.656623 ], [ 24.051291, -16.383320 ], [ 24.099521, -16.278107 ], [ 24.107560, -16.059285 ], [ 24.309947, -15.823494 ], [ 24.342636, -15.660762 ], [ 24.588788, -15.499459 ], [ 24.606473, -15.487670 ], [ 24.692572, -15.546082 ], [ 24.817613, -15.760973 ], [ 24.967484, -15.827245 ], [ 25.025181, -16.004624 ], [ 25.105743, -16.054462 ], [ 25.436387, -16.094654 ], [ 25.328852, -16.172179 ], [ 25.295269, -16.273998 ], [ 25.094311, -16.409042 ], [ 25.008747, -16.539442 ], [ 25.101635, -16.619826 ], [ 25.087523, -16.663947 ], [ 25.247754, -16.708069 ], [ 25.228283, -16.783272 ], [ 25.264009, -16.918673 ], [ 25.193808, -16.992983 ], [ 25.164512, -16.964938 ], [ 25.174873, -17.075689 ], [ 25.090738, -17.171256 ], [ 25.115746, -17.231990 ], [ 25.013749, -17.348993 ], [ 25.034649, -17.425268 ], [ 24.965697, -17.561384 ], [ 24.720617, -17.500292 ], [ 24.514657, -17.548344 ], [ 24.474287, -17.492075 ], [ 24.237066, -17.478142 ], [ 23.428230, -17.639266 ], [ 23.337665, -17.554596 ], [ 23.240669, -17.549773 ], [ 23.125989, -17.426518 ], [ 23.361780, -17.150356 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 150.000000, "NAME": "we Kalabo District", "LVLID": "ZMP009004000000000000", "ID2": 6.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.000620, -14.009150 ], [ 22.536331, -14.251194 ], [ 22.672090, -14.271557 ], [ 22.842860, -14.377664 ], [ 22.924137, -14.669902 ], [ 22.876800, -14.730458 ], [ 23.001662, -14.869789 ], [ 22.937177, -15.194717 ], [ 22.817495, -15.149702 ], [ 22.881623, -15.260452 ], [ 22.930746, -15.515357 ], [ 22.491674, -15.711314 ], [ 21.999727, -16.197902 ], [ 22.000620, -14.009150 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 151.000000, "NAME": "we Senanga District", "LVLID": "ZMP009001000000000000", "ID2": 7.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 22.930746, -15.515357 ], [ 23.098301, -15.442476 ], [ 23.218162, -15.461232 ], [ 23.364638, -15.418897 ], [ 23.569169, -15.737751 ], [ 23.873197, -15.817599 ], [ 24.060044, -15.425864 ], [ 24.122743, -15.326010 ], [ 24.606473, -15.487670 ], [ 24.588788, -15.499459 ], [ 24.342636, -15.660762 ], [ 24.309947, -15.823494 ], [ 24.107560, -16.059285 ], [ 24.099521, -16.278107 ], [ 24.051291, -16.383320 ], [ 23.859264, -16.656623 ], [ 23.690280, -16.726110 ], [ 23.487178, -16.581063 ], [ 23.382501, -16.381533 ], [ 23.284612, -16.338126 ], [ 23.220841, -16.204868 ], [ 23.136528, -16.176109 ], [ 23.065969, -16.081614 ], [ 22.724964, -16.019629 ], [ 22.526685, -15.799021 ], [ 22.491674, -15.711314 ], [ 22.930746, -15.515357 ] ] ], [ [ [ 23.150461, -15.297429 ], [ 23.167788, -15.223655 ], [ 23.227808, -15.298858 ], [ 23.119201, -15.380492 ], [ 23.066683, -15.304038 ], [ 22.974868, -15.311719 ], [ 22.959327, -15.275636 ], [ 23.150461, -15.297429 ] ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 152.000000, "NAME": "we Mongu District", "LVLID": "ZMP009005000000000000", "ID2": 8.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.937177, -15.194717 ], [ 23.001662, -14.869789 ], [ 23.042568, -14.815307 ], [ 23.176362, -14.781367 ], [ 23.220305, -14.829597 ], [ 23.412154, -14.747427 ], [ 23.515580, -14.755823 ], [ 23.683135, -14.610418 ], [ 23.684743, -14.829419 ], [ 24.122743, -15.326010 ], [ 24.060044, -15.425864 ], [ 23.873197, -15.817599 ], [ 23.569169, -15.737751 ], [ 23.364638, -15.418897 ], [ 23.218162, -15.461232 ], [ 23.098301, -15.442476 ], [ 22.930746, -15.515357 ], [ 22.881623, -15.260452 ], [ 22.817495, -15.149702 ], [ 22.937177, -15.194717 ] ], [ [ 22.974868, -15.311719 ], [ 23.066683, -15.304038 ], [ 23.119201, -15.380492 ], [ 23.227808, -15.298858 ], [ 23.167788, -15.223655 ], [ 23.150461, -15.297429 ], [ 22.959327, -15.275636 ], [ 22.974868, -15.311719 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 153.000000, "NAME": "so Choma District", "LVLID": "ZMP008004000000000000", "ID2": 9.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.754318, -16.746653 ], [ 26.840954, -16.735042 ], [ 26.825591, -16.653765 ], [ 26.709303, -16.548374 ], [ 26.691976, -16.417081 ], [ 26.722165, -16.343128 ], [ 26.723058, -16.241845 ], [ 26.826842, -16.182897 ], [ 26.941344, -16.180753 ], [ 26.993682, -16.253098 ], [ 27.033874, -16.339377 ], [ 27.138908, -16.277214 ], [ 27.090857, -16.382248 ], [ 27.115686, -16.465489 ], [ 27.360767, -16.509432 ], [ 27.385596, -16.543193 ], [ 27.467051, -16.494606 ], [ 27.582089, -16.499965 ], [ 27.668903, -16.570524 ], [ 27.406853, -16.934929 ], [ 27.138908, -17.252533 ], [ 27.060668, -17.535839 ], [ 26.992432, -17.447418 ], [ 26.926339, -17.432056 ], [ 27.001899, -17.252533 ], [ 26.956349, -17.094266 ], [ 26.867927, -16.997985 ], [ 26.827378, -17.029424 ], [ 26.754675, -16.973155 ], [ 26.802191, -16.869729 ], [ 26.691619, -16.836861 ], [ 26.754318, -16.746653 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 154.000000, "NAME": "so Livingstone District", "LVLID": "ZMP008003000000000000", "ID2": 10.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.762744, -17.749838 ], [ 25.788824, -17.700715 ], [ 25.866170, -17.703930 ], [ 25.919224, -17.651770 ], [ 25.994963, -17.670169 ], [ 26.020149, -17.726438 ], [ 25.928691, -17.828614 ], [ 25.902968, -17.936685 ], [ 25.846521, -17.971518 ], [ 25.843485, -17.923288 ], [ 25.757564, -17.861124 ], [ 25.675037, -17.820397 ], [ 25.621983, -17.848978 ], [ 25.617875, -17.738942 ], [ 25.762744, -17.749838 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 155.000000, "NAME": "so Kazungula District", "LVLID": "ZMP008008000000000000", "ID2": 11.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.034649, -17.425268 ], [ 25.013749, -17.348993 ], [ 25.115746, -17.231990 ], [ 25.090738, -17.171256 ], [ 25.174873, -17.075689 ], [ 25.164512, -16.964938 ], [ 25.193808, -16.992983 ], [ 25.264009, -16.918673 ], [ 25.228283, -16.783272 ], [ 25.247754, -16.708069 ], [ 25.087523, -16.663947 ], [ 25.101635, -16.619826 ], [ 25.008747, -16.539442 ], [ 25.094311, -16.409042 ], [ 25.295269, -16.273998 ], [ 25.328852, -16.172179 ], [ 25.436387, -16.094654 ], [ 25.489619, -16.185934 ], [ 25.683789, -16.179503 ], [ 25.668963, -16.288824 ], [ 25.702546, -16.354918 ], [ 25.663604, -16.463346 ], [ 25.692900, -16.554268 ], [ 25.997642, -16.430121 ], [ 26.028724, -16.690384 ], [ 26.103748, -16.708247 ], [ 26.138224, -16.875266 ], [ 26.249332, -16.866513 ], [ 26.267552, -16.956900 ], [ 26.249153, -17.028888 ], [ 26.167340, -17.093731 ], [ 26.180023, -17.134280 ], [ 26.016934, -17.268609 ], [ 25.961737, -17.377038 ], [ 26.093745, -17.423481 ], [ 26.075167, -17.527980 ], [ 26.110893, -17.570136 ], [ 26.170199, -17.475105 ], [ 26.257191, -17.478142 ], [ 26.291667, -17.596038 ], [ 26.207889, -17.758412 ], [ 26.399559, -17.955084 ], [ 26.296668, -17.953297 ], [ 26.205210, -17.899887 ], [ 26.076596, -17.949546 ], [ 26.078383, -17.998848 ], [ 25.958344, -18.023142 ], [ 25.846521, -17.971518 ], [ 25.902968, -17.936685 ], [ 25.928691, -17.828614 ], [ 26.020149, -17.726438 ], [ 25.994963, -17.670169 ], [ 25.919224, -17.651770 ], [ 25.866170, -17.703930 ], [ 25.788824, -17.700715 ], [ 25.762744, -17.749838 ], [ 25.617875, -17.738942 ], [ 25.621983, -17.848978 ], [ 25.506053, -17.879345 ], [ 25.335818, -17.850585 ], [ 25.177017, -17.776454 ], [ 25.117533, -17.696964 ], [ 25.089667, -17.714469 ], [ 25.088773, -17.655164 ], [ 24.965697, -17.561384 ], [ 25.034649, -17.425268 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 156.000000, "NAME": "so Kalomo District", "LVLID": "ZMP008005000000000000", "ID2": 12.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.016934, -17.268609 ], [ 26.180023, -17.134280 ], [ 26.167340, -17.093731 ], [ 26.249153, -17.028888 ], [ 26.267552, -16.956900 ], [ 26.249332, -16.866513 ], [ 26.138224, -16.875266 ], [ 26.103748, -16.708247 ], [ 26.028724, -16.690384 ], [ 25.997642, -16.430121 ], [ 26.416708, -16.305437 ], [ 26.512632, -16.290432 ], [ 26.722165, -16.343128 ], [ 26.691976, -16.417081 ], [ 26.709303, -16.548374 ], [ 26.825591, -16.653765 ], [ 26.840954, -16.735042 ], [ 26.754318, -16.746653 ], [ 26.691619, -16.836861 ], [ 26.802191, -16.869729 ], [ 26.754675, -16.973155 ], [ 26.827378, -17.029424 ], [ 26.867927, -16.997985 ], [ 26.956349, -17.094266 ], [ 27.001899, -17.252533 ], [ 26.926339, -17.432056 ], [ 26.992432, -17.447418 ], [ 27.060668, -17.535839 ], [ 26.955455, -17.757162 ], [ 26.709839, -17.754661 ], [ 26.749317, -17.876308 ], [ 26.791473, -17.880059 ], [ 26.856852, -18.006172 ], [ 26.678043, -18.075123 ], [ 26.399559, -17.955084 ], [ 26.207889, -17.758412 ], [ 26.291667, -17.596038 ], [ 26.257191, -17.478142 ], [ 26.170199, -17.475105 ], [ 26.110893, -17.570136 ], [ 26.075167, -17.527980 ], [ 26.093745, -17.423481 ], [ 25.961737, -17.377038 ], [ 26.016934, -17.268609 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 157.000000, "NAME": "so Sinazongwe District", "LVLID": "ZMP008011000000000000", "ID2": 13.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.955455, -17.757162 ], [ 27.060668, -17.535839 ], [ 27.138908, -17.252533 ], [ 27.406853, -16.934929 ], [ 27.544755, -16.917423 ], [ 27.799303, -16.991733 ], [ 27.536538, -17.423124 ], [ 27.302533, -17.601933 ], [ 27.024764, -17.981342 ], [ 26.856852, -18.006172 ], [ 26.791473, -17.880059 ], [ 26.749317, -17.876308 ], [ 26.709839, -17.754661 ], [ 26.955455, -17.757162 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 158.000000, "NAME": "so Namwala District", "LVLID": "ZMP008002000000000000", "ID2": 14.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.420816, -15.939246 ], [ 26.307565, -15.722568 ], [ 26.387948, -15.729713 ], [ 26.564792, -15.639505 ], [ 26.579082, -15.701847 ], [ 26.632850, -15.672551 ], [ 26.656608, -15.706670 ], [ 26.698050, -15.657725 ], [ 26.824877, -15.658082 ], [ 26.811301, -15.612175 ], [ 26.944559, -15.563587 ], [ 26.986358, -15.619141 ], [ 27.061740, -15.586988 ], [ 27.117651, -15.630752 ], [ 27.143553, -15.611639 ], [ 27.202858, -15.733464 ], [ 27.180350, -16.015342 ], [ 27.086212, -16.049103 ], [ 26.993682, -16.253098 ], [ 26.941344, -16.180753 ], [ 26.826842, -16.182897 ], [ 26.723058, -16.241845 ], [ 26.722165, -16.343128 ], [ 26.512632, -16.290432 ], [ 26.416708, -16.305437 ], [ 26.298633, -16.101084 ], [ 26.420816, -15.939246 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 159.000000, "NAME": "so Itezhi-Tezhi District", "LVLID": "ZMP008009000000000000", "ID2": 15.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.278836, -15.525182 ], [ 25.240251, -15.479631 ], [ 25.306166, -15.450693 ], [ 25.339570, -15.349946 ], [ 25.315276, -15.283674 ], [ 27.000113, -15.349767 ], [ 26.977963, -15.463376 ], [ 27.207145, -15.469271 ], [ 27.257340, -15.721317 ], [ 27.202858, -15.733464 ], [ 27.143553, -15.611639 ], [ 27.117651, -15.630752 ], [ 27.061740, -15.586988 ], [ 26.986358, -15.619141 ], [ 26.944559, -15.563587 ], [ 26.811301, -15.612175 ], [ 26.824877, -15.658082 ], [ 26.698050, -15.657725 ], [ 26.656608, -15.706670 ], [ 26.632850, -15.672551 ], [ 26.579082, -15.701847 ], [ 26.564792, -15.639505 ], [ 26.387948, -15.729713 ], [ 26.307565, -15.722568 ], [ 26.420816, -15.939246 ], [ 26.298633, -16.101084 ], [ 26.416708, -16.305437 ], [ 25.997642, -16.430121 ], [ 25.692900, -16.554268 ], [ 25.663604, -16.463346 ], [ 25.702546, -16.354918 ], [ 25.668963, -16.288824 ], [ 25.683789, -16.179503 ], [ 25.489619, -16.185934 ], [ 25.436387, -16.094654 ], [ 25.366364, -16.082864 ], [ 25.323850, -16.013734 ], [ 25.399053, -15.746683 ], [ 25.363863, -15.714351 ], [ 25.286159, -15.760973 ], [ 25.241502, -15.700954 ], [ 25.285802, -15.656475 ], [ 25.213993, -15.594133 ], [ 25.278836, -15.525182 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 160.000000, "NAME": "so Gwembe District", "LVLID": "ZMP008006000000000000", "ID2": 16.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.668903, -16.570524 ], [ 27.582089, -16.499965 ], [ 27.773937, -16.473885 ], [ 27.999904, -16.376532 ], [ 28.098329, -16.334018 ], [ 28.127982, -16.455307 ], [ 28.279817, -16.509790 ], [ 28.382887, -16.669842 ], [ 27.799303, -16.991733 ], [ 27.544755, -16.917423 ], [ 27.406853, -16.934929 ], [ 27.668903, -16.570524 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 161.000000, "NAME": "so Monze District", "LVLID": "ZMP008001000000000000", "ID2": 17.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.086212, -16.049103 ], [ 27.180350, -16.015342 ], [ 27.202858, -15.733464 ], [ 27.257340, -15.721317 ], [ 27.304141, -15.752220 ], [ 27.597630, -16.043030 ], [ 27.622281, -16.130201 ], [ 27.842888, -16.265781 ], [ 28.098329, -16.334018 ], [ 27.999904, -16.376532 ], [ 27.773937, -16.473885 ], [ 27.582089, -16.499965 ], [ 27.467051, -16.494606 ], [ 27.385596, -16.543193 ], [ 27.360767, -16.509432 ], [ 27.115686, -16.465489 ], [ 27.090857, -16.382248 ], [ 27.138908, -16.277214 ], [ 27.033874, -16.339377 ], [ 26.993682, -16.253098 ], [ 27.086212, -16.049103 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 162.000000, "NAME": "so Mazabuka District", "LVLID": "ZMP008007000000000000", "ID2": 18.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.316288, -15.639326 ], [ 27.371842, -15.621463 ], [ 27.398279, -15.556621 ], [ 27.447581, -15.587345 ], [ 27.489559, -15.558586 ], [ 27.538860, -15.473379 ], [ 27.626210, -15.512320 ], [ 27.672833, -15.676303 ], [ 27.791979, -15.655939 ], [ 27.837708, -15.684341 ], [ 27.805198, -15.742753 ], [ 27.887367, -15.711493 ], [ 27.922022, -15.760437 ], [ 28.022769, -15.717923 ], [ 28.228550, -15.837070 ], [ 28.349304, -15.777586 ], [ 28.591348, -15.905128 ], [ 28.522039, -16.045173 ], [ 28.425758, -16.088223 ], [ 28.414325, -16.119483 ], [ 28.466664, -16.154495 ], [ 28.407537, -16.249883 ], [ 28.098329, -16.334018 ], [ 27.842888, -16.265781 ], [ 27.622281, -16.130201 ], [ 27.597630, -16.043030 ], [ 27.304141, -15.752220 ], [ 27.316288, -15.639326 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 163.000000, "NAME": "nw Mufumbwe District", "LVLID": "ZMP006008000000000000", "ID2": 19.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.435881, -13.841060 ], [ 24.481432, -13.672969 ], [ 24.614511, -13.577402 ], [ 24.676674, -13.414849 ], [ 24.485898, -13.226751 ], [ 24.598077, -13.184238 ], [ 24.647915, -13.104569 ], [ 24.686320, -13.080990 ], [ 24.740445, -13.117966 ], [ 24.815648, -13.053659 ], [ 24.936759, -13.056160 ], [ 25.004460, -12.992389 ], [ 25.133431, -13.010073 ], [ 25.309560, -12.896465 ], [ 25.366007, -12.928082 ], [ 25.490869, -12.899680 ], [ 25.576612, -12.974883 ], [ 25.707547, -13.021863 ], [ 25.701295, -13.083848 ], [ 25.600369, -13.137437 ], [ 25.206312, -13.205495 ], [ 25.135396, -13.268551 ], [ 25.228462, -13.352507 ], [ 25.384049, -13.296417 ], [ 25.500158, -13.323569 ], [ 25.645027, -13.550965 ], [ 25.624127, -13.624024 ], [ 25.663604, -13.668324 ], [ 25.616803, -13.760676 ], [ 25.781143, -13.969852 ], [ 25.812582, -14.153840 ], [ 26.042121, -14.399992 ], [ 26.149656, -14.401957 ], [ 26.144654, -14.454117 ], [ 26.206818, -14.460905 ], [ 26.192170, -14.622922 ], [ 25.590366, -14.535215 ], [ 25.049296, -14.624173 ], [ 24.973557, -14.532714 ], [ 25.136468, -14.297995 ], [ 25.093954, -14.214575 ], [ 24.994278, -14.215289 ], [ 24.764739, -14.130083 ], [ 24.744732, -14.025048 ], [ 24.676317, -13.960206 ], [ 24.636483, -13.975746 ], [ 24.639698, -14.021654 ], [ 24.623264, -13.960563 ], [ 24.561458, -13.986286 ], [ 24.493400, -13.908224 ], [ 24.483754, -13.953596 ], [ 24.423556, -13.967172 ], [ 24.341922, -13.923587 ], [ 24.435881, -13.841060 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 164.000000, "NAME": "nw Zambezi District", "LVLID": "ZMP006005000000000000", "ID2": 20.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.116194, -13.502377 ], [ 22.175678, -13.589906 ], [ 22.261420, -13.608483 ], [ 22.427010, -13.423244 ], [ 22.405574, -13.396450 ], [ 22.799096, -13.262477 ], [ 22.869655, -13.399665 ], [ 23.000233, -13.329821 ], [ 22.847147, -13.195670 ], [ 22.957898, -13.067056 ], [ 23.092227, -13.012574 ], [ 23.103303, -12.998463 ], [ 23.533086, -12.994890 ], [ 23.486642, -13.042227 ], [ 23.581495, -13.058304 ], [ 23.643122, -13.226573 ], [ 23.717789, -13.290165 ], [ 23.656519, -13.422708 ], [ 23.688494, -13.784434 ], [ 23.628653, -13.868747 ], [ 23.593820, -14.036302 ], [ 23.528977, -14.097751 ], [ 23.415726, -14.108468 ], [ 23.375713, -14.167595 ], [ 23.238347, -14.204035 ], [ 23.213517, -14.161522 ], [ 23.179577, -14.180099 ], [ 23.241562, -14.068455 ], [ 23.222985, -13.996646 ], [ 23.143494, -14.039875 ], [ 23.097586, -13.991109 ], [ 23.000054, -14.008793 ], [ 22.847683, -13.873570 ], [ 22.801239, -13.925730 ], [ 22.743542, -13.924837 ], [ 22.720677, -13.999326 ], [ 22.650833, -13.998075 ], [ 22.627611, -13.949488 ], [ 22.537224, -13.929303 ], [ 22.275710, -13.751745 ], [ 22.117266, -13.764249 ], [ 22.000442, -13.716019 ], [ 22.000263, -13.476119 ], [ 22.116194, -13.502377 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 165.000000, "NAME": "we Lukulu District", "LVLID": "ZMP009006000000000000", "ID2": 21.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.117266, -13.764249 ], [ 22.275710, -13.751745 ], [ 22.537224, -13.929303 ], [ 22.627611, -13.949488 ], [ 22.650833, -13.998075 ], [ 22.720677, -13.999326 ], [ 22.743542, -13.924837 ], [ 22.801239, -13.925730 ], [ 22.847683, -13.873570 ], [ 23.000054, -14.008793 ], [ 23.097586, -13.991109 ], [ 23.143494, -14.039875 ], [ 23.222985, -13.996646 ], [ 23.241562, -14.068455 ], [ 23.179577, -14.180099 ], [ 23.213517, -14.161522 ], [ 23.238347, -14.204035 ], [ 23.375713, -14.167595 ], [ 23.415726, -14.108468 ], [ 23.528977, -14.097751 ], [ 23.593820, -14.036302 ], [ 23.728150, -14.032193 ], [ 23.812463, -13.966100 ], [ 23.844974, -14.007543 ], [ 23.877127, -13.980212 ], [ 24.014493, -14.013616 ], [ 24.092733, -13.943593 ], [ 24.135783, -13.969316 ], [ 24.243676, -13.903044 ], [ 24.297443, -13.947344 ], [ 24.312984, -13.894113 ], [ 24.341922, -13.923587 ], [ 24.423556, -13.967172 ], [ 24.483754, -13.953596 ], [ 24.493400, -13.908224 ], [ 24.561458, -13.986286 ], [ 24.623264, -13.960563 ], [ 24.639698, -14.021654 ], [ 24.636840, -14.028621 ], [ 24.608438, -14.282097 ], [ 24.469106, -14.345332 ], [ 24.414803, -14.456439 ], [ 24.241532, -14.522532 ], [ 24.137033, -14.438576 ], [ 23.947329, -14.405351 ], [ 23.774058, -14.450009 ], [ 23.683135, -14.610418 ], [ 23.515580, -14.755823 ], [ 23.412154, -14.747427 ], [ 23.220305, -14.829597 ], [ 23.176362, -14.781367 ], [ 23.042568, -14.815307 ], [ 23.001662, -14.869789 ], [ 22.876800, -14.730458 ], [ 22.924137, -14.669902 ], [ 22.842860, -14.377664 ], [ 22.672090, -14.271557 ], [ 22.536331, -14.251194 ], [ 22.000620, -14.009150 ], [ 22.000442, -13.716019 ], [ 22.117266, -13.764249 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 166.000000, "NAME": "nw Kabompo District", "LVLID": "ZMP006001000000000000", "ID2": 22.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.533086, -12.994890 ], [ 24.040216, -12.990603 ], [ 23.903564, -12.833766 ], [ 23.955724, -12.545814 ], [ 23.993058, -12.504015 ], [ 24.136855, -12.495619 ], [ 24.149002, -12.595474 ], [ 24.292799, -12.512947 ], [ 24.335849, -12.549030 ], [ 24.418197, -12.499907 ], [ 24.548954, -12.588150 ], [ 24.730085, -12.919687 ], [ 24.735086, -12.991853 ], [ 24.684534, -13.013110 ], [ 24.647915, -13.104569 ], [ 24.598077, -13.184238 ], [ 24.485898, -13.226751 ], [ 24.676674, -13.414849 ], [ 24.614511, -13.577402 ], [ 24.481432, -13.672969 ], [ 24.435881, -13.841060 ], [ 24.341922, -13.923587 ], [ 24.312984, -13.894113 ], [ 24.297443, -13.947344 ], [ 24.243676, -13.903044 ], [ 24.135783, -13.969316 ], [ 24.092733, -13.943593 ], [ 24.014493, -14.013616 ], [ 23.877127, -13.980212 ], [ 23.844974, -14.007543 ], [ 23.812463, -13.966100 ], [ 23.728150, -14.032193 ], [ 23.593820, -14.036302 ], [ 23.628653, -13.868747 ], [ 23.688494, -13.784434 ], [ 23.656519, -13.422708 ], [ 23.717789, -13.290165 ], [ 23.643122, -13.226573 ], [ 23.581495, -13.058304 ], [ 23.486642, -13.042227 ], [ 23.533086, -12.994890 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 167.000000, "NAME": "nw Chavuma District", "LVLID": "ZMP006007000000000000", "ID2": 23.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.103303, -12.998463 ], [ 23.092227, -13.012574 ], [ 22.957898, -13.067056 ], [ 22.847147, -13.195670 ], [ 23.000233, -13.329821 ], [ 22.869655, -13.399665 ], [ 22.799096, -13.262477 ], [ 22.405574, -13.396450 ], [ 22.427010, -13.423244 ], [ 22.261420, -13.608483 ], [ 22.175678, -13.589906 ], [ 22.116194, -13.502377 ], [ 22.000263, -13.476119 ], [ 21.999906, -13.004715 ], [ 23.103303, -12.998463 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 168.000000, "NAME": "nw Mwinilunga District", "LVLID": "ZMP006006000000000000", "ID2": 24.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.036465, -11.523873 ], [ 24.030927, -11.444740 ], [ 24.082194, -11.397760 ], [ 24.005562, -11.121420 ], [ 23.999667, -10.886343 ], [ 24.124887, -10.910279 ], [ 24.141499, -11.036392 ], [ 24.282974, -11.042466 ], [ 24.383007, -11.092482 ], [ 24.393189, -11.285938 ], [ 24.349603, -11.366500 ], [ 24.288690, -11.389186 ], [ 24.382650, -11.409193 ], [ 24.445349, -11.475643 ], [ 24.583430, -11.456351 ], [ 24.738123, -11.305945 ], [ 24.873524, -11.262180 ], [ 25.351717, -11.195909 ], [ 25.278300, -11.370251 ], [ 25.326708, -11.499043 ], [ 25.289375, -11.516728 ], [ 25.336712, -11.626942 ], [ 25.495692, -11.721438 ], [ 25.364042, -11.765023 ], [ 25.233106, -11.898281 ], [ 25.165406, -12.087450 ], [ 25.192379, -12.149435 ], [ 25.169871, -12.254469 ], [ 25.065373, -12.390942 ], [ 24.863342, -12.511696 ], [ 24.875489, -12.578146 ], [ 24.819400, -12.656744 ], [ 24.864057, -12.655136 ], [ 24.938367, -12.833230 ], [ 25.008390, -12.864490 ], [ 25.018929, -12.890213 ], [ 24.973914, -12.903074 ], [ 25.004639, -12.915757 ], [ 25.015714, -12.958985 ], [ 24.976237, -12.974347 ], [ 25.004460, -12.992389 ], [ 24.936759, -13.056160 ], [ 24.815648, -13.053659 ], [ 24.740445, -13.117966 ], [ 24.686320, -13.080990 ], [ 24.647915, -13.104569 ], [ 24.684534, -13.013110 ], [ 24.735086, -12.991853 ], [ 24.730085, -12.919687 ], [ 24.548954, -12.588150 ], [ 24.418197, -12.499907 ], [ 24.335849, -12.549030 ], [ 24.292799, -12.512947 ], [ 24.149002, -12.595474 ], [ 24.136855, -12.495619 ], [ 23.993058, -12.504015 ], [ 24.078086, -12.366291 ], [ 24.068618, -12.265366 ], [ 23.985734, -12.154258 ], [ 23.989842, -11.902211 ], [ 24.024675, -11.822542 ], [ 23.971086, -11.655702 ], [ 24.036465, -11.523873 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 169.000000, "NAME": "nw Kasempa District", "LVLID": "ZMP006004000000000000", "ID2": 25.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.206312, -13.205495 ], [ 25.600369, -13.137437 ], [ 25.701295, -13.083848 ], [ 25.707547, -13.021863 ], [ 25.576612, -12.974883 ], [ 25.992283, -12.856988 ], [ 26.145905, -12.947374 ], [ 26.318461, -12.960593 ], [ 26.367227, -12.920580 ], [ 26.535139, -12.909683 ], [ 26.511739, -12.965952 ], [ 26.573545, -13.012932 ], [ 26.587478, -12.977920 ], [ 26.600161, -13.020077 ], [ 26.551573, -13.200672 ], [ 26.628384, -13.338574 ], [ 26.600518, -13.366083 ], [ 26.803263, -13.262835 ], [ 26.813981, -13.362153 ], [ 26.879538, -13.432712 ], [ 26.789330, -13.597408 ], [ 26.777540, -13.685473 ], [ 26.822733, -13.750316 ], [ 26.935806, -13.842667 ], [ 26.925981, -13.962171 ], [ 26.858102, -14.040232 ], [ 27.000113, -14.227079 ], [ 26.968495, -14.422678 ], [ 26.540320, -14.472159 ], [ 26.329715, -14.735816 ], [ 26.195564, -14.658827 ], [ 26.192170, -14.622922 ], [ 26.206818, -14.460905 ], [ 26.144654, -14.454117 ], [ 26.149656, -14.401957 ], [ 26.042121, -14.399992 ], [ 25.812582, -14.153840 ], [ 25.781143, -13.969852 ], [ 25.616803, -13.760676 ], [ 25.663604, -13.668324 ], [ 25.624127, -13.624024 ], [ 25.645027, -13.550965 ], [ 25.500158, -13.323569 ], [ 25.384049, -13.296417 ], [ 25.228462, -13.352507 ], [ 25.135396, -13.268551 ], [ 25.206312, -13.205495 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 170.000000, "NAME": "ce Kapiri Mposhi District", "LVLID": "ZMP005007000000000000", "ID2": 26.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.342189, -13.721556 ], [ 27.406853, -13.925909 ], [ 27.490809, -13.874642 ], [ 27.480449, -13.801761 ], [ 27.552615, -13.825340 ], [ 27.644252, -13.648675 ], [ 27.770008, -13.690296 ], [ 27.833421, -13.651355 ], [ 27.935061, -13.783898 ], [ 27.879329, -13.846776 ], [ 27.932561, -13.937341 ], [ 28.189788, -13.870176 ], [ 28.653868, -13.860530 ], [ 28.659406, -13.714054 ], [ 28.665836, -13.708338 ], [ 28.701919, -13.630991 ], [ 28.832498, -13.595086 ], [ 28.852504, -13.665109 ], [ 29.056857, -13.818016 ], [ 29.133132, -13.935197 ], [ 29.079722, -14.076494 ], [ 29.125808, -14.296387 ], [ 29.112768, -14.685622 ], [ 29.039351, -14.685086 ], [ 29.004161, -14.745105 ], [ 28.892160, -14.798516 ], [ 28.840715, -14.751536 ], [ 28.843930, -14.616134 ], [ 28.764261, -14.473409 ], [ 28.626002, -14.351941 ], [ 28.624930, -14.351584 ], [ 28.517395, -14.274237 ], [ 28.371097, -14.284955 ], [ 28.288749, -14.217433 ], [ 28.201756, -14.341045 ], [ 28.270886, -14.416605 ], [ 28.189252, -14.493237 ], [ 28.249629, -14.545576 ], [ 28.212295, -14.590769 ], [ 27.982934, -14.563260 ], [ 27.796087, -14.396241 ], [ 27.188031, -14.370697 ], [ 27.209646, -14.339258 ], [ 27.103182, -14.163665 ], [ 27.000113, -14.227079 ], [ 26.858102, -14.040232 ], [ 26.925981, -13.962171 ], [ 26.935806, -13.842667 ], [ 26.822733, -13.750316 ], [ 27.342189, -13.721556 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 171.000000, "NAME": "ce Chibombo District", "LVLID": "ZMP005006000000000000", "ID2": 27.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.188031, -14.370697 ], [ 27.796087, -14.396241 ], [ 27.982934, -14.563260 ], [ 28.212295, -14.590769 ], [ 28.115299, -14.653647 ], [ 28.120301, -14.695089 ], [ 28.206043, -14.642572 ], [ 28.458983, -14.691695 ], [ 28.473631, -14.551113 ], [ 28.589383, -14.509492 ], [ 28.531685, -14.403029 ], [ 28.626002, -14.351941 ], [ 28.764261, -14.473409 ], [ 28.843930, -14.616134 ], [ 28.840715, -14.751536 ], [ 28.892160, -14.798516 ], [ 28.968257, -14.836206 ], [ 28.992193, -14.991614 ], [ 28.874833, -15.164885 ], [ 28.550084, -15.180783 ], [ 28.469343, -15.124872 ], [ 28.345374, -15.135054 ], [ 28.332156, -15.246341 ], [ 28.284104, -15.302788 ], [ 28.274815, -15.335834 ], [ 28.218190, -15.327974 ], [ 28.000440, -15.259738 ], [ 27.975610, -15.294571 ], [ 27.854142, -15.234730 ], [ 27.778046, -15.304931 ], [ 27.673905, -15.208114 ], [ 27.559582, -14.991972 ], [ 27.292709, -14.897477 ], [ 27.209288, -14.829419 ], [ 27.191425, -14.605059 ], [ 27.138015, -14.563617 ], [ 27.188031, -14.370697 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 172.000000, "NAME": "nw Solwezi District", "LVLID": "ZMP006003000000000000", "ID2": 28.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.875489, -12.578146 ], [ 24.863342, -12.511696 ], [ 25.065373, -12.390942 ], [ 25.169871, -12.254469 ], [ 25.192379, -12.149435 ], [ 25.165406, -12.087450 ], [ 25.233106, -11.898281 ], [ 25.364042, -11.765023 ], [ 25.495692, -11.721438 ], [ 25.497478, -11.785209 ], [ 25.645741, -11.728583 ], [ 25.718801, -11.815754 ], [ 25.880461, -11.800392 ], [ 25.989604, -11.940617 ], [ 26.211998, -11.927577 ], [ 26.330072, -11.966161 ], [ 26.444395, -11.915251 ], [ 26.718235, -12.008853 ], [ 26.774682, -11.963481 ], [ 26.827735, -11.993312 ], [ 26.896865, -11.974735 ], [ 27.007437, -11.846836 ], [ 27.048522, -11.698573 ], [ 27.028336, -11.611223 ], [ 27.205716, -11.568352 ], [ 27.231974, -11.786638 ], [ 27.463121, -11.927755 ], [ 27.514924, -12.157295 ], [ 27.625675, -12.260543 ], [ 27.517604, -12.296983 ], [ 27.466873, -12.302878 ], [ 27.447938, -12.269474 ], [ 27.476519, -12.256970 ], [ 27.445616, -12.247324 ], [ 27.308071, -12.326100 ], [ 27.299675, -12.367542 ], [ 27.063526, -12.333245 ], [ 27.098895, -12.524736 ], [ 26.883289, -12.637094 ], [ 26.851136, -12.743736 ], [ 26.918122, -12.822155 ], [ 26.873107, -12.887712 ], [ 27.007615, -12.959164 ], [ 27.019941, -13.002035 ], [ 27.113364, -13.001856 ], [ 27.073530, -13.133328 ], [ 26.955991, -13.212104 ], [ 26.971353, -13.362510 ], [ 26.879538, -13.432712 ], [ 26.813981, -13.362153 ], [ 26.803263, -13.262835 ], [ 26.600518, -13.366083 ], [ 26.628384, -13.338574 ], [ 26.551573, -13.200672 ], [ 26.600161, -13.020077 ], [ 26.587478, -12.977920 ], [ 26.573545, -13.012932 ], [ 26.511739, -12.965952 ], [ 26.535139, -12.909683 ], [ 26.367227, -12.920580 ], [ 26.318461, -12.960593 ], [ 26.145905, -12.947374 ], [ 25.992283, -12.856988 ], [ 25.576612, -12.974883 ], [ 25.490869, -12.899680 ], [ 25.366007, -12.928082 ], [ 25.309560, -12.896465 ], [ 25.133431, -13.010073 ], [ 25.004460, -12.992389 ], [ 24.976237, -12.974347 ], [ 25.015714, -12.958985 ], [ 25.004639, -12.915757 ], [ 24.973914, -12.903074 ], [ 25.018929, -12.890213 ], [ 25.008390, -12.864490 ], [ 24.938367, -12.833230 ], [ 24.864057, -12.655136 ], [ 24.819400, -12.656744 ], [ 24.875489, -12.578146 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 173.000000, "NAME": "co Lufwanyama District", "LVLID": "ZMP002013000000000000", "ID2": 29.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.883289, -12.637094 ], [ 27.098895, -12.524736 ], [ 27.063526, -12.333245 ], [ 27.299675, -12.367542 ], [ 27.454369, -12.461323 ], [ 27.510101, -12.542778 ], [ 27.584947, -12.514554 ], [ 27.707487, -12.572788 ], [ 27.741069, -12.740164 ], [ 27.750001, -12.900752 ], [ 28.108154, -12.868777 ], [ 28.106903, -12.923795 ], [ 28.208187, -13.010788 ], [ 28.180320, -13.126540 ], [ 28.156205, -13.265871 ], [ 28.120479, -13.311779 ], [ 28.089040, -13.288379 ], [ 28.089040, -13.342504 ], [ 28.036523, -13.373585 ], [ 27.964178, -13.330000 ], [ 27.942028, -13.369298 ], [ 27.927023, -13.334465 ], [ 27.820024, -13.360188 ], [ 27.823239, -13.402881 ], [ 27.783047, -13.384839 ], [ 27.762862, -13.470403 ], [ 27.664616, -13.539354 ], [ 27.638179, -13.463972 ], [ 27.532430, -13.392699 ], [ 27.473482, -13.528279 ], [ 27.341653, -13.561682 ], [ 27.312358, -13.408775 ], [ 27.115508, -13.405560 ], [ 27.072458, -13.276053 ], [ 26.955991, -13.212104 ], [ 27.073530, -13.133328 ], [ 27.113364, -13.001856 ], [ 27.019941, -13.002035 ], [ 27.007615, -12.959164 ], [ 26.873107, -12.887712 ], [ 26.918122, -12.822155 ], [ 26.851136, -12.743736 ], [ 26.883289, -12.637094 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 174.000000, "NAME": "co Mpongwe District", "LVLID": "ZMP002009000000000000", "ID2": 30.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.789330, -13.597408 ], [ 26.879538, -13.432712 ], [ 26.971353, -13.362510 ], [ 26.955991, -13.212104 ], [ 27.072458, -13.276053 ], [ 27.115508, -13.405560 ], [ 27.312358, -13.408775 ], [ 27.341653, -13.561682 ], [ 27.473482, -13.528279 ], [ 27.532430, -13.392699 ], [ 27.638179, -13.463972 ], [ 27.664616, -13.539354 ], [ 27.762862, -13.470403 ], [ 27.783047, -13.384839 ], [ 27.823239, -13.402881 ], [ 27.820024, -13.360188 ], [ 27.927023, -13.334465 ], [ 27.942028, -13.369298 ], [ 27.964178, -13.330000 ], [ 28.036523, -13.373585 ], [ 28.089040, -13.342504 ], [ 28.089040, -13.288379 ], [ 28.120479, -13.311779 ], [ 28.156205, -13.265871 ], [ 28.319652, -13.254260 ], [ 28.397713, -13.340717 ], [ 28.502390, -13.368762 ], [ 28.509356, -13.462900 ], [ 28.467736, -13.539890 ], [ 28.542046, -13.699227 ], [ 28.665836, -13.708338 ], [ 28.659406, -13.714054 ], [ 28.653868, -13.860530 ], [ 28.189788, -13.870176 ], [ 27.932561, -13.937341 ], [ 27.879329, -13.846776 ], [ 27.935061, -13.783898 ], [ 27.833421, -13.651355 ], [ 27.770008, -13.690296 ], [ 27.644252, -13.648675 ], [ 27.552615, -13.825340 ], [ 27.480449, -13.801761 ], [ 27.490809, -13.874642 ], [ 27.406853, -13.925909 ], [ 27.342189, -13.721556 ], [ 26.822733, -13.750316 ], [ 26.777540, -13.685473 ], [ 26.789330, -13.597408 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 175.000000, "NAME": "co Chingola District", "LVLID": "ZMP002003000000000000", "ID2": 31.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.308071, -12.326100 ], [ 27.445616, -12.247324 ], [ 27.476519, -12.256970 ], [ 27.447938, -12.269474 ], [ 27.466873, -12.302878 ], [ 27.517604, -12.296983 ], [ 27.500991, -12.339140 ], [ 27.567263, -12.349858 ], [ 27.567263, -12.396837 ], [ 27.629247, -12.442924 ], [ 27.670868, -12.400946 ], [ 27.708737, -12.437922 ], [ 27.738211, -12.390228 ], [ 27.779118, -12.450426 ], [ 27.818595, -12.412378 ], [ 27.847533, -12.463109 ], [ 28.079752, -12.491511 ], [ 28.049742, -12.598689 ], [ 27.990615, -12.600475 ], [ 27.950066, -12.674785 ], [ 27.973110, -12.759813 ], [ 27.902015, -12.756776 ], [ 27.830384, -12.698900 ], [ 27.777510, -12.694792 ], [ 27.741069, -12.740164 ], [ 27.707487, -12.572788 ], [ 27.584947, -12.514554 ], [ 27.510101, -12.542778 ], [ 27.454369, -12.461323 ], [ 27.299675, -12.367542 ], [ 27.308071, -12.326100 ] ], [ [ 27.834314, -12.578504 ], [ 27.842888, -12.556175 ], [ 27.833421, -12.561355 ], [ 27.834314, -12.578504 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 176.000000, "NAME": "co Mufulira District", "LVLID": "ZMP002007000000000000", "ID2": 32.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.079752, -12.491511 ], [ 28.067426, -12.351108 ], [ 28.124409, -12.435421 ], [ 28.181213, -12.382904 ], [ 28.326797, -12.424882 ], [ 28.441656, -12.516162 ], [ 28.523290, -12.634058 ], [ 28.457554, -12.718192 ], [ 28.445943, -12.723194 ], [ 28.375920, -12.704616 ], [ 28.243555, -12.769816 ], [ 28.241054, -12.695864 ], [ 28.163708, -12.642632 ], [ 28.151204, -12.602261 ], [ 28.049742, -12.598689 ], [ 28.079752, -12.491511 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 177.000000, "NAME": "ls Luangwa District", "LVLID": "ZMP001002000000000000", "ID2": 33.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.076119, -15.151667 ], [ 30.140068, -14.984291 ], [ 30.214021, -14.994830 ], [ 30.216522, -14.994651 ], [ 30.217772, -14.996973 ], [ 30.255999, -15.214187 ], [ 30.375681, -15.342622 ], [ 30.401404, -15.472665 ], [ 30.365857, -15.552512 ], [ 30.413015, -15.622535 ], [ 30.359069, -15.649865 ], [ 30.260108, -15.625929 ], [ 30.216522, -15.661655 ], [ 30.166863, -15.620392 ], [ 29.967155, -15.642542 ], [ 29.796563, -15.610388 ], [ 29.629187, -15.661476 ], [ 29.562201, -15.641113 ], [ 29.339985, -15.722211 ], [ 29.309440, -15.684341 ], [ 30.076119, -15.151667 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 178.000000, "NAME": "ce Kabwe District", "LVLID": "ZMP005004000000000000", "ID2": 34.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.212295, -14.590769 ], [ 28.249629, -14.545576 ], [ 28.189252, -14.493237 ], [ 28.270886, -14.416605 ], [ 28.201756, -14.341045 ], [ 28.288749, -14.217433 ], [ 28.371097, -14.284955 ], [ 28.517395, -14.274237 ], [ 28.624930, -14.351584 ], [ 28.626002, -14.351941 ], [ 28.531685, -14.403029 ], [ 28.589383, -14.509492 ], [ 28.473631, -14.551113 ], [ 28.458983, -14.691695 ], [ 28.206043, -14.642572 ], [ 28.120301, -14.695089 ], [ 28.115299, -14.653647 ], [ 28.212295, -14.590769 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 179.000000, "NAME": "ls Lusaka District", "LVLID": "ZMP001001000000000000", "ID2": 35.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.218190, -15.327974 ], [ 28.274815, -15.335834 ], [ 28.284104, -15.302788 ], [ 28.402179, -15.365844 ], [ 28.422542, -15.452122 ], [ 28.486670, -15.476952 ], [ 28.432367, -15.497316 ], [ 28.311256, -15.476237 ], [ 28.309470, -15.546082 ], [ 28.263205, -15.544652 ], [ 28.257846, -15.584130 ], [ 28.202113, -15.410680 ], [ 28.218190, -15.327974 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 180.000000, "NAME": "so Siavonga District", "LVLID": "ZMP008010000000000000", "ID2": 36.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.407537, -16.249883 ], [ 28.466664, -16.154495 ], [ 28.414325, -16.119483 ], [ 28.425758, -16.088223 ], [ 28.522039, -16.045173 ], [ 28.591348, -15.905128 ], [ 28.671552, -15.903698 ], [ 28.734251, -15.965147 ], [ 28.924671, -15.947284 ], [ 28.848753, -16.042315 ], [ 28.809812, -16.492463 ], [ 28.733001, -16.552482 ], [ 28.382887, -16.669842 ], [ 28.279817, -16.509790 ], [ 28.127982, -16.455307 ], [ 28.098329, -16.334018 ], [ 28.407537, -16.249883 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 181.000000, "NAME": "ls Kafue District", "LVLID": "ZMP001004000000000000", "ID2": 37.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.854142, -15.234730 ], [ 27.975610, -15.294571 ], [ 28.000440, -15.259738 ], [ 28.218190, -15.327974 ], [ 28.202113, -15.410680 ], [ 28.257846, -15.584130 ], [ 28.263205, -15.544652 ], [ 28.309470, -15.546082 ], [ 28.311256, -15.476237 ], [ 28.432367, -15.497316 ], [ 28.432546, -15.537150 ], [ 28.722819, -15.649508 ], [ 28.770871, -15.615390 ], [ 28.847860, -15.657189 ], [ 28.946464, -15.499816 ], [ 28.972901, -15.537150 ], [ 29.154389, -15.574662 ], [ 29.167608, -15.627537 ], [ 29.281395, -15.640755 ], [ 29.309440, -15.684341 ], [ 29.339985, -15.722211 ], [ 29.213515, -15.770798 ], [ 29.026133, -15.936745 ], [ 28.924671, -15.947284 ], [ 28.734251, -15.965147 ], [ 28.671552, -15.903698 ], [ 28.591348, -15.905128 ], [ 28.349304, -15.777586 ], [ 28.228550, -15.837070 ], [ 28.022769, -15.717923 ], [ 27.922022, -15.760437 ], [ 27.887367, -15.711493 ], [ 27.805198, -15.742753 ], [ 27.837708, -15.684341 ], [ 27.791979, -15.655939 ], [ 27.791086, -15.582343 ], [ 27.959891, -15.583058 ], [ 27.963106, -15.508033 ], [ 27.933275, -15.383350 ], [ 27.809663, -15.389780 ], [ 27.778046, -15.304931 ], [ 27.854142, -15.234730 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 182.000000, "NAME": "ls Chongwe District", "LVLID": "ZMP001003000000000000", "ID2": 38.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.332156, -15.246341 ], [ 28.345374, -15.135054 ], [ 28.469343, -15.124872 ], [ 28.550084, -15.180783 ], [ 28.874833, -15.164885 ], [ 28.992193, -14.991614 ], [ 29.124200, -14.976252 ], [ 29.245133, -14.868717 ], [ 29.367494, -14.984112 ], [ 29.506468, -14.984112 ], [ 29.521116, -14.807626 ], [ 29.581493, -14.820130 ], [ 29.654374, -14.744748 ], [ 29.861763, -14.690980 ], [ 29.897846, -14.645787 ], [ 29.919996, -14.672582 ], [ 30.007525, -14.647931 ], [ 30.198659, -14.816200 ], [ 30.216522, -14.994651 ], [ 30.214021, -14.994830 ], [ 30.140068, -14.984291 ], [ 30.076119, -15.151667 ], [ 29.309440, -15.684341 ], [ 29.281395, -15.640755 ], [ 29.167608, -15.627537 ], [ 29.154389, -15.574662 ], [ 28.972901, -15.537150 ], [ 28.946464, -15.499816 ], [ 28.847860, -15.657189 ], [ 28.770871, -15.615390 ], [ 28.722819, -15.649508 ], [ 28.432546, -15.537150 ], [ 28.432367, -15.497316 ], [ 28.486670, -15.476952 ], [ 28.422542, -15.452122 ], [ 28.402179, -15.365844 ], [ 28.284104, -15.302788 ], [ 28.332156, -15.246341 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 183.000000, "NAME": "ce Mkushi District", "LVLID": "ZMP005002000000000000", "ID2": 39.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.069540, -13.405381 ], [ 29.035064, -13.407168 ], [ 29.121521, -13.369834 ], [ 29.182612, -13.443072 ], [ 29.316049, -13.331964 ], [ 29.441804, -13.313923 ], [ 29.588995, -13.213711 ], [ 29.670272, -13.226394 ], [ 29.682240, -13.264621 ], [ 29.652230, -13.350363 ], [ 29.604536, -13.363403 ], [ 29.610610, -13.408775 ], [ 29.808889, -13.455219 ], [ 29.791919, -13.513452 ], [ 29.839077, -13.519883 ], [ 29.956973, -13.668146 ], [ 30.095411, -13.935555 ], [ 30.159718, -13.979319 ], [ 30.182582, -14.060774 ], [ 30.286009, -14.094178 ], [ 30.316733, -14.180635 ], [ 30.118811, -14.375341 ], [ 30.067366, -14.376949 ], [ 29.978766, -14.582373 ], [ 30.007525, -14.647931 ], [ 29.919996, -14.672582 ], [ 29.897846, -14.645787 ], [ 29.861763, -14.690980 ], [ 29.654374, -14.744748 ], [ 29.581493, -14.820130 ], [ 29.521116, -14.807626 ], [ 29.506468, -14.984112 ], [ 29.367494, -14.984112 ], [ 29.245133, -14.868717 ], [ 29.124200, -14.976252 ], [ 28.992193, -14.991614 ], [ 28.968257, -14.836206 ], [ 28.892160, -14.798516 ], [ 29.004161, -14.745105 ], [ 29.039351, -14.685086 ], [ 29.112768, -14.685622 ], [ 29.125808, -14.296387 ], [ 29.079722, -14.076494 ], [ 29.133132, -13.935197 ], [ 29.056857, -13.818016 ], [ 28.852504, -13.665109 ], [ 28.832498, -13.595086 ], [ 29.069540, -13.405381 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 184.000000, "NAME": "co Kalulushi District", "LVLID": "ZMP002008000000000000", "ID2": 40.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.777510, -12.694792 ], [ 27.830384, -12.698900 ], [ 27.902015, -12.756776 ], [ 27.973110, -12.759813 ], [ 27.950066, -12.674785 ], [ 27.990615, -12.600475 ], [ 28.049742, -12.598689 ], [ 28.151204, -12.602261 ], [ 28.163708, -12.642632 ], [ 28.118157, -12.763386 ], [ 28.168352, -12.869134 ], [ 28.106903, -12.923795 ], [ 28.108154, -12.868777 ], [ 27.750001, -12.900752 ], [ 27.741069, -12.740164 ], [ 27.777510, -12.694792 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 185.000000, "NAME": "co Masaiti District", "LVLID": "ZMP002010000000000000", "ID2": 41.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 28.180320, -13.126540 ], [ 28.404679, -13.235683 ], [ 28.571520, -13.172984 ], [ 28.573306, -13.168161 ], [ 28.633326, -13.080275 ], [ 28.677983, -13.135472 ], [ 28.766762, -13.090993 ], [ 28.792128, -13.080096 ], [ 28.773550, -13.015790 ], [ 28.707100, -12.977563 ], [ 28.705540, -12.879281 ], [ 28.790163, -12.945945 ], [ 28.846967, -13.145118 ], [ 28.903593, -13.161909 ], [ 28.969150, -13.366797 ], [ 29.035064, -13.407168 ], [ 29.069540, -13.405381 ], [ 28.832498, -13.595086 ], [ 28.701919, -13.630991 ], [ 28.665836, -13.708338 ], [ 28.542046, -13.699227 ], [ 28.467736, -13.539890 ], [ 28.509356, -13.462900 ], [ 28.502390, -13.368762 ], [ 28.397713, -13.340717 ], [ 28.319652, -13.254260 ], [ 28.156205, -13.265871 ], [ 28.180320, -13.126540 ] ] ], [ [ [ 28.701741, -12.876289 ], [ 28.633861, -12.876458 ], [ 28.629396, -12.819297 ], [ 28.701741, -12.876289 ] ] ], [ [ [ 28.705492, -12.876280 ], [ 28.705540, -12.879281 ], [ 28.701741, -12.876289 ], [ 28.705492, -12.876280 ] ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 186.000000, "NAME": "co Luanshya District", "LVLID": "ZMP002002000000000000", "ID2": 42.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.208187, -13.010788 ], [ 28.340194, -12.908790 ], [ 28.408073, -12.941837 ], [ 28.438798, -13.017040 ], [ 28.489707, -12.956127 ], [ 28.526326, -12.988281 ], [ 28.511500, -13.102782 ], [ 28.573306, -13.168161 ], [ 28.571520, -13.172984 ], [ 28.404679, -13.235683 ], [ 28.180320, -13.126540 ], [ 28.208187, -13.010788 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 187.000000, "NAME": "co Kitwe District", "LVLID": "ZMP002004000000000000", "ID2": 43.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.168352, -12.869134 ], [ 28.118157, -12.763386 ], [ 28.163708, -12.642632 ], [ 28.241054, -12.695864 ], [ 28.243555, -12.769816 ], [ 28.375920, -12.704616 ], [ 28.445943, -12.723194 ], [ 28.459519, -12.753561 ], [ 28.340194, -12.908790 ], [ 28.208187, -13.010788 ], [ 28.106903, -12.923795 ], [ 28.168352, -12.869134 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 188.000000, "NAME": "co Ndola District", "LVLID": "ZMP002006000000000000", "ID2": 44.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.459519, -12.753561 ], [ 28.445943, -12.723194 ], [ 28.457554, -12.718192 ], [ 28.572591, -12.893071 ], [ 28.629396, -12.819297 ], [ 28.633861, -12.876458 ], [ 28.705492, -12.876280 ], [ 28.707100, -12.977563 ], [ 28.773550, -13.015790 ], [ 28.792128, -13.080096 ], [ 28.766762, -13.090993 ], [ 28.677983, -13.135472 ], [ 28.633326, -13.080275 ], [ 28.573306, -13.168161 ], [ 28.511500, -13.102782 ], [ 28.526326, -12.988281 ], [ 28.489707, -12.956127 ], [ 28.438798, -13.017040 ], [ 28.408073, -12.941837 ], [ 28.340194, -12.908790 ], [ 28.459519, -12.753561 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 189.000000, "NAME": "ea Chadiza District", "LVLID": "ZMP003006000000000000", "ID2": 45.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.293630, -13.964671 ], [ 32.403487, -13.897328 ], [ 32.467794, -13.951810 ], [ 32.562647, -13.914834 ], [ 32.808977, -13.996825 ], [ 32.847740, -13.976818 ], [ 32.808441, -13.796581 ], [ 32.888825, -13.813551 ], [ 32.946701, -13.934840 ], [ 33.000290, -13.948416 ], [ 32.991715, -14.014331 ], [ 33.029228, -14.046127 ], [ 33.151768, -13.934840 ], [ 33.214467, -14.008972 ], [ 32.307384, -14.311392 ], [ 32.318102, -14.223506 ], [ 32.262548, -14.057559 ], [ 32.151083, -14.029157 ], [ 32.293630, -13.964671 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 190.000000, "NAME": "ea Nyimba District", "LVLID": "ZMP003007000000000000", "ID2": 46.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.067366, -14.376949 ], [ 30.118811, -14.375341 ], [ 30.316733, -14.180635 ], [ 30.286009, -14.094178 ], [ 30.182582, -14.060774 ], [ 30.159718, -13.979319 ], [ 30.095411, -13.935555 ], [ 30.892457, -13.933411 ], [ 31.023750, -13.784970 ], [ 31.132179, -13.968601 ], [ 31.015176, -14.076494 ], [ 31.065014, -14.163129 ], [ 31.142539, -14.168845 ], [ 31.071802, -14.271915 ], [ 31.026608, -14.270843 ], [ 31.103419, -14.436969 ], [ 31.033932, -14.494130 ], [ 31.094488, -14.563081 ], [ 31.019106, -14.597378 ], [ 31.062334, -14.650789 ], [ 31.037862, -14.727242 ], [ 30.217772, -14.996973 ], [ 30.216522, -14.994651 ], [ 30.198659, -14.816200 ], [ 30.007525, -14.647931 ], [ 29.978766, -14.582373 ], [ 30.067366, -14.376949 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 191.000000, "NAME": "ea Petauke District", "LVLID": "ZMP003004000000000000", "ID2": 47.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.132179, -13.968601 ], [ 31.023750, -13.784970 ], [ 31.144504, -13.696727 ], [ 31.142539, -13.618844 ], [ 31.215420, -13.600981 ], [ 31.325635, -13.477369 ], [ 31.435492, -13.424137 ], [ 31.543385, -13.428603 ], [ 31.564999, -13.572043 ], [ 31.642524, -13.595801 ], [ 31.760420, -13.813729 ], [ 31.871528, -13.814086 ], [ 31.801505, -13.987000 ], [ 31.575895, -13.966636 ], [ 31.575717, -14.057023 ], [ 31.490332, -14.078280 ], [ 31.489796, -14.218862 ], [ 31.557854, -14.317287 ], [ 31.758455, -14.212967 ], [ 31.888319, -14.254588 ], [ 31.924045, -14.278167 ], [ 31.882424, -14.444114 ], [ 31.472647, -14.620243 ], [ 31.037862, -14.727242 ], [ 31.062334, -14.650789 ], [ 31.019106, -14.597378 ], [ 31.094488, -14.563081 ], [ 31.033932, -14.494130 ], [ 31.103419, -14.436969 ], [ 31.026608, -14.270843 ], [ 31.071802, -14.271915 ], [ 31.142539, -14.168845 ], [ 31.065014, -14.163129 ], [ 31.015176, -14.076494 ], [ 31.132179, -13.968601 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 192.000000, "NAME": "ea Katete District", "LVLID": "ZMP003003000000000000", "ID2": 48.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.490332, -14.078280 ], [ 31.575717, -14.057023 ], [ 31.575895, -13.966636 ], [ 31.801505, -13.987000 ], [ 31.871528, -13.814086 ], [ 31.893142, -13.747457 ], [ 31.951018, -13.789971 ], [ 32.004250, -13.712625 ], [ 32.033724, -13.764606 ], [ 32.160193, -13.828020 ], [ 32.167875, -13.962885 ], [ 32.296131, -13.915727 ], [ 32.293630, -13.964671 ], [ 32.151083, -14.029157 ], [ 32.262548, -14.057559 ], [ 32.318102, -14.223506 ], [ 32.307384, -14.311392 ], [ 31.882424, -14.444114 ], [ 31.924045, -14.278167 ], [ 31.888319, -14.254588 ], [ 31.758455, -14.212967 ], [ 31.557854, -14.317287 ], [ 31.489796, -14.218862 ], [ 31.490332, -14.078280 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 193.000000, "NAME": "ce Serenje District", "LVLID": "ZMP005003000000000000", "ID2": 49.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.808889, -13.455219 ], [ 29.808174, -12.158366 ], [ 29.813354, -12.145862 ], [ 29.863907, -12.046365 ], [ 30.000023, -12.002780 ], [ 30.139533, -12.203381 ], [ 30.351030, -12.281085 ], [ 30.450706, -12.274654 ], [ 30.508403, -12.345213 ], [ 30.467140, -12.471683 ], [ 30.575747, -12.529559 ], [ 30.610044, -12.624769 ], [ 30.689355, -12.609764 ], [ 30.759021, -12.681216 ], [ 30.730261, -12.739985 ], [ 30.754734, -12.907719 ], [ 31.042685, -12.968453 ], [ 31.100918, -13.043834 ], [ 31.253468, -12.958985 ], [ 31.350822, -12.990603 ], [ 31.363862, -13.258190 ], [ 31.435135, -13.330714 ], [ 31.435492, -13.424137 ], [ 31.325635, -13.477369 ], [ 31.215420, -13.600981 ], [ 31.142539, -13.618844 ], [ 31.144504, -13.696727 ], [ 31.023750, -13.784970 ], [ 30.892457, -13.933411 ], [ 30.095411, -13.935555 ], [ 29.956973, -13.668146 ], [ 29.839077, -13.519883 ], [ 29.791919, -13.513452 ], [ 29.808889, -13.455219 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 194.000000, "NAME": "no Mpika District", "LVLID": "ZMP007006000000000000", "ID2": 50.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.247425, -11.801464 ], [ 30.334060, -11.743231 ], [ 30.447133, -11.553526 ], [ 30.469819, -11.505296 ], [ 30.614688, -11.325951 ], [ 30.686854, -11.327202 ], [ 30.738657, -11.204661 ], [ 30.859768, -11.049611 ], [ 30.900138, -11.072654 ], [ 30.886205, -11.034963 ], [ 30.981415, -11.001917 ], [ 30.994991, -10.929214 ], [ 31.047687, -10.954401 ], [ 31.067336, -10.915281 ], [ 31.103241, -10.964762 ], [ 31.193270, -11.056756 ], [ 31.357967, -11.081586 ], [ 31.354751, -11.210914 ], [ 31.417451, -11.293619 ], [ 31.383154, -11.392580 ], [ 31.499263, -11.370966 ], [ 31.515697, -11.503867 ], [ 31.597331, -11.549238 ], [ 31.565892, -11.590323 ], [ 31.683073, -11.561207 ], [ 31.794002, -11.663026 ], [ 31.837409, -11.596397 ], [ 31.792930, -11.540128 ], [ 31.815795, -11.481716 ], [ 31.950661, -11.482967 ], [ 31.956734, -11.160540 ], [ 32.027829, -11.200196 ], [ 32.155192, -11.193229 ], [ 32.235397, -11.260037 ], [ 32.227537, -11.453672 ], [ 32.442965, -11.490648 ], [ 32.596229, -11.676780 ], [ 32.540496, -11.725725 ], [ 32.544069, -11.774491 ], [ 32.436891, -11.836654 ], [ 32.384017, -12.030825 ], [ 32.277553, -12.106742 ], [ 32.285949, -12.229104 ], [ 32.144117, -12.423632 ], [ 32.144831, -12.545636 ], [ 32.053551, -12.745344 ], [ 32.073558, -12.765886 ], [ 31.962093, -12.899323 ], [ 31.907254, -12.927011 ], [ 31.896357, -13.012217 ], [ 31.810079, -13.100460 ], [ 31.741485, -13.090278 ], [ 31.739342, -13.156550 ], [ 31.648062, -13.231574 ], [ 31.638594, -13.347684 ], [ 31.543385, -13.428603 ], [ 31.435492, -13.424137 ], [ 31.435135, -13.330714 ], [ 31.363862, -13.258190 ], [ 31.350822, -12.990603 ], [ 31.253468, -12.958985 ], [ 31.100918, -13.043834 ], [ 31.042685, -12.968453 ], [ 30.754734, -12.907719 ], [ 30.730261, -12.739985 ], [ 30.759021, -12.681216 ], [ 30.689355, -12.609764 ], [ 30.610044, -12.624769 ], [ 30.575747, -12.529559 ], [ 30.467140, -12.471683 ], [ 30.508403, -12.345213 ], [ 30.450706, -12.274654 ], [ 30.351030, -12.281085 ], [ 30.139533, -12.203381 ], [ 30.000023, -12.002780 ], [ 29.863907, -12.046365 ], [ 29.813354, -12.145862 ], [ 29.798707, -11.908999 ], [ 30.247425, -11.801464 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 195.000000, "NAME": "ea Mambwe District", "LVLID": "ZMP003008000000000000", "ID2": 51.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.638594, -13.347684 ], [ 31.648062, -13.231574 ], [ 31.739342, -13.156550 ], [ 31.741485, -13.090278 ], [ 31.810079, -13.100460 ], [ 31.896357, -13.012217 ], [ 31.907254, -12.927011 ], [ 31.962093, -12.899323 ], [ 32.456183, -13.040441 ], [ 32.322925, -13.218892 ], [ 32.438499, -13.265693 ], [ 32.430639, -13.379480 ], [ 32.346683, -13.418779 ], [ 32.352756, -13.456648 ], [ 32.277911, -13.467902 ], [ 32.218963, -13.363403 ], [ 32.112857, -13.465222 ], [ 32.122145, -13.531137 ], [ 32.249330, -13.629562 ], [ 32.055338, -13.614557 ], [ 32.035331, -13.700478 ], [ 32.093207, -13.764963 ], [ 32.033724, -13.764606 ], [ 32.004250, -13.712625 ], [ 31.951018, -13.789971 ], [ 31.893142, -13.747457 ], [ 31.871528, -13.814086 ], [ 31.760420, -13.813729 ], [ 31.642524, -13.595801 ], [ 31.564999, -13.572043 ], [ 31.543385, -13.428603 ], [ 31.638594, -13.347684 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 196.000000, "NAME": "ea Chipata District", "LVLID": "ZMP003001000000000000", "ID2": 52.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.093207, -13.764963 ], [ 32.035331, -13.700478 ], [ 32.055338, -13.614557 ], [ 32.249330, -13.629562 ], [ 32.122145, -13.531137 ], [ 32.112857, -13.465222 ], [ 32.218963, -13.363403 ], [ 32.277911, -13.467902 ], [ 32.352756, -13.456648 ], [ 32.346683, -13.418779 ], [ 32.430639, -13.379480 ], [ 32.438499, -13.265693 ], [ 32.322925, -13.218892 ], [ 32.456183, -13.040441 ], [ 32.511558, -13.090636 ], [ 32.669824, -13.026150 ], [ 32.843631, -13.205673 ], [ 32.953310, -13.262299 ], [ 32.844524, -13.514524 ], [ 32.747528, -13.579010 ], [ 32.680721, -13.577045 ], [ 32.680006, -13.617951 ], [ 32.786470, -13.640280 ], [ 32.842560, -13.708516 ], [ 32.769857, -13.772466 ], [ 32.808441, -13.796581 ], [ 32.847740, -13.976818 ], [ 32.808977, -13.996825 ], [ 32.562647, -13.914834 ], [ 32.467794, -13.951810 ], [ 32.403487, -13.897328 ], [ 32.293630, -13.964671 ], [ 32.296131, -13.915727 ], [ 32.167875, -13.962885 ], [ 32.160193, -13.828020 ], [ 32.033724, -13.764606 ], [ 32.093207, -13.764963 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 197.000000, "NAME": "ea Lundazi District", "LVLID": "ZMP003005000000000000", "ID2": 53.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.073558, -12.765886 ], [ 32.053551, -12.745344 ], [ 32.144831, -12.545636 ], [ 32.144117, -12.423632 ], [ 32.285949, -12.229104 ], [ 32.482084, -12.188376 ], [ 32.483514, -12.117639 ], [ 32.570685, -12.182660 ], [ 32.668217, -12.144076 ], [ 32.707337, -12.183553 ], [ 32.942414, -12.111923 ], [ 32.931160, -12.037613 ], [ 32.997253, -11.911857 ], [ 33.224292, -11.589252 ], [ 33.311106, -11.595325 ], [ 33.333613, -11.798784 ], [ 33.261268, -12.142290 ], [ 33.309319, -12.166226 ], [ 33.365945, -12.348071 ], [ 33.476160, -12.322884 ], [ 33.548147, -12.357717 ], [ 33.370232, -12.549387 ], [ 33.270735, -12.537062 ], [ 33.181063, -12.641917 ], [ 33.168738, -12.601368 ], [ 33.086032, -12.593866 ], [ 33.015116, -12.657637 ], [ 32.955989, -12.833587 ], [ 33.026012, -12.910755 ], [ 32.974388, -13.110285 ], [ 33.016545, -13.211032 ], [ 32.953310, -13.262299 ], [ 32.843631, -13.205673 ], [ 32.669824, -13.026150 ], [ 32.511558, -13.090636 ], [ 32.456183, -13.040441 ], [ 31.962093, -12.899323 ], [ 32.073558, -12.765886 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 198.000000, "NAME": "no Chilubi District", "LVLID": "ZMP007004000000000000", "ID2": 54.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.907671, -11.026568 ], [ 29.897132, -10.907064 ], [ 29.984125, -10.869909 ], [ 30.026281, -10.736830 ], [ 30.088266, -10.693423 ], [ 30.132209, -10.823465 ], [ 30.246353, -10.737902 ], [ 30.357640, -10.907421 ], [ 30.544844, -10.812569 ], [ 30.558955, -11.007097 ], [ 30.503580, -11.072654 ], [ 30.400332, -11.103914 ], [ 30.401940, -11.140176 ], [ 30.618439, -11.250033 ], [ 30.644162, -11.291297 ], [ 30.614688, -11.325951 ], [ 30.469819, -11.505296 ], [ 30.110952, -11.230563 ], [ 30.000023, -11.235386 ], [ 29.814069, -11.438845 ], [ 29.907671, -11.026568 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 199.000000, "NAME": "lu Mwense District", "LVLID": "ZMP004002000000000000", "ID2": 55.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.610104, -10.725755 ], [ 28.662085, -10.718967 ], [ 28.696739, -10.662520 ], [ 28.634040, -10.518366 ], [ 28.636362, -10.306153 ], [ 28.577236, -10.230593 ], [ 28.633861, -10.013915 ], [ 28.699240, -9.986585 ], [ 28.789627, -10.120021 ], [ 28.862150, -10.138241 ], [ 28.914132, -10.101086 ], [ 29.171895, -10.129131 ], [ 29.181362, -10.042138 ], [ 29.212801, -10.031599 ], [ 29.294435, -10.189329 ], [ 29.444484, -10.188794 ], [ 29.500216, -10.151817 ], [ 29.531477, -10.314013 ], [ 29.458060, -10.368495 ], [ 29.420369, -10.461561 ], [ 29.464312, -10.502289 ], [ 29.396968, -10.618398 ], [ 29.339985, -10.599106 ], [ 29.293363, -10.681097 ], [ 29.199761, -10.737009 ], [ 29.201726, -10.852403 ], [ 29.084187, -10.926892 ], [ 29.037744, -10.831861 ], [ 29.037208, -10.830789 ], [ 29.061680, -10.738973 ], [ 29.064895, -10.734150 ], [ 29.071862, -10.726112 ], [ 29.073470, -10.724326 ], [ 29.075970, -10.718252 ], [ 29.074541, -10.716823 ], [ 29.069540, -10.715216 ], [ 29.068111, -10.706463 ], [ 29.036850, -10.663949 ], [ 29.037029, -10.661269 ], [ 28.966292, -10.659305 ], [ 28.965041, -10.659483 ], [ 28.941462, -10.644836 ], [ 28.940569, -10.644478 ], [ 28.935567, -10.642335 ], [ 28.935210, -10.643406 ], [ 28.933245, -10.647872 ], [ 28.931459, -10.648051 ], [ 28.925564, -10.647336 ], [ 28.925385, -10.648944 ], [ 28.913596, -10.662163 ], [ 28.912703, -10.664663 ], [ 28.881621, -10.710571 ], [ 28.881085, -10.708964 ], [ 28.874297, -10.715394 ], [ 28.873404, -10.716466 ], [ 28.811598, -10.712358 ], [ 28.810526, -10.712179 ], [ 28.799451, -10.701818 ], [ 28.797844, -10.700568 ], [ 28.793735, -10.700032 ], [ 28.792842, -10.699496 ], [ 28.778194, -10.696638 ], [ 28.776408, -10.696638 ], [ 28.774622, -10.725755 ], [ 28.776229, -10.728792 ], [ 28.766583, -10.810961 ], [ 28.765690, -10.813641 ], [ 28.766226, -10.824537 ], [ 28.766762, -10.826323 ], [ 28.758188, -10.855797 ], [ 28.758545, -10.857405 ], [ 28.740682, -10.903313 ], [ 28.741218, -10.905814 ], [ 28.741039, -10.909208 ], [ 28.739789, -10.911173 ], [ 28.737110, -10.972264 ], [ 28.740504, -10.973157 ], [ 28.764440, -11.014421 ], [ 28.766405, -11.019244 ], [ 28.763547, -11.049075 ], [ 28.733358, -11.031391 ], [ 28.733894, -11.029426 ], [ 28.733894, -11.026389 ], [ 28.733894, -11.025853 ], [ 28.732108, -11.022816 ], [ 28.731215, -11.021209 ], [ 28.709958, -11.006740 ], [ 28.708529, -11.006740 ], [ 28.687272, -11.006740 ], [ 28.686379, -11.005489 ], [ 28.665658, -10.995843 ], [ 28.665479, -10.994593 ], [ 28.660120, -10.989770 ], [ 28.660120, -10.988698 ], [ 28.657262, -10.985840 ], [ 28.655833, -10.985840 ], [ 28.643150, -10.981553 ], [ 28.641900, -10.981731 ], [ 28.640114, -10.983160 ], [ 28.639042, -10.982982 ], [ 28.629574, -10.980124 ], [ 28.628145, -10.978695 ], [ 28.613140, -10.974586 ], [ 28.612426, -10.971550 ], [ 28.607603, -10.967977 ], [ 28.605995, -10.967441 ], [ 28.599029, -10.965119 ], [ 28.598136, -10.964940 ], [ 28.578486, -10.946541 ], [ 28.577236, -10.946184 ], [ 28.576164, -10.942790 ], [ 28.574199, -10.943147 ], [ 28.559016, -10.935645 ], [ 28.557408, -10.934037 ], [ 28.551513, -10.929036 ], [ 28.551513, -10.927428 ], [ 28.547047, -10.852046 ], [ 28.610104, -10.725755 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 200.000000, "NAME": "lu Milenge District", "LVLID": "ZMP004006000000000000", "ID2": 56.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.802488, -11.977593 ], [ 28.803917, -11.978129 ], [ 28.809812, -11.976521 ], [ 28.812134, -11.974735 ], [ 28.814278, -11.976521 ], [ 28.814992, -11.978486 ], [ 28.843752, -11.967768 ], [ 28.845359, -11.967590 ], [ 28.873404, -11.945797 ], [ 28.875190, -11.946690 ], [ 28.882157, -11.947583 ], [ 28.884122, -11.946511 ], [ 28.904843, -11.939545 ], [ 28.911095, -11.938830 ], [ 28.924314, -11.949191 ], [ 28.927529, -11.953299 ], [ 28.942891, -11.943832 ], [ 28.945213, -11.942760 ], [ 28.951644, -11.939366 ], [ 28.953788, -11.940259 ], [ 28.955574, -11.939187 ], [ 28.954681, -11.938830 ], [ 28.954145, -11.919360 ], [ 28.953788, -11.917752 ], [ 28.952537, -11.915072 ], [ 28.952180, -11.912393 ], [ 28.958253, -11.883634 ], [ 28.960933, -11.884527 ], [ 28.967542, -11.872737 ], [ 28.968078, -11.871844 ], [ 28.976474, -11.867914 ], [ 28.978081, -11.867021 ], [ 28.981297, -11.865056 ], [ 28.981475, -11.863627 ], [ 28.990407, -11.853802 ], [ 28.992372, -11.851837 ], [ 28.980403, -11.793783 ], [ 28.979332, -11.793426 ], [ 28.977724, -11.791996 ], [ 28.976652, -11.789138 ], [ 28.972186, -11.784494 ], [ 28.970936, -11.783244 ], [ 28.963076, -11.779492 ], [ 28.963076, -11.776992 ], [ 28.942355, -11.778956 ], [ 28.940033, -11.779671 ], [ 28.900199, -11.788245 ], [ 28.896626, -11.789138 ], [ 28.874655, -11.790032 ], [ 28.868402, -11.786816 ], [ 28.852683, -11.788067 ], [ 28.846252, -11.790032 ], [ 28.804274, -11.730369 ], [ 28.805525, -11.730369 ], [ 28.817314, -11.726975 ], [ 28.819458, -11.726618 ], [ 28.824102, -11.726082 ], [ 28.823745, -11.724832 ], [ 28.823031, -11.711434 ], [ 28.823031, -11.709648 ], [ 28.818029, -11.678388 ], [ 28.817672, -11.676244 ], [ 28.832319, -11.645341 ], [ 28.832855, -11.640876 ], [ 28.855005, -11.623549 ], [ 28.857149, -11.622298 ], [ 28.861436, -11.610330 ], [ 28.862150, -11.606579 ], [ 28.887159, -11.497436 ], [ 28.888588, -11.493685 ], [ 28.906093, -11.476536 ], [ 28.913060, -11.472964 ], [ 28.948607, -11.452064 ], [ 28.955931, -11.446169 ], [ 29.007377, -11.444026 ], [ 29.007912, -11.441703 ], [ 29.010056, -11.437238 ], [ 29.012914, -11.437595 ], [ 29.042031, -11.420446 ], [ 29.047032, -11.419196 ], [ 29.058107, -11.414194 ], [ 29.059715, -11.414194 ], [ 29.123486, -11.433844 ], [ 29.124200, -11.434737 ], [ 29.122236, -11.490291 ], [ 29.122414, -11.491362 ], [ 29.124915, -11.500115 ], [ 29.130631, -11.508690 ], [ 29.175467, -11.534412 ], [ 29.184041, -11.544058 ], [ 29.162249, -11.558885 ], [ 29.162784, -11.559063 ], [ 29.271927, -11.537270 ], [ 29.273892, -11.539057 ], [ 29.282645, -11.549238 ], [ 29.285146, -11.552632 ], [ 29.371960, -11.593896 ], [ 29.378927, -11.596933 ], [ 29.435195, -11.594789 ], [ 29.515043, -11.802893 ], [ 29.463954, -11.920074 ], [ 29.495751, -11.957408 ], [ 29.399112, -12.041185 ], [ 29.382856, -12.111744 ], [ 29.568453, -12.197129 ], [ 29.467706, -12.273225 ], [ 29.459310, -12.340747 ], [ 29.536657, -12.407555 ], [ 29.499502, -12.469897 ], [ 29.301759, -12.412914 ], [ 29.266926, -12.364148 ], [ 29.058822, -12.389156 ], [ 28.947000, -12.211955 ], [ 28.778373, -12.055476 ], [ 28.763190, -11.994205 ], [ 28.802488, -11.977593 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 201.000000, "NAME": "lu Mansa District", "LVLID": "ZMP004001000000000000", "ID2": 57.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.486849, -11.244317 ], [ 28.508285, -10.974944 ], [ 28.551513, -10.927428 ], [ 28.551513, -10.929036 ], [ 28.557408, -10.934037 ], [ 28.559016, -10.935645 ], [ 28.574199, -10.943147 ], [ 28.576164, -10.942790 ], [ 28.577236, -10.946184 ], [ 28.578486, -10.946541 ], [ 28.598136, -10.964940 ], [ 28.599029, -10.965119 ], [ 28.605995, -10.967441 ], [ 28.607603, -10.967977 ], [ 28.612426, -10.971550 ], [ 28.613140, -10.974586 ], [ 28.628145, -10.978695 ], [ 28.629574, -10.980124 ], [ 28.639042, -10.982982 ], [ 28.640114, -10.983160 ], [ 28.641900, -10.981731 ], [ 28.643150, -10.981553 ], [ 28.655833, -10.985840 ], [ 28.657262, -10.985840 ], [ 28.660120, -10.988698 ], [ 28.660120, -10.989770 ], [ 28.665479, -10.994593 ], [ 28.665658, -10.995843 ], [ 28.686379, -11.005489 ], [ 28.687272, -11.006740 ], [ 28.708529, -11.006740 ], [ 28.709958, -11.006740 ], [ 28.731215, -11.021209 ], [ 28.732108, -11.022816 ], [ 28.733894, -11.025853 ], [ 28.733894, -11.026389 ], [ 28.733894, -11.029426 ], [ 28.733358, -11.031391 ], [ 28.763547, -11.049075 ], [ 28.766405, -11.019244 ], [ 28.764440, -11.014421 ], [ 28.740504, -10.973157 ], [ 28.737110, -10.972264 ], [ 28.739789, -10.911173 ], [ 28.741039, -10.909208 ], [ 28.741218, -10.905814 ], [ 28.740682, -10.903313 ], [ 28.758545, -10.857405 ], [ 28.758188, -10.855797 ], [ 28.766762, -10.826323 ], [ 28.766226, -10.824537 ], [ 28.765690, -10.813641 ], [ 28.766583, -10.810961 ], [ 28.776229, -10.728792 ], [ 28.774622, -10.725755 ], [ 28.776408, -10.696638 ], [ 28.778194, -10.696638 ], [ 28.792842, -10.699496 ], [ 28.793735, -10.700032 ], [ 28.797844, -10.700568 ], [ 28.799451, -10.701818 ], [ 28.810526, -10.712179 ], [ 28.811598, -10.712358 ], [ 28.873404, -10.716466 ], [ 28.874297, -10.715394 ], [ 28.881085, -10.708964 ], [ 28.881621, -10.710571 ], [ 28.912703, -10.664663 ], [ 28.913596, -10.662163 ], [ 28.925385, -10.648944 ], [ 28.925564, -10.647336 ], [ 28.931459, -10.648051 ], [ 28.933245, -10.647872 ], [ 28.935210, -10.643406 ], [ 28.935567, -10.642335 ], [ 28.940569, -10.644478 ], [ 28.941462, -10.644836 ], [ 28.965041, -10.659483 ], [ 28.966292, -10.659305 ], [ 29.037029, -10.661269 ], [ 29.036850, -10.663949 ], [ 29.068111, -10.706463 ], [ 29.069540, -10.715216 ], [ 29.074541, -10.716823 ], [ 29.075970, -10.718252 ], [ 29.073470, -10.724326 ], [ 29.071862, -10.726112 ], [ 29.064895, -10.734150 ], [ 29.061680, -10.738973 ], [ 29.037208, -10.830789 ], [ 29.037744, -10.831861 ], [ 29.083830, -10.927428 ], [ 29.206370, -10.975837 ], [ 29.295685, -11.067831 ], [ 29.303009, -11.070868 ], [ 29.322658, -11.075333 ], [ 29.325516, -11.076584 ], [ 29.334805, -11.079085 ], [ 29.338378, -11.078013 ], [ 29.363743, -11.084979 ], [ 29.366423, -11.088373 ], [ 29.436267, -11.138390 ], [ 29.437696, -11.140712 ], [ 29.448235, -11.168936 ], [ 29.449128, -11.171079 ], [ 29.452522, -11.178224 ], [ 29.456988, -11.185191 ], [ 29.498251, -11.253606 ], [ 29.593461, -11.269504 ], [ 29.578456, -11.297013 ], [ 29.570596, -11.312375 ], [ 29.567560, -11.313268 ], [ 29.476637, -11.362392 ], [ 29.493428, -11.385078 ], [ 29.467348, -11.591217 ], [ 29.378927, -11.596933 ], [ 29.371960, -11.593896 ], [ 29.285146, -11.552632 ], [ 29.282645, -11.549238 ], [ 29.273892, -11.539057 ], [ 29.271927, -11.537270 ], [ 29.162784, -11.559063 ], [ 29.162249, -11.558885 ], [ 29.184041, -11.544058 ], [ 29.175467, -11.534412 ], [ 29.130631, -11.508690 ], [ 29.124915, -11.500115 ], [ 29.122414, -11.491362 ], [ 29.122236, -11.490291 ], [ 29.124200, -11.434737 ], [ 29.123486, -11.433844 ], [ 29.059715, -11.414194 ], [ 29.058107, -11.414194 ], [ 29.047032, -11.419196 ], [ 29.042031, -11.420446 ], [ 29.012914, -11.437595 ], [ 29.010056, -11.437238 ], [ 29.007912, -11.441703 ], [ 29.007377, -11.444026 ], [ 28.955931, -11.446169 ], [ 28.948607, -11.452064 ], [ 28.913060, -11.472964 ], [ 28.906093, -11.476536 ], [ 28.888588, -11.493685 ], [ 28.887159, -11.497436 ], [ 28.862150, -11.606579 ], [ 28.861436, -11.610330 ], [ 28.857149, -11.622298 ], [ 28.855005, -11.623549 ], [ 28.832855, -11.640876 ], [ 28.832319, -11.645341 ], [ 28.817672, -11.676244 ], [ 28.818029, -11.678388 ], [ 28.823031, -11.709648 ], [ 28.823031, -11.711434 ], [ 28.823745, -11.724832 ], [ 28.824102, -11.726082 ], [ 28.819458, -11.726618 ], [ 28.817314, -11.726975 ], [ 28.805525, -11.730369 ], [ 28.804274, -11.730369 ], [ 28.846252, -11.790032 ], [ 28.852683, -11.788067 ], [ 28.868402, -11.786816 ], [ 28.874655, -11.790032 ], [ 28.896626, -11.789138 ], [ 28.900199, -11.788245 ], [ 28.940033, -11.779671 ], [ 28.942355, -11.778956 ], [ 28.963076, -11.776992 ], [ 28.963076, -11.779492 ], [ 28.970936, -11.783244 ], [ 28.972186, -11.784494 ], [ 28.976652, -11.789138 ], [ 28.977724, -11.791996 ], [ 28.979332, -11.793426 ], [ 28.980403, -11.793783 ], [ 28.992372, -11.851837 ], [ 28.990407, -11.853802 ], [ 28.981475, -11.863627 ], [ 28.981297, -11.865056 ], [ 28.978081, -11.867021 ], [ 28.976474, -11.867914 ], [ 28.968078, -11.871844 ], [ 28.967542, -11.872737 ], [ 28.960933, -11.884527 ], [ 28.958253, -11.883634 ], [ 28.952180, -11.912393 ], [ 28.952537, -11.915072 ], [ 28.953788, -11.917752 ], [ 28.954145, -11.919360 ], [ 28.954681, -11.938830 ], [ 28.955574, -11.939187 ], [ 28.953788, -11.940259 ], [ 28.951644, -11.939366 ], [ 28.945213, -11.942760 ], [ 28.942891, -11.943832 ], [ 28.927529, -11.953299 ], [ 28.924314, -11.949191 ], [ 28.911095, -11.938830 ], [ 28.904843, -11.939545 ], [ 28.884122, -11.946511 ], [ 28.882157, -11.947583 ], [ 28.875190, -11.946690 ], [ 28.873404, -11.945797 ], [ 28.845359, -11.967590 ], [ 28.843752, -11.967768 ], [ 28.814992, -11.978486 ], [ 28.814278, -11.976521 ], [ 28.812134, -11.974735 ], [ 28.809812, -11.976521 ], [ 28.803917, -11.978129 ], [ 28.802488, -11.977593 ], [ 28.699955, -11.983845 ], [ 28.435761, -11.821292 ], [ 28.431117, -11.645877 ], [ 28.380922, -11.574783 ], [ 28.486849, -11.244317 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 202.000000, "NAME": "lu Samfya District", "LVLID": "ZMP004003000000000000", "ID2": 58.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.611503, -10.724862 ], [ 29.736901, -10.747012 ], [ 29.897132, -10.907064 ], [ 29.907671, -11.026568 ], [ 29.814069, -11.438845 ], [ 30.000023, -11.235386 ], [ 30.110952, -11.230563 ], [ 30.469819, -11.505296 ], [ 30.447133, -11.553526 ], [ 30.334060, -11.743231 ], [ 30.247425, -11.801464 ], [ 29.798707, -11.908999 ], [ 29.813354, -12.145862 ], [ 29.808174, -12.158366 ], [ 29.667235, -12.207311 ], [ 29.568453, -12.197129 ], [ 29.382856, -12.111744 ], [ 29.399112, -12.041185 ], [ 29.495751, -11.957408 ], [ 29.463954, -11.920074 ], [ 29.515043, -11.802893 ], [ 29.435195, -11.594789 ], [ 29.467348, -11.591217 ], [ 29.493428, -11.385078 ], [ 29.476637, -11.362392 ], [ 29.567560, -11.313268 ], [ 29.570596, -11.312375 ], [ 29.578456, -11.297013 ], [ 29.593461, -11.269504 ], [ 29.498251, -11.253606 ], [ 29.456988, -11.185191 ], [ 29.452522, -11.178224 ], [ 29.449128, -11.171079 ], [ 29.448235, -11.168936 ], [ 29.437696, -11.140712 ], [ 29.436267, -11.138390 ], [ 29.426621, -11.102485 ], [ 29.362493, -10.877947 ], [ 29.611503, -10.724862 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 203.000000, "NAME": "no Luwingu District", "LVLID": "ZMP007003000000000000", "ID2": 59.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.201726, -10.852403 ], [ 29.199761, -10.737009 ], [ 29.293363, -10.681097 ], [ 29.339985, -10.599106 ], [ 29.396968, -10.618398 ], [ 29.464312, -10.502289 ], [ 29.420369, -10.461561 ], [ 29.458060, -10.368495 ], [ 29.531477, -10.314013 ], [ 29.776199, -10.200762 ], [ 29.837469, -10.223805 ], [ 29.920532, -10.068576 ], [ 29.978944, -10.073220 ], [ 29.985554, -10.127345 ], [ 30.183833, -10.174146 ], [ 30.286724, -10.325445 ], [ 30.470355, -10.481211 ], [ 30.488754, -10.538372 ], [ 30.709183, -10.568203 ], [ 30.691677, -10.672880 ], [ 30.776884, -10.830432 ], [ 30.780992, -10.938503 ], [ 30.611651, -11.207520 ], [ 30.618439, -11.250033 ], [ 30.401940, -11.140176 ], [ 30.400332, -11.103914 ], [ 30.503580, -11.072654 ], [ 30.558955, -11.007097 ], [ 30.544844, -10.812569 ], [ 30.357640, -10.907421 ], [ 30.246353, -10.737902 ], [ 30.132209, -10.823465 ], [ 30.088266, -10.693423 ], [ 30.026281, -10.736830 ], [ 29.984125, -10.869909 ], [ 29.897132, -10.907064 ], [ 29.736901, -10.747012 ], [ 29.611503, -10.724862 ], [ 29.362493, -10.877947 ], [ 29.426621, -11.102485 ], [ 29.366423, -11.088373 ], [ 29.363743, -11.084979 ], [ 29.338378, -11.078013 ], [ 29.334805, -11.079085 ], [ 29.325516, -11.076584 ], [ 29.322658, -11.075333 ], [ 29.303009, -11.070868 ], [ 29.295685, -11.067831 ], [ 29.206370, -10.975837 ], [ 29.084187, -10.926892 ], [ 29.201726, -10.852403 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 204.000000, "NAME": "lu Chienge District", "LVLID": "ZMP007011000000000000", "ID2": 60.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.943070, -8.718848 ], [ 28.963434, -8.621852 ], [ 28.901985, -8.474661 ], [ 29.570239, -8.379094 ], [ 29.596855, -8.396600 ], [ 29.498430, -8.500563 ], [ 29.485926, -8.584697 ], [ 29.371960, -8.722600 ], [ 29.314084, -8.728673 ], [ 29.293363, -8.890869 ], [ 29.196010, -8.948031 ], [ 29.171537, -9.041633 ], [ 29.109374, -9.078252 ], [ 29.041852, -9.173997 ], [ 28.975759, -9.168460 ], [ 28.933424, -9.070749 ], [ 28.648152, -9.070928 ], [ 28.943070, -8.718848 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 205.000000, "NAME": "lu Kawambwa District", "LVLID": "ZMP004005000000000000", "ID2": 61.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.697096, -9.806168 ], [ 28.661906, -9.755259 ], [ 28.731572, -9.699884 ], [ 28.906451, -9.767942 ], [ 28.943427, -9.610569 ], [ 28.925385, -9.376564 ], [ 28.957896, -9.327798 ], [ 29.136347, -9.355664 ], [ 29.204763, -9.214546 ], [ 29.343379, -9.242948 ], [ 29.343379, -9.298860 ], [ 29.358027, -9.369240 ], [ 29.320515, -9.417827 ], [ 29.354633, -9.525541 ], [ 29.465562, -9.548941 ], [ 29.458596, -9.593956 ], [ 29.521831, -9.605924 ], [ 29.533263, -9.648260 ], [ 29.804959, -9.698633 ], [ 29.923390, -9.828854 ], [ 29.920532, -10.068576 ], [ 29.837469, -10.223805 ], [ 29.776199, -10.200762 ], [ 29.531477, -10.314013 ], [ 29.500216, -10.151817 ], [ 29.444484, -10.188794 ], [ 29.294435, -10.189329 ], [ 29.212801, -10.031599 ], [ 29.181362, -10.042138 ], [ 29.171895, -10.129131 ], [ 28.914132, -10.101086 ], [ 28.862150, -10.138241 ], [ 28.789627, -10.120021 ], [ 28.699240, -9.986585 ], [ 28.633861, -10.013915 ], [ 28.624930, -9.957111 ], [ 28.697096, -9.806168 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 206.000000, "NAME": "lu Nchelenge District", "LVLID": "ZMP004004000000000000", "ID2": 62.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.393962, -9.245092 ], [ 28.648152, -9.070928 ], [ 28.933424, -9.070749 ], [ 28.975759, -9.168460 ], [ 29.041852, -9.173997 ], [ 29.109374, -9.078252 ], [ 29.239595, -9.135235 ], [ 29.343379, -9.242948 ], [ 29.204763, -9.214546 ], [ 29.136347, -9.355664 ], [ 28.957896, -9.327798 ], [ 28.925385, -9.376564 ], [ 28.943427, -9.610569 ], [ 28.906451, -9.767942 ], [ 28.731572, -9.699884 ], [ 28.661906, -9.755259 ], [ 28.585631, -9.579844 ], [ 28.622786, -9.555372 ], [ 28.577414, -9.557158 ], [ 28.569912, -9.491065 ], [ 28.515609, -9.443728 ], [ 28.527041, -9.361201 ], [ 28.426115, -9.420328 ], [ 28.358236, -9.363166 ], [ 28.393962, -9.245092 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 207.000000, "NAME": "no Mporokoso District", "LVLID": "ZMP007007000000000000", "ID2": 63.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.358027, -9.369240 ], [ 29.343379, -9.298860 ], [ 29.640083, -9.321724 ], [ 29.754228, -9.233838 ], [ 29.881234, -9.217583 ], [ 30.473749, -9.354949 ], [ 30.566637, -9.328333 ], [ 30.739907, -9.448730 ], [ 30.750625, -9.524826 ], [ 30.650593, -9.622001 ], [ 30.681853, -9.666837 ], [ 30.926397, -9.688451 ], [ 30.968196, -9.658799 ], [ 31.132000, -9.545190 ], [ 31.164689, -9.567162 ], [ 31.161117, -9.665944 ], [ 31.121639, -9.763119 ], [ 30.946404, -9.822960 ], [ 30.907820, -9.949787 ], [ 30.821720, -9.932281 ], [ 30.695607, -9.817958 ], [ 30.548595, -9.838858 ], [ 30.623084, -10.019274 ], [ 30.679888, -10.059108 ], [ 30.662739, -10.169859 ], [ 30.476071, -10.198082 ], [ 30.450706, -10.325088 ], [ 30.389793, -10.246848 ], [ 30.286724, -10.325445 ], [ 30.183833, -10.174146 ], [ 29.985554, -10.127345 ], [ 29.978944, -10.073220 ], [ 29.920532, -10.068576 ], [ 29.923390, -9.828854 ], [ 29.804959, -9.698633 ], [ 29.533263, -9.648260 ], [ 29.521831, -9.605924 ], [ 29.458596, -9.593956 ], [ 29.465562, -9.548941 ], [ 29.354633, -9.525541 ], [ 29.320515, -9.417827 ], [ 29.358027, -9.369240 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 208.000000, "NAME": "no Kaputa District", "LVLID": "ZMP007008000000000000", "ID2": 64.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.171537, -9.041633 ], [ 29.196010, -8.948031 ], [ 29.293363, -8.890869 ], [ 29.314084, -8.728673 ], [ 29.371960, -8.722600 ], [ 29.485926, -8.584697 ], [ 29.498430, -8.500563 ], [ 29.596855, -8.396600 ], [ 29.570239, -8.379094 ], [ 30.751340, -8.228688 ], [ 30.580034, -8.512531 ], [ 30.333346, -8.674727 ], [ 30.359605, -8.792265 ], [ 30.217415, -8.847105 ], [ 30.230812, -8.898193 ], [ 30.278685, -8.909804 ], [ 30.250283, -8.924273 ], [ 30.286366, -8.950174 ], [ 30.264038, -9.002334 ], [ 30.318520, -9.026806 ], [ 30.369608, -9.140772 ], [ 30.554132, -9.171496 ], [ 30.500722, -9.223656 ], [ 30.473749, -9.354949 ], [ 29.881234, -9.217583 ], [ 29.754228, -9.233838 ], [ 29.640083, -9.321724 ], [ 29.343379, -9.298860 ], [ 29.343379, -9.242948 ], [ 29.239595, -9.135235 ], [ 29.109374, -9.078252 ], [ 29.171537, -9.041633 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 209.000000, "NAME": "no Isoka District", "LVLID": "ZMP007002000000000000", "ID2": 65.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.495482, -9.999982 ], [ 32.485300, -9.927458 ], [ 32.560503, -9.898163 ], [ 32.521026, -9.832070 ], [ 32.657320, -9.750436 ], [ 32.672504, -9.693810 ], [ 32.734310, -9.671481 ], [ 32.784505, -9.717925 ], [ 32.890611, -9.671124 ], [ 32.898113, -9.874048 ], [ 33.056379, -9.850111 ], [ 33.057809, -9.637542 ], [ 33.059059, -9.633076 ], [ 33.099429, -9.687379 ], [ 33.121222, -9.600923 ], [ 33.213216, -9.620215 ], [ 33.225899, -9.716496 ], [ 33.381664, -9.906558 ], [ 33.319144, -10.065182 ], [ 33.560473, -10.228449 ], [ 33.548147, -10.371532 ], [ 33.687300, -10.577671 ], [ 33.641392, -10.609645 ], [ 33.606381, -10.587495 ], [ 33.525640, -10.719503 ], [ 33.396133, -10.798457 ], [ 33.284668, -10.742546 ], [ 33.241797, -10.784881 ], [ 33.193210, -10.491571 ], [ 33.224292, -10.405472 ], [ 33.057273, -10.416189 ], [ 33.000647, -10.315442 ], [ 32.930803, -10.380285 ], [ 32.813264, -10.314906 ], [ 32.566398, -10.445663 ], [ 32.526563, -10.422084 ], [ 32.559788, -10.352597 ], [ 32.456898, -10.316514 ], [ 32.522098, -10.142886 ], [ 32.447073, -10.061252 ], [ 32.495482, -9.999982 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 210.000000, "NAME": "no Chinsali District", "LVLID": "ZMP007009000000000000", "ID2": 66.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.185053, -10.876876 ], [ 31.150935, -10.822751 ], [ 31.211848, -10.810783 ], [ 31.157723, -10.798636 ], [ 31.140753, -10.751478 ], [ 31.209347, -10.719146 ], [ 31.276333, -10.738795 ], [ 31.319383, -10.706820 ], [ 31.329029, -10.628223 ], [ 31.533381, -10.560879 ], [ 31.696470, -10.527297 ], [ 31.743986, -10.470136 ], [ 31.826692, -10.450844 ], [ 31.865811, -10.332948 ], [ 31.961557, -10.305439 ], [ 32.004428, -10.236488 ], [ 31.989066, -10.115019 ], [ 32.036939, -10.041781 ], [ 32.122503, -10.014451 ], [ 32.180200, -9.834928 ], [ 32.347933, -9.744005 ], [ 32.477440, -9.773479 ], [ 32.521026, -9.832070 ], [ 32.560503, -9.898163 ], [ 32.485300, -9.927458 ], [ 32.495482, -9.999982 ], [ 32.447073, -10.061252 ], [ 32.522098, -10.142886 ], [ 32.456898, -10.316514 ], [ 32.559788, -10.352597 ], [ 32.526563, -10.422084 ], [ 32.566398, -10.445663 ], [ 32.304884, -10.640191 ], [ 32.310243, -10.741296 ], [ 32.403309, -10.828646 ], [ 32.322747, -10.961368 ], [ 32.370084, -11.054077 ], [ 32.280947, -11.109988 ], [ 32.235397, -11.260037 ], [ 32.155192, -11.193229 ], [ 32.027829, -11.200196 ], [ 31.956734, -11.160540 ], [ 31.950661, -11.482967 ], [ 31.815795, -11.481716 ], [ 31.792930, -11.540128 ], [ 31.837409, -11.596397 ], [ 31.794002, -11.663026 ], [ 31.683073, -11.561207 ], [ 31.565892, -11.590323 ], [ 31.597331, -11.549238 ], [ 31.515697, -11.503867 ], [ 31.499263, -11.370966 ], [ 31.383154, -11.392580 ], [ 31.417451, -11.293619 ], [ 31.354751, -11.210914 ], [ 31.357967, -11.081586 ], [ 31.193270, -11.056756 ], [ 31.103241, -10.964762 ], [ 31.185053, -10.876876 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 211.000000, "NAME": "no Kasama District", "LVLID": "ZMP007005000000000000", "ID2": 67.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.389793, -10.246848 ], [ 30.450706, -10.325088 ], [ 30.476071, -10.198082 ], [ 30.662739, -10.169859 ], [ 30.679888, -10.059108 ], [ 30.623084, -10.019274 ], [ 30.548595, -9.838858 ], [ 30.695607, -9.817958 ], [ 30.821720, -9.932281 ], [ 30.907820, -9.949787 ], [ 30.946404, -9.822960 ], [ 31.121639, -9.763119 ], [ 31.251503, -9.897805 ], [ 31.258113, -10.212015 ], [ 31.490153, -10.259710 ], [ 31.533381, -10.560879 ], [ 31.329029, -10.628223 ], [ 31.319383, -10.706820 ], [ 31.276333, -10.738795 ], [ 31.209347, -10.719146 ], [ 31.140753, -10.751478 ], [ 31.157723, -10.798636 ], [ 31.211848, -10.810783 ], [ 31.150935, -10.822751 ], [ 31.185053, -10.876876 ], [ 31.103241, -10.964762 ], [ 31.067336, -10.915281 ], [ 31.047687, -10.954401 ], [ 30.994991, -10.929214 ], [ 30.981415, -11.001917 ], [ 30.886205, -11.034963 ], [ 30.900138, -11.072654 ], [ 30.859768, -11.049611 ], [ 30.738657, -11.204661 ], [ 30.686854, -11.327202 ], [ 30.614688, -11.325951 ], [ 30.644162, -11.291297 ], [ 30.618439, -11.250033 ], [ 30.611651, -11.207520 ], [ 30.780992, -10.938503 ], [ 30.776884, -10.830432 ], [ 30.691677, -10.672880 ], [ 30.709183, -10.568203 ], [ 30.488754, -10.538372 ], [ 30.470355, -10.481211 ], [ 30.286724, -10.325445 ], [ 30.389793, -10.246848 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 212.000000, "NAME": "ea Chama District", "LVLID": "ZMP003002000000000000", "ID2": 68.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.235397, -11.260037 ], [ 32.280947, -11.109988 ], [ 32.370084, -11.054077 ], [ 32.322747, -10.961368 ], [ 32.403309, -10.828646 ], [ 32.310243, -10.741296 ], [ 32.304884, -10.640191 ], [ 32.566398, -10.445663 ], [ 32.813264, -10.314906 ], [ 32.930803, -10.380285 ], [ 33.000647, -10.315442 ], [ 33.057273, -10.416189 ], [ 33.224292, -10.405472 ], [ 33.193210, -10.491571 ], [ 33.241797, -10.784881 ], [ 33.284668, -10.742546 ], [ 33.396133, -10.798457 ], [ 33.525640, -10.719503 ], [ 33.606381, -10.587495 ], [ 33.641392, -10.609645 ], [ 33.687300, -10.577671 ], [ 33.516709, -10.777736 ], [ 33.247335, -10.889380 ], [ 33.309855, -10.936181 ], [ 33.320394, -11.044431 ], [ 33.405958, -11.161076 ], [ 33.283418, -11.376861 ], [ 33.288598, -11.431879 ], [ 33.231794, -11.410086 ], [ 33.224292, -11.589252 ], [ 32.997253, -11.911857 ], [ 32.931160, -12.037613 ], [ 32.942414, -12.111923 ], [ 32.707337, -12.183553 ], [ 32.668217, -12.144076 ], [ 32.570685, -12.182660 ], [ 32.483514, -12.117639 ], [ 32.482084, -12.188376 ], [ 32.285949, -12.229104 ], [ 32.277553, -12.106742 ], [ 32.384017, -12.030825 ], [ 32.436891, -11.836654 ], [ 32.544069, -11.774491 ], [ 32.540496, -11.725725 ], [ 32.596229, -11.676780 ], [ 32.442965, -11.490648 ], [ 32.227537, -11.453672 ], [ 32.235397, -11.260037 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 213.000000, "NAME": "no Mbala District", "LVLID": "ZMP007001000000000000", "ID2": 69.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.987131, -9.521611 ], [ 30.977485, -9.462842 ], [ 31.077161, -9.470523 ], [ 31.133250, -9.364059 ], [ 31.277762, -9.297966 ], [ 31.261685, -9.249022 ], [ 31.120389, -9.180964 ], [ 31.177015, -9.058781 ], [ 31.134322, -8.961071 ], [ 31.173085, -8.953568 ], [ 31.157723, -8.888725 ], [ 31.221315, -8.872291 ], [ 31.183445, -8.825669 ], [ 31.313667, -8.803162 ], [ 31.320812, -8.757790 ], [ 31.195950, -8.706880 ], [ 31.186839, -8.599166 ], [ 31.275083, -8.631498 ], [ 31.374937, -8.587198 ], [ 31.398159, -8.631498 ], [ 31.570536, -8.709560 ], [ 31.576431, -8.823526 ], [ 31.679858, -8.911233 ], [ 31.868491, -8.903909 ], [ 31.947088, -8.936777 ], [ 31.936728, -9.018053 ], [ 31.984422, -9.071106 ], [ 32.091421, -9.051457 ], [ 32.181272, -9.081467 ], [ 32.151083, -9.224728 ], [ 32.256475, -9.376385 ], [ 32.257368, -9.478918 ], [ 32.072486, -9.405859 ], [ 31.892606, -9.415505 ], [ 31.623411, -9.585918 ], [ 31.531238, -9.522504 ], [ 31.515340, -9.591634 ], [ 31.422095, -9.589848 ], [ 31.316703, -9.516431 ], [ 31.161117, -9.665944 ], [ 31.164689, -9.567162 ], [ 31.132000, -9.545190 ], [ 30.968196, -9.658799 ], [ 30.916215, -9.606103 ], [ 30.987131, -9.521611 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 214.000000, "NAME": "no Mpulungu District", "LVLID": "ZMP007012000000000000", "ID2": 70.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.359605, -8.792265 ], [ 30.333346, -8.674727 ], [ 30.580034, -8.512531 ], [ 30.751340, -8.228688 ], [ 31.028037, -8.592200 ], [ 31.136466, -8.632749 ], [ 31.186839, -8.599166 ], [ 31.195950, -8.706880 ], [ 31.320812, -8.757790 ], [ 31.313667, -8.803162 ], [ 31.183445, -8.825669 ], [ 31.221315, -8.872291 ], [ 31.157723, -8.888725 ], [ 31.173085, -8.953568 ], [ 31.134322, -8.961071 ], [ 31.177015, -9.058781 ], [ 31.120389, -9.180964 ], [ 31.261685, -9.249022 ], [ 31.277762, -9.297966 ], [ 31.133250, -9.364059 ], [ 31.077161, -9.470523 ], [ 30.977485, -9.462842 ], [ 30.987131, -9.521611 ], [ 30.916215, -9.606103 ], [ 30.968196, -9.658799 ], [ 30.926397, -9.688451 ], [ 30.681853, -9.666837 ], [ 30.650593, -9.622001 ], [ 30.750625, -9.524826 ], [ 30.739907, -9.448730 ], [ 30.566637, -9.328333 ], [ 30.473749, -9.354949 ], [ 30.500722, -9.223656 ], [ 30.554132, -9.171496 ], [ 30.369608, -9.140772 ], [ 30.318520, -9.026806 ], [ 30.264038, -9.002334 ], [ 30.286366, -8.950174 ], [ 30.250283, -8.924273 ], [ 30.278685, -8.909804 ], [ 30.230812, -8.898193 ], [ 30.217415, -8.847105 ], [ 30.359605, -8.792265 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 215.000000, "NAME": "no Mungwi District", "LVLID": "ZMP007010000000000000", "ID2": 71.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.161117, -9.665944 ], [ 31.316703, -9.516431 ], [ 31.422095, -9.589848 ], [ 31.515340, -9.591634 ], [ 31.531238, -9.522504 ], [ 31.623411, -9.585918 ], [ 31.892606, -9.415505 ], [ 32.072486, -9.405859 ], [ 32.257368, -9.478918 ], [ 32.292737, -9.593956 ], [ 32.351149, -9.646116 ], [ 32.347933, -9.744005 ], [ 32.180200, -9.834928 ], [ 32.122503, -10.014451 ], [ 32.036939, -10.041781 ], [ 31.989066, -10.115019 ], [ 32.004428, -10.236488 ], [ 31.961557, -10.305439 ], [ 31.865811, -10.332948 ], [ 31.826692, -10.450844 ], [ 31.743986, -10.470136 ], [ 31.696470, -10.527297 ], [ 31.533381, -10.560879 ], [ 31.490153, -10.259710 ], [ 31.258113, -10.212015 ], [ 31.251503, -9.897805 ], [ 31.121639, -9.763119 ], [ 31.161117, -9.665944 ] ] ] } }
-,
-{ "type": "Feature", "properties": { "ID": 216.000000, "NAME": "no Nakonde District", "LVLID": "ZMP007013000000000000", "ID2": 72.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.181272, -9.081467 ], [ 32.267014, -9.133627 ], [ 32.431354, -9.118265 ], [ 32.493517, -9.153098 ], [ 32.540854, -9.254738 ], [ 32.745742, -9.281175 ], [ 32.953489, -9.401393 ], [ 32.947773, -9.486600 ], [ 33.026727, -9.507321 ], [ 33.005113, -9.640578 ], [ 33.059059, -9.633076 ], [ 33.057809, -9.637542 ], [ 33.056379, -9.850111 ], [ 32.898113, -9.874048 ], [ 32.890611, -9.671124 ], [ 32.784505, -9.717925 ], [ 32.734310, -9.671481 ], [ 32.672504, -9.693810 ], [ 32.657320, -9.750436 ], [ 32.521026, -9.832070 ], [ 32.477440, -9.773479 ], [ 32.347933, -9.744005 ], [ 32.351149, -9.646116 ], [ 32.292737, -9.593956 ], [ 32.257368, -9.478918 ], [ 32.256475, -9.376385 ], [ 32.151083, -9.224728 ], [ 32.181272, -9.081467 ] ] ] } }
-
-]
-}

=== added directory 'resources'
=== added directory 'resources/geojson'
=== added file 'resources/geojson/init'
--- resources/geojson/init	1970-01-01 00:00:00 +0000
+++ resources/geojson/init	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[]}
\ No newline at end of file

=== added file 'resources/geojson/sl_admin2'
--- resources/geojson/sl_admin2	1970-01-01 00:00:00 +0000
+++ resources/geojson/sl_admin2	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_admin2.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.87060285810419,8.377986032380138],[-11.775967324198128,8.464465755043182],[-11.741469180089725,8.524650017319253],[-11.615991555391096,8.514291199591051],[-11.567197305368207,8.376439240592669],[-11.463937235435042,8.294318658421583],[-11.376285700811794,8.171137785164952],[-11.363442641727959,8.02208330382702],[-11.381535418393506,7.968789295876949],[-11.488779648991365,7.929369541535691],[-11.5211685315714,7.88240331817072],[-11.422736326914274,7.784861690603351],[-11.429532836283457,7.733020729483932],[-11.529886812555315,7.734661266228217],[-11.551823132450332,7.696319578890346],[-11.671629187261575,7.581013282006286],[-11.760640023758661,7.614433359111301],[-11.73706316711936,7.698288222983489],[-11.753984131824703,7.708225188406018],[-11.87111845536668,7.578950892956327],[-11.879555501480148,7.544124641499069],[-11.920850154957733,7.5207352747734],[-11.936505562746056,7.56821709540086],[-12.027110063509019,7.5943250658742025],[-12.081294648548846,7.712162476592303],[-12.107402619022187,7.7473168353984185],[-12.143681917310099,7.753878982375561],[-12.180336195425276,7.802017017700735],[-12.199366421658986,7.88774678070925],[-12.174289645710624,7.976335764900662],[-12.03114109665212,8.02644244431898],[-11.87168092510758,8.007177855693227],[-11.89197670825831,8.065627836268195],[-11.9580200303354,8.121077978225044],[-11.925537402798549,8.171747127384258],[-11.842245008667257,8.186558830561236],[-11.883399044709618,8.307489824854274],[-11.87060285810419,8.377986032380138]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940101,"ADM1_NAME":"Southern","NAME":"Bo","ISO_CTRY":"SL","POPDENS90":37,"TOT_POP90":213,"ADM1CODE":69401,"LVLID":"SLP002004000000000000","OLDLVLID":"SLP002001000000000000"}},{"type":"Feature","id":"sl_admin2.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.469351897289958,7.772909208609271],[-12.35193633887753,7.82601572664571],[-12.30900114865566,7.721443227317117],[-12.239067410870694,7.682117217932675],[-12.19392921416364,7.6894293245643475],[-12.143681917310099,7.753878982375561],[-12.107402619022187,7.7473168353984185],[-12.081294648548846,7.712162476592303],[-12.027110063509019,7.5943250658742025],[-11.936505562746056,7.56821709540086],[-11.920850154957733,7.5207352747734],[-11.915131712591938,7.414100386394848],[-11.85944720824305,7.304371914441358],[-11.863712603778191,7.249577987182225],[-11.95066105122532,7.192159201132236],[-12.339327642185737,7.3430417091280855],[-12.516927462874234,7.38761743609424],[-12.43040086773278,7.418834506714072],[-12.339515132099368,7.376789893581957],[-12.300235995193335,7.382320846034119],[-12.338624555009615,7.379742859721671],[-12.40602717896054,7.430505753837702],[-12.45730567033906,7.425724761040071],[-12.483601130726036,7.449020382808923],[-12.424401190496537,7.529922280541398],[-12.348889627781,7.551436748130741],[-12.302626491592152,7.528000508926664],[-12.354420580233162,7.561795565858943],[-12.372607101855525,7.539062413830988],[-12.397215153019808,7.564326679692983],[-12.413526775505845,7.5606706263771475],[-12.396746428235726,7.548249419598986],[-12.457961885036775,7.555186546403394],[-12.49339747871334,7.636650913876766],[-12.452618422498245,7.678883016922513],[-12.50534996070742,7.636182189092684],[-12.541957366344189,7.665336870662556],[-12.487116566606648,7.740848433378093],[-12.473148568041017,7.730723978041932],[-12.469351897289958,7.772909208609271]]],[[[-12.409261379970703,7.4158346680959495],[-12.425807364848781,7.4252560362559885],[-12.363701330957976,7.396757569383831],[-12.409261379970703,7.4158346680959495]]],[[[-12.46419592466506,7.523735113391521],[-12.477976433317057,7.550124318735312],[-12.455899495986817,7.542296614841151],[-12.46419592466506,7.523735113391521]]],[[[-12.966622020722069,7.568263967879268],[-12.997698473906675,7.5829350536210205],[-12.963622182103947,7.589356583162938],[-12.966622020722069,7.568263967879268]]],[[[-13.034493369457076,7.621229868480483],[-13.055679729697562,7.642556846156193],[-13.01611935792108,7.659805918210394],[-13.034493369457076,7.621229868480483]]],[[[-12.912296818247018,7.589919052903836],[-12.787100428418837,7.629995021942808],[-12.584986301522875,7.637119638660847],[-12.572096369960631,7.620386163869136],[-12.612172338999605,7.59971540089114],[-12.587283052964874,7.60684001760918],[-12.579830328897977,7.58574740232551],[-12.581330248207038,7.604777628559221],[-12.54242609112827,7.610496070925016],[-12.489272700613423,7.567092155919064],[-12.502396994567706,7.549655593951231],[-12.52034915379803,7.564373552171391],[-12.551425606982635,7.550593043519394],[-12.54978507023835,7.53315648155156],[-12.513880751777704,7.557483297845393],[-12.492506901623585,7.5101889671315645],[-12.524989529160436,7.467956864085818],[-12.526817555818354,7.393148388546403],[-12.566190437681204,7.393382750938444],[-12.560425122837001,7.428958962050233],[-12.604578997497482,7.471659789880062],[-12.951200975325786,7.5714512964110225],[-12.891813545182654,7.574685497421186],[-12.912296818247018,7.589919052903836]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940102,"ADM1_NAME":"Southern","NAME":"Bonthe","ISO_CTRY":"SL","POPDENS90":25,"TOT_POP90":89,"ADM1CODE":69401,"LVLID":"SLP002002000000000000","OLDLVLID":"SLP002002000000000000"}},{"type":"Feature","id":"sl_admin2.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.87060285810419,8.377986032380138],[-11.883399044709618,8.307489824854274],[-11.842245008667257,8.186558830561236],[-11.925537402798549,8.171747127384258],[-11.9580200303354,8.121077978225044],[-11.89197670825831,8.065627836268195],[-11.87168092510758,8.007177855693227],[-12.03114109665212,8.02644244431898],[-12.174289645710624,7.976335764900662],[-12.199366421658986,7.88774678070925],[-12.180336195425276,7.802017017700735],[-12.143681917310099,7.753878982375561],[-12.19392921416364,7.6894293245643475],[-12.239067410870694,7.682117217932675],[-12.30900114865566,7.721443227317117],[-12.35193633887753,7.82601572664571],[-12.469351897289958,7.772909208609271],[-12.585220663914916,7.684835821680348],[-12.614656580355236,7.694022827448347],[-12.605469574587238,7.714224865642262],[-12.624124820993684,7.693835337534714],[-12.702120625064852,7.70208489373455],[-12.764742256218147,7.7466137482222965],[-12.787569153202918,7.800985823175756],[-12.709667094088566,7.817156828226569],[-12.75855508906827,7.823437740333262],[-12.816114492553485,7.795454870723593],[-12.92570234707175,7.878278540070802],[-12.954716411206396,7.9145109658803054],[-12.900156846339305,7.942962560274056],[-12.801818386638997,7.923463609256263],[-12.87437698321482,7.960867847025971],[-12.908875127323222,8.031082819681385],[-12.903625409741508,8.081095754142886],[-13.001542017136144,8.237415469634083],[-13.053289233298747,8.238540409115878],[-12.929639635258035,8.29235001432844],[-12.897297625156408,8.313302012176885],[-12.84798777787103,8.40282844593646],[-12.803599540818507,8.382204555436871],[-12.697245887310403,8.388204232673116],[-12.666028816690574,8.420639987731558],[-12.601532286400953,8.382579535264137],[-12.585126918958098,8.343300398358103],[-12.472961078127385,8.333269687978758],[-12.389199959212013,8.391016581377604],[-12.298220478621785,8.398422432966093],[-12.246145155110325,8.399125520142215],[-12.12915144900357,8.316817448057495],[-12.032312908612324,8.411124874614703],[-11.966082096621601,8.378267267250587],[-11.87060285810419,8.377986032380138]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940103,"ADM1_NAME":"Southern","NAME":"Moyamba","ISO_CTRY":"SL","POPDENS90":29,"TOT_POP90":202,"ADM1CODE":69401,"LVLID":"SLP002003000000000000","OLDLVLID":"SLP002003000000000000"}},{"type":"Feature","id":"sl_admin2.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.95066105122532,7.192159201132236],[-11.863712603778191,7.249577987182225],[-11.85944720824305,7.304371914441358],[-11.915131712591938,7.414100386394848],[-11.920850154957733,7.5207352747734],[-11.879555501480148,7.544124641499069],[-11.87111845536668,7.578950892956327],[-11.753984131824703,7.708225188406018],[-11.73706316711936,7.698288222983489],[-11.760640023758661,7.614433359111301],[-11.671629187261575,7.581013282006286],[-11.551823132450332,7.696319578890346],[-11.527402571199683,7.662149542130802],[-11.52341841053499,7.591887696996978],[-11.44317272750023,7.639041410275581],[-11.375395123722038,7.6300887668996245],[-11.378207472426528,7.481549882824183],[-11.327585195745721,7.422490560029908],[-11.115440358470414,7.365165518936735],[-11.177968244666891,7.2601711673024685],[-11.271197604220712,7.235094391354106],[-11.289665360713524,7.1988619655446024],[-11.306445707983643,7.216814124774926],[-11.32660087369915,7.145661702551347],[-11.347271636677146,7.14406803828547],[-11.328991370097965,7.077696608859523],[-11.36672371521653,7.075446729895932],[-11.364520708731346,7.021027782464064],[-11.421142662648398,6.969608673650319],[-11.41190878440199,6.949125400585955],[-11.45915624263741,6.929626449568163],[-11.586977491256448,6.972046042527543],[-11.557307212424087,6.995576026688436],[-11.602632899044771,6.989482604495376],[-11.736360079943237,7.092742674428541],[-11.95066105122532,7.192159201132236]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940104,"ADM1_NAME":"Southern","NAME":"Pujehun","ISO_CTRY":"SL","POPDENS90":28,"TOT_POP90":121,"ADM1CODE":69401,"LVLID":"SLP002001000000000000","OLDLVLID":" "}},{"type":"Feature","id":"sl_admin2.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.009180449919127,8.385391883968627],[-10.98621293549913,8.411124874614703],[-10.866078773339032,8.423967933698538],[-10.817472013229775,8.39851617792291],[-10.723258331629385,8.436904737739189],[-10.652808996581928,8.441076388317514],[-10.653090231452378,8.387922997802667],[-10.696072294152655,8.359565148365734],[-10.718899191137426,8.271023036652728],[-10.700712669515061,8.273272915616321],[-10.673995356822413,8.340909901959288],[-10.553533087313458,8.307677314767906],[-10.452710386257516,8.395235104434338],[-10.385963977004304,8.492870476958524],[-10.331404412137212,8.50290118733787],[-10.286875557649466,8.484808410672322],[-10.284344443815426,8.376298623157444],[-10.313874105212562,8.264085909848323],[-10.30478084440138,8.20141740621662],[-10.361215308404798,8.144232982558671],[-10.514535185277872,8.134155399700917],[-10.567782320749536,8.052409797357097],[-10.60603026313059,8.03202026924955],[-10.604108491515856,7.770190604861598],[-10.68580722138127,7.739536003982665],[-10.811894188299204,7.59005967033906],[-10.887546368449966,7.669039796456801],[-10.951105449171424,7.669321031327249],[-10.962776696295053,7.713803013336588],[-10.945293261848812,7.765878336848048],[-10.994743726569416,7.784955435560167],[-11.08277024101993,7.863841816721091],[-11.080660979491563,7.920088790810876],[-10.901795601886045,8.24079028807947],[-10.923544431867429,8.280819384640033],[-10.96643274961089,8.260242366618854],[-10.9923532301706,8.273694767921993],[-11.009180449919127,8.385391883968627]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940201,"ADM1_NAME":"Eastern","NAME":"Kailahun","ISO_CTRY":"SL","POPDENS90":47,"TOT_POP90":212,"ADM1CODE":69402,"LVLID":"SLP003002000000000000","OLDLVLID":"SLP003001000000000000"}},{"type":"Feature","id":"sl_admin2.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.615991555391096,8.514291199591051],[-11.56963467424543,8.560601208258309],[-11.39672210139775,8.55394531632435],[-11.305976983199562,8.497089000015258],[-11.27963465033418,8.394063292474135],[-11.226340642384107,8.354409175740836],[-11.170187413251139,8.376767347941525],[-11.082582751106298,8.353706088564714],[-11.009180449919127,8.385391883968627],[-10.9923532301706,8.273694767921993],[-10.96643274961089,8.260242366618854],[-10.923544431867429,8.280819384640033],[-10.901795601886045,8.24079028807947],[-11.080660979491563,7.920088790810876],[-11.08277024101993,7.863841816721091],[-10.994743726569416,7.784955435560167],[-10.945293261848812,7.765878336848048],[-10.962776696295053,7.713803013336588],[-10.951105449171424,7.669321031327249],[-10.887546368449966,7.669039796456801],[-10.811894188299204,7.59005967033906],[-10.849485915982545,7.540234225791192],[-10.915154258232368,7.498611464964751],[-10.931044028412733,7.508314067995238],[-11.115440358470414,7.365165518936735],[-11.327585195745721,7.422490560029908],[-11.378207472426528,7.481549882824183],[-11.375395123722038,7.6300887668996245],[-11.44317272750023,7.639041410275581],[-11.52341841053499,7.591887696996978],[-11.527402571199683,7.662149542130802],[-11.551823132450332,7.696319578890346],[-11.529886812555315,7.734661266228217],[-11.429532836283457,7.733020729483932],[-11.422736326914274,7.784861690603351],[-11.5211685315714,7.88240331817072],[-11.488779648991365,7.929369541535691],[-11.381535418393506,7.968789295876949],[-11.363442641727959,8.02208330382702],[-11.376285700811794,8.171137785164952],[-11.463937235435042,8.294318658421583],[-11.567197305368207,8.376439240592669],[-11.615991555391096,8.514291199591051]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940202,"ADM1_NAME":"Eastern","NAME":"Kenema","ISO_CTRY":"SL","POPDENS90":49,"TOT_POP90":301,"ADM1CODE":69402,"LVLID":"SLP003001000000000000","OLDLVLID":"SLP003002000000000000"}},{"type":"Feature","id":"sl_admin2.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.652808996581928,8.441076388317514],[-10.723258331629385,8.436904737739189],[-10.817472013229775,8.39851617792291],[-10.866078773339032,8.423967933698538],[-10.98621293549913,8.411124874614703],[-11.009180449919127,8.385391883968627],[-11.082582751106298,8.353706088564714],[-11.170187413251139,8.376767347941525],[-11.226340642384107,8.354409175740836],[-11.27963465033418,8.394063292474135],[-11.305976983199562,8.497089000015258],[-11.39672210139775,8.55394531632435],[-11.387675713064976,8.683782081514938],[-11.330819396755883,8.836211381298257],[-11.286103052354504,8.899676717062897],[-11.190061344096195,8.929487613330485],[-11.138689107760857,9.033544515396587],[-11.113424841898862,9.048403091051972],[-11.010305389400923,9.063964753883479],[-10.964229743125706,9.042965883556626],[-10.880796731559192,8.952830107577745],[-10.802707182531206,8.928268928891873],[-10.716977419522692,8.942893142155217],[-10.703993743003632,9.001343122730185],[-10.68093248362682,9.016014208471937],[-10.638747253059481,9.024310637150181],[-10.594780868312633,8.99993694837794],[-10.586906291940062,8.804338095980711],[-10.535768417996767,8.772464810663166],[-10.510363534699547,8.709421327204199],[-10.46939698857082,8.67459507574694],[-10.481771322870571,8.637893925153355],[-10.579547312829982,8.595755567064424],[-10.622388758095036,8.541664726981413],[-10.652808996581928,8.441076388317514]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940203,"ADM1_NAME":"Eastern","NAME":"Kono","ISO_CTRY":"SL","POPDENS90":137,"TOT_POP90":750,"ADM1CODE":69402,"LVLID":"SLP003003000000000000","OLDLVLID":"SLP003003000000000000"}},{"type":"Feature","id":"sl_admin2.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.91808467873165,9.932699268700215],[-11.90594470682394,9.712070512833032],[-12.102106028962066,9.64429290905484],[-12.131026348139898,9.59934220226142],[-12.021579111056857,9.500628762733847],[-11.9206626650441,9.512112519943845],[-11.880727313440353,9.433460501174961],[-11.839620149876401,9.246158077455975],[-11.79954418083743,9.213769194875942],[-11.865165650608844,9.127851941953795],[-11.851103907086399,9.09040083170568],[-11.79495067795343,9.059043143650623],[-11.889211232032228,9.00884271927549],[-11.935568113177894,8.774058474929044],[-11.997205422284617,8.754747013824884],[-12.035406492187262,8.708999474898524],[-12.117105222052675,8.717858373317666],[-12.162149673802912,8.684203933820612],[-12.222099573686942,8.698031314951017],[-12.274034279763177,8.747669269585252],[-12.322500422437209,8.761168543366802],[-12.354045600405897,8.743357001571702],[-12.36027964003418,8.895926918790245],[-12.497428511856441,8.97912556796472],[-12.50431876618244,9.016342315820795],[-12.574065014053774,9.02051396639912],[-12.592626515503403,9.044793910214544],[-12.561315699926757,9.098884750297554],[-12.526395703512682,9.098275408078248],[-12.462086663136693,9.205660256111331],[-12.459274314432204,9.2445644131901],[-12.537691970809046,9.277843872859888],[-12.542332346171454,9.300998877193518],[-12.485569774819178,9.356402146671956],[-12.406449031266213,9.304279950682087],[-12.434197538483842,9.370417017715994],[-12.394965274056215,9.398868612109744],[-12.433400706350902,9.467161813150424],[-12.50759983967101,9.50737839962462],[-12.489928915311136,9.573656084093752],[-12.533801555101169,9.601451463789788],[-12.592579643024996,9.599951544480726],[-12.566659162465285,9.702742889629809],[-12.536145179021577,9.720554431424908],[-12.519411704229865,9.7072895200354],[-12.528083112735375,9.736444201605272],[-12.507271732322154,9.74591244224372],[-12.499022176122319,9.843641559724722],[-12.431760169606617,9.881655139713736],[-12.227114928876615,9.924637202414013],[-12.120011315713981,9.871858791726432],[-11.91808467873165,9.932699268700215]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940301,"ADM1_NAME":"Northern","NAME":"Bombali","ISO_CTRY":"SL","POPDENS90":33,"TOT_POP90":267,"ADM1CODE":69403,"LVLID":"SLP001001000000000000","OLDLVLID":"SLP001002000000000000"}},{"type":"Feature","id":"sl_admin2.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.227607980498673,8.882943242271187],[-13.240451039582506,8.902395320810571],[-13.225733081362346,8.912144796319467],[-13.198593916364025,8.896676878444776],[-13.227607980498673,8.882943242271187]]],[[[-12.489928915311136,9.573656084093752],[-12.50759983967101,9.50737839962462],[-12.433400706350902,9.467161813150424],[-12.394965274056215,9.398868612109744],[-12.434197538483842,9.370417017715994],[-12.406449031266213,9.304279950682087],[-12.485569774819178,9.356402146671956],[-12.542332346171454,9.300998877193518],[-12.537691970809046,9.277843872859888],[-12.552738036378065,9.24451754071169],[-12.66204465602588,9.231018266930143],[-12.687402666844692,9.209269436948759],[-12.694621028519547,9.143882329569383],[-12.7443527281106,9.090260214270454],[-12.766570282876065,8.99384352618488],[-12.811239754799036,8.970126052110354],[-12.816301982467117,8.902348448332162],[-12.841050651066622,8.910129279747917],[-12.899594376598408,8.858241446150089],[-13.131800634632405,8.8508355945616],[-13.169298617358928,8.903614005249183],[-13.25563772258675,8.954423771843622],[-13.293885664967803,8.950064631351664],[-13.307619301141393,9.03752867606128],[-13.174173355113377,9.09241634827723],[-13.087599887493516,9.048356218573565],[-13.00215135935545,9.097384830988494],[-12.95616945803705,9.182224016907254],[-12.958841189306314,9.235283662465283],[-12.93507684275338,9.286655898800621],[-12.893079102099675,9.270344276314583],[-12.87287706390576,9.298280273445844],[-12.81648947238075,9.285905939146092],[-12.789490924817652,9.300717642323068],[-12.776975973082676,9.342621638019958],[-12.750868002609334,9.349605637302773],[-12.752227304483169,9.396478115710927],[-12.712151335444197,9.389540988906521],[-12.703479926938689,9.415555214423046],[-12.686793324625386,9.409180557359537],[-12.650654643772699,9.508831446455273],[-12.657498025620288,9.53915793998535],[-12.63438989376507,9.548204328318125],[-12.62117185485397,9.601123356440931],[-12.592579643024996,9.599951544480726],[-12.533801555101169,9.601451463789788],[-12.489928915311136,9.573656084093752]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940302,"ADM1_NAME":"Northern","NAME":"Kambia","ISO_CTRY":"SL","POPDENS90":58,"TOT_POP90":167,"ADM1CODE":69403,"LVLID":"SLP001005000000000000","OLDLVLID":"SLP001004000000000000"}},{"type":"Feature","id":"sl_admin2.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.594780868312633,8.99993694837794],[-10.638747253059481,9.024310637150181],[-10.68093248362682,9.016014208471937],[-10.703993743003632,9.001343122730185],[-10.716977419522692,8.942893142155217],[-10.802707182531206,8.928268928891873],[-10.880796731559192,8.952830107577745],[-10.964229743125706,9.042965883556626],[-11.010305389400923,9.063964753883479],[-11.113424841898862,9.048403091051972],[-11.138689107760857,9.033544515396587],[-11.190061344096195,8.929487613330485],[-11.286103052354504,8.899676717062897],[-11.330819396755883,8.836211381298257],[-11.387675713064976,8.683782081514938],[-11.504106949430831,8.945986725730155],[-11.47007753010651,9.025716811502425],[-11.472983623767815,9.139710678991058],[-11.435860620868558,9.167177951338235],[-11.52623075923948,9.175802487365337],[-11.676175817667167,9.097431703466901],[-11.729844805444502,9.12668012999359],[-11.740250495651113,9.210160014038513],[-11.724454470427565,9.26078229071932],[-11.755905903439437,9.274797161763358],[-11.79954418083743,9.213769194875942],[-11.839620149876401,9.246158077455975],[-11.880727313440353,9.433460501174961],[-11.9206626650441,9.512112519943845],[-12.021579111056857,9.500628762733847],[-12.131026348139898,9.59934220226142],[-12.102106028962066,9.64429290905484],[-11.90594470682394,9.712070512833032],[-11.91808467873165,9.932699268700215],[-11.88583641358684,9.997477033860285],[-11.20595111427656,10.000008147694325],[-11.17496840604877,9.975821948835717],[-11.15439138802759,9.879217770836512],[-11.038710111316265,9.797753403363139],[-10.962823568773462,9.664073094943081],[-10.921341425382245,9.650011351420636],[-10.910982607654043,9.60192018857387],[-10.859422881405074,9.558188166219061],[-10.873812732276377,9.537517403241065],[-10.82750272360912,9.517877834788049],[-10.848876573763238,9.454693733893855],[-10.801957222876675,9.414383402462843],[-10.814753409482101,9.386634895245216],[-10.73099229056673,9.38016649322489],[-10.711587084505753,9.33470018916898],[-10.663308431745355,9.300530152409435],[-10.663730284051027,9.21001939660329],[-10.718336721396527,9.197504444868311],[-10.733382786965546,9.08426053703421],[-10.612967389934997,9.066730230109561],[-10.584797030411696,9.043200245948666],[-10.594780868312633,8.99993694837794]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940303,"ADM1_NAME":"Northern","NAME":"Koinadugu","ISO_CTRY":"SL","POPDENS90":15,"TOT_POP90":190,"ADM1CODE":69403,"LVLID":"SLP001002000000000000","OLDLVLID":"SLP001001000000000000"}},{"type":"Feature","id":"sl_admin2.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.065101097857601,8.539742955366679],[-13.08722490766625,8.534821345133823],[-13.089474786629841,8.561679275261696],[-13.064538628116702,8.563647919354837],[-13.065101097857601,8.539742955366679]]],[[[-12.841050651066622,8.910129279747917],[-12.816301982467117,8.902348448332162],[-12.811239754799036,8.970126052110354],[-12.766570282876065,8.99384352618488],[-12.7443527281106,9.090260214270454],[-12.694621028519547,9.143882329569383],[-12.687402666844692,9.209269436948759],[-12.66204465602588,9.231018266930143],[-12.552738036378065,9.24451754071169],[-12.537691970809046,9.277843872859888],[-12.459274314432204,9.2445644131901],[-12.462086663136693,9.205660256111331],[-12.526395703512682,9.098275408078248],[-12.561315699926757,9.098884750297554],[-12.592626515503403,9.044793910214544],[-12.574065014053774,9.02051396639912],[-12.50431876618244,9.016342315820795],[-12.497428511856441,8.97912556796472],[-12.36027964003418,8.895926918790245],[-12.354045600405897,8.743357001571702],[-12.418120278389845,8.706515233542893],[-12.40068371642201,8.682094672292244],[-12.339608877056186,8.664470620410778],[-12.313407161626026,8.619144933790093],[-12.329484421720023,8.594958734931485],[-12.558128371395002,8.488511336466566],[-12.612125466521196,8.52422816501358],[-12.661388441328166,8.45387257492294],[-12.694761645954772,8.445107421460616],[-12.666028816690574,8.420639987731558],[-12.697245887310403,8.388204232673116],[-12.803599540818507,8.382204555436871],[-12.84798777787103,8.40282844593646],[-12.897297625156408,8.313302012176885],[-12.929639635258035,8.29235001432844],[-12.943654506302073,8.346300236976225],[-13.011197747688223,8.360455725455488],[-13.08849046458327,8.412296686574907],[-13.133816151203956,8.44956030690939],[-13.063507433591724,8.49910451658681],[-13.0237126994232,8.560648080736716],[-12.928045970992157,8.56411664413892],[-12.991370689321574,8.601005284646137],[-13.064163648289439,8.573069287514876],[-13.120457494857632,8.611129739982298],[-13.14412809645375,8.520712729132969],[-13.17511080468154,8.53135278173162],[-13.24724754895169,8.666626754417553],[-13.250153642612995,8.796182284737693],[-13.208718371700186,8.855710332316049],[-13.17075166418958,8.834570844553971],[-13.131800634632405,8.8508355945616],[-12.899594376598408,8.858241446150089],[-12.841050651066622,8.910129279747917]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940304,"ADM1_NAME":"Northern","NAME":"Port Loko","ISO_CTRY":"SL","POPDENS90":61,"TOT_POP90":338,"ADM1CODE":69403,"LVLID":"SLP001003000000000000","OLDLVLID":" "}},{"type":"Feature","id":"sl_admin2.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.354045600405897,8.743357001571702],[-12.322500422437209,8.761168543366802],[-12.274034279763177,8.747669269585252],[-12.222099573686942,8.698031314951017],[-12.162149673802912,8.684203933820612],[-12.117105222052675,8.717858373317666],[-12.035406492187262,8.708999474898524],[-11.997205422284617,8.754747013824884],[-11.935568113177894,8.774058474929044],[-11.889211232032228,9.00884271927549],[-11.79495067795343,9.059043143650623],[-11.851103907086399,9.09040083170568],[-11.865165650608844,9.127851941953795],[-11.79954418083743,9.213769194875942],[-11.755905903439437,9.274797161763358],[-11.724454470427565,9.26078229071932],[-11.740250495651113,9.210160014038513],[-11.729844805444502,9.12668012999359],[-11.676175817667167,9.097431703466901],[-11.52623075923948,9.175802487365337],[-11.435860620868558,9.167177951338235],[-11.472983623767815,9.139710678991058],[-11.47007753010651,9.025716811502425],[-11.504106949430831,8.945986725730155],[-11.387675713064976,8.683782081514938],[-11.39672210139775,8.55394531632435],[-11.56963467424543,8.560601208258309],[-11.615991555391096,8.514291199591051],[-11.741469180089725,8.524650017319253],[-11.775967324198128,8.464465755043182],[-11.87060285810419,8.377986032380138],[-11.966082096621601,8.378267267250587],[-12.032312908612324,8.411124874614703],[-12.12915144900357,8.316817448057495],[-12.246145155110325,8.399125520142215],[-12.298220478621785,8.398422432966093],[-12.389199959212013,8.391016581377604],[-12.472961078127385,8.333269687978758],[-12.585126918958098,8.343300398358103],[-12.601532286400953,8.382579535264137],[-12.666028816690574,8.420639987731558],[-12.694761645954772,8.445107421460616],[-12.661388441328166,8.45387257492294],[-12.612125466521196,8.52422816501358],[-12.558128371395002,8.488511336466566],[-12.329484421720023,8.594958734931485],[-12.313407161626026,8.619144933790093],[-12.339608877056186,8.664470620410778],[-12.40068371642201,8.682094672292244],[-12.418120278389845,8.706515233542893],[-12.354045600405897,8.743357001571702]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940305,"ADM1_NAME":"Northern","NAME":"Tonkolili","ISO_CTRY":"SL","POPDENS90":36,"TOT_POP90":220,"ADM1CODE":69403,"LVLID":"SLP001004000000000000","OLDLVLID":"SLP001005000000000000"}},{"type":"Feature","id":"sl_admin2.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.08849046458327,8.412296686574907],[-13.011197747688223,8.360455725455488],[-12.943654506302073,8.346300236976225],[-12.929639635258035,8.29235001432844],[-13.053289233298747,8.238540409115878],[-13.16648626865444,8.17038782551042],[-13.160720953810236,8.285694122394482],[-13.182844763618885,8.284662927869503],[-13.202062479766228,8.334347754982145],[-13.231170288857692,8.344050358012634],[-13.29018273917356,8.418999450987274],[-13.276824082827234,8.453544467574083],[-13.296698013672293,8.494089161397136],[-13.274996056169318,8.490526853038117],[-13.278652109485153,8.475058935163426],[-13.267871439451278,8.494698503616442],[-13.207171579912718,8.49071434295175],[-13.122519883907591,8.413796605883968],[-13.08849046458327,8.412296686574907]]]]},"geometry_name":"the_geom","properties":{"ADMINID":6940401,"ADM1_NAME":"Western Area","NAME":"Western Area","ISO_CTRY":"SL","POPDENS90":10379,"TOT_POP90":583,"ADM1CODE":69404,"LVLID":"SLP004002000000000000","OLDLVLID":" "}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.307619301141393,6.928688999999999,-10.284250698858608,10.00043]}
\ No newline at end of file

=== added file 'resources/geojson/sl_admin3'
--- resources/geojson/sl_admin3	1970-01-01 00:00:00 +0000
+++ resources/geojson/sl_admin3	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_admin3.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.815539885494552,8.024616483443708],[-10.865379318094423,7.968405532471694],[-10.905071517731253,7.954529781350138],[-10.992951274834436,7.87689165007477],[-11.020985955671865,7.8948262943815415],[-11.047085582781456,7.866366845652638],[-11.066483316492201,7.866980399273659],[-11.014378455137791,7.970387782631915],[-10.99252650694296,8.02220946539201],[-10.973128773232215,8.071907308694723],[-10.920504751121555,8.127410313180944],[-10.897661677846614,8.100177971694082],[-10.875668140354625,8.07483348750267],[-10.786230900982694,8.08450875614185],[-10.788354740440075,8.075399844691304],[-10.815539885494552,8.024616483443708]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01,"PERIMETER":0.41092,"CHDOMS_GCO":99,"CHDOMS_GC1":98,"GCODE":98,"CHIEFDOM":"Badjia","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.047085582781456,7.866366845652638],[-11.020985955671865,7.8948262943815415],[-10.992951274834436,7.87689165007477],[-10.905071517731253,7.954529781350138],[-10.865379318094423,7.968405532471694],[-10.815539885494552,8.024616483443708],[-10.793593544434948,8.006351464110232],[-10.79699168756676,7.92059554646443],[-10.814926331873531,7.8983660268105105],[-10.831728261803033,7.891852919141209],[-10.922864572740867,7.756918318948942],[-10.976243737769707,7.755974390301217],[-11.006543847361675,7.8021796976073485],[-11.047085582781456,7.866366845652638]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01962,"PERIMETER":0.60851,"CHDOMS_GCO":100,"CHDOMS_GC1":99,"GCODE":99,"CHIEFDOM":"Bargbe","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.815539885494552,8.024616483443708],[-10.788354740440075,8.075399844691304],[-10.704581072954497,8.024946858470411],[-10.697407215231788,7.981573337107455],[-10.715436252403332,7.923804903866695],[-10.761358381115146,7.89761088389233],[-10.814926331873531,7.8983660268105105],[-10.79699168756676,7.92059554646443],[-10.793593544434948,8.006351464110232],[-10.815539885494552,8.024616483443708]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02095,"PERIMETER":0.8055,"CHDOMS_GCO":101,"CHDOMS_GC1":100,"GCODE":100,"CHIEFDOM":"Bargbo","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.788354740440075,8.075399844691304],[-10.786230900982694,8.08450875614185],[-10.7241203959624,8.177910495834222],[-10.61637094082461,8.11551681221961],[-10.615143833582566,8.027306680089724],[-10.704581072954497,8.024946858470411],[-10.788354740440075,8.075399844691304]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03569,"PERIMETER":1.03908,"CHDOMS_GCO":102,"CHDOMS_GC1":101,"GCODE":101,"CHIEFDOM":"Boama","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.795528598162784,7.58436816214484],[-10.875762533219397,7.594515395107882],[-10.915643518585771,7.63147020166631],[-10.903325249732962,7.661345543366801],[-10.927631412411877,7.696554081926938],[-10.906487410702841,7.723456048387096],[-10.922864572740867,7.756918318948942],[-10.831728261803033,7.891852919141209],[-10.814926331873531,7.8983660268105105],[-10.761358381115146,7.89761088389233],[-10.715436252403332,7.923804903866695],[-10.620099458983123,7.893882365733817],[-10.624724709356974,7.755738408139286],[-10.701041340525528,7.705851779107028],[-10.729123217795342,7.657239453749198],[-10.795528598162784,7.58436816214484]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08222,"PERIMETER":1.26548,"CHDOMS_GCO":103,"CHDOMS_GC1":102,"GCODE":102,"CHIEFDOM":"Bumpe Ngao","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.620099458983123,7.893882365733817],[-10.715436252403332,7.923804903866695],[-10.697407215231788,7.981573337107455],[-10.704581072954497,8.024946858470411],[-10.615143833582566,8.027306680089724],[-10.620099458983123,7.893882365733817]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01324,"PERIMETER":0.4414,"CHDOMS_GCO":104,"CHDOMS_GC1":103,"GCODE":103,"CHIEFDOM":"Gbo","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.473884911450543,8.376229904721214],[-10.452929695471052,8.323181114719077],[-10.456422231467634,8.300196452146977],[-10.399125762550737,8.257342091540268],[-10.455808677846614,8.190181568254646],[-10.47067555404828,8.144589814569535],[-10.51235000384533,8.13548090311899],[-10.589799349391155,8.029194537385173],[-10.615143833582566,8.027306680089724],[-10.61637094082461,8.11551681221961],[-10.7241203959624,8.177910495834222],[-10.706516126682333,8.237047625614185],[-10.714492323755607,8.270368306878872],[-10.68782633945738,8.3354521871395],[-10.661537926618243,8.353575617175817],[-10.585174099017303,8.331015722495193],[-10.567805811899166,8.308361434949797],[-10.519004700811792,8.330024597415083],[-10.473884911450543,8.376229904721214]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03473,"PERIMETER":0.93697,"CHDOMS_GCO":105,"CHDOMS_GC1":104,"GCODE":104,"CHIEFDOM":"Jaiama Bongor","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.302278683294167,8.320679703802606],[-10.358584027130954,8.316526417752616],[-10.399125762550737,8.257342091540268],[-10.456422231467634,8.300196452146977],[-10.452929695471052,8.323181114719077],[-10.39355658352916,8.354330760093998],[-10.371091081713308,8.387557048493912],[-10.406205227408673,8.452829714484084],[-10.385957957914975,8.492899485580004],[-10.331398882076478,8.502905129245887],[-10.286279092715231,8.478929341593677],[-10.279530002883998,8.39760988859218],[-10.302278683294167,8.320679703802606]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03681,"PERIMETER":0.87118,"CHDOMS_GCO":106,"CHDOMS_GC1":105,"GCODE":105,"CHIEFDOM":"Kakua","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.406205227408673,8.452829714484084],[-10.371091081713308,8.387557048493912],[-10.39355658352916,8.354330760093998],[-10.452929695471052,8.323181114719077],[-10.473884911450543,8.376229904721214],[-10.406205227408673,8.452829714484084]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02052,"PERIMETER":0.70094,"CHDOMS_GCO":107,"CHDOMS_GC1":106,"GCODE":106,"CHIEFDOM":"Komboya","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.47067555404828,8.144589814569535],[-10.455808677846614,8.190181568254646],[-10.399125762550737,8.257342091540268],[-10.358584027130954,8.316526417752616],[-10.302278683294167,8.320679703802606],[-10.321865202734458,8.258522002349926],[-10.303694576265753,8.214204552339243],[-10.314219380687886,8.173710013351847],[-10.363303670369579,8.134206599444562],[-10.47067555404828,8.144589814569535]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02127,"PERIMETER":0.67864,"CHDOMS_GCO":108,"CHDOMS_GC1":107,"GCODE":107,"CHIEFDOM":"Lugbu","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.714492323755607,8.270368306878872],[-10.706516126682333,8.237047625614185],[-10.740780736594743,8.241672875988037],[-10.773063096346934,8.259418734565264],[-10.785428561632129,8.301045987929928],[-10.774384596453748,8.36948081488998],[-10.692545982696004,8.431449730613117],[-10.64799255052339,8.443107249412519],[-10.648370121982481,8.389539298654134],[-10.695896929395428,8.364053225165563],[-10.714492323755607,8.270368306878872]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01783,"PERIMETER":0.65495,"CHDOMS_GCO":109,"CHDOMS_GC1":108,"GCODE":108,"CHIEFDOM":"Niawalenga","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.897661677846614,8.100177971694082],[-10.920504751121555,8.127410313180944],[-10.880906944349498,8.227277964110232],[-10.843291387737661,8.225909267571032],[-10.773063096346934,8.259418734565264],[-10.740780736594743,8.241672875988037],[-10.820401118030334,8.158701547853022],[-10.836259119312112,8.127740688207648],[-10.897661677846614,8.100177971694082]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0097,"PERIMETER":0.41837,"CHDOMS_GCO":110,"CHDOMS_GC1":109,"GCODE":109,"CHIEFDOM":"Selenga","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.13","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.786230900982694,8.08450875614185],[-10.875668140354625,8.07483348750267],[-10.897661677846614,8.100177971694082],[-10.836259119312112,8.127740688207648],[-10.820401118030334,8.158701547853022],[-10.740780736594743,8.241672875988037],[-10.706516126682333,8.237047625614185],[-10.7241203959624,8.177910495834222],[-10.786230900982694,8.08450875614185]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03421,"PERIMETER":0.91743,"CHDOMS_GCO":111,"CHDOMS_GC1":110,"GCODE":110,"CHIEFDOM":"Tikonko","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.774384596453748,8.36948081488998],[-10.785428561632129,8.301045987929928],[-10.773063096346934,8.259418734565264],[-10.843291387737661,8.225909267571032],[-10.880906944349498,8.227277964110232],[-10.873355515167699,8.263147252723776],[-10.90436357124546,8.266970163747063],[-10.934710877269813,8.228741053514206],[-10.976810094958342,8.296279148258918],[-10.945754842448194,8.366460243217261],[-10.923619715659047,8.379722440717796],[-10.886948087694936,8.37740981553087],[-10.870098961333047,8.4184707117069],[-10.792791205084383,8.396854745674],[-10.774384596453748,8.36948081488998]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07043,"PERIMETER":1.11694,"CHDOMS_GCO":112,"CHDOMS_GC1":111,"GCODE":111,"CHIEFDOM":"Valunia","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.15","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.256260171117281,8.385055637577441],[-11.286985048600727,8.359286385494553],[-11.456703419461652,8.364949957380901],[-11.505079762657552,8.335263401409955],[-11.542081765648366,8.3430036163213],[-11.572145893078401,8.396429977782525],[-11.564075303140354,8.432252069963683],[-11.609619860393078,8.48577282428968],[-11.593997841273232,8.492521914120914],[-11.558506124118777,8.529948685003204],[-11.448160865199743,8.53452673894467],[-11.357685304315316,8.520037434202093],[-11.282218208929715,8.490728449690238],[-11.272401350993377,8.432771230719931],[-11.256260171117281,8.385055637577441]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03442,"PERIMETER":1.02982,"CHDOMS_GCO":113,"CHDOMS_GC1":112,"GCODE":112,"CHIEFDOM":"Wonde","DISTRICT":"Bo","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":1,"NCRRR_CHIE":15}},{"type":"Feature","id":"sl_admin3.16","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.505079762657552,8.335263401409955],[-11.456703419461652,8.364949957380901],[-11.286985048600727,8.359286385494553],[-11.256260171117281,8.385055637577441],[-11.218691810937834,8.324172239799188],[-11.266313011215551,8.262061734778893],[-11.348151624973296,8.23157283945738],[-11.380433984725485,8.183243692693868],[-11.485021278893399,8.283913682973724],[-11.505079762657552,8.335263401409955]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07618,"PERIMETER":1.40912,"CHDOMS_GCO":58,"CHDOMS_GC1":57,"GCODE":57,"CHIEFDOM":"Biriwa","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.17","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.380433984725485,8.183243692693868],[-11.348151624973296,8.23157283945738],[-11.266313011215551,8.262061734778893],[-11.269569565050203,8.188765675283058],[-11.252437260093997,8.108248561632129],[-11.361555411770988,8.082054541657765],[-11.383312967101046,8.155775369045076],[-11.380433984725485,8.183243692693868]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03579,"PERIMETER":1.05764,"CHDOMS_GCO":46,"CHDOMS_GC1":45,"GCODE":45,"CHIEFDOM":"Bombali Sebora","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.18","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.361555411770988,8.082054541657765],[-11.252437260093997,8.108248561632129],[-11.223033882717367,8.02334217976928],[-11.213924971266822,7.965337764366588],[-11.248283974044007,7.876372489318521],[-11.273298083208715,7.935132047639393],[-11.367643751548814,7.9589662459944455],[-11.352682482482376,7.991107016449476],[-11.361555411770988,8.082054541657765]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03127,"PERIMETER":1.1411,"CHDOMS_GCO":52,"CHDOMS_GC1":51,"GCODE":51,"CHIEFDOM":"Gbanti Kamaranka","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.19","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.266313011215551,8.262061734778893],[-11.218691810937834,8.324172239799188],[-11.16007384191412,8.327334400769066],[-11.108771319910275,8.305010488250373],[-11.15091773403119,8.181167049668874],[-11.140817697500534,8.059211468382824],[-11.223033882717367,8.02334217976928],[-11.252437260093997,8.108248561632129],[-11.269569565050203,8.188765675283058],[-11.266313011215551,8.262061734778893]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05598,"PERIMETER":1.53444,"CHDOMS_GCO":56,"CHDOMS_GC1":55,"GCODE":55,"CHIEFDOM":"Gbendembu Ngowahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.20","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.99252650694296,8.02220946539201],[-11.014378455137791,7.970387782631915],[-11.055769726340525,8.021690304635761],[-11.140817697500534,8.059211468382824],[-11.15091773403119,8.181167049668874],[-11.108771319910275,8.305010488250373],[-11.16007384191412,8.327334400769066],[-11.111886284447767,8.367876136188848],[-11.093102104358042,8.337670419461654],[-11.049020636509292,8.331440490386669],[-10.994319971373637,8.396288388485367],[-10.931643109164707,8.385480405468916],[-10.923619715659047,8.379722440717796],[-10.945754842448194,8.366460243217261],[-10.976810094958342,8.296279148258918],[-10.934710877269813,8.228741053514206],[-10.993942399914548,8.137651939008759],[-10.99252650694296,8.02220946539201]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03765,"PERIMETER":1.26859,"CHDOMS_GCO":49,"CHDOMS_GC1":48,"GCODE":48,"CHIEFDOM":"Libeisaygahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.21","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.920504751121555,8.127410313180944],[-10.973128773232215,8.071907308694723],[-10.99252650694296,8.02220946539201],[-10.993942399914548,8.137651939008759],[-10.934710877269813,8.228741053514206],[-10.90436357124546,8.266970163747063],[-10.873355515167699,8.263147252723776],[-10.880906944349498,8.227277964110232],[-10.920504751121555,8.127410313180944]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03212,"PERIMETER":0.93962,"CHDOMS_GCO":51,"CHDOMS_GC1":50,"GCODE":50,"CHIEFDOM":"Magbaimba Ndowahun","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.22","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.367643751548814,7.9589662459944455],[-11.273298083208715,7.935132047639393],[-11.248283974044007,7.876372489318521],[-11.322287980025635,7.7512547470625925],[-11.4188046842555,7.814120395001067],[-11.443110846934415,7.807512894466994],[-11.488325029160436,7.806002608630634],[-11.493091868831446,7.834981218115787],[-11.468360938261055,7.890484222602008],[-11.367643751548814,7.9589662459944455]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0463,"PERIMETER":1.40751,"CHDOMS_GCO":47,"CHDOMS_GC1":46,"GCODE":46,"CHIEFDOM":"Makari Gbanti","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.23","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.443110846934415,7.807512894466994],[-11.4188046842555,7.814120395001067],[-11.322287980025635,7.7512547470625925],[-11.29184628113651,7.735868710104678],[-11.351596964537492,7.642230988250374],[-11.378782109591967,7.641995006088442],[-11.44480991850032,7.697262028412732],[-11.427300042085024,7.769850141422772],[-11.443110846934415,7.807512894466994]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01746,"PERIMETER":0.58536,"CHDOMS_GCO":48,"CHDOMS_GC1":47,"GCODE":47,"CHIEFDOM":"Paki Masabong","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.24","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.44480991850032,7.697262028412732],[-11.378782109591967,7.641995006088442],[-11.4150289696646,7.601736449262978],[-11.4671810274514,7.527921229010895],[-11.510224173787652,7.529195532685323],[-11.516595692159795,7.617924825571459],[-11.562329035142064,7.65521000715659],[-11.494177386776329,7.698866707113864],[-11.44480991850032,7.697262028412732]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02643,"PERIMETER":0.90995,"CHDOMS_GCO":57,"CHDOMS_GC1":56,"GCODE":56,"CHIEFDOM":"Safroko Limba","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.25","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.014378455137791,7.970387782631915],[-11.066483316492201,7.866980399273659],[-11.138316286584063,7.8668388099765005],[-11.23922225902585,7.775844088335825],[-11.29184628113651,7.735868710104678],[-11.322287980025635,7.7512547470625925],[-11.248283974044007,7.876372489318521],[-11.213924971266822,7.965337764366588],[-11.223033882717367,8.02334217976928],[-11.140817697500534,8.059211468382824],[-11.055769726340525,8.021690304635761],[-11.014378455137791,7.970387782631915]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04779,"PERIMETER":1.13872,"CHDOMS_GCO":53,"CHDOMS_GC1":52,"GCODE":52,"CHIEFDOM":"Sanda Loko","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.26","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.066483316492201,7.866980399273659],[-11.047085582781456,7.866366845652638],[-11.006543847361675,7.8021796976073485],[-11.047463154240546,7.778675874279],[-11.069975852488783,7.727609334437085],[-11.137041982909635,7.681356830698568],[-11.172156128604998,7.623210825998718],[-11.231104472655415,7.616744914761802],[-11.284719619846186,7.623824379619739],[-11.268672832834865,7.652708596240119],[-11.258997564195685,7.746110335932492],[-11.23922225902585,7.775844088335825],[-11.138316286584063,7.8668388099765005],[-11.066483316492201,7.866980399273659]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03293,"PERIMETER":0.86096,"CHDOMS_GCO":50,"CHDOMS_GC1":49,"GCODE":49,"CHIEFDOM":"Sanda Tendaren","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.27","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.378782109591967,7.641995006088442],[-11.351596964537492,7.642230988250374],[-11.29184628113651,7.735868710104678],[-11.23922225902585,7.775844088335825],[-11.258997564195685,7.746110335932492],[-11.268672832834865,7.652708596240119],[-11.284719619846186,7.623824379619739],[-11.231104472655415,7.616744914761802],[-11.24875593836787,7.514328656483657],[-11.371561055436873,7.442495686391796],[-11.358346054368724,7.561477892437512],[-11.384870449369792,7.608957503418073],[-11.4150289696646,7.601736449262978],[-11.378782109591967,7.641995006088442]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03909,"PERIMETER":1.063,"CHDOMS_GCO":54,"CHDOMS_GC1":53,"GCODE":53,"CHIEFDOM":"Sella Limba","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.28","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.006543847361675,7.8021796976073485],[-10.976243737769707,7.755974390301217],[-10.922864572740867,7.756918318948942],[-10.906487410702841,7.723456048387096],[-10.927631412411877,7.696554081926938],[-10.903325249732962,7.661345543366801],[-10.915643518585771,7.63147020166631],[-10.960904897244179,7.654407667806024],[-10.994980721427044,7.60773039617603],[-11.079981496154668,7.597299984618671],[-11.172156128604998,7.623210825998718],[-11.137041982909635,7.681356830698568],[-11.069975852488783,7.727609334437085],[-11.047463154240546,7.778675874279],[-11.006543847361675,7.8021796976073485]]]]},"geometry_name":"the_geom","properties":{"AREA":0.19132,"PERIMETER":2.19998,"CHDOMS_GCO":55,"CHDOMS_GC1":54,"GCODE":54,"CHIEFDOM":"Tambaka","DISTRICT":"Bombali","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.29","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.158799538239691,7.311431193655201],[-11.249794259880368,7.354474339991454],[-11.36042269739372,7.389871664281136],[-11.371561055436873,7.442495686391796],[-11.24875593836787,7.514328656483657],[-11.231104472655415,7.616744914761802],[-11.172156128604998,7.623210825998718],[-11.079981496154668,7.597299984618671],[-10.994980721427044,7.60773039617603],[-11.037127135547959,7.533537604464858],[-11.051852422452466,7.468170545609912],[-11.028207009826959,7.41908625592822],[-11.115567606173894,7.375099180944242],[-11.158799538239691,7.311431193655201]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01342,"PERIMETER":1.04682,"CHDOMS_GCO":117,"CHDOMS_GC1":116,"GCODE":116,"CHIEFDOM":"Bendu Cha","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.30","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.028207009826959,7.41908625592822],[-11.051852422452466,7.468170545609912],[-11.037127135547959,7.533537604464858],[-10.994980721427044,7.60773039617603],[-10.960904897244179,7.654407667806024],[-10.915643518585771,7.63147020166631],[-10.875762533219397,7.594515395107882],[-10.795528598162784,7.58436816214484],[-10.85060683475753,7.51579174588763],[-10.922770179876094,7.47171027803888],[-10.938109020401622,7.4839813504593025],[-11.028207009826959,7.41908625592822]]]]},"geometry_name":"the_geom","properties":{"AREA":0.028,"PERIMETER":0.88211,"CHDOMS_GCO":121,"CHDOMS_GC1":120,"GCODE":120,"CHIEFDOM":"Bum","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.31","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.256260171117281,8.385055637577441],[-11.272401350993377,8.432771230719931],[-11.18570150469985,8.436641338175603],[-11.172580896496475,8.462929751014741],[-11.114198909634693,8.416299675817132],[-11.0534571011536,8.405586085665457],[-10.97869795225379,8.44183294573809],[-10.931643109164707,8.385480405468916],[-10.994319971373637,8.396288388485367],[-11.049020636509292,8.331440490386669],[-11.093102104358042,8.337670419461654],[-11.111886284447767,8.367876136188848],[-11.16007384191412,8.327334400769066],[-11.218691810937834,8.324172239799188],[-11.256260171117281,8.385055637577441]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.42387,"CHDOMS_GCO":123,"CHDOMS_GC1":122,"GCODE":122,"CHIEFDOM":"Dema","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.32","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.021363527130955,8.644824801431318],[-11.01603033027131,8.60197044082461],[-11.026602331125828,8.493418646336252],[-10.97869795225379,8.44183294573809],[-11.0534571011536,8.405586085665457],[-11.114198909634693,8.416299675817132],[-11.172580896496475,8.462929751014741],[-11.195187987609485,8.589227404080324],[-11.169465931958982,8.652848194936979],[-11.131236821726127,8.730627915509507],[-11.090081532685323,8.737188219611195],[-11.056619262123478,8.663986552980132],[-11.032124313715018,8.651809873424481],[-11.021363527130955,8.644824801431318]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.36683,"CHDOMS_GCO":124,"CHDOMS_GC1":123,"GCODE":122,"CHIEFDOM":"Dema","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.33","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.272401350993377,8.432771230719931],[-11.282218208929715,8.490728449690238],[-11.357685304315316,8.520037434202093],[-11.349001160756249,8.545240329096346],[-11.362829715445416,8.6431729262978],[-11.281463066011536,8.66426973157445],[-11.259894296411023,8.708020824396497],[-11.169465931958982,8.652848194936979],[-11.195187987609485,8.589227404080324],[-11.172580896496475,8.462929751014741],[-11.18570150469985,8.436641338175603],[-11.272401350993377,8.432771230719931]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04369,"PERIMETER":1.9749,"CHDOMS_GCO":122,"CHDOMS_GC1":121,"GCODE":121,"CHIEFDOM":"Imperi","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.34","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.00319290066225,8.756727542619098],[-11.042082760948515,8.770367311578722],[-11.090081532685323,8.737188219611195],[-11.131236821726127,8.730627915509507],[-11.169465931958982,8.652848194936979],[-11.259894296411023,8.708020824396497],[-11.281463066011536,8.66426973157445],[-11.362829715445416,8.6431729262978],[-11.348906767891476,8.778673883678701],[-11.32360948013245,8.803121635654774],[-11.269805547212133,8.909502394253364],[-11.165831806665242,8.937206700064088],[-11.139118625934628,8.970810559923093],[-11.145442947874384,9.011305098910489],[-11.081114210531936,9.060389388592181],[-11.032029920850245,9.041416422772912],[-10.965813326212347,9.041416422772912],[-10.887136873424481,8.944191772057252],[-10.824837582674641,8.913466894573808],[-10.834512851313821,8.836159138325144],[-10.822902528946805,8.743182166524246],[-10.837014262230293,8.73308212999359],[-10.896245784875026,8.80557585013886],[-10.97619654133732,8.783723901944029],[-10.991299399700917,8.76286307882931],[-11.00319290066225,8.756727542619098]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03502,"PERIMETER":1.0457,"CHDOMS_GCO":116,"CHDOMS_GC1":115,"GCODE":115,"CHIEFDOM":"Jong","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.35","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.692545982696004,8.431449730613117],[-10.774384596453748,8.36948081488998],[-10.792791205084383,8.396854745674],[-10.870098961333047,8.4184707117069],[-10.886948087694936,8.37740981553087],[-10.923619715659047,8.379722440717796],[-10.931643109164707,8.385480405468916],[-10.97869795225379,8.44183294573809],[-10.936032377376629,8.519612666310618],[-10.907148160756249,8.540237507263406],[-10.861933978530228,8.516592094637897],[-10.814218385387736,8.556189901409955],[-10.781983222067934,8.555104383465071],[-10.765181292138431,8.486858342234566],[-10.70189087630848,8.473501751869259],[-10.692545982696004,8.431449730613117]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01764,"PERIMETER":0.77348,"CHDOMS_GCO":114,"CHDOMS_GC1":113,"GCODE":113,"CHIEFDOM":"Kpanda Kemoh","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.36","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.604524636295663,8.555670740653706],[-10.620335441145054,8.658889338282417],[-10.563086168660542,8.71311803909421],[-10.520326200918607,8.6126368345439],[-10.580879223670156,8.597297994018373],[-10.604524636295663,8.555670740653706]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01787,"PERIMETER":0.63662,"CHDOMS_GCO":120,"CHDOMS_GC1":119,"GCODE":119,"CHIEFDOM":"Kwamabai Krim","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.37","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.032124313715018,8.651809873424481],[-11.056619262123478,8.663986552980132],[-11.090081532685323,8.737188219611195],[-11.042082760948515,8.770367311578722],[-11.00319290066225,8.756727542619098],[-11.002154579149753,8.757293899807733],[-10.982001702520828,8.689567019333476],[-11.021646705725272,8.645013587160863],[-11.032124313715018,8.651809873424481]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04249,"PERIMETER":2.21566,"CHDOMS_GCO":118,"CHDOMS_GC1":117,"GCODE":117,"CHIEFDOM":"Nongoba Bullum","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.38","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.991299399700917,8.76286307882931],[-10.97619654133732,8.783723901944029],[-10.896245784875026,8.80557585013886],[-10.837014262230293,8.73308212999359],[-10.856647978102968,8.68484737609485],[-10.915218750694295,8.634158407712027],[-11.01603033027131,8.60197044082461],[-11.021363527130955,8.644824801431318],[-11.021646705725272,8.645013587160863],[-10.982001702520828,8.689567019333476],[-11.002154579149753,8.757293899807733],[-10.991299399700917,8.76286307882931]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":1.86487,"CHDOMS_GCO":119,"CHDOMS_GC1":118,"GCODE":118,"CHIEFDOM":"Sittia","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.39","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.97869795225379,8.44183294573809],[-11.026602331125828,8.493418646336252],[-11.01603033027131,8.60197044082461],[-10.915218750694295,8.634158407712027],[-10.907148160756249,8.540237507263406],[-10.936032377376629,8.519612666310618],[-10.97869795225379,8.44183294573809]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01334,"PERIMETER":0.51581,"CHDOMS_GCO":125,"CHDOMS_GC1":124,"GCODE":123,"CHIEFDOM":"Sogbini","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.40","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.522497236808373,8.749789667058321],[-10.55997120412305,8.714958699957274],[-10.595226939115573,8.725955468703269],[-10.666776730613115,8.71174934255501],[-10.692121214804528,8.734734005127109],[-10.764756524246955,8.69843994862209],[-10.822902528946805,8.743182166524246],[-10.834512851313821,8.836159138325144],[-10.824837582674641,8.913466894573808],[-10.709111930463575,8.933478181905576],[-10.579368937833795,8.9292776994232],[-10.557045025315103,8.850459657338176],[-10.559404846934415,8.783535116214484],[-10.522497236808373,8.749789667058321]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01969,"PERIMETER":0.68281,"CHDOMS_GCO":115,"CHDOMS_GC1":114,"GCODE":114,"CHIEFDOM":"Yawbeko","DISTRICT":"Bonthe","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.41","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.64799255052339,8.443107249412519],[-10.692545982696004,8.431449730613117],[-10.70189087630848,8.473501751869259],[-10.765181292138431,8.486858342234566],[-10.781983222067934,8.555104383465071],[-10.764756524246955,8.69843994862209],[-10.692121214804528,8.734734005127109],[-10.666776730613115,8.71174934255501],[-10.595226939115573,8.725955468703269],[-10.55997120412305,8.714958699957274],[-10.563086168660542,8.71311803909421],[-10.620335441145054,8.658889338282417],[-10.604524636295663,8.555670740653706],[-10.630152299081391,8.528155220572527],[-10.625102280816064,8.475153627002777],[-10.64799255052339,8.443107249412519]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01004,"PERIMETER":0.4393,"CHDOMS_GCO":7,"CHDOMS_GC1":6,"GCODE":6,"CHIEFDOM":"Dea","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.42","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.579368937833795,8.9292776994232],[-10.709111930463575,8.933478181905576],[-10.702551626361888,9.000072348002563],[-10.614813458555863,9.040755672719504],[-10.580501652211066,9.029098153920103],[-10.579368937833795,8.9292776994232]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02942,"PERIMETER":0.89449,"CHDOMS_GCO":2,"CHDOMS_GC1":1,"GCODE":1,"CHIEFDOM":"Njaluahun","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.43","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.520326200918607,8.6126368345439],[-10.563086168660542,8.71311803909421],[-10.55997120412305,8.714958699957274],[-10.522497236808373,8.749789667058321],[-10.477283054582353,8.66124915990173],[-10.520326200918607,8.6126368345439]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0302,"PERIMETER":0.84494,"CHDOMS_GCO":3,"CHDOMS_GC1":2,"GCODE":2,"CHIEFDOM":"Jawi","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.44","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.837014262230293,8.73308212999359],[-10.822902528946805,8.743182166524246],[-10.764756524246955,8.69843994862209],[-10.781983222067934,8.555104383465071],[-10.814218385387736,8.556189901409955],[-10.861933978530228,8.516592094637897],[-10.907148160756249,8.540237507263406],[-10.915218750694295,8.634158407712027],[-10.856647978102968,8.68484737609485],[-10.837014262230293,8.73308212999359]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00803,"PERIMETER":0.3672,"CHDOMS_GCO":10,"CHDOMS_GC1":9,"GCODE":9,"CHIEFDOM":"Kissi Kama","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.45","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.20481406921598,8.714533932065798],[-12.162006905041657,8.795334224311045],[-12.057089235847041,8.905349108203374],[-12.02584519760735,8.852583496795557],[-12.00786335686819,8.948864218863491],[-11.96279076393933,8.904546768852809],[-12.007013821085238,8.81411840440077],[-11.99290208780175,8.783771098376414],[-12.023390983123264,8.732374183507797],[-11.995592284447767,8.705566609912411],[-12.019851250694296,8.676588000427259],[-12.092344970839564,8.678381464857937],[-12.134113813501388,8.64883649818415],[-12.15506902948088,8.63675421149327],[-12.20481406921598,8.714533932065798]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02173,"PERIMETER":0.7558,"CHDOMS_GCO":9,"CHDOMS_GC1":8,"GCODE":8,"CHIEFDOM":"Kissi Teng","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.46","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.00786335686819,8.948864218863491],[-12.02584519760735,8.852583496795557],[-12.057089235847041,8.905349108203374],[-12.162006905041657,8.795334224311045],[-12.20481406921598,8.714533932065798],[-12.244270286690877,8.710286253151036],[-12.301613952040162,8.758615399914548],[-12.342391669621875,8.715147485686819],[-12.327619186284982,8.790567384640035],[-12.31822709624012,8.816761404614399],[-12.339795865840632,8.880854159794916],[-12.339418294381542,8.902706107989745],[-12.284104075624866,8.897231321832942],[-12.2092033374279,8.91445801965392],[-12.219020195364239,8.938622593035676],[-12.078516416150395,8.958633880367444],[-12.06841637961974,8.98454472174749],[-12.00786335686819,8.948864218863491]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01881,"PERIMETER":0.62325,"CHDOMS_GCO":11,"CHDOMS_GC1":10,"GCODE":10,"CHIEFDOM":"Kissi Tongi","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.47","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.995592284447767,8.705566609912411],[-12.023390983123264,8.732374183507797],[-11.99290208780175,8.783771098376414],[-12.007013821085238,8.81411840440077],[-11.96279076393933,8.904546768852809],[-11.891996115359966,8.909360804956206],[-11.901246616107668,8.83054276287118],[-11.912243384853664,8.75597239970092],[-11.995592284447767,8.705566609912411]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06015,"PERIMETER":1.18557,"CHDOMS_GCO":8,"CHDOMS_GC1":7,"GCODE":7,"CHIEFDOM":"Luawa","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.48","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.284104075624866,8.897231321832942],[-12.339418294381542,8.902706107989745],[-12.339795865840632,8.880854159794916],[-12.363063707007049,8.877267230933562],[-12.440324266823328,8.934422110553301],[-12.48162114516129,8.987801275582141],[-12.577949063661611,9.02461449284341],[-12.557371419141209,9.073604389660328],[-12.515649772911772,9.084129194082461],[-12.484169752510148,9.120470447019867],[-12.43716210585345,9.111597517731253],[-12.431828908993804,9.084931533433027],[-12.365517921491135,9.071291764473402],[-12.334509865413374,9.017346242255929],[-12.26432877045503,8.958256308908354],[-12.284104075624866,8.897231321832942]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06933,"PERIMETER":1.10673,"CHDOMS_GCO":6,"CHDOMS_GC1":5,"GCODE":5,"CHIEFDOM":"Malema","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.49","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.365517921491135,9.071291764473402],[-12.431828908993804,9.084931533433027],[-12.43716210585345,9.111597517731253],[-12.484169752510148,9.120470447019867],[-12.438011641636402,9.170876236808374],[-12.411676032364879,9.208255811258278],[-12.34810243794061,9.214155365306558],[-12.2551726625721,9.256679350886563],[-12.185416335505234,9.215665651142919],[-12.188531300042726,9.204668882396923],[-12.21647158801538,9.176728594424269],[-12.226713213843196,9.1207064291818],[-12.277590967955565,9.085450694189277],[-12.365517921491135,9.071291764473402]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01433,"PERIMETER":0.52748,"CHDOMS_GCO":4,"CHDOMS_GC1":3,"GCODE":3,"CHIEFDOM":"Mandu","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.50","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.188531300042726,9.204668882396923],[-12.185416335505234,9.215665651142919],[-12.148603118243965,9.249788671758171],[-12.147470403866695,9.314400587694937],[-12.090457113544113,9.353573626575518],[-11.980253443922239,9.377219039201025],[-11.979262318842128,9.402563523392438],[-11.955947281243324,9.384534486220893],[-11.957079995620594,9.311663194616536],[-12.00899607124546,9.246060153599657],[-12.017208250480666,9.19707025678274],[-12.077761273232214,9.206651132557147],[-12.135576902905362,9.133166287331766],[-12.179280799295022,9.134912555330057],[-12.188531300042726,9.204668882396923]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01359,"PERIMETER":0.58891,"CHDOMS_GCO":14,"CHDOMS_GC1":13,"GCODE":13,"CHIEFDOM":"Peje Bongre","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.51","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.185416335505234,9.215665651142919],[-12.2551726625721,9.256679350886563],[-12.34810243794061,9.214155365306558],[-12.411676032364879,9.208255811258278],[-12.438011641636402,9.170876236808374],[-12.441079409741508,9.228786259346293],[-12.489314163640248,9.261163011963255],[-12.439852302499466,9.255310654347362],[-12.432914426938689,9.3008080151677],[-12.38052638698996,9.349467536957915],[-12.325825721854304,9.33106092832728],[-12.28896530816065,9.351072215659046],[-12.147470403866695,9.314400587694937],[-12.148603118243965,9.249788671758171],[-12.185416335505234,9.215665651142919]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01236,"PERIMETER":0.5366,"CHDOMS_GCO":13,"CHDOMS_GC1":12,"GCODE":12,"CHIEFDOM":"Peje West","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.52","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.979262318842128,9.402563523392438],[-11.980253443922239,9.377219039201025],[-12.090457113544113,9.353573626575518],[-12.147470403866695,9.314400587694937],[-12.28896530816065,9.351072215659046],[-12.325825721854304,9.33106092832728],[-12.38052638698996,9.349467536957915],[-12.37623151164281,9.369337234992523],[-12.343760366161076,9.37415127109592],[-12.326108900448622,9.41898788186285],[-12.226571624546038,9.42163088207648],[-12.195469175603503,9.470007225272377],[-12.089654774193548,9.51295597874386],[-12.041939181051058,9.51984665787225],[-12.014706839564196,9.531598569536424],[-11.964867406964323,9.505310156697288],[-11.979262318842128,9.402563523392438]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01409,"PERIMETER":0.59483,"CHDOMS_GCO":12,"CHDOMS_GC1":11,"GCODE":11,"CHIEFDOM":"Penguia","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.53","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.041939181051058,9.51984665787225],[-12.089654774193548,9.51295597874386],[-12.195469175603503,9.470007225272377],[-12.226571624546038,9.42163088207648],[-12.326108900448622,9.41898788186285],[-12.343760366161076,9.37415127109592],[-12.37623151164281,9.369337234992523],[-12.406956389126256,9.407283166631062],[-12.412950336039307,9.460992706686605],[-12.387794637577441,9.512767193014314],[-12.254747894680623,9.575680037385174],[-12.183622871074556,9.582617912945953],[-12.162195690771203,9.553780892757958],[-12.133783438474685,9.574641715872676],[-12.070021058320872,9.569497304742576],[-12.041939181051058,9.51984665787225]]]]},"geometry_name":"the_geom","properties":{"AREA":0.018,"PERIMETER":0.5557,"CHDOMS_GCO":5,"CHDOMS_GC1":4,"GCODE":4,"CHIEFDOM":"Upper Bambara","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.54","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.90851486669515,9.924697654881436],[-11.887370864986114,9.860699292565691],[-11.884444686178167,9.70962351249733],[-11.893600794061097,9.700844976073489],[-11.938390208395642,9.696644493591114],[-12.098338917752617,9.62646339863277],[-12.133783438474685,9.574641715872676],[-12.162195690771203,9.553780892757958],[-12.183622871074556,9.582617912945953],[-12.254747894680623,9.575680037385174],[-12.387794637577441,9.512767193014314],[-12.412950336039307,9.460992706686605],[-12.472417840845972,9.467977778679769],[-12.489644538666951,9.52801164067507],[-12.488795002883998,9.591207663640247],[-12.578279438688314,9.597107217688528],[-12.554681222495192,9.69329354689169],[-12.503661879085666,9.71000108395642],[-12.49606325347148,9.770978874599445],[-12.424749444135868,9.875707758064516],[-12.26772691358684,9.907895724951933],[-12.239031482696005,9.921724279641102],[-12.114102526169622,9.863011917752617],[-11.90851486669515,9.924697654881436]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02725,"PERIMETER":0.75545,"CHDOMS_GCO":15,"CHDOMS_GC1":14,"GCODE":14,"CHIEFDOM":"Yawei","DISTRICT":"Kailahun","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":1,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.55","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.06841637961974,8.98454472174749],[-12.078516416150395,8.958633880367444],[-12.219020195364239,8.938622593035676],[-12.2092033374279,8.91445801965392],[-12.284104075624866,8.897231321832942],[-12.26432877045503,8.958256308908354],[-12.334509865413374,9.017346242255929],[-12.365517921491135,9.071291764473402],[-12.277590967955565,9.085450694189277],[-12.226713213843196,9.1207064291818],[-12.21647158801538,9.176728594424269],[-12.188531300042726,9.204668882396923],[-12.179280799295022,9.134912555330057],[-12.135576902905362,9.133166287331766],[-12.077761273232214,9.206651132557147],[-12.017208250480666,9.19707025678274],[-12.056758860820338,9.014892027771843],[-12.06841637961974,8.98454472174749]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04829,"PERIMETER":1.42731,"CHDOMS_GCO":65,"CHDOMS_GC1":64,"GCODE":64,"CHIEFDOM":"Braimaia","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.56","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.96279076393933,8.904546768852809],[-12.00786335686819,8.948864218863491],[-12.06841637961974,8.98454472174749],[-12.056758860820338,9.014892027771843],[-12.033679805383464,9.00389525902585],[-11.979215122409741,9.035564065157018],[-11.95297390600299,9.018856528092288],[-11.827572985152745,9.116269964537492],[-11.823750074129459,9.087055372890408],[-11.762866676351207,9.078890390087588],[-11.799255125721,9.018667742362743],[-11.836021146549882,9.016968670796839],[-11.897990062273019,8.960521737662893],[-11.891996115359966,8.909360804956206],[-11.96279076393933,8.904546768852809]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0148,"PERIMETER":0.69947,"CHDOMS_GCO":61,"CHDOMS_GC1":60,"GCODE":60,"CHIEFDOM":"Gbinleh Dixon","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.57","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.017208250480666,9.19707025678274],[-12.00899607124546,9.246060153599657],[-11.957079995620594,9.311663194616536],[-11.955947281243324,9.384534486220893],[-11.979262318842128,9.402563523392438],[-11.964867406964323,9.505310156697288],[-11.882368043153171,9.518147586306345],[-11.872739970946379,9.453771652531511],[-11.822428574022645,9.387979825785088],[-11.827289806558428,9.339839464751122],[-11.809685537278359,9.202686632236702],[-11.827572985152745,9.116269964537492],[-11.95297390600299,9.018856528092288],[-11.979215122409741,9.035564065157018],[-12.033679805383464,9.00389525902585],[-12.056758860820338,9.014892027771843],[-12.017208250480666,9.19707025678274]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03374,"PERIMETER":0.96521,"CHDOMS_GCO":62,"CHDOMS_GC1":61,"GCODE":61,"CHIEFDOM":"Magbema","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.58","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.09441962326426,8.934988467741935],[-13.036556797158728,8.9292776994232],[-13.008899687780389,8.947070754432813],[-12.922294234351634,8.939188950224311],[-12.893504410596027,8.923142163212988],[-12.926966681157872,8.84876058577227],[-13.051801244819483,8.845598424802393],[-13.1388786625721,8.854235371929075],[-13.151338520722069,8.892558875026703],[-13.09441962326426,8.934988467741935]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02075,"PERIMETER":0.64108,"CHDOMS_GCO":59,"CHDOMS_GC1":58,"GCODE":58,"CHIEFDOM":"Mambolo","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.59","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.031931546784875,9.092341373317668],[-13.004321633838924,9.050714119953001],[-12.976192560136724,9.05137487000641],[-12.955850897778253,9.001865812433241],[-13.008899687780389,8.947070754432813],[-13.036556797158728,8.9292776994232],[-13.09441962326426,8.934988467741935],[-13.172482522431105,8.905868268959624],[-13.230911705725273,8.94220952189703],[-13.238651920636617,8.998514865733817],[-13.286886674535356,8.990255490066225],[-13.306709176137577,9.041133244178594],[-13.290662389126256,9.062702013779107],[-13.182393773232215,9.101403088335825],[-13.106265927793206,9.046183262443922],[-13.077900871929074,9.08025908662679],[-13.031931546784875,9.092341373317668]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01393,"PERIMETER":0.6331,"CHDOMS_GCO":63,"CHDOMS_GC1":62,"GCODE":62,"CHIEFDOM":"Masungbala","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.60","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.900017518265328,9.269563976928007],[-12.886613731467635,9.222273151676992],[-12.926164341807306,9.131797590792566],[-12.976192560136724,9.05137487000641],[-13.004321633838924,9.050714119953001],[-13.031931546784875,9.092341373317668],[-13.006398276863917,9.10952087470626],[-12.981431364131597,9.172292129779962],[-12.9498569508652,9.1872533988464],[-12.972322452681052,9.228786259346293],[-12.931308752937406,9.29740987203589],[-12.900017518265328,9.269563976928007]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04099,"PERIMETER":1.17871,"CHDOMS_GCO":60,"CHDOMS_GC1":59,"GCODE":59,"CHIEFDOM":"Samu","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.61","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.893504410596027,8.923142163212988],[-12.922294234351634,8.939188950224311],[-13.008899687780389,8.947070754432813],[-12.955850897778253,9.001865812433241],[-12.976192560136724,9.05137487000641],[-12.926164341807306,9.131797590792566],[-12.886613731467635,9.222273151676992],[-12.81209056472976,9.201648310724204],[-12.79259843815424,9.187678166737877],[-12.841918709997865,9.147655592074344],[-12.850933228583637,9.111361535569323],[-12.809872332407606,9.0990904631489],[-12.819453208182013,9.032496297051912],[-12.893504410596027,8.923142163212988]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06754,"PERIMETER":1.5779,"CHDOMS_GCO":64,"CHDOMS_GC1":63,"GCODE":63,"CHIEFDOM":"Tonko Limba","DISTRICT":"Kambia","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.62","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.809872332407606,9.0990904631489],[-12.850933228583637,9.111361535569323],[-12.841918709997865,9.147655592074344],[-12.79259843815424,9.187678166737877],[-12.713686003204444,9.181306648365734],[-12.669840517517624,9.101497481200598],[-12.729402415189062,9.06355154956206],[-12.737095433668019,9.015741563554796],[-12.767820311151464,9.071999710959197],[-12.809872332407606,9.0990904631489]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03923,"PERIMETER":0.87666,"CHDOMS_GCO":27,"CHDOMS_GC1":26,"GCODE":26,"CHIEFDOM":"Dama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.63","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.38052638698996,9.349467536957915],[-12.432914426938689,9.3008080151677],[-12.439852302499466,9.255310654347362],[-12.489314163640248,9.261163011963255],[-12.520463809015167,9.27631306675924],[-12.529053559709464,9.229447009399701],[-12.606691690984832,9.215571258278146],[-12.659315713095493,9.182911327066867],[-12.669840517517624,9.101497481200598],[-12.713686003204444,9.181306648365734],[-12.79259843815424,9.187678166737877],[-12.81209056472976,9.201648310724204],[-12.77301191871395,9.251015779000214],[-12.7200103251442,9.278767281243324],[-12.686925626041445,9.33106092832728],[-12.629157192800683,9.3800508251442],[-12.605747762337108,9.42101732845546],[-12.472417840845972,9.467977778679769],[-12.412950336039307,9.460992706686605],[-12.406956389126256,9.407283166631062],[-12.37623151164281,9.369337234992523],[-12.38052638698996,9.349467536957915]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03349,"PERIMETER":0.83505,"CHDOMS_GCO":20,"CHDOMS_GC1":19,"GCODE":19,"CHIEFDOM":"Dodo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.64","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.578279438688314,9.597107217688528],[-12.488795002883998,9.591207663640247],[-12.489644538666951,9.52801164067507],[-12.472417840845972,9.467977778679769],[-12.605747762337108,9.42101732845546],[-12.629157192800683,9.3800508251442],[-12.686925626041445,9.33106092832728],[-12.7200103251442,9.278767281243324],[-12.77301191871395,9.251015779000214],[-12.81209056472976,9.201648310724204],[-12.886613731467635,9.222273151676992],[-12.900017518265328,9.269563976928007],[-12.87099171234779,9.294200514633625],[-12.790663384426404,9.304017372569964],[-12.746440327280496,9.345078268745995],[-12.745732380794703,9.386422343516342],[-12.703444377376629,9.384251307626576],[-12.680931679128392,9.459293635120702],[-12.637227782738732,9.515646175389874],[-12.606833280281991,9.604186682546464],[-12.578279438688314,9.597107217688528]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03174,"PERIMETER":0.8756,"CHDOMS_GCO":29,"CHDOMS_GC1":28,"GCODE":28,"CHIEFDOM":"Gaura","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.65","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.964867406964323,9.505310156697288],[-12.014706839564196,9.531598569536424],[-12.041939181051058,9.51984665787225],[-12.070021058320872,9.569497304742576],[-12.133783438474685,9.574641715872676],[-12.098338917752617,9.62646339863277],[-11.938390208395642,9.696644493591114],[-11.893600794061097,9.700844976073489],[-11.844563700811792,9.745775979705192],[-11.80425794755394,9.755640034073917],[-11.757958247383037,9.591349252937407],[-11.770512498397778,9.527209301324504],[-11.693771099337749,9.55939726821192],[-11.649123274300363,9.473452564836574],[-11.706986100405896,9.43055100779748],[-11.731009084490493,9.368676484939115],[-11.70580618959624,9.316713212881863],[-11.719398762123477,9.274661191625722],[-11.73983481734672,9.215052097521896],[-11.809685537278359,9.202686632236702],[-11.827289806558428,9.339839464751122],[-11.822428574022645,9.387979825785088],[-11.872739970946379,9.453771652531511],[-11.882368043153171,9.518147586306345],[-11.964867406964323,9.505310156697288]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05099,"PERIMETER":0.97646,"CHDOMS_GCO":16,"CHDOMS_GC1":15,"GCODE":15,"CHIEFDOM":"Gorama Mende","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.66","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.719398762123477,9.274661191625722],[-11.70580618959624,9.316713212881863],[-11.731009084490493,9.368676484939115],[-11.706986100405896,9.43055100779748],[-11.649123274300363,9.473452564836574],[-11.565396803247168,9.48883860179449],[-11.502814333903011,9.453582866801966],[-11.462366991348002,9.353998394466995],[-11.44367720412305,9.246579314355907],[-11.391336360606708,9.169318754539628],[-11.432208471053194,9.139962573595385],[-11.490212886455884,9.1694131474044],[-11.5567126596881,9.135337323221535],[-11.607732003097627,9.128257858363597],[-11.649500845759453,9.091397444669942],[-11.708921154133732,9.100034391796624],[-11.705994975325785,9.211181990066224],[-11.719398762123477,9.274661191625722]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02215,"PERIMETER":0.66068,"CHDOMS_GCO":19,"CHDOMS_GC1":18,"GCODE":18,"CHIEFDOM":"Kandu Leppiama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.67","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.081114210531936,9.060389388592181],[-11.145442947874384,9.011305098910489],[-11.139118625934628,8.970810559923093],[-11.165831806665242,8.937206700064088],[-11.269805547212133,8.909502394253364],[-11.32360948013245,8.803121635654774],[-11.348906767891476,8.778673883678701],[-11.362829715445416,8.6431729262978],[-11.391572342768638,8.661296356334116],[-11.403041075838496,8.75030882781457],[-11.483180618030335,8.919413645054476],[-11.447028150822474,8.988745204229865],[-11.463594098590045,9.02334018916898],[-11.457080990920742,9.112919017838069],[-11.432208471053194,9.139962573595385],[-11.391336360606708,9.169318754539628],[-11.44367720412305,9.246579314355907],[-11.462366991348002,9.353998394466995],[-11.502814333903011,9.453582866801966],[-11.492855886669515,9.474774064943388],[-11.435087453428753,9.497239566759239],[-11.332057641529587,9.483646994232002],[-11.338853927793206,9.449948741508225],[-11.264000386028625,9.465759546357615],[-11.229830168980987,9.375189592608416],[-11.181595415082247,9.31888424877163],[-11.131520000320444,9.318459480880154],[-10.991818560457167,9.303026247489854],[-10.995641471480452,9.282920567293313],[-11.092063782845544,9.200798774941251],[-11.105373176778466,9.152422431745354],[-11.14888828743858,9.103668517090366],[-11.081114210531936,9.060389388592181]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02646,"PERIMETER":0.95978,"CHDOMS_GCO":28,"CHDOMS_GC1":27,"GCODE":27,"CHIEFDOM":"Koya (kenema)","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.68","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.649123274300363,9.473452564836574],[-11.693771099337749,9.55939726821192],[-11.591071662465286,9.61556102275155],[-11.533067247062593,9.67257431307413],[-11.464868402264473,9.634675577867977],[-11.545479908780175,9.581438002136295],[-11.513433531189916,9.549580410275583],[-11.492855886669515,9.474774064943388],[-11.502814333903011,9.453582866801966],[-11.565396803247168,9.48883860179449],[-11.649123274300363,9.473452564836574]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01601,"PERIMETER":0.59145,"CHDOMS_GCO":25,"CHDOMS_GC1":24,"GCODE":24,"CHIEFDOM":"Langrama","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.69","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.738418924375134,9.995869874919888],[-11.719351565691092,9.942443513458663],[-11.733227316812647,9.900438688634907],[-11.715575851100192,9.820959896496475],[-11.677629919461653,9.797503269600513],[-11.653276560350353,9.741622693655202],[-11.601077306131168,9.69253840397351],[-11.533067247062593,9.67257431307413],[-11.591071662465286,9.61556102275155],[-11.693771099337749,9.55939726821192],[-11.770512498397778,9.527209301324504],[-11.757958247383037,9.591349252937407],[-11.80425794755394,9.755640034073917],[-11.844563700811792,9.745775979705192],[-11.893600794061097,9.700844976073489],[-11.884444686178167,9.70962351249733],[-11.887370864986114,9.860699292565691],[-11.90851486669515,9.924697654881436],[-11.885388614825892,9.996861],[-11.738418924375134,9.995869874919888]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05646,"PERIMETER":1.33453,"CHDOMS_GCO":21,"CHDOMS_GC1":20,"GCODE":20,"CHIEFDOM":"Lower Bambara","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.70","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.131520000320444,9.318459480880154],[-11.181595415082247,9.31888424877163],[-11.229830168980987,9.375189592608416],[-11.264000386028625,9.465759546357615],[-11.338853927793206,9.449948741508225],[-11.332057641529587,9.483646994232002],[-11.435087453428753,9.497239566759239],[-11.492855886669515,9.474774064943388],[-11.513433531189916,9.549580410275583],[-11.545479908780175,9.581438002136295],[-11.464868402264473,9.634675577867977],[-11.389778878337962,9.642982149967956],[-11.34961471437727,9.63991438186285],[-11.310913639820551,9.667382705511644],[-11.155731770134587,9.685034171224098],[-11.127649892864772,9.701694511856441],[-11.12703633924375,9.566146358043154],[-11.137749929395428,9.551326678273874],[-11.119768088656269,9.419695828348644],[-11.131520000320444,9.318459480880154]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01176,"PERIMETER":0.64673,"CHDOMS_GCO":22,"CHDOMS_GC1":21,"GCODE":21,"CHIEFDOM":"Malegohun","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.71","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.464868402264473,9.634675577867977],[-11.533067247062593,9.67257431307413],[-11.601077306131168,9.69253840397351],[-11.653276560350353,9.741622693655202],[-11.677629919461653,9.797503269600513],[-11.631471808587909,9.78258919696646],[-11.567001481948301,9.910821903759881],[-11.540854658406323,9.900485885067294],[-11.516548495727408,9.800948609164708],[-11.475062831659901,9.687960350032045],[-11.396811146763511,9.649920025528733],[-11.389778878337962,9.642982149967956],[-11.464868402264473,9.634675577867977]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01593,"PERIMETER":0.52852,"CHDOMS_GCO":24,"CHDOMS_GC1":23,"GCODE":23,"CHIEFDOM":"Niawa","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.72","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.412952326639607,9.99473716054262],[-11.404456968810083,9.906998992736595],[-11.346310964110232,9.828888897137364],[-11.368210108737449,9.709293137470626],[-11.396811146763511,9.649920025528733],[-11.475062831659901,9.687960350032045],[-11.516548495727408,9.800948609164708],[-11.540854658406323,9.900485885067294],[-11.567001481948301,9.910821903759881],[-11.631471808587909,9.78258919696646],[-11.677629919461653,9.797503269600513],[-11.715575851100192,9.820959896496475],[-11.733227316812647,9.900438688634907],[-11.719351565691092,9.942443513458663],[-11.738418924375134,9.995869874919888],[-11.412952326639607,9.99473716054262]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03024,"PERIMETER":0.81844,"CHDOMS_GCO":31,"CHDOMS_GC1":30,"GCODE":30,"CHIEFDOM":"Nomo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":16}},{"type":"Feature","id":"sl_admin3.73","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.72072225283059,9.17583186220893],[-10.77962340044862,9.168658004486222],[-10.78165284704123,9.271121459196753],[-10.874818604571672,9.294861264687032],[-10.918097733069857,9.287168246208076],[-10.991818560457167,9.303026247489854],[-11.131520000320444,9.318459480880154],[-11.119768088656269,9.419695828348644],[-11.137749929395428,9.551326678273874],[-11.12703633924375,9.566146358043154],[-11.127649892864772,9.701694511856441],[-11.09739697970519,9.720384299081394],[-11.044348189703054,9.798824769707327],[-11.002154579149753,9.753233016022218],[-10.952126360820337,9.643359721427046],[-10.910546303888058,9.64166064986114],[-10.878830301324502,9.547409374385815],[-10.840648387524032,9.508189139072847],[-10.848907763191624,9.448438455671866],[-10.818749242896816,9.429607079149754],[-10.81379361749626,9.383212986114078],[-10.750078433774833,9.384676075518051],[-10.66007483721427,9.290519192907498],[-10.680699678167057,9.24039658171331],[-10.674941713415937,9.188858077547533],[-10.72072225283059,9.17583186220893]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04179,"PERIMETER":1.02676,"CHDOMS_GCO":26,"CHDOMS_GC1":25,"GCODE":25,"CHIEFDOM":"Nongowa","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.74","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.044348189703054,9.798824769707327],[-11.09739697970519,9.720384299081394],[-11.127649892864772,9.701694511856441],[-11.155731770134587,9.685034171224098],[-11.310913639820551,9.667382705511644],[-11.34961471437727,9.63991438186285],[-11.389778878337962,9.642982149967956],[-11.396811146763511,9.649920025528733],[-11.368210108737449,9.709293137470626],[-11.346310964110232,9.828888897137364],[-11.404456968810083,9.906998992736595],[-11.412952326639607,9.99473716054262],[-11.194102469664601,9.996200249946593],[-11.165926199530015,9.959528621982482],[-11.157289252403332,9.884250312326426],[-11.123071838923307,9.845549237769708],[-11.044348189703054,9.798824769707327]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01561,"PERIMETER":0.54134,"CHDOMS_GCO":18,"CHDOMS_GC1":17,"GCODE":17,"CHIEFDOM":"Simbaru","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.75","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.580501652211066,9.029098153920103],[-10.614813458555863,9.040755672719504],[-10.702551626361888,9.000072348002563],[-10.709111930463575,8.933478181905576],[-10.824837582674641,8.913466894573808],[-10.887136873424481,8.944191772057252],[-10.965813326212347,9.041416422772912],[-11.032029920850245,9.041416422772912],[-11.081114210531936,9.060389388592181],[-11.14888828743858,9.103668517090366],[-11.105373176778466,9.152422431745354],[-11.092063782845544,9.200798774941251],[-10.995641471480452,9.282920567293313],[-10.991818560457167,9.303026247489854],[-10.918097733069857,9.287168246208076],[-10.874818604571672,9.294861264687032],[-10.78165284704123,9.271121459196753],[-10.77962340044862,9.168658004486222],[-10.72072225283059,9.17583186220893],[-10.723082074449904,9.076058604144414],[-10.618919548173466,9.069498300042726],[-10.580501652211066,9.029098153920103]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03055,"PERIMETER":0.73569,"CHDOMS_GCO":23,"CHDOMS_GC1":22,"GCODE":22,"CHIEFDOM":"Small Bo","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.76","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.249507100085452,8.699195091540268],[-13.196694292245247,8.745730773873104],[-13.156907699743645,8.729023236808374],[-13.174087201132236,8.660446820551163],[-13.136330055223244,8.613675156056399],[-13.143456716513565,8.552697365413373],[-13.189284452360607,8.528815970625935],[-13.18659425571459,8.592011993591113],[-13.252574868190559,8.657662231040376],[-13.249507100085452,8.699195091540268]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06845,"PERIMETER":1.19623,"CHDOMS_GCO":30,"CHDOMS_GC1":29,"GCODE":29,"CHIEFDOM":"Tunkia","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":15}},{"type":"Feature","id":"sl_admin3.77","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.174087201132236,8.660446820551163],[-13.156907699743645,8.729023236808374],[-13.196694292245247,8.745730773873104],[-13.249507100085452,8.699195091540268],[-13.261070226020081,8.811805779213843],[-13.222699526490066,8.852253121768852],[-13.170264290108951,8.828466119846187],[-13.08927521213416,8.8284189234138],[-12.929940056398205,8.844088138966033],[-12.88076137385174,8.828371726981414],[-12.911863822794276,8.795806188634907],[-12.886236160008545,8.758662596346934],[-12.880100623798334,8.695560966246529],[-12.905681090151678,8.627362121448408],[-12.954340611941893,8.585923653813287],[-13.089699980025635,8.607209244819483],[-13.166913343409528,8.63349765765862],[-13.174087201132236,8.660446820551163]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03198,"PERIMETER":0.79668,"CHDOMS_GCO":17,"CHDOMS_GC1":16,"GCODE":16,"CHIEFDOM":"Wandor","DISTRICT":"Kenema","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":2,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.78","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.880100623798334,8.695560966246529],[-12.886236160008545,8.758662596346934],[-12.911863822794276,8.795806188634907],[-12.88076137385174,8.828371726981414],[-12.815583100726341,8.832383423734244],[-12.716942557039093,8.884865856547746],[-12.682772339991455,8.860748479598376],[-12.661769927579577,8.8335633345439],[-12.683102715018158,8.774709383358257],[-12.611883298547319,8.761683168019653],[-12.56766024140141,8.769564972228157],[-12.528911970412304,8.748184988357188],[-12.541466221427045,8.743701327280496],[-12.546893811151463,8.741907862849818],[-12.601736065584277,8.723642843516343],[-12.633782443174535,8.68234596517838],[-12.732894951185644,8.620235460158085],[-12.741248719718008,8.598289119098483],[-12.807654100085452,8.567281063020722],[-12.895911428647725,8.575682027985472],[-12.899451161076692,8.623492013992736],[-12.880100623798334,8.695560966246529]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07578,"PERIMETER":1.54673,"CHDOMS_GCO":73,"CHDOMS_GC1":72,"GCODE":72,"CHIEFDOM":"Dembelia Sinkunia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.79","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.625617460371716,8.895909821726127],[-12.623116049455245,8.875426570070498],[-12.682772339991455,8.860748479598376],[-12.716942557039093,8.884865856547746],[-12.815583100726341,8.832383423734244],[-12.88076137385174,8.828371726981414],[-12.929940056398205,8.844088138966033],[-12.926966681157872,8.84876058577227],[-12.893504410596027,8.923142163212988],[-12.819453208182013,9.032496297051912],[-12.809872332407606,9.0990904631489],[-12.767820311151464,9.071999710959197],[-12.737095433668019,9.015741563554796],[-12.609665066225165,9.011541081072421],[-12.604803833689383,8.976426935377056],[-12.655775980666524,8.920687948728904],[-12.6332160859859,8.899591143452254],[-12.625617460371716,8.895909821726127]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08876,"PERIMETER":1.30863,"CHDOMS_GCO":67,"CHDOMS_GC1":66,"GCODE":66,"CHIEFDOM":"Diang","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.80","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.6332160859859,8.899591143452254],[-12.655775980666524,8.920687948728904],[-12.604803833689383,8.976426935377056],[-12.609665066225165,9.011541081072421],[-12.577949063661611,9.02461449284341],[-12.48162114516129,8.987801275582141],[-12.440324266823328,8.934422110553301],[-12.465527161717581,8.904074804528946],[-12.52759047030549,8.8781639631489],[-12.529242345439009,8.878447141743218],[-12.5731822239906,8.91181501944029],[-12.62769410339671,8.896948143238625],[-12.6332160859859,8.899591143452254]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02784,"PERIMETER":0.95682,"CHDOMS_GCO":72,"CHDOMS_GC1":71,"GCODE":71,"CHIEFDOM":"Folosaba Dembelia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.81","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.484169752510148,9.120470447019867],[-12.515649772911772,9.084129194082461],[-12.557371419141209,9.073604389660328],[-12.577949063661611,9.02461449284341],[-12.609665066225165,9.011541081072421],[-12.737095433668019,9.015741563554796],[-12.729402415189062,9.06355154956206],[-12.669840517517624,9.101497481200598],[-12.659315713095493,9.182911327066867],[-12.606691690984832,9.215571258278146],[-12.529053559709464,9.229447009399701],[-12.520463809015167,9.27631306675924],[-12.489314163640248,9.261163011963255],[-12.441079409741508,9.228786259346293],[-12.438011641636402,9.170876236808374],[-12.484169752510148,9.120470447019867]]]]},"geometry_name":"the_geom","properties":{"AREA":0.09905,"PERIMETER":1.95685,"CHDOMS_GCO":66,"CHDOMS_GC1":65,"GCODE":65,"CHIEFDOM":"Kassunko","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.82","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.534811524460585,8.879438266823328],[-12.54165500715659,8.843852156804102],[-12.506068897137364,8.794295902798547],[-12.56766024140141,8.769564972228157],[-12.611883298547319,8.761683168019653],[-12.683102715018158,8.774709383358257],[-12.661769927579577,8.8335633345439],[-12.682772339991455,8.860748479598376],[-12.623116049455245,8.875426570070498],[-12.625617460371716,8.895909821726127],[-12.62769410339671,8.896948143238625],[-12.5731822239906,8.91181501944029],[-12.529242345439009,8.878447141743218],[-12.534811524460585,8.879438266823328]]]]},"geometry_name":"the_geom","properties":{"AREA":0.136,"PERIMETER":2.01738,"CHDOMS_GCO":74,"CHDOMS_GC1":73,"GCODE":73,"CHIEFDOM":"Mongo","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.83","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.741248719718008,8.598289119098483],[-12.708635984939116,8.592719940076906],[-12.699385484191412,8.539199185750908],[-12.611128155629139,8.499035021790215],[-12.59050331467635,8.467885376415296],[-12.667197517303995,8.404830942747276],[-12.68848310831019,8.371840636509292],[-12.753142220679342,8.352584492095705],[-12.82313452990814,8.386282744819482],[-12.884065124118779,8.33332834768212],[-12.915592340952788,8.278391700384534],[-12.951084058107242,8.265176699316385],[-12.923898913052767,8.31548809624012],[-12.928240984832302,8.368678475539415],[-13.022633849604786,8.374153261696218],[-13.075871425336468,8.37840094061098],[-13.092437373104039,8.420547354731895],[-13.151291324289682,8.449856339243752],[-13.121699161183509,8.49445696784875],[-13.074974693121128,8.500875682653279],[-13.052839566331981,8.5296183099765],[-13.010079598590044,8.501819611301004],[-12.978174810296945,8.537688899914547],[-12.955945290643026,8.521311737876522],[-12.887793642277291,8.564024509186071],[-12.810438689596241,8.560012812433241],[-12.741248719718008,8.598289119098483]]]]},"geometry_name":"the_geom","properties":{"AREA":0.20415,"PERIMETER":2.57174,"CHDOMS_GCO":68,"CHDOMS_GC1":67,"GCODE":67,"CHIEFDOM":"Nieni","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.84","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.438389213095492,8.491672378337961],[-12.468783715552233,8.460711518692587],[-12.534953113757744,8.453679250267037],[-12.544628382396924,8.426824480239265],[-12.59050331467635,8.467885376415296],[-12.611128155629139,8.499035021790215],[-12.699385484191412,8.539199185750908],[-12.708635984939116,8.592719940076906],[-12.741248719718008,8.598289119098483],[-12.732894951185644,8.620235460158085],[-12.633782443174535,8.68234596517838],[-12.601736065584277,8.723642843516343],[-12.546893811151463,8.741907862849818],[-12.541702203588976,8.743606934415723],[-12.49832868222602,8.662145892117069],[-12.484169752510148,8.589935350566119],[-12.44872523178808,8.569593688207648],[-12.437822855906857,8.492049949797051],[-12.438389213095492,8.491672378337961]]]]},"geometry_name":"the_geom","properties":{"AREA":0.11328,"PERIMETER":1.67223,"CHDOMS_GCO":76,"CHDOMS_GC1":75,"GCODE":75,"CHIEFDOM":"Neya","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.85","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.52759047030549,8.8781639631489],[-12.465527161717581,8.904074804528946],[-12.440324266823328,8.934422110553301],[-12.363063707007049,8.877267230933562],[-12.339795865840632,8.880854159794916],[-12.31822709624012,8.816761404614399],[-12.327619186284982,8.790567384640035],[-12.366131475112155,8.794343099230934],[-12.479544502136296,8.739500844798119],[-12.528911970412304,8.748184988357188],[-12.56766024140141,8.769564972228157],[-12.506068897137364,8.794295902798547],[-12.54165500715659,8.843852156804102],[-12.534811524460585,8.879438266823328],[-12.52759047030549,8.8781639631489]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08499,"PERIMETER":1.51456,"CHDOMS_GCO":71,"CHDOMS_GC1":70,"GCODE":70,"CHIEFDOM":"Sengbeh","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.86","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.437822855906857,8.492049949797051],[-12.44872523178808,8.569593688207648],[-12.484169752510148,8.589935350566119],[-12.49832868222602,8.662145892117069],[-12.541702203588976,8.743606934415723],[-12.541466221427045,8.743701327280496],[-12.528911970412304,8.748184988357188],[-12.479544502136296,8.739500844798119],[-12.366131475112155,8.794343099230934],[-12.327619186284982,8.790567384640035],[-12.342391669621875,8.715147485686819],[-12.387133887524033,8.689142251442],[-12.392467084383679,8.650016408993805],[-12.335123419034394,8.63439438987396],[-12.338474365733818,8.597769958342234],[-12.282027432599872,8.558408133732108],[-12.341306151676992,8.539954328669088],[-12.387417066118351,8.498279878872035],[-12.433622373424482,8.494881735740226],[-12.437822855906857,8.492049949797051]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08391,"PERIMETER":1.31002,"CHDOMS_GCO":75,"CHDOMS_GC1":74,"GCODE":74,"CHIEFDOM":"Sulima (Koinadugu)","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.87","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.15506902948088,8.63675421149327],[-12.134113813501388,8.64883649818415],[-12.066056558000428,8.607398030549028],[-12.011780660756248,8.548308097201453],[-12.036228412732322,8.519848648472548],[-12.106456704123051,8.502810736381115],[-12.257107716299936,8.53891600715659],[-12.282027432599872,8.558408133732108],[-12.265603074129459,8.609616262871182],[-12.198725729438154,8.598761083422346],[-12.15506902948088,8.63675421149327]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08027,"PERIMETER":1.64309,"CHDOMS_GCO":70,"CHDOMS_GC1":69,"GCODE":69,"CHIEFDOM":"Wara Wara Bafodia","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.88","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.433622373424482,8.494881735740226],[-12.387417066118351,8.498279878872035],[-12.341306151676992,8.539954328669088],[-12.282027432599872,8.558408133732108],[-12.257107716299936,8.53891600715659],[-12.106456704123051,8.502810736381115],[-12.076722951719718,8.478976538026062],[-12.0788467911771,8.428712337534714],[-12.033962983977782,8.4260221408887],[-12.005833910275582,8.37915608352916],[-12.070681808374278,8.312184345973082],[-12.043496663319804,8.247714019333475],[-12.141098885494552,8.288774915509507],[-12.205474819269387,8.329694222388378],[-12.265036716940825,8.350743831232641],[-12.327194418393505,8.328844686605425],[-12.387417066118351,8.342390062700277],[-12.45788133967101,8.27617346806238],[-12.569264920102542,8.300574023606067],[-12.597535583101902,8.28721743324076],[-12.586821992950224,8.326012900662251],[-12.68848310831019,8.371840636509292],[-12.667197517303995,8.404830942747276],[-12.59050331467635,8.467885376415296],[-12.544628382396924,8.426824480239265],[-12.534953113757744,8.453679250267037],[-12.468783715552233,8.460711518692587],[-12.438389213095492,8.491672378337961],[-12.433622373424482,8.494881735740226]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02368,"PERIMETER":0.80849,"CHDOMS_GCO":69,"CHDOMS_GC1":68,"GCODE":68,"CHIEFDOM":"Wara Wara Yagala","DISTRICT":"Koinadugu","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.89","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.20481406921598,8.714533932065798],[-12.15506902948088,8.63675421149327],[-12.198725729438154,8.598761083422346],[-12.265603074129459,8.609616262871182],[-12.282027432599872,8.558408133732108],[-12.338474365733818,8.597769958342234],[-12.335123419034394,8.63439438987396],[-12.392467084383679,8.650016408993805],[-12.387133887524033,8.689142251442],[-12.342391669621875,8.715147485686819],[-12.301613952040162,8.758615399914548],[-12.244270286690877,8.710286253151036],[-12.20481406921598,8.714533932065798]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02231,"PERIMETER":0.62832,"CHDOMS_GCO":45,"CHDOMS_GC1":44,"GCODE":44,"CHIEFDOM":"Fiama","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.90","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.134113813501388,8.64883649818415],[-12.092344970839564,8.678381464857937],[-12.019851250694296,8.676588000427259],[-11.995592284447767,8.705566609912411],[-11.912243384853664,8.75597239970092],[-11.901246616107668,8.83054276287118],[-11.84168471843623,8.825492744605853],[-11.829649628177739,8.779900990920744],[-11.874675024674215,8.67795669696646],[-11.954531388271736,8.619008352916044],[-12.011780660756248,8.548308097201453],[-12.066056558000428,8.607398030549028],[-12.134113813501388,8.64883649818415]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03102,"PERIMETER":0.8679,"CHDOMS_GCO":36,"CHDOMS_GC1":35,"GCODE":35,"CHIEFDOM":"Gbane","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.91","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.954531388271736,8.619008352916044],[-11.874675024674215,8.67795669696646],[-11.829649628177739,8.779900990920744],[-11.769285391155735,8.80392397500534],[-11.708024421918394,8.72807930816065],[-11.712036118671223,8.677343143345439],[-11.714537529587695,8.589227404080324],[-11.691694456312753,8.553546901196325],[-11.716566976180303,8.485112074236275],[-11.954531388271736,8.619008352916044]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00889,"PERIMETER":0.42055,"CHDOMS_GCO":37,"CHDOMS_GC1":36,"GCODE":36,"CHIEFDOM":"Gbane Kandor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.92","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.106456704123051,8.502810736381115],[-12.036228412732322,8.519848648472548],[-12.011780660756248,8.548308097201453],[-11.954531388271736,8.619008352916044],[-11.716566976180303,8.485112074236275],[-11.792506035889767,8.383073387417218],[-11.841118361247597,8.351970938474684],[-11.874911006836145,8.333281151249732],[-11.97808240803247,8.3584368497116],[-12.005833910275582,8.37915608352916],[-12.033962983977782,8.4260221408887],[-12.0788467911771,8.428712337534714],[-12.076722951719718,8.478976538026062],[-12.106456704123051,8.502810736381115]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02168,"PERIMETER":0.65762,"CHDOMS_GCO":39,"CHDOMS_GC1":38,"GCODE":38,"CHIEFDOM":"Gbense","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.93","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.593997841273232,8.492521914120914],[-11.609619860393078,8.48577282428968],[-11.716566976180303,8.485112074236275],[-11.691694456312753,8.553546901196325],[-11.714537529587695,8.589227404080324],[-11.712036118671223,8.677343143345439],[-11.63897604133732,8.630665871715445],[-11.626468986754967,8.658653356120487],[-11.556807052552873,8.688859072847682],[-11.561573892223883,8.595410136722922],[-11.60018057391583,8.520603791390728],[-11.593997841273232,8.492521914120914]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02444,"PERIMETER":0.93052,"CHDOMS_GCO":32,"CHDOMS_GC1":31,"GCODE":31,"CHIEFDOM":"Gorama Kono","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.94","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.357685304315316,8.520037434202093],[-11.448160865199743,8.53452673894467],[-11.558506124118777,8.529948685003204],[-11.593997841273232,8.492521914120914],[-11.60018057391583,8.520603791390728],[-11.561573892223883,8.595410136722922],[-11.556807052552873,8.688859072847682],[-11.626468986754967,8.658653356120487],[-11.63897604133732,8.630665871715445],[-11.712036118671223,8.677343143345439],[-11.708024421918394,8.72807930816065],[-11.609006306772057,8.712646074770348],[-11.572240285943174,8.804112760734885],[-11.574128143238624,8.836111941892758],[-11.537314925977356,8.904357983123264],[-11.502767137470626,8.892889250053408],[-11.483180618030335,8.919413645054476],[-11.403041075838496,8.75030882781457],[-11.391572342768638,8.661296356334116],[-11.362829715445416,8.6431729262978],[-11.349001160756249,8.545240329096346],[-11.357685304315316,8.520037434202093]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.36192,"CHDOMS_GCO":38,"CHDOMS_GC1":37,"GCODE":37,"CHIEFDOM":"Kamara","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.95","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.649500845759453,9.091397444669942],[-11.607732003097627,9.128257858363597],[-11.5567126596881,9.135337323221535],[-11.490212886455884,9.1694131474044],[-11.432208471053194,9.139962573595385],[-11.457080990920742,9.112919017838069],[-11.463594098590045,9.02334018916898],[-11.447028150822474,8.988745204229865],[-11.483180618030335,8.919413645054476],[-11.502767137470626,8.892889250053408],[-11.537314925977356,8.904357983123264],[-11.574128143238624,8.836111941892758],[-11.572240285943174,8.804112760734885],[-11.627271326105532,8.827946959089937],[-11.693063152851954,8.909313608523819],[-11.689193045396282,8.94636280794702],[-11.642421380901517,8.99370082963042],[-11.649500845759453,9.091397444669942]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05691,"PERIMETER":0.99495,"CHDOMS_GCO":41,"CHDOMS_GC1":40,"GCODE":40,"CHIEFDOM":"Lei","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.96","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.799255125721,9.018667742362743],[-11.762866676351207,9.078890390087588],[-11.823750074129459,9.087055372890408],[-11.827572985152745,9.116269964537492],[-11.809685537278359,9.202686632236702],[-11.73983481734672,9.215052097521896],[-11.719398762123477,9.274661191625722],[-11.705994975325785,9.211181990066224],[-11.708921154133732,9.100034391796624],[-11.649500845759453,9.091397444669942],[-11.642421380901517,8.99370082963042],[-11.689193045396282,8.94636280794702],[-11.721711387310403,8.904641161717581],[-11.752011496902371,8.902375732963042],[-11.760129283272805,8.961748844904935],[-11.799255125721,9.018667742362743]]]]},"geometry_name":"the_geom","properties":{"AREA":0.00583,"PERIMETER":0.34411,"CHDOMS_GCO":44,"CHDOMS_GC1":43,"GCODE":43,"CHIEFDOM":"Mafindor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.97","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.901246616107668,8.83054276287118],[-11.891996115359966,8.909360804956206],[-11.897990062273019,8.960521737662893],[-11.836021146549882,9.016968670796839],[-11.799255125721,9.018667742362743],[-11.760129283272805,8.961748844904935],[-11.752011496902371,8.902375732963042],[-11.721711387310403,8.904641161717581],[-11.689193045396282,8.94636280794702],[-11.693063152851954,8.909313608523819],[-11.627271326105532,8.827946959089937],[-11.572240285943174,8.804112760734885],[-11.609006306772057,8.712646074770348],[-11.708024421918394,8.72807930816065],[-11.769285391155735,8.80392397500534],[-11.829649628177739,8.779900990920744],[-11.84168471843623,8.825492744605853],[-11.901246616107668,8.83054276287118]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.95232,"CHDOMS_GCO":33,"CHDOMS_GC1":32,"GCODE":32,"CHIEFDOM":"Nimikoro","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.98","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.383312967101046,8.155775369045076],[-11.361555411770988,8.082054541657765],[-11.452927704870753,8.02069917955565],[-11.468644116855373,8.060485772057252],[-11.46288615210425,8.139586992736595],[-11.383312967101046,8.155775369045076]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0343,"PERIMETER":0.91252,"CHDOMS_GCO":34,"CHDOMS_GC1":33,"GCODE":33,"CHIEFDOM":"Nimiyama","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.99","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.46288615210425,8.139586992736595],[-11.468644116855373,8.060485772057252],[-11.452927704870753,8.02069917955565],[-11.526412550096133,7.987944855479598],[-11.60834555671865,8.052698360713523],[-11.605560967207861,8.094231221213416],[-11.532264907712026,8.185792300042726],[-11.53160415765862,8.158937530014954],[-11.485587636082034,8.164931476928006],[-11.46288615210425,8.139586992736595]]]]},"geometry_name":"the_geom","properties":{"AREA":0.12273,"PERIMETER":1.90588,"CHDOMS_GCO":35,"CHDOMS_GC1":34,"GCODE":34,"CHIEFDOM":"Sandor","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.100","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.016500303994873,7.601170092074343],[-11.983038033433028,7.593524270027771],[-11.92484483230079,7.623022040269173],[-11.849094558320871,7.627977665669728],[-11.773202695043794,7.688672277718435],[-11.756542354411451,7.65709786445204],[-11.795432214697714,7.572946625507369],[-11.852398308587908,7.561997053193761],[-11.842675843516343,7.524900657338175],[-11.883736739692374,7.488512207968382],[-11.929328493377483,7.531649747169408],[-12.001255856334117,7.544723158940397],[-12.016500303994873,7.601170092074343]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04067,"PERIMETER":0.96183,"CHDOMS_GCO":42,"CHDOMS_GC1":41,"GCODE":41,"CHIEFDOM":"Soa","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.101","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.361555411770988,8.082054541657765],[-11.352682482482376,7.991107016449476],[-11.367643751548814,7.9589662459944455],[-11.468360938261055,7.890484222602008],[-11.493091868831446,7.834981218115787],[-11.611224539094211,7.821152663426617],[-11.584039394039735,7.862260756035035],[-11.67602524076052,7.8620719703054895],[-11.66748268649861,7.891994508438367],[-11.62014466481521,7.917716564088869],[-11.56601035686819,7.977608836787011],[-11.526412550096133,7.987944855479598],[-11.452927704870753,8.02069917955565],[-11.361555411770988,8.082054541657765]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01573,"PERIMETER":0.51883,"CHDOMS_GCO":40,"CHDOMS_GC1":39,"GCODE":39,"CHIEFDOM":"Tankoro","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.102","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.915075170796838,7.760835622837],[-11.969115085879086,7.670596044114505],[-12.017444232642598,7.624957093997009],[-12.056617271523178,7.646809042191839],[-12.104144078936125,7.7045774754325995],[-12.13873906387524,7.706134957701345],[-12.15256761856441,7.786557678487502],[-12.167717673360393,7.888407579577013],[-12.158419976180303,7.935273636936552],[-12.160071851313822,7.9510372453535565],[-12.089560381328775,7.9788831404614395],[-11.987238515915402,7.997006570497756],[-11.945941637577441,8.000027142170476],[-11.878025971373638,7.968216746742149],[-11.832009449797052,7.973030782845545],[-11.847914647511216,7.899970705511643],[-11.90813729523606,7.79901753663747],[-11.915075170796838,7.760835622837]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01124,"PERIMETER":0.44758,"CHDOMS_GCO":43,"CHDOMS_GC1":42,"GCODE":42,"CHIEFDOM":"Toli","DISTRICT":"Kono","PROVINCE":"Eastern","NCRRR_PROV":"E","NCRRR_DIST":3,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.103","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.793874732428968,8.07181291582995],[-11.847820254646443,8.002009392330699],[-11.917529385280922,8.05335911076693],[-11.888739561525314,8.13486734949797],[-11.875194185430463,8.150866940076906],[-11.805201876201666,8.142088403653066],[-11.793874732428968,8.07181291582995]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06818,"PERIMETER":1.52293,"CHDOMS_GCO":142,"CHDOMS_GC1":141,"GCODE":140,"CHIEFDOM":"Bagruwa","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.104","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.493091868831446,7.834981218115787],[-11.488325029160436,7.806002608630634],[-11.644214845332193,7.672200722815637],[-11.737522192159794,7.643363702627643],[-11.747008675069429,7.6548324356975],[-11.761592372676779,7.725391102114932],[-11.726431030549028,7.769425373531297],[-11.714159958128604,7.855228487609485],[-11.67602524076052,7.8620719703054895],[-11.584039394039735,7.862260756035035],[-11.611224539094211,7.821152663426617],[-11.493091868831446,7.834981218115787]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04194,"PERIMETER":1.14623,"CHDOMS_GCO":149,"CHDOMS_GC1":148,"GCODE":147,"CHIEFDOM":"Lower Banta","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.105","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.60834555671865,8.052698360713523],[-11.526412550096133,7.987944855479598],[-11.56601035686819,7.977608836787011],[-11.62014466481521,7.917716564088869],[-11.66748268649861,7.891994508438367],[-11.67602524076052,7.8620719703054895],[-11.714159958128604,7.855228487609485],[-11.731197870220038,7.921822653706473],[-11.832009449797052,7.973030782845545],[-11.847820254646443,8.002009392330699],[-11.793874732428968,8.07181291582995],[-11.692308009933775,8.06289279010895],[-11.60834555671865,8.052698360713523]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01513,"PERIMETER":0.53905,"CHDOMS_GCO":150,"CHDOMS_GC1":149,"GCODE":148,"CHIEFDOM":"Upper Banta","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":13}},{"type":"Feature","id":"sl_admin3.106","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.542081765648366,8.3430036163213],[-11.505079762657552,8.335263401409955],[-11.485021278893399,8.283913682973724],[-11.380433984725485,8.183243692693868],[-11.383312967101046,8.155775369045076],[-11.46288615210425,8.139586992736595],[-11.485587636082034,8.164931476928006],[-11.53160415765862,8.158937530014954],[-11.532264907712026,8.185792300042726],[-11.574977679021575,8.255218252082887],[-11.590222126682333,8.245826162038025],[-11.59413943057039,8.264940717154454],[-11.542081765648366,8.3430036163213]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06079,"PERIMETER":1.24253,"CHDOMS_GCO":138,"CHDOMS_GC1":137,"GCODE":136,"CHIEFDOM":"Bumpeh","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.107","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.773202695043794,7.688672277718435],[-11.849094558320871,7.627977665669728],[-11.92484483230079,7.623022040269173],[-11.983038033433028,7.593524270027771],[-12.016500303994873,7.601170092074343],[-12.017444232642598,7.624957093997009],[-11.969115085879086,7.670596044114505],[-11.915075170796838,7.760835622837],[-11.83479403930784,7.751868300683614],[-11.773202695043794,7.688672277718435]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0285,"PERIMETER":0.78351,"CHDOMS_GCO":147,"CHDOMS_GC1":146,"GCODE":145,"CHIEFDOM":"Dasse","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.108","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.532264907712026,8.185792300042726],[-11.605560967207861,8.094231221213416],[-11.60834555671865,8.052698360713523],[-11.692308009933775,8.06289279010895],[-11.675883651463362,8.130289295556505],[-11.695658956633197,8.15936229790643],[-11.678762633838923,8.194098872142705],[-11.618964754005553,8.19815776532792],[-11.590222126682333,8.245826162038025],[-11.574977679021575,8.255218252082887],[-11.532264907712026,8.185792300042726]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04071,"PERIMETER":0.91742,"CHDOMS_GCO":145,"CHDOMS_GC1":144,"GCODE":143,"CHIEFDOM":"Fakunya","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.109","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.793874732428968,8.07181291582995],[-11.805201876201666,8.142088403653066],[-11.805390661931211,8.153132368831447],[-11.695658956633197,8.15936229790643],[-11.675883651463362,8.130289295556505],[-11.692308009933775,8.06289279010895],[-11.793874732428968,8.07181291582995]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05479,"PERIMETER":2.04142,"CHDOMS_GCO":144,"CHDOMS_GC1":143,"GCODE":142,"CHIEFDOM":"Kargboro","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.110","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.756542354411451,7.65709786445204],[-11.773202695043794,7.688672277718435],[-11.83479403930784,7.751868300683614],[-11.915075170796838,7.760835622837],[-11.90813729523606,7.79901753663747],[-11.847914647511216,7.899970705511643],[-11.832009449797052,7.973030782845545],[-11.731197870220038,7.921822653706473],[-11.714159958128604,7.855228487609485],[-11.726431030549028,7.769425373531297],[-11.761592372676779,7.725391102114932],[-11.747008675069429,7.6548324356975],[-11.756542354411451,7.65709786445204]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04298,"PERIMETER":0.95684,"CHDOMS_GCO":141,"CHDOMS_GC1":140,"GCODE":139,"CHIEFDOM":"Kaiyamba","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.111","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.609619860393078,8.48577282428968],[-11.564075303140354,8.432252069963683],[-11.572145893078401,8.396429977782525],[-11.542081765648366,8.3430036163213],[-11.59413943057039,8.264940717154454],[-11.590222126682333,8.245826162038025],[-11.618964754005553,8.19815776532792],[-11.678762633838923,8.194098872142705],[-11.695658956633197,8.15936229790643],[-11.805390661931211,8.153132368831447],[-11.825732324289682,8.178665638752403],[-11.815821073488571,8.263572020615253],[-11.84810343324076,8.29613755896176],[-11.841118361247597,8.351970938474684],[-11.792506035889767,8.383073387417218],[-11.716566976180303,8.485112074236275],[-11.609619860393078,8.48577282428968]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03773,"PERIMETER":1.02913,"CHDOMS_GCO":148,"CHDOMS_GC1":147,"GCODE":146,"CHIEFDOM":"Kamaje","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.112","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.488325029160436,7.806002608630634],[-11.443110846934415,7.807512894466994],[-11.427300042085024,7.769850141422772],[-11.44480991850032,7.697262028412732],[-11.494177386776329,7.698866707113864],[-11.562329035142064,7.65521000715659],[-11.581396393826106,7.593713055757316],[-11.671730365413373,7.528817961226233],[-11.717558101260414,7.570822786049988],[-11.748094193014312,7.5666695],[-11.737522192159794,7.643363702627643],[-11.644214845332193,7.672200722815637],[-11.488325029160436,7.806002608630634]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02875,"PERIMETER":0.81155,"CHDOMS_GCO":140,"CHDOMS_GC1":139,"GCODE":138,"CHIEFDOM":"Kongbora","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.113","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.016500303994873,7.601170092074343],[-12.001255856334117,7.544723158940397],[-11.929328493377483,7.531649747169408],[-11.961563656697287,7.475580385494552],[-12.046139663533433,7.488370618671223],[-12.056003717902158,7.512771174214911],[-12.070445826212348,7.596261663106174],[-12.133311474150823,7.600934109912411],[-12.144874600085451,7.65407729277932],[-12.104144078936125,7.7045774754325995],[-12.056617271523178,7.646809042191839],[-12.017444232642598,7.624957093997009],[-12.016500303994873,7.601170092074343]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05026,"PERIMETER":1.21008,"CHDOMS_GCO":146,"CHDOMS_GC1":145,"GCODE":144,"CHIEFDOM":"Kori","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.114","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.295195237235633,7.4552859195684675],[-12.227043588869899,7.472654206686605],[-12.17578826329844,7.513337531403546],[-12.108769329309975,7.451698990707113],[-12.041231234565263,7.438908757530442],[-12.027969037064729,7.40388900469985],[-12.079885112689595,7.356173411557359],[-12.161251762123477,7.375523948835718],[-12.217132338068788,7.409222201559495],[-12.264281574022645,7.413847451933347],[-12.295195237235633,7.4552859195684675]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0158,"PERIMETER":0.66484,"CHDOMS_GCO":151,"CHDOMS_GC1":150,"GCODE":149,"CHIEFDOM":"Kowa","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":14}},{"type":"Feature","id":"sl_admin3.115","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.364432403546251,7.5548231954710525],[-12.278346110873745,7.593949037919248],[-12.286463897244179,7.638738452253791],[-12.244553465285195,7.6800825270241395],[-12.199244890194402,7.651292703268532],[-12.144874600085451,7.65407729277932],[-12.133311474150823,7.600934109912411],[-12.17578826329844,7.513337531403546],[-12.227043588869899,7.472654206686605],[-12.295195237235633,7.4552859195684675],[-12.362025385494553,7.458636866267891],[-12.379724047639392,7.460619116428113],[-12.393505405896176,7.527402068254646],[-12.364432403546251,7.5548231954710525]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05605,"PERIMETER":1.28182,"CHDOMS_GCO":139,"CHDOMS_GC1":138,"GCODE":137,"CHIEFDOM":"Ribbi","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.116","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.393505405896176,7.527402068254646],[-12.379724047639392,7.460619116428113],[-12.362025385494553,7.458636866267891],[-12.317802328348643,7.404313772591326],[-12.349895902371289,7.366698215979491],[-12.4376812666097,7.414413809121982],[-12.479874877162999,7.411865201773125],[-12.499980557359539,7.4714742958769484],[-12.467462215445417,7.520511389126255],[-12.393505405896176,7.527402068254646]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02746,"PERIMETER":0.82206,"CHDOMS_GCO":143,"CHDOMS_GC1":142,"GCODE":141,"CHIEFDOM":"Timidale","DISTRICT":"Moyamba","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":4,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.117","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.349895902371289,7.366698215979491],[-12.317802328348643,7.404313772591326],[-12.362025385494553,7.458636866267891],[-12.295195237235633,7.4552859195684675],[-12.264281574022645,7.413847451933347],[-12.217132338068788,7.409222201559495],[-12.161251762123477,7.375523948835718],[-12.079885112689595,7.356173411557359],[-12.01739703621021,7.297649835398419],[-12.060723361140782,7.199245273873103],[-12.1810742637257,7.253615563982055],[-12.363016510574663,7.325590123371073],[-12.521596523392438,7.369860376949369],[-12.510694147511215,7.399263754325998],[-12.451651410596027,7.400538058000427],[-12.423663926190985,7.38052677066866],[-12.320162149967956,7.350415446806237],[-12.237049232535783,7.293213370754112],[-12.188814478637044,7.3028886393932915],[-12.213592605639821,7.353672000640888],[-12.349895902371289,7.366698215979491]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04525,"PERIMETER":1.17668,"CHDOMS_GCO":80,"CHDOMS_GC1":79,"GCODE":79,"CHIEFDOM":"BKM","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.118","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.82639108374279,7.552321784554581],[-12.823889672826319,7.599376627643665],[-12.818934047425763,7.63736975571459],[-12.762487114291819,7.630243094424268],[-12.733036540482804,7.65369972132023],[-12.666536767250587,7.645676327814569],[-12.573748581179235,7.5356142474898515],[-12.531035809869685,7.548215694936979],[-12.5206997911771,7.508051530976286],[-12.552746168767358,7.463120527344584],[-12.626514192587054,7.514234263618884],[-12.82639108374279,7.552321784554581]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.79945,"CHDOMS_GCO":86,"CHDOMS_GC1":85,"GCODE":85,"CHIEFDOM":"Buya Romende","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.119","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.060723361140782,7.199245273873103],[-12.01739703621021,7.297649835398419],[-11.941363583635974,7.312988675923947],[-11.9206915462508,7.31633962262337],[-11.894261544114505,7.3241270339671],[-11.933057011535997,7.260883814569536],[-11.87524138186285,7.235822508972441],[-11.884586275475325,7.186643826425977],[-11.963923478316598,7.187823737235632],[-11.988701605319376,7.171116200170903],[-12.060723361140782,7.199245273873103]]]]},"geometry_name":"the_geom","properties":{"AREA":0.0176,"PERIMETER":0.59631,"CHDOMS_GCO":81,"CHDOMS_GC1":80,"GCODE":80,"CHIEFDOM":"Dibia","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.120","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.941363583635974,7.312988675923947],[-12.01739703621021,7.297649835398419],[-12.079885112689595,7.356173411557359],[-12.027969037064729,7.40388900469985],[-12.041231234565263,7.438908757530442],[-12.063460754219184,7.472229438795129],[-12.056003717902158,7.512771174214911],[-12.046139663533433,7.488370618671223],[-11.961563656697287,7.475580385494552],[-11.929328493377483,7.531649747169408],[-11.883736739692374,7.488512207968382],[-11.91955883187353,7.4221540240333255],[-11.894261544114505,7.3241270339671],[-11.9206915462508,7.31633962262337],[-11.941363583635974,7.312988675923947]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01296,"PERIMETER":1.13964,"CHDOMS_GCO":77,"CHDOMS_GC1":76,"GCODE":76,"CHIEFDOM":"Kaffu Bullum","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.121","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.453303285729545,7.754888872356333],[-12.44570466011536,7.765791248237556],[-12.410684907284768,7.762817872997222],[-12.367358582354198,7.804822697820978],[-12.309967720572526,7.79085255383465],[-12.291230736915189,7.734311227835932],[-12.244553465285195,7.6800825270241395],[-12.286463897244179,7.638738452253791],[-12.278346110873745,7.593949037919248],[-12.364432403546251,7.5548231954710525],[-12.393175030869472,7.539625944242682],[-12.43602939147618,7.629723933668019],[-12.459438821939756,7.587813501709036],[-12.54920643633839,7.666348365199743],[-12.548970454176459,7.698772314249092],[-12.453303285729545,7.754888872356333]]]]},"geometry_name":"the_geom","properties":{"AREA":0.08646,"PERIMETER":2.90404,"CHDOMS_GCO":84,"CHDOMS_GC1":83,"GCODE":83,"CHIEFDOM":"Koya","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.122","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.823889672826319,7.599376627643665],[-12.82639108374279,7.552321784554581],[-12.907191375988036,7.570586803888057],[-12.95273593324076,7.598668681157871],[-12.854520157444991,7.62769448707541],[-12.823889672826319,7.599376627643665]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06887,"PERIMETER":2.76998,"CHDOMS_GCO":78,"CHDOMS_GC1":77,"GCODE":77,"CHIEFDOM":"Lokomasama","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.123","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"AREA":0.06564,"PERIMETER":1.45594,"CHDOMS_GCO":79,"CHDOMS_GC1":78,"GCODE":78,"CHIEFDOM":"Maforki","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.124","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.133311474150823,7.600934109912411],[-12.070445826212348,7.596261663106174],[-12.056003717902158,7.512771174214911],[-12.063460754219184,7.472229438795129],[-12.041231234565263,7.438908757530442],[-12.108769329309975,7.451698990707113],[-12.17578826329844,7.513337531403546],[-12.133311474150823,7.600934109912411]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03812,"PERIMETER":1.0718,"CHDOMS_GCO":87,"CHDOMS_GC1":86,"GCODE":86,"CHIEFDOM":"Marampa","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.125","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.746395121448408,7.528062818308054],[-11.748094193014312,7.5666695],[-11.717558101260414,7.570822786049988],[-11.671730365413373,7.528817961226233],[-11.581396393826106,7.593713055757316],[-11.574080946806237,7.538823604892117],[-11.628120861888485,7.498187476607562],[-11.631471808587909,7.495119708502456],[-11.74799980014954,7.523673550096133],[-11.746395121448408,7.528062818308054]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05145,"PERIMETER":0.99147,"CHDOMS_GCO":85,"CHDOMS_GC1":84,"GCODE":84,"CHIEFDOM":"Masimera","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.126","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.628120861888485,7.498187476607562],[-11.574080946806237,7.538823604892117],[-11.581396393826106,7.593713055757316],[-11.562329035142064,7.65521000715659],[-11.516595692159795,7.617924825571459],[-11.510224173787652,7.529195532685323],[-11.524335907071139,7.493703815530869],[-11.579744518692587,7.479450492950224],[-11.631047040696432,7.444147561525314],[-11.633170880153813,7.49356222623371],[-11.628120861888485,7.498187476607562]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04312,"PERIMETER":1.1389,"CHDOMS_GCO":82,"CHDOMS_GC1":81,"GCODE":81,"CHIEFDOM":"Sanda Magbolonthor","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.127","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.510224173787652,7.529195532685323],[-11.4671810274514,7.527921229010895],[-11.4150289696646,7.601736449262978],[-11.384870449369792,7.608957503418073],[-11.358346054368724,7.561477892437512],[-11.371561055436873,7.442495686391796],[-11.36042269739372,7.389871664281136],[-11.369437215979492,7.3606570726340514],[-11.460243151890621,7.229450990600299],[-11.52155131756035,7.2456393669087795],[-11.48148154646443,7.27263572623371],[-11.522070478316598,7.350745821832941],[-11.524335907071139,7.493703815530869],[-11.510224173787652,7.529195532685323]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.63996,"CHDOMS_GCO":83,"CHDOMS_GC1":82,"GCODE":82,"CHIEFDOM":"TMS","DISTRICT":"Port Loko","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":4,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.128","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.335502981093782,7.164319913907284],[-11.449293579577013,7.20292659559923],[-11.460243151890621,7.229450990600299],[-11.369437215979492,7.3606570726340514],[-11.36042269739372,7.389871664281136],[-11.249794259880368,7.354474339991454],[-11.158799538239691,7.311431193655201],[-11.187730951292458,7.263149243324075],[-11.249935849177525,7.228507061952573],[-11.274100422559282,7.238748687780388],[-11.335502981093782,7.164319913907284]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04351,"PERIMETER":0.98466,"CHDOMS_GCO":128,"CHDOMS_GC1":127,"GCODE":126,"CHIEFDOM":"Barri","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.129","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.57379776821192,6.98865479256569],[-11.55496639168981,7.075779406750693],[-11.562376231574449,7.134916536530655],[-11.526223764366588,7.197499005874812],[-11.52155131756035,7.2456393669087795],[-11.460243151890621,7.229450990600299],[-11.449293579577013,7.20292659559923],[-11.335502981093782,7.164319913907284],[-11.354947911236914,7.140344126255073],[-11.335314195364237,7.078139228370006],[-11.369767591006195,7.078139228370006],[-11.377319020187993,7.0125361873531284],[-11.47355254582354,6.913706857936337],[-11.540429890514847,6.903889999999999],[-11.605938538666951,6.936597127643665],[-11.57379776821192,6.98865479256569]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04939,"PERIMETER":1.23986,"CHDOMS_GCO":131,"CHDOMS_GC1":130,"GCODE":129,"CHIEFDOM":"Galliness Perri","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.130","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.592959519760734,6.973976702093569],[-11.618445593249305,7.072711638645588],[-11.625194683080538,7.205663988677633],[-11.661866311044648,7.30741949690237],[-11.6702672760094,7.374580020187993],[-11.631047040696432,7.444147561525314],[-11.579744518692587,7.479450492950224],[-11.524335907071139,7.493703815530869],[-11.522070478316598,7.350745821832941],[-11.48148154646443,7.27263572623371],[-11.52155131756035,7.2456393669087795],[-11.526223764366588,7.197499005874812],[-11.562376231574449,7.134916536530655],[-11.55496639168981,7.075779406750693],[-11.57379776821192,6.98865479256569],[-11.592959519760734,6.973976702093569]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02149,"PERIMETER":1.16443,"CHDOMS_GCO":132,"CHDOMS_GC1":131,"GCODE":130,"CHIEFDOM":"Kpaka","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.131","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.702172064302498,7.042741904080324],[-11.659648078722494,7.131282411236914],[-11.668945775902584,7.148367519760734],[-11.690325759773552,7.2209556327707745],[-11.708496386242256,7.337672410061952],[-11.6702672760094,7.374580020187993],[-11.661866311044648,7.30741949690237],[-11.625194683080538,7.205663988677633],[-11.618445593249305,7.072711638645588],[-11.592959519760734,6.973976702093569],[-11.652379828135013,6.965858915723135],[-11.702172064302498,7.042741904080324]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03619,"PERIMETER":0.81516,"CHDOMS_GCO":129,"CHDOMS_GC1":128,"GCODE":127,"CHIEFDOM":"Makpele","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.132","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.847867451078828,7.285425959410381],[-11.87524138186285,7.235822508972441],[-11.933057011535997,7.260883814569536],[-11.894261544114505,7.3241270339671],[-11.869766595706045,7.3370588564409305],[-11.8658020953856,7.341023356761375],[-11.843147807840205,7.289060084704122],[-11.847867451078828,7.285425959410381]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.91641,"CHDOMS_GCO":136,"CHDOMS_GC1":135,"GCODE":134,"CHIEFDOM":"Malen","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.133","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.633170880153813,7.49356222623371],[-11.631047040696432,7.444147561525314],[-11.6702672760094,7.374580020187993],[-11.708496386242256,7.337672410061952],[-11.690325759773552,7.2209556327707745],[-11.768624641102328,7.25668333208716],[-11.806051411984619,7.290287191946165],[-11.843053414975433,7.289107281136508],[-11.843147807840205,7.289060084704122],[-11.8658020953856,7.341023356761375],[-11.863536666631061,7.343288785515915],[-11.769804551911983,7.420832523926511],[-11.76961576618244,7.493467833368937],[-11.748188585879085,7.523154389339884],[-11.74799980014954,7.523673550096133],[-11.631471808587909,7.495119708502456],[-11.633170880153813,7.49356222623371]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01986,"PERIMETER":0.78447,"CHDOMS_GCO":137,"CHDOMS_GC1":136,"GCODE":135,"CHIEFDOM":"Mano Sakrim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":12}},{"type":"Feature","id":"sl_admin3.134","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.843053414975433,7.289107281136508],[-11.806051411984619,7.290287191946165],[-11.768624641102328,7.25668333208716],[-11.690325759773552,7.2209556327707745],[-11.668945775902584,7.148367519760734],[-11.841259950544755,7.163045610232856],[-11.884586275475325,7.186643826425977],[-11.87524138186285,7.235822508972441],[-11.847867451078828,7.285425959410381],[-11.843053414975433,7.289107281136508]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.30042,"CHDOMS_GCO":133,"CHDOMS_GC1":132,"GCODE":131,"CHIEFDOM":"Kpanga Krim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.135","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.748188585879085,7.523154389339884],[-11.76961576618244,7.493467833368937],[-11.769804551911983,7.420832523926511],[-11.863536666631061,7.343288785515915],[-11.869766595706045,7.3370588564409305],[-11.894261544114505,7.3241270339671],[-11.91955883187353,7.4221540240333255],[-11.883736739692374,7.488512207968382],[-11.842675843516343,7.524900657338175],[-11.852398308587908,7.561997053193761],[-11.795432214697714,7.572946625507369],[-11.756542354411451,7.65709786445204],[-11.747008675069429,7.6548324356975],[-11.737522192159794,7.643363702627643],[-11.748094193014312,7.5666695],[-11.746395121448408,7.528062818308054],[-11.748188585879085,7.523154389339884]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03422,"PERIMETER":0.9092,"CHDOMS_GCO":134,"CHDOMS_GC1":133,"GCODE":132,"CHIEFDOM":"Kpanga Kabondeh","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.136","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.988701605319376,7.171116200170903],[-11.963923478316598,7.187823737235632],[-11.884586275475325,7.186643826425977],[-11.841259950544755,7.163045610232856],[-11.668945775902584,7.148367519760734],[-11.659648078722494,7.131282411236914],[-11.702172064302498,7.042741904080324],[-11.802794858149968,7.084746728904079],[-11.856740380367443,7.121229571138644],[-11.988701605319376,7.171116200170903]]]]},"geometry_name":"the_geom","properties":{"AREA":0.01268,"PERIMETER":0.59526,"CHDOMS_GCO":127,"CHDOMS_GC1":126,"GCODE":125,"CHIEFDOM":"Pejeh","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.137","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.878873516556292,8.129156581179235],[-12.835452798760949,8.158465565691092],[-12.737425808694724,8.255643019974364],[-12.654973641315959,8.282592182866908],[-12.612072084276864,8.277117396710103],[-12.605936548066653,8.221048035035249],[-12.615659013138218,8.102490596881008],[-12.57945934949797,8.057653986114078],[-12.583471046250802,8.02409732268746],[-12.630667478637044,7.994127588122196],[-12.92724985975219,8.041135234778894],[-12.925031627430036,8.078750791390728],[-12.880855766716513,8.10145227536851],[-12.878873516556292,8.129156581179235]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.25767,"CHDOMS_GCO":130,"CHDOMS_GC1":129,"GCODE":128,"CHIEFDOM":"Soro-Gbeima","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.138","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.973407970625935,8.260881823969237],[-12.951084058107242,8.265176699316385],[-12.915592340952788,8.278391700384534],[-12.884065124118779,8.33332834768212],[-12.82313452990814,8.386282744819482],[-12.753142220679342,8.352584492095705],[-12.68848310831019,8.371840636509292],[-12.586821992950224,8.326012900662251],[-12.597535583101902,8.28721743324076],[-12.612072084276864,8.277117396710103],[-12.654973641315959,8.282592182866908],[-12.737425808694724,8.255643019974364],[-12.835452798760949,8.158465565691092],[-12.878873516556292,8.129156581179235],[-12.931922306558429,8.091069060243537],[-12.94896021864986,8.133970617282632],[-13.016498313394575,8.194665229331338],[-12.973407970625935,8.260881823969237]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.51926,"CHDOMS_GCO":126,"CHDOMS_GC1":125,"GCODE":124,"CHIEFDOM":"Sowa","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.139","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.597535583101902,8.28721743324076],[-12.569264920102542,8.300574023606067],[-12.45788133967101,8.27617346806238],[-12.448819624652852,8.256964520081178],[-12.509372647404401,8.209673694830164],[-12.506021700704977,8.130147706259345],[-12.478270198461868,8.086113434842982],[-12.48851182428968,8.030374448194829],[-12.57945934949797,8.057653986114078],[-12.615659013138218,8.102490596881008],[-12.605936548066653,8.221048035035249],[-12.612072084276864,8.277117396710103],[-12.597535583101902,8.28721743324076]]]]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0.60348,"CHDOMS_GCO":135,"CHDOMS_GC1":134,"GCODE":133,"CHIEFDOM":"Ya Kpukumu Krim","DISTRICT":"Pujehun","PROVINCE":"Southern","NCRRR_PROV":"S","NCRRR_DIST":3,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.140","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.48851182428968,8.030374448194829],[-12.478270198461868,8.086113434842982],[-12.506021700704977,8.130147706259345],[-12.509372647404401,8.209673694830164],[-12.448819624652852,8.256964520081178],[-12.390390441358685,8.245590179876094],[-12.36093986754967,8.145580939649648],[-12.2448838403119,8.104708829203162],[-12.239267464857937,8.063459147297586],[-12.273154503311257,8.04807311033967],[-12.286983058000427,7.973313961439863],[-12.373116547105319,8.0136669111301],[-12.48851182428968,8.030374448194829]]]]},"geometry_name":"the_geom","properties":{"AREA":0.06165,"PERIMETER":1.10624,"CHDOMS_GCO":93,"CHDOMS_GC1":92,"GCODE":92,"CHIEFDOM":"Gbonkonlenkeh","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":6}},{"type":"Feature","id":"sl_admin3.141","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.624767924588763,7.707692439970091],[-12.634867961119419,7.740069192587053],[-12.581630385387738,7.760033283486434],[-12.611080959196753,7.893410401409954],[-12.63298010382397,7.91356327803888],[-12.616697334650716,7.942636280388806],[-12.630667478637044,7.994127588122196],[-12.583471046250802,8.02409732268746],[-12.57945934949797,8.057653986114078],[-12.48851182428968,8.030374448194829],[-12.373116547105319,8.0136669111301],[-12.286983058000427,7.973313961439863],[-12.283490522003845,7.957267174428541],[-12.31157239927366,7.932630636722922],[-12.306616773873104,7.8925608656270025],[-12.411204068041016,7.860608880901516],[-12.431168158940396,7.81723535953856],[-12.473172983764153,7.813318055650502],[-12.44570466011536,7.765791248237556],[-12.453303285729545,7.754888872356333],[-12.523909148579364,7.74865894328135],[-12.59253276126896,7.697450814142277],[-12.624767924588763,7.707692439970091]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04927,"PERIMETER":1.23713,"CHDOMS_GCO":98,"CHDOMS_GC1":97,"GCODE":97,"CHIEFDOM":"Kafe Simira","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":11}},{"type":"Feature","id":"sl_admin3.142","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.784386258919035,7.830261574877163],[-12.714393949690237,7.823323699316385],[-12.63298010382397,7.91356327803888],[-12.611080959196753,7.893410401409954],[-12.581630385387738,7.760033283486434],[-12.634867961119419,7.740069192587053],[-12.624767924588763,7.707692439970091],[-12.73143186178167,7.70117933230079],[-12.774805383144628,7.740729942640461],[-12.807134939329202,7.812798894894253],[-12.784386258919035,7.830261574877163]]]]},"geometry_name":"the_geom","properties":{"AREA":0.03464,"PERIMETER":1.08895,"CHDOMS_GCO":97,"CHDOMS_GC1":96,"GCODE":96,"CHIEFDOM":"Kalansogoia","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":10}},{"type":"Feature","id":"sl_admin3.143","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.92724985975219,8.041135234778894],[-12.630667478637044,7.994127588122196],[-12.616697334650716,7.942636280388806],[-12.63298010382397,7.91356327803888],[-12.714393949690237,7.823323699316385],[-12.784386258919035,7.830261574877163],[-12.83092194125187,7.798875947340312],[-12.893929178487502,7.814639555757316],[-12.924654055970947,7.86056168446913],[-12.991908972121342,7.89020104400769],[-12.907285768852809,7.953585852702414],[-12.92559798461867,7.975296211600085],[-12.92724985975219,8.041135234778894]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02358,"PERIMETER":0.70663,"CHDOMS_GCO":88,"CHDOMS_GC1":87,"GCODE":87,"CHIEFDOM":"Kholifa Mabang","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":1}},{"type":"Feature","id":"sl_admin3.144","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.45788133967101,8.27617346806238],[-12.387417066118351,8.342390062700277],[-12.327194418393505,8.328844686605425],[-12.265036716940825,8.350743831232641],[-12.205474819269387,8.329694222388378],[-12.209439319589832,8.124248152211065],[-12.2448838403119,8.104708829203162],[-12.36093986754967,8.145580939649648],[-12.390390441358685,8.245590179876094],[-12.448819624652852,8.256964520081178],[-12.45788133967101,8.27617346806238]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02945,"PERIMETER":0.99269,"CHDOMS_GCO":91,"CHDOMS_GC1":90,"GCODE":90,"CHIEFDOM":"Kholifa Rowalla","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":4}},{"type":"Feature","id":"sl_admin3.145","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.205474819269387,8.329694222388378],[-12.141098885494552,8.288774915509507],[-12.043496663319804,8.247714019333475],[-12.070681808374278,8.312184345973082],[-12.005833910275582,8.37915608352916],[-11.97808240803247,8.3584368497116],[-11.975392211386456,8.296798309015168],[-12.019001714911344,8.121274776970733],[-12.083330452253792,8.089747560136722],[-12.126703973616749,8.087482131382183],[-12.214442141422772,8.054775003738516],[-12.239267464857937,8.063459147297586],[-12.2448838403119,8.104708829203162],[-12.209439319589832,8.124248152211065],[-12.205474819269387,8.329694222388378]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02377,"PERIMETER":0.83128,"CHDOMS_GCO":94,"CHDOMS_GC1":93,"GCODE":93,"CHIEFDOM":"Kunike Barina","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":7}},{"type":"Feature","id":"sl_admin3.146","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.987238515915402,7.997006570497756],[-12.089560381328775,7.9788831404614395],[-12.160071851313822,7.9510372453535565],[-12.158419976180303,7.935273636936552],[-12.224636570818202,7.969349461119418],[-12.283490522003845,7.957267174428541],[-12.286983058000427,7.973313961439863],[-12.273154503311257,8.04807311033967],[-12.239267464857937,8.063459147297586],[-12.214442141422772,8.054775003738516],[-12.126703973616749,8.087482131382183],[-12.083330452253792,8.089747560136722],[-12.049301824503312,8.073842362422559],[-11.987238515915402,7.997006570497756]]]]},"geometry_name":"the_geom","properties":{"AREA":0.07153,"PERIMETER":1.67224,"CHDOMS_GCO":95,"CHDOMS_GC1":94,"GCODE":94,"CHIEFDOM":"Kunike","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":8}},{"type":"Feature","id":"sl_admin3.147","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.97808240803247,8.3584368497116],[-11.874911006836145,8.333281151249732],[-11.841118361247597,8.351970938474684],[-11.84810343324076,8.29613755896176],[-11.815821073488571,8.263572020615253],[-11.825732324289682,8.178665638752403],[-11.805390661931211,8.153132368831447],[-11.805201876201666,8.142088403653066],[-11.875194185430463,8.150866940076906],[-11.888739561525314,8.13486734949797],[-11.921493885601366,8.134772956633197],[-12.007013821085238,8.08247930954924],[-12.049301824503312,8.073842362422559],[-12.083330452253792,8.089747560136722],[-12.019001714911344,8.121274776970733],[-11.975392211386456,8.296798309015168],[-11.97808240803247,8.3584368497116]]]]},"geometry_name":"the_geom","properties":{"AREA":0.02395,"PERIMETER":0.89241,"CHDOMS_GCO":90,"CHDOMS_GC1":89,"GCODE":89,"CHIEFDOM":"Malal Mara","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":3}},{"type":"Feature","id":"sl_admin3.148","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.158419976180303,7.935273636936552],[-12.167717673360393,7.888407579577013],[-12.15256761856441,7.786557678487502],[-12.218170659581286,7.7764576419568465],[-12.291230736915189,7.734311227835932],[-12.309967720572526,7.79085255383465],[-12.367358582354198,7.804822697820978],[-12.410684907284768,7.762817872997222],[-12.44570466011536,7.765791248237556],[-12.473172983764153,7.813318055650502],[-12.431168158940396,7.81723535953856],[-12.411204068041016,7.860608880901516],[-12.306616773873104,7.8925608656270025],[-12.31157239927366,7.932630636722922],[-12.283490522003845,7.957267174428541],[-12.224636570818202,7.969349461119418],[-12.158419976180303,7.935273636936552]]]]},"geometry_name":"the_geom","properties":{"AREA":0.05596,"PERIMETER":1.10181,"CHDOMS_GCO":96,"CHDOMS_GC1":95,"GCODE":95,"CHIEFDOM":"Sambaia Bendugu","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":9}},{"type":"Feature","id":"sl_admin3.149","geometry":{"type":"MultiPolygon","coordinates":[[[[-12.15256761856441,7.786557678487502],[-12.13873906387524,7.706134957701345],[-12.104144078936125,7.7045774754325995],[-12.144874600085451,7.65407729277932],[-12.199244890194402,7.651292703268532],[-12.244553465285195,7.6800825270241395],[-12.291230736915189,7.734311227835932],[-12.218170659581286,7.7764576419568465],[-12.15256761856441,7.786557678487502]]]]},"geometry_name":"the_geom","properties":{"AREA":0.04451,"PERIMETER":0.95049,"CHDOMS_GCO":92,"CHDOMS_GC1":91,"GCODE":91,"CHIEFDOM":"Tane","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":5}},{"type":"Feature","id":"sl_admin3.150","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.832009449797052,7.973030782845545],[-11.878025971373638,7.968216746742149],[-11.945941637577441,8.000027142170476],[-11.987238515915402,7.997006570497756],[-12.049301824503312,8.073842362422559],[-12.007013821085238,8.08247930954924],[-11.921493885601366,8.134772956633197],[-11.888739561525314,8.13486734949797],[-11.917529385280922,8.05335911076693],[-11.847820254646443,8.002009392330699],[-11.832009449797052,7.973030782845545]]]]},"geometry_name":"the_geom","properties":{"AREA":0.11,"PERIMETER":1.99287,"CHDOMS_GCO":89,"CHDOMS_GC1":88,"GCODE":88,"CHIEFDOM":"Yoni","DISTRICT":"Tonkolili","PROVINCE":"Northern","NCRRR_PROV":"N","NCRRR_DIST":5,"NCRRR_CHIE":2}},{"type":"Feature","id":"sl_admin3.152","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"AREA":0,"PERIMETER":0,"CHDOMS_GCO":0,"CHDOMS_GC1":0,"GCODE":0,"CHIEFDOM":" ","DISTRICT":" ","PROVINCE":" ","NCRRR_PROV":" ","NCRRR_DIST":0,"NCRRR_CHIE":0}},{"type":"Feature","id":"sl_admin3.153","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.186783041444135,8.471944269600513],[-13.219867740546892,8.383498155308695],[-13.262014154667806,8.364619582354198],[-13.302461497222817,8.426730087374493],[-13.307889086947235,8.49922380751976],[-13.186783041444135,8.471944269600513]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.66937,"CHDOMS_GCO":152,"CHDOMS_GC1":151,"GCODE":150,"CHIEFDOM":"Freetown","DISTRICT":"Western Area","PROVINCE":"Western Area","NCRRR_PROV":"W","NCRRR_DIST":0,"NCRRR_CHIE":0}},{"type":"Feature","id":"sl_admin3.154","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.022633849604786,8.374153261696218],[-12.928240984832302,8.368678475539415],[-12.923898913052767,8.31548809624012],[-12.951084058107242,8.265176699316385],[-12.973407970625935,8.260881823969237],[-13.008663705618458,8.239879411557359],[-13.087104176244392,8.237802768532365],[-13.11929214313181,8.201461515594959],[-13.159503503524888,8.21137276639607],[-13.204717685750909,8.333045169087802],[-13.262014154667806,8.364619582354198],[-13.219867740546892,8.383498155308695],[-13.186783041444135,8.471944269600513],[-13.154264699530016,8.419320247489852],[-13.094089248237557,8.378731315637683],[-13.022633849604786,8.374153261696218]]]]},"geometry_name":"the_geom","properties":{"AREA":0.054,"PERIMETER":1.66937,"CHDOMS_GCO":152,"CHDOMS_GC1":151,"GCODE":150,"CHIEFDOM":"Rural Western Area","DISTRICT":"Western Area","PROVINCE":"Western Area","NCRRR_PROV":"W","NCRRR_DIST":0,"NCRRR_CHIE":0}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.308455444135868,6.903889999999999,-10.27221455586413,9.996861]}
\ No newline at end of file

=== added file 'resources/geojson/sl_facilities'
--- resources/geojson/sl_facilities	1970-01-01 00:00:00 +0000
+++ resources/geojson/sl_facilities	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_fac.1","geometry":{"type":"Point","coordinates":[-13.1,8.21]},"geometry_name":"the_geom","properties":{"IDNO":746,"Latitude":"N","UTM Zone":28,"Northing":0,"Easting":0,"y":8.21,"x":-13.1,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Joe Town Waterloo","Name of fa":"Gospel Health Centre","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.2","geometry":{"type":"Point","coordinates":[-12.7,8.2]},"geometry_name":"the_geom","properties":{"IDNO":619,"Latitude":"N","UTM Zone":28,"Northing":0,"Easting":0,"y":8.2,"x":-12.7,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"1","Locality":"Rotifunk","Name of fa":"Rotifunk UMC Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.3","geometry":{"type":"Point","coordinates":[-12.113329,7.403861]},"geometry_name":"the_geom","properties":{"IDNO":676,"Latitude":"N","UTM Zone":28,"Northing":819432,"Easting":818685,"y":7.403860662,"x":-12.11332918,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Senehun","Name of fa":"Senehun Gbloh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.4","geometry":{"type":"Point","coordinates":[-12.009218,7.414309]},"geometry_name":"the_geom","properties":{"IDNO":650,"Latitude":"N","UTM Zone":28,"Northing":820665,"Easting":830181,"y":7.414308823,"x":-12.00921751,"District":"Bonthe","Chiefdom":"Bum","Ward":"4","Locality":"Torma Bum","Name of fa":"Torma Bum CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.5","geometry":{"type":"Point","coordinates":[-12.228229,7.431863]},"geometry_name":"the_geom","properties":{"IDNO":670,"Latitude":"N","UTM Zone":28,"Northing":822450,"Easting":805971,"y":7.431863178,"x":-12.2282289,"District":"Bonthe","Chiefdom":"Ngobabullum","Ward":"1","Locality":"Baoma Kppenge","Name of fa":"Baoma Kppenge CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.6","geometry":{"type":"Point","coordinates":[-12.12982,7.438643]},"geometry_name":"the_geom","properties":{"IDNO":666,"Latitude":"N","UTM Zone":28,"Northing":823270,"Easting":816838,"y":7.438643077,"x":-12.12982013,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Talia","Name of fa":"Talia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.7","geometry":{"type":"Point","coordinates":[-12.319538,7.45602]},"geometry_name":"the_geom","properties":{"IDNO":669,"Latitude":"N","UTM Zone":28,"Northing":825061,"Easting":795868,"y":7.45602003,"x":-12.31953846,"District":"Bonthe","Chiefdom":"Bendu Cha","Ward":"1","Locality":"Mindohun","Name of fa":"Mindohun MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.8","geometry":{"type":"Point","coordinates":[-12.454291,7.489281]},"geometry_name":"the_geom","properties":{"IDNO":680,"Latitude":"N","UTM Zone":28,"Northing":828653,"Easting":780963,"y":7.48928057,"x":-12.45429121,"District":"Bonthe","Chiefdom":"Bendu Cha","Ward":"1","Locality":"Bendu","Name of fa":"Bendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.9","geometry":{"type":"Point","coordinates":[-12.173003,7.499592]},"geometry_name":"the_geom","properties":{"IDNO":672,"Latitude":"N","UTM Zone":28,"Northing":829985,"Easting":812024,"y":7.499592248,"x":-12.17300266,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Mombefah","Name of fa":"Mobefah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.10","geometry":{"type":"Point","coordinates":[-12.098396,7.510912]},"geometry_name":"the_geom","properties":{"IDNO":677,"Latitude":"N","UTM Zone":28,"Northing":831292,"Easting":820257,"y":7.510912044,"x":-12.0983962,"District":"Bonthe","Chiefdom":"Yawbeko","Ward":"1","Locality":"Wanga","Name of fa":"Wanga MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.11","geometry":{"type":"Point","coordinates":[-12.232472,7.515649]},"geometry_name":"the_geom","properties":{"IDNO":671,"Latitude":"N","UTM Zone":28,"Northing":831720,"Easting":805444,"y":7.51564882,"x":-12.23247155,"District":"Bonthe","Chiefdom":"Jong","Ward":" ","Locality":"Komende","Name of fa":"Komende MCHP (Jong)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.12","geometry":{"type":"Point","coordinates":[-12.502426,7.524487]},"geometry_name":"the_geom","properties":{"IDNO":679,"Latitude":"N","UTM Zone":28,"Northing":832518,"Easting":775625,"y":7.524486753,"x":-12.50242589,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe","Name of fa":"SL Red Cross Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.13","geometry":{"type":"Point","coordinates":[-12.50642,7.529137]},"geometry_name":"the_geom","properties":{"IDNO":678,"Latitude":"N","UTM Zone":28,"Northing":833030,"Easting":775181,"y":7.529136732,"x":-12.50642014,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe","Name of fa":"Govt. Hosp. Bonthe","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.14","geometry":{"type":"Point","coordinates":[-12.5019,7.530918]},"geometry_name":"the_geom","properties":{"IDNO":673,"Latitude":"N","UTM Zone":28,"Northing":833230,"Easting":775679,"y":7.530918364,"x":-12.50190004,"District":"Bonthe","Chiefdom":"SUDC","Ward":"1","Locality":"Bonthe Town","Name of fa":"St. Joseph's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.15","geometry":{"type":"Point","coordinates":[-12.014138,7.531836]},"geometry_name":"the_geom","properties":{"IDNO":661,"Latitude":"N","UTM Zone":28,"Northing":833671,"Easting":829549,"y":7.531835741,"x":-12.01413838,"District":"Bonthe","Chiefdom":"Kpnda Kemoh","Ward":"1","Locality":"Senjehun","Name of fa":"Senjehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.16","geometry":{"type":"Point","coordinates":[-12.175776,7.535461]},"geometry_name":"the_geom","properties":{"IDNO":668,"Latitude":"N","UTM Zone":28,"Northing":833953,"Easting":811692,"y":7.535461251,"x":-12.17577631,"District":"Bonthe","Chiefdom":"Jong","Ward":"2","Locality":"Gambia","Name of fa":"Gambia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.17","geometry":{"type":"Point","coordinates":[-12.089768,7.566561]},"geometry_name":"the_geom","properties":{"IDNO":667,"Latitude":"N","UTM Zone":28,"Northing":837458,"Easting":821169,"y":7.566560688,"x":-12.08976825,"District":"Bonthe","Chiefdom":"Sogbini","Ward":"1","Locality":"Tihun","Name of fa":"Tihun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.18","geometry":{"type":"Point","coordinates":[-12.337398,7.573798]},"geometry_name":"the_geom","properties":{"IDNO":652,"Latitude":"N","UTM Zone":28,"Northing":838083,"Easting":793816,"y":7.573798378,"x":-12.33739811,"District":"Bonthe","Chiefdom":"Imperi","Ward":"2","Locality":"Yargoi","Name of fa":"Yargoi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.19","geometry":{"type":"Point","coordinates":[-12.167554,7.60495]},"geometry_name":"the_geom","properties":{"IDNO":674,"Latitude":"N","UTM Zone":28,"Northing":841650,"Easting":812550,"y":7.60495009,"x":-12.16755429,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Mattru Jong","Name of fa":"UBC Under 5","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.20","geometry":{"type":"Point","coordinates":[-12.174044,7.605318]},"geometry_name":"the_geom","properties":{"IDNO":665,"Latitude":"N","UTM Zone":28,"Northing":841686,"Easting":811833,"y":7.605317875,"x":-12.17404448,"District":"Bonthe","Chiefdom":"Jong","Ward":"1","Locality":"Mattru Jong","Name of fa":"Mattru Jong MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.21","geometry":{"type":"Point","coordinates":[-12.174487,7.606893]},"geometry_name":"the_geom","properties":{"IDNO":675,"Latitude":"N","UTM Zone":28,"Northing":841860,"Easting":811783,"y":7.606892864,"x":-12.17448693,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Mattru Jong","Name of fa":"SLRC Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.22","geometry":{"type":"Point","coordinates":[-12.047372,7.613956]},"geometry_name":"the_geom","properties":{"IDNO":662,"Latitude":"N","UTM Zone":28,"Northing":842736,"Easting":825816,"y":7.613955828,"x":-12.04737241,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Motud","Name of fa":"Motuo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.23","geometry":{"type":"Point","coordinates":[-12.014905,7.642442]},"geometry_name":"the_geom","properties":{"IDNO":660,"Latitude":"N","UTM Zone":28,"Northing":845914,"Easting":829380,"y":7.642441537,"x":-12.01490512,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Lawana","Name of fa":"Lawana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.24","geometry":{"type":"Point","coordinates":[-12.330911,7.646003]},"geometry_name":"the_geom","properties":{"IDNO":655,"Latitude":"N","UTM Zone":28,"Northing":846078,"Easting":794483,"y":7.646002696,"x":-12.33091118,"District":"Bonthe","Chiefdom":"Imperi","Ward":"2","Locality":"Victoria","Name of fa":"Victoria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.25","geometry":{"type":"Point","coordinates":[-12.100514,7.644925]},"geometry_name":"the_geom","properties":{"IDNO":664,"Latitude":"N","UTM Zone":28,"Northing":846124,"Easting":819924,"y":7.644925176,"x":-12.10051382,"District":"Bonthe","Chiefdom":"Jong","Ward":"2","Locality":"Moyowa","Name of fa":"Moyowa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.26","geometry":{"type":"Point","coordinates":[-12.24718,7.668542]},"geometry_name":"the_geom","properties":{"IDNO":651,"Latitude":"N","UTM Zone":28,"Northing":848631,"Easting":803712,"y":7.668542211,"x":-12.2471796,"District":"Bonthe","Chiefdom":"Jong","Ward":"3","Locality":"Kabati","Name of fa":"Kabati CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.27","geometry":{"type":"Point","coordinates":[-12.065973,7.671911]},"geometry_name":"the_geom","properties":{"IDNO":663,"Latitude":"N","UTM Zone":28,"Northing":849137,"Easting":823718,"y":7.671910519,"x":-12.06597287,"District":"Bonthe","Chiefdom":"Kpanda Kemoh","Ward":"1","Locality":"Gbongeh","Name of fa":"Gbongeh CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.28","geometry":{"type":"Point","coordinates":[-12.309695,7.70577]},"geometry_name":"the_geom","properties":{"IDNO":654,"Latitude":"N","UTM Zone":28,"Northing":852707,"Easting":796784,"y":7.705770023,"x":-12.30969455,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Gbamgbama","Name of fa":"Gbamgbama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.29","geometry":{"type":"Point","coordinates":[-12.164015,7.714286]},"geometry_name":"the_geom","properties":{"IDNO":644,"Latitude":"N","UTM Zone":28,"Northing":853754,"Easting":812861,"y":7.714285544,"x":-12.16401457,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Mokelle","Name of fa":"Mokelle MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.30","geometry":{"type":"Point","coordinates":[-12.037578,7.723452]},"geometry_name":"the_geom","properties":{"IDNO":180,"Latitude":"N","UTM Zone":28,"Northing":854864,"Easting":826814,"y":7.723452191,"x":-12.0375782,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"5","Locality":"Sahn","Name of fa":"Sahn MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.31","geometry":{"type":"Point","coordinates":[-12.134924,7.752985]},"geometry_name":"the_geom","properties":{"IDNO":643,"Latitude":"N","UTM Zone":28,"Northing":858059,"Easting":816044,"y":7.75298507,"x":-12.13492361,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Gondema","Name of fa":"Gondama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.32","geometry":{"type":"Point","coordinates":[-12.309812,7.761487]},"geometry_name":"the_geom","properties":{"IDNO":653,"Latitude":"N","UTM Zone":28,"Northing":858873,"Easting":796732,"y":7.761486611,"x":-12.30981241,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Mogbwemo","Name of fa":"Mogbwemo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.33","geometry":{"type":"Point","coordinates":[-12.23227,7.762125]},"geometry_name":"the_geom","properties":{"IDNO":642,"Latitude":"N","UTM Zone":28,"Northing":858999,"Easting":805291,"y":7.762125346,"x":-12.23226961,"District":"Moyamba","Chiefdom":"Upper Banta","Ward":"1","Locality":"Modorkor","Name of fa":"Modonkor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.34","geometry":{"type":"Point","coordinates":[-12.724075,7.767765]},"geometry_name":"the_geom","properties":{"IDNO":573,"Latitude":"N","UTM Zone":28,"Northing":859299,"Easting":751009,"y":7.767764877,"x":-12.724075,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Mokpomabom","Name of fa":"Mokpanabom MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.35","geometry":{"type":"Point","coordinates":[-12.296363,7.766524]},"geometry_name":"the_geom","properties":{"IDNO":658,"Latitude":"N","UTM Zone":28,"Northing":859440,"Easting":798213,"y":7.7665243,"x":-12.29636301,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Gbangbama (Plant Site-Sierra Rutile)","Name of fa":"Sierra Rutile Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.36","geometry":{"type":"Point","coordinates":[-12.296706,7.78224]},"geometry_name":"the_geom","properties":{"IDNO":656,"Latitude":"N","UTM Zone":28,"Northing":861179,"Easting":798164,"y":7.782239872,"x":-12.29670629,"District":"Bonthe","Chiefdom":"Lower Banta","Ward":" ","Locality":"St Mary's Clinic Moribatown","Name of fa":"St. Mary's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.37","geometry":{"type":"Point","coordinates":[-12.296634,7.782248]},"geometry_name":"the_geom","properties":{"IDNO":641,"Latitude":"N","UTM Zone":28,"Northing":861180,"Easting":798172,"y":7.782248443,"x":-12.29663375,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"1","Locality":"Moriba Town","Name of fa":"St. Mary's Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.38","geometry":{"type":"Point","coordinates":[-12.365537,7.783615]},"geometry_name":"the_geom","properties":{"IDNO":659,"Latitude":"N","UTM Zone":28,"Northing":861283,"Easting":790566,"y":7.783614539,"x":-12.36553702,"District":"Bonthe","Chiefdom":"Imperi","Ward":" ","Locality":"Kgangbaia","Name of fa":"Kgangbaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.39","geometry":{"type":"Point","coordinates":[-12.075904,7.792043]},"geometry_name":"the_geom","properties":{"IDNO":179,"Latitude":"N","UTM Zone":28,"Northing":862427,"Easting":822530,"y":7.792043238,"x":-12.07590368,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Serabu","Name of fa":"Serabu (Koya) CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.40","geometry":{"type":"Point","coordinates":[-12.297666,7.793568]},"geometry_name":"the_geom","properties":{"IDNO":657,"Latitude":"N","UTM Zone":28,"Northing":862432,"Easting":798050,"y":7.793567965,"x":-12.29766648,"District":"Bonthe","Chiefdom":"Imperi","Ward":"1","Locality":"Moriba Town","Name of fa":"Moriba Town CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.41","geometry":{"type":"Point","coordinates":[-12.051948,7.794063]},"geometry_name":"the_geom","properties":{"IDNO":184,"Latitude":"N","UTM Zone":28,"Northing":862669,"Easting":825173,"y":7.794062609,"x":-12.0519482,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Serabu","Name of fa":"Serabu Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.42","geometry":{"type":"Point","coordinates":[-12.380537,7.807673]},"geometry_name":"the_geom","properties":{"IDNO":640,"Latitude":"N","UTM Zone":28,"Northing":863935,"Easting":788894,"y":7.807672517,"x":-12.38053651,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"1","Locality":"Gbangbatoke","Name of fa":"Gbangbatoke CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.43","geometry":{"type":"Point","coordinates":[-12.846318,7.813276]},"geometry_name":"the_geom","properties":{"IDNO":576,"Latitude":"N","UTM Zone":28,"Northing":864263,"Easting":737495,"y":7.813275592,"x":-12.84631771,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Bumpetoke","Name of fa":"Bumpetoke MCH","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.44","geometry":{"type":"Point","coordinates":[-12.654809,7.818752]},"geometry_name":"the_geom","properties":{"IDNO":574,"Latitude":"N","UTM Zone":28,"Northing":864982,"Easting":758621,"y":7.818751698,"x":-12.65480912,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Bomotoke","Name of fa":"Bomotoke CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.45","geometry":{"type":"Point","coordinates":[-12.015498,7.823428]},"geometry_name":"the_geom","properties":{"IDNO":183,"Latitude":"N","UTM Zone":28,"Northing":865948,"Easting":829174,"y":7.823427567,"x":-12.01549776,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Yengama","Name of fa":"Yengama MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.46","geometry":{"type":"Point","coordinates":[-12.536499,7.830322]},"geometry_name":"the_geom","properties":{"IDNO":572,"Latitude":"N","UTM Zone":28,"Northing":866337,"Easting":771668,"y":7.830321634,"x":-12.53649915,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"1","Locality":"Benkeh","Name of fa":"Benkeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.47","geometry":{"type":"Point","coordinates":[-12.142069,7.835981]},"geometry_name":"the_geom","properties":{"IDNO":645,"Latitude":"N","UTM Zone":28,"Northing":867240,"Easting":815193,"y":7.835981007,"x":-12.1420687,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"2","Locality":"Banga","Name of fa":"Banga MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.48","geometry":{"type":"Point","coordinates":[-12.268933,7.837396]},"geometry_name":"the_geom","properties":{"IDNO":639,"Latitude":"N","UTM Zone":28,"Northing":867303,"Easting":801190,"y":7.837395557,"x":-12.26893272,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"2","Locality":"Mosenessie Junction","Name of fa":"Mosenessie Junction MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.49","geometry":{"type":"Point","coordinates":[-12.833141,7.865329]},"geometry_name":"the_geom","properties":{"IDNO":579,"Latitude":"N","UTM Zone":28,"Northing":870029,"Easting":738919,"y":7.86532892,"x":-12.83314098,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Yorgbofrod","Name of fa":"Yorgbofore MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.50","geometry":{"type":"Point","coordinates":[-12.418832,7.87038]},"geometry_name":"the_geom","properties":{"IDNO":569,"Latitude":"N","UTM Zone":28,"Northing":870848,"Easting":784625,"y":7.870379757,"x":-12.41883227,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":" ","Locality":"Mosenegor","Name of fa":"Mosenegor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.51","geometry":{"type":"Point","coordinates":[-12.739899,7.876984]},"geometry_name":"the_geom","properties":{"IDNO":578,"Latitude":"N","UTM Zone":28,"Northing":871373,"Easting":749198,"y":7.87698406,"x":-12.73989902,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"2","Locality":"Mopaillea","Name of fa":"Mapaillea MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.52","geometry":{"type":"Point","coordinates":[-12.690658,7.888619]},"geometry_name":"the_geom","properties":{"IDNO":575,"Latitude":"N","UTM Zone":28,"Northing":872690,"Easting":754623,"y":7.888618567,"x":-12.69065799,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Mokamdor","Name of fa":"Mokandor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.53","geometry":{"type":"Point","coordinates":[-12.619476,7.892828]},"geometry_name":"the_geom","properties":{"IDNO":571,"Latitude":"N","UTM Zone":28,"Northing":873200,"Easting":762473,"y":7.892827964,"x":-12.61947622,"District":"Moyamba","Chiefdom":"Timidale","Ward":"1","Locality":"Mosanda","Name of fa":"Mosanda MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.54","geometry":{"type":"Point","coordinates":[-12.086179,7.893018]},"geometry_name":"the_geom","properties":{"IDNO":177,"Latitude":"N","UTM Zone":28,"Northing":873596,"Easting":821318,"y":7.893018077,"x":-12.08617943,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"7","Locality":"Taninahun","Name of fa":"Taninahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.55","geometry":{"type":"Point","coordinates":[-12.191265,7.903236]},"geometry_name":"the_geom","properties":{"IDNO":638,"Latitude":"N","UTM Zone":28,"Northing":874647,"Easting":809713,"y":7.903236087,"x":-12.19126524,"District":"Moyamba","Chiefdom":"Lower Banta","Ward":"3","Locality":"Mokanji","Name of fa":"Mokanji CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.56","geometry":{"type":"Point","coordinates":[-12.95166,7.908495]},"geometry_name":"the_geom","properties":{"IDNO":581,"Latitude":"N","UTM Zone":28,"Northing":874738,"Easting":725822,"y":7.908494799,"x":-12.95166041,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Shenge","Name of fa":"Shenge CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.57","geometry":{"type":"Point","coordinates":[-12.955734,7.909889]},"geometry_name":"the_geom","properties":{"IDNO":580,"Latitude":"N","UTM Zone":28,"Northing":874890,"Easting":725372,"y":7.909888888,"x":-12.95573363,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Plantain Island","Name of fa":"Plantain Island MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.58","geometry":{"type":"Point","coordinates":[-12.537507,7.93875]},"geometry_name":"the_geom","properties":{"IDNO":570,"Latitude":"N","UTM Zone":28,"Northing":878334,"Easting":771486,"y":7.938750421,"x":-12.53750711,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"1","Locality":"Sembehun","Name of fa":"Sembehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.59","geometry":{"type":"Point","coordinates":[-12.645151,7.954352]},"geometry_name":"the_geom","properties":{"IDNO":577,"Latitude":"N","UTM Zone":28,"Northing":879991,"Easting":759602,"y":7.954352005,"x":-12.64515095,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Mokobo","Name of fa":"Mokobo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.60","geometry":{"type":"Point","coordinates":[-12.186608,7.957776]},"geometry_name":"the_geom","properties":{"IDNO":637,"Latitude":"N","UTM Zone":28,"Northing":880687,"Easting":810186,"y":7.957776044,"x":-12.18660812,"District":"Moyamba","Chiefdom":"Dasse","Ward":"3","Locality":"Kabaima","Name of fa":"Kabaima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.61","geometry":{"type":"Point","coordinates":[-12.292707,7.961394]},"geometry_name":"the_geom","properties":{"IDNO":635,"Latitude":"N","UTM Zone":28,"Northing":881009,"Easting":798477,"y":7.961394353,"x":-12.29270717,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"3","Locality":"Kawaya","Name of fa":"Kawaya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.62","geometry":{"type":"Point","coordinates":[-12.162497,7.97943]},"geometry_name":"the_geom","properties":{"IDNO":646,"Latitude":"N","UTM Zone":28,"Northing":883102,"Easting":812830,"y":7.97943021,"x":-12.16249664,"District":"Moyamba","Chiefdom":"Dasse","Ward":"3","Locality":"Babuibu Tammy","Name of fa":"Bambuibu Tommy MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.63","geometry":{"type":"Point","coordinates":[-12.675113,7.98668]},"geometry_name":"the_geom","properties":{"IDNO":623,"Latitude":"N","UTM Zone":28,"Northing":883549,"Easting":756277,"y":7.986679827,"x":-12.67511333,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"3","Locality":"Ngihun","Name of fa":"Ngiehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.64","geometry":{"type":"Point","coordinates":[-12.819835,7.994042]},"geometry_name":"the_geom","properties":{"IDNO":628,"Latitude":"N","UTM Zone":28,"Northing":884276,"Easting":740312,"y":7.994041847,"x":-12.81983521,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Mokainsumana","Name of fa":"Mokainsumana CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.65","geometry":{"type":"Point","coordinates":[-12.768122,8.000589]},"geometry_name":"the_geom","properties":{"IDNO":626,"Latitude":"N","UTM Zone":28,"Northing":885031,"Easting":746011,"y":8.000589386,"x":-12.76812199,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Mokongbetty","Name of fa":"Mokongbetty MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.66","geometry":{"type":"Point","coordinates":[-12.411228,8.00224]},"geometry_name":"the_geom","properties":{"IDNO":568,"Latitude":"N","UTM Zone":28,"Northing":885445,"Easting":785373,"y":8.002240375,"x":-12.41122782,"District":"Moyamba","Chiefdom":"Bagruwa","Ward":"2","Locality":"Mokassie","Name of fa":"Mokassie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.67","geometry":{"type":"Point","coordinates":[-12.230931,8.004309]},"geometry_name":"the_geom","properties":{"IDNO":636,"Latitude":"N","UTM Zone":28,"Northing":885804,"Easting":805261,"y":8.004309206,"x":-12.23093056,"District":"Moyamba","Chiefdom":"Dasse","Ward":"2","Locality":"Taninihun Kapuima","Name of fa":"Taninihun Kapuima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.68","geometry":{"type":"Point","coordinates":[-12.8598,8.011019]},"geometry_name":"the_geom","properties":{"IDNO":627,"Latitude":"N","UTM Zone":28,"Northing":886131,"Easting":735895,"y":8.011019488,"x":-12.85980042,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"4","Locality":"Youndu","Name of fa":"Youndu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.69","geometry":{"type":"Point","coordinates":[-12.021772,8.02796]},"geometry_name":"the_geom","properties":{"IDNO":594,"Latitude":"N","UTM Zone":28,"Northing":888584,"Easting":828319,"y":8.0279596,"x":-12.02177158,"District":"Moyamba","Chiefdom":"Kowa","Ward":"2","Locality":"Bendu","Name of fa":"Bendu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.70","geometry":{"type":"Point","coordinates":[-12.727687,8.038484]},"geometry_name":"the_geom","properties":{"IDNO":625,"Latitude":"N","UTM Zone":28,"Northing":889248,"Easting":750447,"y":8.03848421,"x":-12.72768719,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"4","Locality":"Mokaiyegbeh","Name of fa":"Mokaiyegbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.71","geometry":{"type":"Point","coordinates":[-12.089031,8.040766]},"geometry_name":"the_geom","properties":{"IDNO":595,"Latitude":"N","UTM Zone":28,"Northing":889948,"Easting":820888,"y":8.040766015,"x":-12.08903118,"District":"Moyamba","Chiefdom":"Dasse","Ward":"1","Locality":"Mano","Name of fa":"Mano CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.72","geometry":{"type":"Point","coordinates":[-12.462727,8.052454]},"geometry_name":"the_geom","properties":{"IDNO":566,"Latitude":"N","UTM Zone":28,"Northing":890966,"Easting":779658,"y":8.052454338,"x":-12.46272682,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Korgbotuma","Name of fa":"Korgbotuma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.73","geometry":{"type":"Point","coordinates":[-12.18992,8.053642]},"geometry_name":"the_geom","properties":{"IDNO":648,"Latitude":"N","UTM Zone":28,"Northing":891295,"Easting":809748,"y":8.053641925,"x":-12.18992032,"District":"Moyamba","Chiefdom":"Dasse","Ward":"2","Locality":"Mogbasske","Name of fa":"Mogbasske MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.74","geometry":{"type":"Point","coordinates":[-12.387796,8.055687]},"geometry_name":"the_geom","properties":{"IDNO":632,"Latitude":"N","UTM Zone":28,"Northing":891376,"Easting":787920,"y":8.055687273,"x":-12.38779635,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"4","Locality":"Gbongeima","Name of fa":"Gbongeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.75","geometry":{"type":"Point","coordinates":[-12.773859,8.074288]},"geometry_name":"the_geom","properties":{"IDNO":621,"Latitude":"N","UTM Zone":28,"Northing":893181,"Easting":745334,"y":8.074287689,"x":-12.77385907,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"4","Locality":"Moyeamoh","Name of fa":"Moyeamoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.76","geometry":{"type":"Point","coordinates":[-12.439597,8.079809]},"geometry_name":"the_geom","properties":{"IDNO":567,"Latitude":"N","UTM Zone":28,"Northing":894009,"Easting":782190,"y":8.079809029,"x":-12.43959707,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Komende","Name of fa":"Komende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.77","geometry":{"type":"Point","coordinates":[-12.287004,8.080529]},"geometry_name":"the_geom","properties":{"IDNO":633,"Latitude":"N","UTM Zone":28,"Northing":894198,"Easting":799019,"y":8.080529021,"x":-12.28700441,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Kangahun","Name of fa":"Kangahun CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.78","geometry":{"type":"Point","coordinates":[-12.121693,8.086332]},"geometry_name":"the_geom","properties":{"IDNO":647,"Latitude":"N","UTM Zone":28,"Northing":894966,"Easting":817249,"y":8.086332208,"x":-12.12169332,"District":"Moyamba","Chiefdom":"Dasse","Ward":"1","Locality":"Kenema Gbandoma","Name of fa":"Kenema Gbandoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.79","geometry":{"type":"Point","coordinates":[-12.215542,8.088928]},"geometry_name":"the_geom","properties":{"IDNO":634,"Latitude":"N","UTM Zone":28,"Northing":895181,"Easting":806895,"y":8.088928118,"x":-12.2155416,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Manjeihun","Name of fa":"Manjeihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.80","geometry":{"type":"Point","coordinates":[-12.625881,8.103387]},"geometry_name":"the_geom","properties":{"IDNO":624,"Latitude":"N","UTM Zone":28,"Northing":896493,"Easting":761632,"y":8.10338732,"x":-12.62588127,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"3","Locality":"Sahan","Name of fa":"Sahan MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.81","geometry":{"type":"Point","coordinates":[-12.541125,8.107511]},"geometry_name":"the_geom","properties":{"IDNO":609,"Latitude":"N","UTM Zone":28,"Northing":897005,"Easting":770975,"y":8.10751057,"x":-12.54112478,"District":"Moyamba","Chiefdom":"Kongbora","Ward":"1","Locality":"Taninihun Mboka","Name of fa":"Taninihun Mboka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.82","geometry":{"type":"Point","coordinates":[-12.071638,8.111144]},"geometry_name":"the_geom","properties":{"IDNO":597,"Latitude":"N","UTM Zone":28,"Northing":897752,"Easting":822751,"y":8.111143721,"x":-12.07163752,"District":"Moyamba","Chiefdom":"Kori","Ward":" ","Locality":"Njala","Name of fa":"Njala University Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.83","geometry":{"type":"Point","coordinates":[-12.372014,8.116825]},"geometry_name":"the_geom","properties":{"IDNO":631,"Latitude":"N","UTM Zone":28,"Northing":898153,"Easting":789617,"y":8.116825073,"x":-12.37201438,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Levuma Kai","Name of fa":"Levuma Kai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.84","geometry":{"type":"Point","coordinates":[-12.833687,8.12099]},"geometry_name":"the_geom","properties":{"IDNO":620,"Latitude":"N","UTM Zone":28,"Northing":898312,"Easting":738710,"y":8.120990072,"x":-12.83368695,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"2","Locality":"Motorbong","Name of fa":"Motorbong MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.85","geometry":{"type":"Point","coordinates":[-12.713141,8.139951]},"geometry_name":"the_geom","properties":{"IDNO":618,"Latitude":"N","UTM Zone":28,"Northing":900483,"Easting":751988,"y":8.139951291,"x":-12.71314074,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"3","Locality":"Bumpeh","Name of fa":"Bumpeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.86","geometry":{"type":"Point","coordinates":[-12.912948,8.153017]},"geometry_name":"the_geom","properties":{"IDNO":614,"Latitude":"N","UTM Zone":28,"Northing":901809,"Easting":729954,"y":8.153017161,"x":-12.912948,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Suen","Name of fa":"Suen MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.87","geometry":{"type":"Point","coordinates":[-12.430261,8.153481]},"geometry_name":"the_geom","properties":{"IDNO":603,"Latitude":"N","UTM Zone":28,"Northing":902168,"Easting":783168,"y":8.153480648,"x":-12.43026067,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"St Joseph Clinic Moyamba","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.88","geometry":{"type":"Point","coordinates":[-12.434052,8.15908]},"geometry_name":"the_geom","properties":{"IDNO":606,"Latitude":"N","UTM Zone":28,"Northing":902785,"Easting":782746,"y":8.159080407,"x":-12.43405209,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"MCH Static/U5","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.89","geometry":{"type":"Point","coordinates":[-12.431003,8.159332]},"geometry_name":"the_geom","properties":{"IDNO":605,"Latitude":"N","UTM Zone":28,"Northing":902815,"Easting":783082,"y":8.159332109,"x":-12.43100323,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"SLRCS Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.90","geometry":{"type":"Point","coordinates":[-12.353303,8.158974]},"geometry_name":"the_geom","properties":{"IDNO":630,"Latitude":"N","UTM Zone":28,"Northing":902831,"Easting":791650,"y":8.158974495,"x":-12.35330278,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"2","Locality":"Moyollo","Name of fa":"Moyollo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.91","geometry":{"type":"Point","coordinates":[-12.434275,8.159678]},"geometry_name":"the_geom","properties":{"IDNO":602,"Latitude":"N","UTM Zone":28,"Northing":902851,"Easting":782721,"y":8.159678247,"x":-12.43427501,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Moyamba Town","Name of fa":"Govt. Hospital Moyamba","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.92","geometry":{"type":"Point","coordinates":[-12.425426,8.163544]},"geometry_name":"the_geom","properties":{"IDNO":604,"Latitude":"N","UTM Zone":28,"Northing":903285,"Easting":783694,"y":8.163543788,"x":-12.42542589,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"2","Locality":"Moyamba Town","Name of fa":"School Clinic Moyamba","Type of fa":"School Clinic"}},{"type":"Feature","id":"sl_fac.93","geometry":{"type":"Point","coordinates":[-12.248414,8.168898]},"geometry_name":"the_geom","properties":{"IDNO":585,"Latitude":"N","UTM Zone":28,"Northing":904007,"Easting":803209,"y":8.168898296,"x":-12.24841434,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"2","Locality":"Mokorewa","Name of fa":"Mokorewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.94","geometry":{"type":"Point","coordinates":[-13.162252,8.17418]},"geometry_name":"the_geom","properties":{"IDNO":759,"Latitude":"N","UTM Zone":28,"Northing":904016,"Easting":702465,"y":8.174180155,"x":-13.16225188,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Kent","Name of fa":"Kent CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.95","geometry":{"type":"Point","coordinates":[-12.494758,8.172891]},"geometry_name":"the_geom","properties":{"IDNO":610,"Latitude":"N","UTM Zone":28,"Northing":904271,"Easting":776043,"y":8.172890968,"x":-12.49475845,"District":"Moyamba","Chiefdom":"Kaiyamba","Ward":"1","Locality":"Yoyema","Name of fa":"Yoyema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.96","geometry":{"type":"Point","coordinates":[-12.843414,8.178035]},"geometry_name":"the_geom","properties":{"IDNO":613,"Latitude":"N","UTM Zone":28,"Northing":904617,"Easting":737604,"y":8.1780346,"x":-12.84341382,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Mabomgisseh","Name of fa":"Mabomgisseh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.97","geometry":{"type":"Point","coordinates":[-12.572014,8.190156]},"geometry_name":"the_geom","properties":{"IDNO":622,"Latitude":"N","UTM Zone":28,"Northing":906129,"Easting":767514,"y":8.190155721,"x":-12.57201378,"District":"Moyamba","Chiefdom":"Kargboro","Ward":"1","Locality":"Bauya","Name of fa":"Bauya CHP (Kongbora)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.98","geometry":{"type":"Point","coordinates":[-12.930689,8.192576]},"geometry_name":"the_geom","properties":{"IDNO":615,"Latitude":"N","UTM Zone":28,"Northing":906175,"Easting":727976,"y":8.192575981,"x":-12.93068874,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"2","Locality":"Mokorba","Name of fa":"Mokorbu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.99","geometry":{"type":"Point","coordinates":[-12.184685,8.190883]},"geometry_name":"the_geom","properties":{"IDNO":599,"Latitude":"N","UTM Zone":28,"Northing":906489,"Easting":810220,"y":8.190882551,"x":-12.18468486,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Konda","Name of fa":"Konda CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.100","geometry":{"type":"Point","coordinates":[-12.061347,8.19326]},"geometry_name":"the_geom","properties":{"IDNO":598,"Latitude":"N","UTM Zone":28,"Northing":906850,"Easting":823820,"y":8.193260301,"x":-12.0613467,"District":"Moyamba","Chiefdom":"Kori","Ward":"1","Locality":"Taiama","Name of fa":"Taiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.101","geometry":{"type":"Point","coordinates":[-12.06007,8.202935]},"geometry_name":"the_geom","properties":{"IDNO":589,"Latitude":"N","UTM Zone":28,"Northing":907922,"Easting":823953,"y":8.202935338,"x":-12.06006964,"District":"Moyamba","Chiefdom":"Kori","Ward":"1","Locality":"Taiama","Name of fa":"UMC Clinic Taiama","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.102","geometry":{"type":"Point","coordinates":[-13.101821,8.212549]},"geometry_name":"the_geom","properties":{"IDNO":758,"Latitude":"N","UTM Zone":28,"Northing":908291,"Easting":709105,"y":8.212549321,"x":-13.10182055,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural District","Locality":"Tombo","Name of fa":"Katalana Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.103","geometry":{"type":"Point","coordinates":[-12.379552,8.211059]},"geometry_name":"the_geom","properties":{"IDNO":583,"Latitude":"N","UTM Zone":28,"Northing":908576,"Easting":788718,"y":8.211059496,"x":-12.3795518,"District":"Moyamba","Chiefdom":" ","Ward":" ","Locality":"Falaba","Name of fa":"Falaba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.104","geometry":{"type":"Point","coordinates":[-13.097992,8.218091]},"geometry_name":"the_geom","properties":{"IDNO":756,"Latitude":"N","UTM Zone":28,"Northing":908906,"Easting":709524,"y":8.218091207,"x":-13.09799197,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"Tombo","Name of fa":"Tombo Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.105","geometry":{"type":"Point","coordinates":[-13.093334,8.220519]},"geometry_name":"the_geom","properties":{"IDNO":757,"Latitude":"N","UTM Zone":28,"Northing":909177,"Easting":710036,"y":8.220519119,"x":-13.09333421,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural District","Locality":"Tombo","Name of fa":"New Life Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.106","geometry":{"type":"Point","coordinates":[-12.677191,8.228249]},"geometry_name":"the_geom","properties":{"IDNO":617,"Latitude":"N","UTM Zone":28,"Northing":910275,"Easting":755895,"y":8.228249471,"x":-12.67719059,"District":"Moyamba","Chiefdom":"Bumpeh","Ward":"1","Locality":"Rotifunk","Name of fa":"Rotifunk CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.107","geometry":{"type":"Point","coordinates":[-12.335787,8.233189]},"geometry_name":"the_geom","properties":{"IDNO":584,"Latitude":"N","UTM Zone":28,"Northing":911057,"Easting":793527,"y":8.233189406,"x":-12.33578689,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Gandorhun","Name of fa":"Gandorhun CHC (Gbane)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.108","geometry":{"type":"Point","coordinates":[-12.12443,8.251068]},"geometry_name":"the_geom","properties":{"IDNO":588,"Latitude":"N","UTM Zone":28,"Northing":913198,"Easting":816817,"y":8.251067727,"x":-12.12442976,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Gbuihun","Name of fa":"Gbuihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.109","geometry":{"type":"Point","coordinates":[-12.204982,8.255218]},"geometry_name":"the_geom","properties":{"IDNO":582,"Latitude":"N","UTM Zone":28,"Northing":913594,"Easting":807932,"y":8.255218287,"x":-12.20498211,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Juma","Name of fa":"Juma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.110","geometry":{"type":"Point","coordinates":[-12.842876,8.262368]},"geometry_name":"the_geom","properties":{"IDNO":612,"Latitude":"N","UTM Zone":28,"Northing":913947,"Easting":737613,"y":8.262368021,"x":-12.84287633,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Motonkoh","Name of fa":"Motonkoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.111","geometry":{"type":"Point","coordinates":[-12.587232,8.261103]},"geometry_name":"the_geom","properties":{"IDNO":629,"Latitude":"N","UTM Zone":28,"Northing":913969,"Easting":765789,"y":8.261102865,"x":-12.58723182,"District":"Moyamba","Chiefdom":"Kongboro","Ward":"2","Locality":"Levum Nyomeh","Name of fa":"Levum Nyomeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.112","geometry":{"type":"Point","coordinates":[-12.283604,8.261535]},"geometry_name":"the_geom","properties":{"IDNO":586,"Latitude":"N","UTM Zone":28,"Northing":914233,"Easting":799259,"y":8.261535429,"x":-12.28360369,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Njagbahun","Name of fa":"Njagbahun (Fakunya) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.113","geometry":{"type":"Point","coordinates":[-12.982093,8.268809]},"geometry_name":"the_geom","properties":{"IDNO":751,"Latitude":"N","UTM Zone":28,"Northing":914579,"Easting":722268,"y":8.268809375,"x":-12.98209269,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Fogbo","Name of fa":"Fogbo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.114","geometry":{"type":"Point","coordinates":[-12.500761,8.268731]},"geometry_name":"the_geom","properties":{"IDNO":608,"Latitude":"N","UTM Zone":28,"Northing":914872,"Easting":775315,"y":8.268730918,"x":-12.50076106,"District":"Moyamba","Chiefdom":"Kongbora","Ward":"2","Locality":"Magbenka","Name of fa":"Magbenka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.115","geometry":{"type":"Point","coordinates":[-13.079635,8.283728]},"geometry_name":"the_geom","properties":{"IDNO":761,"Latitude":"N","UTM Zone":28,"Northing":916176,"Easting":711512,"y":8.283728499,"x":-13.07963486,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"MacDonald","Name of fa":"MacDonald MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.116","geometry":{"type":"Point","coordinates":[-13.183692,8.290012]},"geometry_name":"the_geom","properties":{"IDNO":760,"Latitude":"N","UTM Zone":28,"Northing":916817,"Easting":700044,"y":8.290011816,"x":-13.18369197,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"York","Name of fa":"York Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.117","geometry":{"type":"Point","coordinates":[-12.745789,8.293738]},"geometry_name":"the_geom","properties":{"IDNO":616,"Latitude":"N","UTM Zone":28,"Northing":917477,"Easting":748293,"y":8.293737913,"x":-12.74578877,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Bradford","Name of fa":"Bradford CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.118","geometry":{"type":"Point","coordinates":[-12.293511,8.297041]},"geometry_name":"the_geom","properties":{"IDNO":587,"Latitude":"N","UTM Zone":28,"Northing":918155,"Easting":798140,"y":8.297040761,"x":-12.29351101,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"3","Locality":"Mokelle","Name of fa":"Mokellay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.119","geometry":{"type":"Point","coordinates":[-12.033022,8.296362]},"geometry_name":"the_geom","properties":{"IDNO":596,"Latitude":"N","UTM Zone":28,"Northing":918286,"Easting":826859,"y":8.296361505,"x":-12.03302243,"District":"Moyamba","Chiefdom":"Kori","Ward":"4","Locality":"Fogbo","Name of fa":"Fogbo (WAR) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.120","geometry":{"type":"Point","coordinates":[-12.793528,8.305449]},"geometry_name":"the_geom","properties":{"IDNO":611,"Latitude":"N","UTM Zone":28,"Northing":918743,"Easting":743025,"y":8.305449034,"x":-12.79352763,"District":"Moyamba","Chiefdom":"Ribbi","Ward":"1","Locality":"Motonie","Name of fa":"Motoni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.121","geometry":{"type":"Point","coordinates":[-13.05305,8.309789]},"geometry_name":"the_geom","properties":{"IDNO":744,"Latitude":"N","UTM Zone":28,"Northing":919073,"Easting":714427,"y":8.309789427,"x":-13.05305034,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Campbell Town","Name of fa":"Campbell Town  CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.122","geometry":{"type":"Point","coordinates":[-13.079177,8.310631]},"geometry_name":"the_geom","properties":{"IDNO":755,"Latitude":"N","UTM Zone":28,"Northing":919152,"Easting":711548,"y":8.310630862,"x":-13.07917742,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Benguema","Name of fa":"Benguema Military Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.123","geometry":{"type":"Point","coordinates":[-13.191336,8.313571]},"geometry_name":"the_geom","properties":{"IDNO":767,"Latitude":"N","UTM Zone":28,"Northing":919419,"Easting":699190,"y":8.313571472,"x":-13.19133557,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Tokeh","Name of fa":"Tokeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.124","geometry":{"type":"Point","coordinates":[-13.02256,8.313996]},"geometry_name":"the_geom","properties":{"IDNO":745,"Latitude":"N","UTM Zone":28,"Northing":919555,"Easting":717784,"y":8.313996146,"x":-13.02256003,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Malambay","Name of fa":"Malambay CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.125","geometry":{"type":"Point","coordinates":[-12.942034,8.3144]},"geometry_name":"the_geom","properties":{"IDNO":750,"Latitude":"N","UTM Zone":28,"Northing":919645,"Easting":726656,"y":8.314400312,"x":-12.94203449,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Masorie","Name of fa":"Masorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.126","geometry":{"type":"Point","coordinates":[-12.071175,8.317496]},"geometry_name":"the_geom","properties":{"IDNO":266,"Latitude":"N","UTM Zone":28,"Northing":920594,"Easting":822635,"y":8.317495598,"x":-12.07117543,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Foindu","Name of fa":"Foindu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.127","geometry":{"type":"Point","coordinates":[-12.381526,8.326963]},"geometry_name":"the_geom","properties":{"IDNO":607,"Latitude":"N","UTM Zone":28,"Northing":921401,"Easting":788416,"y":8.326962996,"x":-12.38152576,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"3","Locality":"Rotawa","Name of fa":"Rotawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.128","geometry":{"type":"Point","coordinates":[-12.216162,8.326484]},"geometry_name":"the_geom","properties":{"IDNO":601,"Latitude":"N","UTM Zone":28,"Northing":921473,"Easting":806644,"y":8.326484106,"x":-12.21616243,"District":"Moyamba","Chiefdom":"Fakunya","Ward":"1","Locality":"Moyamba Junction","Name of fa":"Moyamba Junction CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.129","geometry":{"type":"Point","coordinates":[-13.055574,8.331797]},"geometry_name":"the_geom","properties":{"IDNO":743,"Latitude":"N","UTM Zone":28,"Northing":921506,"Easting":714137,"y":8.331797043,"x":-13.05557394,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Lumpa","Name of fa":"Lumpa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.130","geometry":{"type":"Point","coordinates":[-13.021209,8.333625]},"geometry_name":"the_geom","properties":{"IDNO":752,"Latitude":"N","UTM Zone":28,"Northing":921727,"Easting":717922,"y":8.333624731,"x":-13.02120892,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Newton","Name of fa":"Newton CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.131","geometry":{"type":"Point","coordinates":[-13.073612,8.335149]},"geometry_name":"the_geom","properties":{"IDNO":742,"Latitude":"N","UTM Zone":28,"Northing":921867,"Easting":712148,"y":8.335148789,"x":-13.07361164,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Waterloo","Name of fa":"Waterloo Community Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.132","geometry":{"type":"Point","coordinates":[-13.073536,8.335736]},"geometry_name":"the_geom","properties":{"IDNO":741,"Latitude":"N","UTM Zone":28,"Northing":921932,"Easting":712156,"y":8.335736053,"x":-13.07353615,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Waterloo","Name of fa":"Adventist Health System","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.133","geometry":{"type":"Point","coordinates":[-13.042413,8.33712]},"geometry_name":"the_geom","properties":{"IDNO":747,"Latitude":"N","UTM Zone":28,"Northing":922102,"Easting":715584,"y":8.337120241,"x":-13.0424132,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Kissy Town","Name of fa":"Kissy Town CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.134","geometry":{"type":"Point","coordinates":[-12.448587,8.334847]},"geometry_name":"the_geom","properties":{"IDNO":270,"Latitude":"N","UTM Zone":28,"Northing":922225,"Easting":781019,"y":8.334847466,"x":-12.44858725,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Bath Bana","Name of fa":"Bath Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.135","geometry":{"type":"Point","coordinates":[-13.231007,8.347185]},"geometry_name":"the_geom","properties":{"IDNO":766,"Latitude":"N","UTM Zone":28,"Northing":923117,"Easting":694803,"y":8.347184721,"x":-13.2310066,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Sussex","Name of fa":"Sussex MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.136","geometry":{"type":"Point","coordinates":[-12.213228,8.352746]},"geometry_name":"the_geom","properties":{"IDNO":261,"Latitude":"N","UTM Zone":28,"Northing":924382,"Easting":806947,"y":8.35274644,"x":-12.21322759,"District":"Tonkolili","Chiefdom":"Yoni","Ward":" ","Locality":"Gbonkababay","Name of fa":"Gbonkababay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.137","geometry":{"type":"Point","coordinates":[-12.97089,8.35776]},"geometry_name":"the_geom","properties":{"IDNO":748,"Latitude":"N","UTM Zone":28,"Northing":924425,"Easting":723452,"y":8.357759783,"x":-12.97089039,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Crossing","Name of fa":"Crossing MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.138","geometry":{"type":"Point","coordinates":[-12.488923,8.361232]},"geometry_name":"the_geom","properties":{"IDNO":273,"Latitude":"N","UTM Zone":28,"Northing":925116,"Easting":776555,"y":8.361231738,"x":-12.48892267,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Roneitta","Name of fa":"Ronietta MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.139","geometry":{"type":"Point","coordinates":[-12.572184,8.362196]},"geometry_name":"the_geom","properties":{"IDNO":269,"Latitude":"N","UTM Zone":28,"Northing":925165,"Easting":767379,"y":8.362196213,"x":-12.57218449,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Makundu","Name of fa":"Makundu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.140","geometry":{"type":"Point","coordinates":[-12.93033,8.370639]},"geometry_name":"the_geom","properties":{"IDNO":749,"Latitude":"N","UTM Zone":28,"Northing":925873,"Easting":727913,"y":8.370638714,"x":-12.93033004,"District":"Western Area","Chiefdom":" ","Ward":"Koya Rural","Locality":"Songo","Name of fa":"Songo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.141","geometry":{"type":"Point","coordinates":[-12.31768,8.375211]},"geometry_name":"the_geom","properties":{"IDNO":271,"Latitude":"N","UTM Zone":28,"Northing":926788,"Easting":795417,"y":8.375211167,"x":-12.31767961,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Magbasia Bana","Name of fa":"Magbasia Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.142","geometry":{"type":"Point","coordinates":[-12.03448,8.373674]},"geometry_name":"the_geom","properties":{"IDNO":240,"Latitude":"N","UTM Zone":28,"Northing":926843,"Easting":826634,"y":8.373673757,"x":-12.03448015,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"3","Locality":"Mayogbor","Name of fa":"Mayogbor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.143","geometry":{"type":"Point","coordinates":[-12.428795,8.37692]},"geometry_name":"the_geom","properties":{"IDNO":213,"Latitude":"N","UTM Zone":28,"Northing":926895,"Easting":783170,"y":8.376920141,"x":-12.42879492,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Ronicks","Name of fa":"Ronicks CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.144","geometry":{"type":"Point","coordinates":[-13.26,8.382538]},"geometry_name":"the_geom","properties":{"IDNO":765,"Latitude":"N","UTM Zone":28,"Northing":927013,"Easting":691592,"y":8.38253849,"x":-13.2599999,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Hamilton","Name of fa":"Hamilton MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.145","geometry":{"type":"Point","coordinates":[-13.13626,8.383636]},"geometry_name":"the_geom","properties":{"IDNO":740,"Latitude":"N","UTM Zone":28,"Northing":927197,"Easting":705221,"y":8.383635949,"x":-13.1362595,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"Hastings","Name of fa":"Hastings Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.146","geometry":{"type":"Point","coordinates":[-12.257129,8.383739]},"geometry_name":"the_geom","properties":{"IDNO":247,"Latitude":"N","UTM Zone":28,"Northing":927778,"Easting":802084,"y":8.383738515,"x":-12.25712903,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Petifu Fulamansa","Name of fa":"Petifu Fulamana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.147","geometry":{"type":"Point","coordinates":[-13.091855,8.395212]},"geometry_name":"the_geom","properties":{"IDNO":753,"Latitude":"N","UTM Zone":28,"Northing":928501,"Easting":710106,"y":8.395212139,"x":-13.09185488,"District":"Western Area","Chiefdom":" ","Ward":"Waterloo Rural District","Locality":"John Thorpe","Name of fa":"John Thorpe MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.148","geometry":{"type":"Point","coordinates":[-13.263249,8.397227]},"geometry_name":"the_geom","properties":{"IDNO":824,"Latitude":"N","UTM Zone":28,"Northing":928636,"Easting":691227,"y":8.397226972,"x":-13.26324852,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Lakka","Name of fa":"Lakka Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.149","geometry":{"type":"Point","coordinates":[-13.244535,8.39746]},"geometry_name":"the_geom","properties":{"IDNO":816,"Latitude":"N","UTM Zone":28,"Northing":928671,"Easting":693288,"y":8.397460328,"x":-13.24453478,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"KingTom","Name of fa":"CUPID Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.150","geometry":{"type":"Point","coordinates":[-12.29335,8.395483]},"geometry_name":"the_geom","properties":{"IDNO":248,"Latitude":"N","UTM Zone":28,"Northing":929050,"Easting":798083,"y":8.395483081,"x":-12.29334986,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Bakeloko","Name of fa":"Bakeloko CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.151","geometry":{"type":"Point","coordinates":[-13.266776,8.402242]},"geometry_name":"the_geom","properties":{"IDNO":764,"Latitude":"N","UTM Zone":28,"Northing":929189,"Easting":690836,"y":8.40224242,"x":-13.26677633,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Lakka","Name of fa":"Lakka/Ogoo Farm MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.152","geometry":{"type":"Point","coordinates":[-12.181295,8.396781]},"geometry_name":"the_geom","properties":{"IDNO":212,"Latitude":"N","UTM Zone":28,"Northing":929281,"Easting":810432,"y":8.396780934,"x":-12.18129466,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Rochem Kamandao","Name of fa":"Rochem Kamandao CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.153","geometry":{"type":"Point","coordinates":[-12.978266,8.402464]},"geometry_name":"the_geom","properties":{"IDNO":478,"Latitude":"N","UTM Zone":28,"Northing":929366,"Easting":722614,"y":8.402464018,"x":-12.97826606,"District":"Port Loko","Chiefdom":"Koya","Ward":"5","Locality":"Kissy Koya","Name of fa":"Kissy Koya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.154","geometry":{"type":"Point","coordinates":[-12.653929,8.40677]},"geometry_name":"the_geom","properties":{"IDNO":491,"Latitude":"N","UTM Zone":28,"Northing":930042,"Easting":758342,"y":8.4067698,"x":-12.65392858,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Makarankay","Name of fa":"Makarankay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.155","geometry":{"type":"Point","coordinates":[-12.718647,8.414165]},"geometry_name":"the_geom","properties":{"IDNO":492,"Latitude":"N","UTM Zone":28,"Northing":930818,"Easting":751207,"y":8.41416536,"x":-12.71864665,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Makalie","Name of fa":"Makalie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.156","geometry":{"type":"Point","coordinates":[-13.15501,8.417627]},"geometry_name":"the_geom","properties":{"IDNO":739,"Latitude":"N","UTM Zone":28,"Northing":930947,"Easting":703138,"y":8.417627437,"x":-13.15500956,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Allen Town","Name of fa":"Allen Town Health Post","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.157","geometry":{"type":"Point","coordinates":[-13.275668,8.422191]},"geometry_name":"the_geom","properties":{"IDNO":763,"Latitude":"N","UTM Zone":28,"Northing":931391,"Easting":689847,"y":8.422190734,"x":-13.27566784,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Goderich","Name of fa":"Goderich Emergency Surgical Centre","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.158","geometry":{"type":"Point","coordinates":[-12.897902,8.42051]},"geometry_name":"the_geom","properties":{"IDNO":477,"Latitude":"N","UTM Zone":28,"Northing":931409,"Easting":731456,"y":8.420509802,"x":-12.89790161,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Sumbuya","Name of fa":"Sumbuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.159","geometry":{"type":"Point","coordinates":[-13.283607,8.423537]},"geometry_name":"the_geom","properties":{"IDNO":820,"Latitude":"N","UTM Zone":28,"Northing":931536,"Easting":688972,"y":8.423536573,"x":-13.28360702,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Goderich","Name of fa":"Milton Margai","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.160","geometry":{"type":"Point","coordinates":[-12.424046,8.419948]},"geometry_name":"the_geom","properties":{"IDNO":249,"Latitude":"N","UTM Zone":28,"Northing":931660,"Easting":783662,"y":8.419948243,"x":-12.4240465,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Magbaesh","Name of fa":"Magbass MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.161","geometry":{"type":"Point","coordinates":[-12.540923,8.425454]},"geometry_name":"the_geom","properties":{"IDNO":268,"Latitude":"N","UTM Zone":28,"Northing":932186,"Easting":770780,"y":8.425453571,"x":-12.54092318,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Makeni-Rokfullah","Name of fa":"Makeni-Rokfullah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.162","geometry":{"type":"Point","coordinates":[-13.015489,8.430579]},"geometry_name":"the_geom","properties":{"IDNO":479,"Latitude":"N","UTM Zone":28,"Northing":932455,"Easting":718498,"y":8.430578819,"x":-13.01548899,"District":"Port Loko","Chiefdom":"Koya","Ward":"5","Locality":"Komrabai Ngolla","Name of fa":"Komrabai Ngalla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.163","geometry":{"type":"Point","coordinates":[-13.219399,8.434082]},"geometry_name":"the_geom","properties":{"IDNO":792,"Latitude":"N","UTM Zone":28,"Northing":932734,"Easting":696038,"y":8.434081533,"x":-13.21939931,"District":"Western Area","Chiefdom":" ","Ward":"Mountain Rural Dist.","Locality":"Regent","Name of fa":"Regent Health Centre RWA","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.164","geometry":{"type":"Point","coordinates":[-13.292097,8.435942]},"geometry_name":"the_geom","properties":{"IDNO":762,"Latitude":"N","UTM Zone":28,"Northing":932904,"Easting":688031,"y":8.4359424,"x":-13.29209702,"District":"Western Area","Chiefdom":" ","Ward":"York Rural District","Locality":"Goderich","Name of fa":"Goderich Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.165","geometry":{"type":"Point","coordinates":[-13.159517,8.437963]},"geometry_name":"the_geom","properties":{"IDNO":778,"Latitude":"N","UTM Zone":28,"Northing":933194,"Easting":702631,"y":8.437963428,"x":-13.15951665,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"K Step Calaba Town","Name of fa":"AAK Association Arab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.166","geometry":{"type":"Point","coordinates":[-13.274601,8.439582]},"geometry_name":"the_geom","properties":{"IDNO":819,"Latitude":"N","UTM Zone":28,"Northing":933315,"Easting":689956,"y":8.439581708,"x":-13.27460098,"District":"Western Area","Chiefdom":" ","Ward":"York District","Locality":"Gbendebu Goderich","Name of fa":"Mutual Faith","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.167","geometry":{"type":"Point","coordinates":[-12.320537,8.438716]},"geometry_name":"the_geom","properties":{"IDNO":272,"Latitude":"N","UTM Zone":28,"Northing":933814,"Easting":795054,"y":8.438716348,"x":-12.32053692,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Kumrabai Yoni","Name of fa":"Kumrabai Yoni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.168","geometry":{"type":"Point","coordinates":[-12.243489,8.439418]},"geometry_name":"the_geom","properties":{"IDNO":250,"Latitude":"N","UTM Zone":28,"Northing":933951,"Easting":803544,"y":8.439417721,"x":-12.24348851,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Yonibana","Name of fa":"Yonibana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.169","geometry":{"type":"Point","coordinates":[-12.785245,8.443056]},"geometry_name":"the_geom","properties":{"IDNO":502,"Latitude":"N","UTM Zone":28,"Northing":933972,"Easting":743852,"y":8.443055792,"x":-12.78524457,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Rofoindu","Name of fa":"Rofoindu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.170","geometry":{"type":"Point","coordinates":[-13.159773,8.445197]},"geometry_name":"the_geom","properties":{"IDNO":732,"Latitude":"N","UTM Zone":28,"Northing":933994,"Easting":702599,"y":8.44519732,"x":-13.15977294,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Old Wharf Wellington","Name of fa":"SLIMS CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.171","geometry":{"type":"Point","coordinates":[-13.169943,8.446963]},"geometry_name":"the_geom","properties":{"IDNO":777,"Latitude":"N","UTM Zone":28,"Northing":934184,"Easting":701478,"y":8.446962824,"x":-13.16994343,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Edmond St. Wellington","Name of fa":"Tepekah Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.172","geometry":{"type":"Point","coordinates":[-13.167805,8.447911]},"geometry_name":"the_geom","properties":{"IDNO":731,"Latitude":"N","UTM Zone":28,"Northing":934290,"Easting":701713,"y":8.447911143,"x":-13.16780512,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Wellington","Name of fa":"Wellington Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.173","geometry":{"type":"Point","coordinates":[-13.254238,8.450639]},"geometry_name":"the_geom","properties":{"IDNO":796,"Latitude":"N","UTM Zone":28,"Northing":934548,"Easting":692193,"y":8.450639336,"x":-13.25423828,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Malama","Name of fa":"Malama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.174","geometry":{"type":"Point","coordinates":[-13.258875,8.451383]},"geometry_name":"the_geom","properties":{"IDNO":795,"Latitude":"N","UTM Zone":28,"Northing":934628,"Easting":691682,"y":8.451383326,"x":-13.25887517,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Lumley","Name of fa":"Lumley Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.175","geometry":{"type":"Point","coordinates":[-13.169124,8.45119]},"geometry_name":"the_geom","properties":{"IDNO":776,"Latitude":"N","UTM Zone":28,"Northing":934652,"Easting":701566,"y":8.451190131,"x":-13.16912444,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Mellon St. Wellington","Name of fa":"Holy Mary Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.176","geometry":{"type":"Point","coordinates":[-13.170139,8.453536]},"geometry_name":"the_geom","properties":{"IDNO":775,"Latitude":"N","UTM Zone":28,"Northing":934911,"Easting":701453,"y":8.45353648,"x":-13.17013944,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Congo Water Wellington","Name of fa":"ST. Luke's","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.177","geometry":{"type":"Point","coordinates":[-12.854285,8.452896]},"geometry_name":"the_geom","properties":{"IDNO":480,"Latitude":"N","UTM Zone":28,"Northing":935018,"Easting":736241,"y":8.45289602,"x":-12.85428451,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Mile 38","Name of fa":"Mile 38 CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.178","geometry":{"type":"Point","coordinates":[-13.24827,8.45507]},"geometry_name":"the_geom","properties":{"IDNO":817,"Latitude":"N","UTM Zone":28,"Northing":935041,"Easting":692848,"y":8.455069984,"x":-13.24827044,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Hill Station","Name of fa":"Choithram Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.179","geometry":{"type":"Point","coordinates":[-13.254879,8.455552]},"geometry_name":"the_geom","properties":{"IDNO":786,"Latitude":"N","UTM Zone":28,"Northing":935091,"Easting":692120,"y":8.455551627,"x":-13.25487907,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Kingtom","Name of fa":"Kingtom Police Hospital (MI Room)","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.180","geometry":{"type":"Point","coordinates":[-12.667758,8.455649]},"geometry_name":"the_geom","properties":{"IDNO":501,"Latitude":"N","UTM Zone":28,"Northing":935441,"Easting":756786,"y":8.455649149,"x":-12.66775835,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Makiteh","Name of fa":"Makiteh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.181","geometry":{"type":"Point","coordinates":[-13.269308,8.459657]},"geometry_name":"the_geom","properties":{"IDNO":794,"Latitude":"N","UTM Zone":28,"Northing":935538,"Easting":690529,"y":8.459657315,"x":-13.26930833,"District":"Western Area","Chiefdom":" ","Ward":"West  3","Locality":"Lumley","Name of fa":"Good Sheperd Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.182","geometry":{"type":"Point","coordinates":[-12.597256,8.456866]},"geometry_name":"the_geom","properties":{"IDNO":241,"Latitude":"N","UTM Zone":28,"Northing":935623,"Easting":764552,"y":8.456866055,"x":-12.59725587,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"4","Locality":"Magbaft","Name of fa":"Magbaft MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.183","geometry":{"type":"Point","coordinates":[-13.172587,8.460274]},"geometry_name":"the_geom","properties":{"IDNO":729,"Latitude":"N","UTM Zone":28,"Northing":935655,"Easting":701180,"y":8.460274375,"x":-13.17258662,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Rokupa","Name of fa":"Rokupa Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.184","geometry":{"type":"Point","coordinates":[-13.269318,8.461665]},"geometry_name":"the_geom","properties":{"IDNO":818,"Latitude":"N","UTM Zone":28,"Northing":935760,"Easting":690527,"y":8.461664539,"x":-13.26931753,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Lumely","Name of fa":"Good Sheperd Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.185","geometry":{"type":"Point","coordinates":[-13.178048,8.461267]},"geometry_name":"the_geom","properties":{"IDNO":730,"Latitude":"N","UTM Zone":28,"Northing":935762,"Easting":700578,"y":8.461267286,"x":-13.17804843,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kuntoloh","Name of fa":"Approved School CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.186","geometry":{"type":"Point","coordinates":[-13.219036,8.461782]},"geometry_name":"the_geom","properties":{"IDNO":791,"Latitude":"N","UTM Zone":28,"Northing":935798,"Easting":696064,"y":8.461781936,"x":-13.21903615,"District":"Western Area","Chiefdom":" ","Ward":"Mountain Rural Dist.","Locality":"Leicester","Name of fa":"Leicester Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.187","geometry":{"type":"Point","coordinates":[-13.196316,8.461858]},"geometry_name":"the_geom","properties":{"IDNO":799,"Latitude":"N","UTM Zone":28,"Northing":935818,"Easting":698566,"y":8.461858426,"x":-13.19631585,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Kissy","Name of fa":"Looking Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.188","geometry":{"type":"Point","coordinates":[-13.256076,8.464047]},"geometry_name":"the_geom","properties":{"IDNO":822,"Latitude":"N","UTM Zone":28,"Northing":936030,"Easting":691984,"y":8.464046761,"x":-13.25607584,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Wilberforce","Name of fa":"Wilberforce Military Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.189","geometry":{"type":"Point","coordinates":[-12.733961,8.462195]},"geometry_name":"the_geom","properties":{"IDNO":500,"Latitude":"N","UTM Zone":28,"Northing":936122,"Easting":749489,"y":8.462194576,"x":-12.73396084,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Mawoma","Name of fa":"Mawoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.190","geometry":{"type":"Point","coordinates":[-13.193535,8.466303]},"geometry_name":"the_geom","properties":{"IDNO":798,"Latitude":"N","UTM Zone":28,"Northing":936311,"Easting":698870,"y":8.466302782,"x":-13.19353461,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"Kissy","Name of fa":"Kissy Mental Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.191","geometry":{"type":"Point","coordinates":[-13.180741,8.468042]},"geometry_name":"the_geom","properties":{"IDNO":774,"Latitude":"N","UTM Zone":28,"Northing":936510,"Easting":700278,"y":8.468042476,"x":-13.18074078,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"GrassField","Name of fa":"Wesleyan Health Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.192","geometry":{"type":"Point","coordinates":[-13.221376,8.468375]},"geometry_name":"the_geom","properties":{"IDNO":804,"Latitude":"N","UTM Zone":28,"Northing":936526,"Easting":695803,"y":8.468374559,"x":-13.22137596,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"New England","Name of fa":"College of Medicine Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.193","geometry":{"type":"Point","coordinates":[-12.220662,8.462919]},"geometry_name":"the_geom","properties":{"IDNO":205,"Latitude":"N","UTM Zone":28,"Northing":936570,"Easting":806041,"y":8.462918705,"x":-12.22066168,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"Hinistas Clinic (CHC)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.194","geometry":{"type":"Point","coordinates":[-13.235576,8.468918]},"geometry_name":"the_geom","properties":{"IDNO":768,"Latitude":"N","UTM Zone":28,"Northing":936579,"Easting":694239,"y":8.468918239,"x":-13.23557612,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"George Brook","Name of fa":"George Brook Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.195","geometry":{"type":"Point","coordinates":[-13.185586,8.468906]},"geometry_name":"the_geom","properties":{"IDNO":831,"Latitude":"N","UTM Zone":28,"Northing":936603,"Easting":699744,"y":8.468905856,"x":-13.18558585,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Low Cost Housing Kissy","Name of fa":"Marie Stopes Clinic (East 3)","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.196","geometry":{"type":"Point","coordinates":[-13.246242,8.469771]},"geometry_name":"the_geom","properties":{"IDNO":789,"Latitude":"N","UTM Zone":28,"Northing":936668,"Easting":693064,"y":8.469771019,"x":-13.24624247,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"Brookfields","Name of fa":"NACTIB New Life Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.197","geometry":{"type":"Point","coordinates":[-12.208076,8.464103]},"geometry_name":"the_geom","properties":{"IDNO":263,"Latitude":"N","UTM Zone":28,"Northing":936711,"Easting":807427,"y":8.464102553,"x":-12.20807563,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"OLGC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.198","geometry":{"type":"Point","coordinates":[-13.196036,8.47135]},"geometry_name":"the_geom","properties":{"IDNO":735,"Latitude":"N","UTM Zone":28,"Northing":936868,"Easting":698592,"y":8.471350205,"x":-13.19603555,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Kissy Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.199","geometry":{"type":"Point","coordinates":[-12.22309,8.466026]},"geometry_name":"the_geom","properties":{"IDNO":264,"Latitude":"N","UTM Zone":28,"Northing":936912,"Easting":805771,"y":8.466026039,"x":-12.22308957,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mile 91","Name of fa":"Ahmadiyya Muslim Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.200","geometry":{"type":"Point","coordinates":[-13.277624,8.472578]},"geometry_name":"the_geom","properties":{"IDNO":821,"Latitude":"N","UTM Zone":28,"Northing":936963,"Easting":689607,"y":8.472578086,"x":-13.27762354,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Cockeril North","Name of fa":"Military Hosp. H/Q","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.201","geometry":{"type":"Point","coordinates":[-13.248198,8.473089]},"geometry_name":"the_geom","properties":{"IDNO":783,"Latitude":"N","UTM Zone":28,"Northing":937034,"Easting":692847,"y":8.473088912,"x":-13.24819805,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"KingHarman Road","Name of fa":"KingHarman Rd. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.202","geometry":{"type":"Point","coordinates":[-13.20638,8.473043]},"geometry_name":"the_geom","properties":{"IDNO":736,"Latitude":"N","UTM Zone":28,"Northing":937050,"Easting":697452,"y":8.473043406,"x":-13.20637993,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Moyiba CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.203","geometry":{"type":"Point","coordinates":[-13.237672,8.473231]},"geometry_name":"the_geom","properties":{"IDNO":769,"Latitude":"N","UTM Zone":28,"Northing":937055,"Easting":694006,"y":8.473231337,"x":-13.23767236,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Jomo Kenyata Road","Name of fa":"Curney Barnes","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.204","geometry":{"type":"Point","coordinates":[-12.215938,8.468613]},"geometry_name":"the_geom","properties":{"IDNO":245,"Latitude":"N","UTM Zone":28,"Northing":937204,"Easting":806557,"y":8.468613162,"x":-12.21593818,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mabboki Rd. Mile 91","Name of fa":"Mabboki Road Mile 91 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.205","geometry":{"type":"Point","coordinates":[-13.192397,8.474597]},"geometry_name":"the_geom","properties":{"IDNO":733,"Latitude":"N","UTM Zone":28,"Northing":937229,"Easting":698991,"y":8.474597155,"x":-13.19239711,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"Chunes Traditional Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.206","geometry":{"type":"Point","coordinates":[-13.184188,8.47464]},"geometry_name":"the_geom","properties":{"IDNO":832,"Latitude":"N","UTM Zone":28,"Northing":937238,"Easting":699895,"y":8.474640361,"x":-13.18418776,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Grassfield Kissy","Name of fa":"Grassfield CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.207","geometry":{"type":"Point","coordinates":[-13.249206,8.475101]},"geometry_name":"the_geom","properties":{"IDNO":788,"Latitude":"N","UTM Zone":28,"Northing":937256,"Easting":692735,"y":8.475100603,"x":-13.24920604,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"KingHarman Road","Name of fa":"Methodist Church SL Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.208","geometry":{"type":"Point","coordinates":[-13.264405,8.475684]},"geometry_name":"the_geom","properties":{"IDNO":823,"Latitude":"N","UTM Zone":28,"Northing":937313,"Easting":691061,"y":8.475683938,"x":-13.26440545,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Wilberforce","Name of fa":"Wilberforce CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.209","geometry":{"type":"Point","coordinates":[-13.195953,8.475509]},"geometry_name":"the_geom","properties":{"IDNO":734,"Latitude":"N","UTM Zone":28,"Northing":937328,"Easting":698599,"y":8.475508691,"x":-13.19595259,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Kissy","Name of fa":"UMC Hospital (Urban Centre)","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.210","geometry":{"type":"Point","coordinates":[-13.239439,8.476196]},"geometry_name":"the_geom","properties":{"IDNO":770,"Latitude":"N","UTM Zone":28,"Northing":937382,"Easting":693810,"y":8.476195799,"x":-13.23943877,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Fergusson Street","Name of fa":"Kin Sick Kids (Dr King)","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.211","geometry":{"type":"Point","coordinates":[-13.261433,8.476322]},"geometry_name":"the_geom","properties":{"IDNO":793,"Latitude":"N","UTM Zone":28,"Northing":937385,"Easting":691388,"y":8.476321666,"x":-13.261433,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Wilberforce","Name of fa":"Wilberforce MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.212","geometry":{"type":"Point","coordinates":[-13.248101,8.47647]},"geometry_name":"the_geom","properties":{"IDNO":836,"Latitude":"N","UTM Zone":28,"Northing":937408,"Easting":692856,"y":8.47646991,"x":-13.24810102,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Youyi Building","Name of fa":"Youyi Building Clinic","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.213","geometry":{"type":"Point","coordinates":[-12.872645,8.475387]},"geometry_name":"the_geom","properties":{"IDNO":476,"Latitude":"N","UTM Zone":28,"Northing":937495,"Easting":734205,"y":8.475386937,"x":-12.87264524,"District":"Port Loko","Chiefdom":"Koya","Ward":"2","Locality":"Kuranko","Name of fa":"Kuranko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.214","geometry":{"type":"Point","coordinates":[-13.225231,8.477352]},"geometry_name":"the_geom","properties":{"IDNO":803,"Latitude":"N","UTM Zone":28,"Northing":937517,"Easting":695374,"y":8.477351906,"x":-13.22523052,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Adesanya St. Brookfields","Name of fa":"Redeemers Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.215","geometry":{"type":"Point","coordinates":[-12.544871,8.474343]},"geometry_name":"the_geom","properties":{"IDNO":534,"Latitude":"N","UTM Zone":28,"Northing":937593,"Easting":770311,"y":8.47434327,"x":-12.54487052,"District":"Port Loko","Chiefdom":"Masimera","Ward":"2","Locality":"Konta-Line","Name of fa":"Konta-Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.216","geometry":{"type":"Point","coordinates":[-13.243597,8.478321]},"geometry_name":"the_geom","properties":{"IDNO":829,"Latitude":"N","UTM Zone":28,"Northing":937615,"Easting":693351,"y":8.478321175,"x":-13.2435974,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"St. John Macdonald Street","Name of fa":"St John Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.217","geometry":{"type":"Point","coordinates":[-12.101967,8.471846]},"geometry_name":"the_geom","properties":{"IDNO":246,"Latitude":"N","UTM Zone":28,"Northing":937654,"Easting":819114,"y":8.47184589,"x":-12.10196672,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Makelleh","Name of fa":"Makelleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.218","geometry":{"type":"Point","coordinates":[-13.254907,8.479556]},"geometry_name":"the_geom","properties":{"IDNO":812,"Latitude":"N","UTM Zone":28,"Northing":937746,"Easting":692105,"y":8.479556406,"x":-13.25490712,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Netland Nursing Home","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.219","geometry":{"type":"Point","coordinates":[-13.228254,8.479454]},"geometry_name":"the_geom","properties":{"IDNO":826,"Latitude":"N","UTM Zone":28,"Northing":937748,"Easting":695040,"y":8.479454177,"x":-13.228254,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Mountain Cut","Name of fa":"Macauley Satellite Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.220","geometry":{"type":"Point","coordinates":[-13.254307,8.479626]},"geometry_name":"the_geom","properties":{"IDNO":802,"Latitude":"N","UTM Zone":28,"Northing":937754,"Easting":692171,"y":8.479626049,"x":-13.25430744,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Dr Robbin Coker Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.221","geometry":{"type":"Point","coordinates":[-13.272523,8.479906]},"geometry_name":"the_geom","properties":{"IDNO":825,"Latitude":"N","UTM Zone":28,"Northing":937776,"Easting":690165,"y":8.479906163,"x":-13.27252346,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Thompson Bay","Name of fa":"Thompson Bay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.222","geometry":{"type":"Point","coordinates":[-13.223529,8.480047]},"geometry_name":"the_geom","properties":{"IDNO":835,"Latitude":"N","UTM Zone":28,"Northing":937816,"Easting":695560,"y":8.480047456,"x":-13.22352904,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay College","Name of fa":"FBC Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.223","geometry":{"type":"Point","coordinates":[-13.253896,8.480311]},"geometry_name":"the_geom","properties":{"IDNO":809,"Latitude":"N","UTM Zone":28,"Northing":937830,"Easting":692216,"y":8.480311342,"x":-13.25389568,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Vinnel Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.224","geometry":{"type":"Point","coordinates":[-12.409118,8.475704]},"geometry_name":"the_geom","properties":{"IDNO":242,"Latitude":"N","UTM Zone":28,"Northing":937841,"Easting":785266,"y":8.475703884,"x":-12.40911777,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Mathoir","Name of fa":"Mathoir MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.225","geometry":{"type":"Point","coordinates":[-13.254785,8.480433]},"geometry_name":"the_geom","properties":{"IDNO":810,"Latitude":"N","UTM Zone":28,"Northing":937843,"Easting":692118,"y":8.480432865,"x":-13.25478511,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Cross","Name of fa":"Rejanic Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.226","geometry":{"type":"Point","coordinates":[-13.214111,8.480303]},"geometry_name":"the_geom","properties":{"IDNO":772,"Latitude":"N","UTM Zone":28,"Northing":937849,"Easting":696597,"y":8.480302743,"x":-13.21411067,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Quarry Blackhall Road","Name of fa":"Quarry MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.227","geometry":{"type":"Point","coordinates":[-13.242105,8.481018]},"geometry_name":"the_geom","properties":{"IDNO":814,"Latitude":"N","UTM Zone":28,"Northing":937914,"Easting":693514,"y":8.481017773,"x":-13.24210489,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Edward Street","Name of fa":"West End Clinic/Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.228","geometry":{"type":"Point","coordinates":[-13.246398,8.481489]},"geometry_name":"the_geom","properties":{"IDNO":813,"Latitude":"N","UTM Zone":28,"Northing":937964,"Easting":693041,"y":8.481489189,"x":-13.24639823,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Syke Street","Name of fa":"Lacs Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.229","geometry":{"type":"Point","coordinates":[-12.375538,8.476635]},"geometry_name":"the_geom","properties":{"IDNO":243,"Latitude":"N","UTM Zone":28,"Northing":937969,"Easting":788965,"y":8.476635327,"x":-12.37553836,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"2","Locality":"Rokimbi","Name of fa":"Rokimbi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.230","geometry":{"type":"Point","coordinates":[-13.218472,8.481697]},"geometry_name":"the_geom","properties":{"IDNO":771,"Latitude":"N","UTM Zone":28,"Northing":938001,"Easting":696116,"y":8.481696969,"x":-13.21847229,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Ginger Hall","Name of fa":"Ginger Hall Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.231","geometry":{"type":"Point","coordinates":[-13.21433,8.482022]},"geometry_name":"the_geom","properties":{"IDNO":797,"Latitude":"N","UTM Zone":28,"Northing":938039,"Easting":696572,"y":8.482021558,"x":-13.21432976,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Blackhall Road","Name of fa":"Elizmary Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.232","geometry":{"type":"Point","coordinates":[-13.211629,8.482741]},"geometry_name":"the_geom","properties":{"IDNO":754,"Latitude":"N","UTM Zone":28,"Northing":938120,"Easting":696869,"y":8.482741494,"x":-13.21162931,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Up Gun","Name of fa":"Jenner Wright Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.233","geometry":{"type":"Point","coordinates":[-13.211892,8.482887]},"geometry_name":"the_geom","properties":{"IDNO":773,"Latitude":"N","UTM Zone":28,"Northing":938136,"Easting":696840,"y":8.482887358,"x":-13.21189199,"District":"Western Area","Chiefdom":" ","Ward":"East  2","Locality":"Jenner Wright Road (Upgun)","Name of fa":"Yangadie Memorial Health Centre","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.234","geometry":{"type":"Point","coordinates":[-13.221044,8.483219]},"geometry_name":"the_geom","properties":{"IDNO":790,"Latitude":"N","UTM Zone":28,"Northing":938168,"Easting":695832,"y":8.483218596,"x":-13.22104436,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Mountain Cut","Name of fa":"Arab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.235","geometry":{"type":"Point","coordinates":[-13.241904,8.48334]},"geometry_name":"the_geom","properties":{"IDNO":815,"Latitude":"N","UTM Zone":28,"Northing":938171,"Easting":693535,"y":8.483340462,"x":-13.24190362,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"KrooTown Road","Name of fa":"Krim Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.236","geometry":{"type":"Point","coordinates":[-13.252401,8.483433]},"geometry_name":"the_geom","properties":{"IDNO":801,"Latitude":"N","UTM Zone":28,"Northing":938176,"Easting":692379,"y":8.483432924,"x":-13.25240131,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"13 Water St. Congo Town","Name of fa":"Rina Health Centre","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.237","geometry":{"type":"Point","coordinates":[-13.246434,8.483524]},"geometry_name":"the_geom","properties":{"IDNO":787,"Latitude":"N","UTM Zone":28,"Northing":938189,"Easting":693036,"y":8.483523635,"x":-13.24643441,"District":"Western Area","Chiefdom":" ","Ward":"West  2","Locality":"Syke Street","Name of fa":"Syke St Dental Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.238","geometry":{"type":"Point","coordinates":[-13.22015,8.486126]},"geometry_name":"the_geom","properties":{"IDNO":800,"Latitude":"N","UTM Zone":28,"Northing":938490,"Easting":695929,"y":8.486125753,"x":-13.22015009,"District":"Western Area","Chiefdom":" ","Ward":"East  3","Locality":"86 Kissy Road","Name of fa":"Al-Khatab Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.239","geometry":{"type":"Point","coordinates":[-13.267435,8.486619]},"geometry_name":"the_geom","properties":{"IDNO":811,"Latitude":"N","UTM Zone":28,"Northing":938521,"Easting":690722,"y":8.486619372,"x":-13.26743502,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Aberdeen Road","Name of fa":"Marie Stopes Clinic (West 2)","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.240","geometry":{"type":"Point","coordinates":[-13.240716,8.486834]},"geometry_name":"the_geom","properties":{"IDNO":785,"Latitude":"N","UTM Zone":28,"Northing":938558,"Easting":693664,"y":8.486834053,"x":-13.24071622,"District":"Western Area","Chiefdom":" ","Ward":"West  1","Locality":"Kroo Bay","Name of fa":"Kroo Bay CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.241","geometry":{"type":"Point","coordinates":[-13.220837,8.486834]},"geometry_name":"the_geom","properties":{"IDNO":784,"Latitude":"N","UTM Zone":28,"Northing":938568,"Easting":695853,"y":8.486834102,"x":-13.22083701,"District":"Western Area","Chiefdom":" ","Ward":"East   2","Locality":"5 Locust Street","Name of fa":"East End Community Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.242","geometry":{"type":"Point","coordinates":[-13.211819,8.486793]},"geometry_name":"the_geom","properties":{"IDNO":830,"Latitude":"N","UTM Zone":28,"Northing":938568,"Easting":696846,"y":8.486792776,"x":-13.21181943,"District":"Western Area","Chiefdom":" ","Ward":"East","Locality":"Ross Road","Name of fa":"Ross Road Dental Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.243","geometry":{"type":"Point","coordinates":[-13.238454,8.487077]},"geometry_name":"the_geom","properties":{"IDNO":781,"Latitude":"N","UTM Zone":28,"Northing":938586,"Easting":693913,"y":8.487076975,"x":-13.23845383,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Lightfoot Boston St","Name of fa":"School Clinic","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.244","geometry":{"type":"Point","coordinates":[-13.238249,8.488279]},"geometry_name":"the_geom","properties":{"IDNO":782,"Latitude":"N","UTM Zone":28,"Northing":938719,"Easting":693935,"y":8.488278527,"x":-13.23824856,"District":"Western Area","Chiefdom":" ","Ward":"West","Locality":"Lightfoot Boston St","Name of fa":"Connaught Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.245","geometry":{"type":"Point","coordinates":[-13.210438,8.489011]},"geometry_name":"the_geom","properties":{"IDNO":737,"Latitude":"N","UTM Zone":28,"Northing":938814,"Easting":696997,"y":8.489010532,"x":-13.21043788,"District":"Western Area","Chiefdom":" ","Ward":"East 3","Locality":"Ross Road","Name of fa":"Ross Road Health Centre","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.246","geometry":{"type":"Point","coordinates":[-13.227335,8.489694]},"geometry_name":"the_geom","properties":{"IDNO":828,"Latitude":"N","UTM Zone":28,"Northing":938881,"Easting":695136,"y":8.489693637,"x":-13.22733524,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Susan's Bay","Name of fa":"Susan's Bay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.247","geometry":{"type":"Point","coordinates":[-13.218571,8.489771]},"geometry_name":"the_geom","properties":{"IDNO":779,"Latitude":"N","UTM Zone":28,"Northing":938894,"Easting":696101,"y":8.489771144,"x":-13.21857129,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay Road","Name of fa":"Children's Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.248","geometry":{"type":"Point","coordinates":[-13.219142,8.490018]},"geometry_name":"the_geom","properties":{"IDNO":780,"Latitude":"N","UTM Zone":28,"Northing":938921,"Easting":696038,"y":8.490017868,"x":-13.21914228,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Fourah Bay Road","Name of fa":"PCM Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.249","geometry":{"type":"Point","coordinates":[-13.266919,8.490315]},"geometry_name":"the_geom","properties":{"IDNO":808,"Latitude":"N","UTM Zone":28,"Northing":938930,"Easting":690777,"y":8.490314986,"x":-13.26691895,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Murray Town","Name of fa":"Murray Town Military Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.250","geometry":{"type":"Point","coordinates":[-13.22646,8.490503]},"geometry_name":"the_geom","properties":{"IDNO":827,"Latitude":"N","UTM Zone":28,"Northing":938971,"Easting":695232,"y":8.490503351,"x":-13.2264597,"District":"Western Area","Chiefdom":" ","Ward":"Central 1","Locality":"Mabella","Name of fa":"Mabella MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.251","geometry":{"type":"Point","coordinates":[-13.209662,8.491864]},"geometry_name":"the_geom","properties":{"IDNO":738,"Latitude":"N","UTM Zone":28,"Northing":939130,"Easting":697081,"y":8.491863943,"x":-13.20966182,"District":"Western Area","Chiefdom":" ","Ward":"East 1","Locality":"Cline Town","Name of fa":"SLPA Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.252","geometry":{"type":"Point","coordinates":[-12.800966,8.489803]},"geometry_name":"the_geom","properties":{"IDNO":504,"Latitude":"N","UTM Zone":28,"Northing":939134,"Easting":742091,"y":8.489803492,"x":-12.80096561,"District":"Port Loko","Chiefdom":"Koya","Ward":"2","Locality":"Masamama","Name of fa":"Masumana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.253","geometry":{"type":"Point","coordinates":[-13.210131,8.492418]},"geometry_name":"the_geom","properties":{"IDNO":833,"Latitude":"N","UTM Zone":28,"Northing":939191,"Easting":697029,"y":8.492417611,"x":-13.21013148,"District":"Western Area","Chiefdom":" ","Ward":"East 1","Locality":"Cline Town","Name of fa":"Cline Town Health Centre","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.254","geometry":{"type":"Point","coordinates":[-13.288059,8.492922]},"geometry_name":"the_geom","properties":{"IDNO":806,"Latitude":"N","UTM Zone":28,"Northing":939208,"Easting":688448,"y":8.492922091,"x":-13.2880587,"District":"Western Area","Chiefdom":" ","Ward":"West 3","Locality":"Aberdeen","Name of fa":"Mercy Ship","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.255","geometry":{"type":"Point","coordinates":[-12.638211,8.489906]},"geometry_name":"the_geom","properties":{"IDNO":503,"Latitude":"N","UTM Zone":28,"Northing":939251,"Easting":760018,"y":8.489905874,"x":-12.63821075,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Warima","Name of fa":"Warima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.256","geometry":{"type":"Point","coordinates":[-12.749929,8.491852]},"geometry_name":"the_geom","properties":{"IDNO":481,"Latitude":"N","UTM Zone":28,"Northing":939393,"Easting":747711,"y":8.491852379,"x":-12.74992936,"District":"Port Loko","Chiefdom":"Koya","Ward":"1","Locality":"Masiaka","Name of fa":"Masiaka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.257","geometry":{"type":"Point","coordinates":[-13.264009,8.49522]},"geometry_name":"the_geom","properties":{"IDNO":807,"Latitude":"N","UTM Zone":28,"Northing":939474,"Easting":691095,"y":8.495220498,"x":-13.26400893,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Murray Town","Name of fa":"Murray Town CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.258","geometry":{"type":"Point","coordinates":[-12.141426,8.493243]},"geometry_name":"the_geom","properties":{"IDNO":235,"Latitude":"N","UTM Zone":28,"Northing":939990,"Easting":814748,"y":8.493242657,"x":-12.14142636,"District":"Tonkolili","Chiefdom":"Kholifa Mabang","Ward":"1","Locality":"Mamanso Kafla","Name of fa":"Mamanso Kafla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.259","geometry":{"type":"Point","coordinates":[-12.59846,8.496856]},"geometry_name":"the_geom","properties":{"IDNO":537,"Latitude":"N","UTM Zone":28,"Northing":940047,"Easting":764392,"y":8.496856162,"x":-12.5984599,"District":"Port Loko","Chiefdom":"Masimera","Ward":"2","Locality":"Mamaligie","Name of fa":"Mamaligie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.260","geometry":{"type":"Point","coordinates":[-12.284396,8.513154]},"geometry_name":"the_geom","properties":{"IDNO":244,"Latitude":"N","UTM Zone":28,"Northing":942080,"Easting":798979,"y":8.513154396,"x":-12.28439583,"District":"Tonkolili","Chiefdom":"Yoni","Ward":"1","Locality":"Mamaka","Name of fa":"Mamaka MCHP (Yoni)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.261","geometry":{"type":"Point","coordinates":[-13.150458,8.520897]},"geometry_name":"the_geom","properties":{"IDNO":558,"Latitude":"N","UTM Zone":28,"Northing":942372,"Easting":703585,"y":8.520897152,"x":-13.15045782,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Targrin","Name of fa":"Targrin MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.262","geometry":{"type":"Point","coordinates":[-12.249427,8.539489]},"geometry_name":"the_geom","properties":{"IDNO":236,"Latitude":"N","UTM Zone":28,"Northing":945022,"Easting":802811,"y":8.539489218,"x":-12.24942718,"District":"Tonkolili","Chiefdom":"Kholifa Mabang","Ward":"1","Locality":"Mabai","Name of fa":"Mabai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.263","geometry":{"type":"Point","coordinates":[-12.09908,8.539553]},"geometry_name":"the_geom","properties":{"IDNO":234,"Latitude":"N","UTM Zone":28,"Northing":945151,"Easting":819376,"y":8.539553332,"x":-12.0990796,"District":"Tonkolili","Chiefdom":"Kholifu Mabang","Ward":"1","Locality":"Komrabai Station","Name of fa":"Komrabai Station MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.264","geometry":{"type":"Point","coordinates":[-12.032729,8.543114]},"geometry_name":"the_geom","properties":{"IDNO":255,"Latitude":"N","UTM Zone":28,"Northing":945601,"Easting":826684,"y":8.543113599,"x":-12.03272931,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"2","Locality":"Masoko","Name of fa":"Masoko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.265","geometry":{"type":"Point","coordinates":[-12.738085,8.553074]},"geometry_name":"the_geom","properties":{"IDNO":482,"Latitude":"N","UTM Zone":28,"Northing":946174,"Easting":748976,"y":8.55307385,"x":-12.73808456,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Mabora","Name of fa":"Mabora MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.266","geometry":{"type":"Point","coordinates":[-12.813178,8.555224]},"geometry_name":"the_geom","properties":{"IDNO":475,"Latitude":"N","UTM Zone":28,"Northing":946364,"Easting":740705,"y":8.555224147,"x":-12.81317757,"District":"Port Loko","Chiefdom":"Koya","Ward":"3","Locality":"Magbeni","Name of fa":"Magbeni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.267","geometry":{"type":"Point","coordinates":[-13.144971,8.568091]},"geometry_name":"the_geom","properties":{"IDNO":557,"Latitude":"N","UTM Zone":28,"Northing":947595,"Easting":704164,"y":8.568090735,"x":-13.14497132,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Mamankie","Name of fa":"Mamankie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.268","geometry":{"type":"Point","coordinates":[-12.172924,8.567477]},"geometry_name":"the_geom","properties":{"IDNO":204,"Latitude":"N","UTM Zone":28,"Northing":948181,"Easting":811217,"y":8.567476799,"x":-12.17292387,"District":"Tonkolili","Chiefdom":"K/Mabang","Ward":"1","Locality":"Mabang","Name of fa":"Mabang CHC Kholifa","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.269","geometry":{"type":"Point","coordinates":[-13.05469,8.589315]},"geometry_name":"the_geom","properties":{"IDNO":521,"Latitude":"N","UTM Zone":28,"Northing":949992,"Easting":714092,"y":8.589315302,"x":-13.05469031,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"6","Locality":"Pepel","Name of fa":"Pepel CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.270","geometry":{"type":"Point","coordinates":[-13.201536,8.592191]},"geometry_name":"the_geom","properties":{"IDNO":556,"Latitude":"N","UTM Zone":28,"Northing":950231,"Easting":697924,"y":8.592190801,"x":-13.20153618,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"5","Locality":"Yongoro","Name of fa":"Yongoro CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.271","geometry":{"type":"Point","coordinates":[-12.580601,8.593664]},"geometry_name":"the_geom","properties":{"IDNO":533,"Latitude":"N","UTM Zone":28,"Northing":950771,"Easting":766292,"y":8.593663809,"x":-12.58060104,"District":"Port Loko","Chiefdom":"Masimera","Ward":"3","Locality":"Nonkoba","Name of fa":"Nonkoba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.272","geometry":{"type":"Point","coordinates":[-12.418472,8.593764]},"geometry_name":"the_geom","properties":{"IDNO":535,"Latitude":"N","UTM Zone":28,"Northing":950899,"Easting":784148,"y":8.593764238,"x":-12.41847172,"District":"Port Loko","Chiefdom":"Masimera","Ward":"1","Locality":"Katick","Name of fa":"Katick CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.273","geometry":{"type":"Point","coordinates":[-12.695677,8.595673]},"geometry_name":"the_geom","properties":{"IDNO":526,"Latitude":"N","UTM Zone":28,"Northing":950915,"Easting":753618,"y":8.595673234,"x":-12.69567748,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Magbele","Name of fa":"Magbele CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.274","geometry":{"type":"Point","coordinates":[-13.199471,8.600535]},"geometry_name":"the_geom","properties":{"IDNO":552,"Latitude":"N","UTM Zone":28,"Northing":951155,"Easting":698147,"y":8.600535008,"x":-13.19947111,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"1","Locality":"Mahera","Name of fa":"Bai Bureh Memorial Community Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.275","geometry":{"type":"Point","coordinates":[-13.19902,8.603661]},"geometry_name":"the_geom","properties":{"IDNO":563,"Latitude":"N","UTM Zone":28,"Northing":951501,"Easting":698195,"y":8.603661075,"x":-13.1990203,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Mahera","Name of fa":"Mahera CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.276","geometry":{"type":"Point","coordinates":[-13.1771,8.605655]},"geometry_name":"the_geom","properties":{"IDNO":553,"Latitude":"N","UTM Zone":28,"Northing":951733,"Easting":700607,"y":8.605655141,"x":-13.17710021,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Rotifunk","Name of fa":"WHR and Relief Arab Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.277","geometry":{"type":"Point","coordinates":[-12.915228,8.60735]},"geometry_name":"the_geom","properties":{"IDNO":493,"Latitude":"N","UTM Zone":28,"Northing":952068,"Easting":729436,"y":8.607350485,"x":-12.91522829,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"4","Locality":"Makaba","Name of fa":"Makaba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.278","geometry":{"type":"Point","coordinates":[-13.187648,8.609222]},"geometry_name":"the_geom","properties":{"IDNO":559,"Latitude":"N","UTM Zone":28,"Northing":952122,"Easting":699444,"y":8.609221992,"x":-13.18764793,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Kasongha","Name of fa":"Kasongha MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.279","geometry":{"type":"Point","coordinates":[-12.317704,8.608145]},"geometry_name":"the_geom","properties":{"IDNO":238,"Latitude":"N","UTM Zone":28,"Northing":952567,"Easting":795236,"y":8.608144548,"x":-12.31770373,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":" ","Locality":"Makoba Bana","Name of fa":"Makoba Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.280","geometry":{"type":"Point","coordinates":[-13.202726,8.615441]},"geometry_name":"the_geom","properties":{"IDNO":555,"Latitude":"N","UTM Zone":28,"Northing":952802,"Easting":697781,"y":8.615440767,"x":-13.2027255,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Air Port","Name of fa":"Air Port Centre, Lungi","Type of fa":"Lungi\""}},{"type":"Feature","id":"sl_fac.281","geometry":{"type":"Point","coordinates":[-13.212524,8.625839]},"geometry_name":"the_geom","properties":{"IDNO":554,"Latitude":"N","UTM Zone":28,"Northing":953947,"Easting":696697,"y":8.625838543,"x":-13.21252407,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Tejan Lane Tintafor Lungi","Name of fa":"St. John of God Catholic Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.282","geometry":{"type":"Point","coordinates":[-13.204165,8.628014]},"geometry_name":"the_geom","properties":{"IDNO":560,"Latitude":"N","UTM Zone":28,"Northing":954192,"Easting":697616,"y":8.628014495,"x":-13.20416503,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Port Loko","Name of fa":"Lungi Govt. Hospital, Port Loko","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.283","geometry":{"type":"Point","coordinates":[-12.662176,8.632951]},"geometry_name":"the_geom","properties":{"IDNO":528,"Latitude":"N","UTM Zone":28,"Northing":955062,"Easting":757282,"y":8.632951385,"x":-12.66217571,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Makabo","Name of fa":"Makabo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.284","geometry":{"type":"Point","coordinates":[-13.223944,8.641352]},"geometry_name":"the_geom","properties":{"IDNO":562,"Latitude":"N","UTM Zone":28,"Northing":955657,"Easting":695432,"y":8.641351908,"x":-13.22394359,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"2","Locality":"Modia","Name of fa":"Modia MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.285","geometry":{"type":"Point","coordinates":[-12.358635,8.642901]},"geometry_name":"the_geom","properties":{"IDNO":239,"Latitude":"N","UTM Zone":28,"Northing":956382,"Easting":790701,"y":8.642901443,"x":-12.35863549,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":" ","Locality":"Robina","Name of fa":"Robina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.286","geometry":{"type":"Point","coordinates":[-12.449399,8.646167]},"geometry_name":"the_geom","properties":{"IDNO":536,"Latitude":"N","UTM Zone":28,"Northing":956675,"Easting":780703,"y":8.646166713,"x":-12.44939855,"District":"Port Loko","Chiefdom":"Masimera","Ward":"1","Locality":"Masimera","Name of fa":"Masimera CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.287","geometry":{"type":"Point","coordinates":[-12.89747,8.655334]},"geometry_name":"the_geom","properties":{"IDNO":522,"Latitude":"N","UTM Zone":28,"Northing":957387,"Easting":731362,"y":8.655334175,"x":-12.89746956,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"7","Locality":"Benkia","Name of fa":"Benkia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.288","geometry":{"type":"Point","coordinates":[-12.068158,8.650644]},"geometry_name":"the_geom","properties":{"IDNO":254,"Latitude":"N","UTM Zone":28,"Northing":957474,"Easting":822689,"y":8.65064391,"x":-12.06815823,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Maborie","Name of fa":"Maborie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.289","geometry":{"type":"Point","coordinates":[-12.80475,8.660805]},"geometry_name":"the_geom","properties":{"IDNO":495,"Latitude":"N","UTM Zone":28,"Northing":958050,"Easting":741566,"y":8.660804725,"x":-12.80475042,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Mafoimara","Name of fa":"Lower Mafoimara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.290","geometry":{"type":"Point","coordinates":[-12.285548,8.661245]},"geometry_name":"the_geom","properties":{"IDNO":251,"Latitude":"N","UTM Zone":28,"Northing":958469,"Easting":798736,"y":8.661245432,"x":-12.28554826,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":"3","Locality":"Rochen Malal","Name of fa":"Rochen Malal MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.291","geometry":{"type":"Point","coordinates":[-12.245865,8.66312]},"geometry_name":"the_geom","properties":{"IDNO":211,"Latitude":"N","UTM Zone":28,"Northing":958708,"Easting":803105,"y":8.663119762,"x":-12.24586504,"District":"Tonkolili","Chiefdom":"Maral Mara","Ward":"1","Locality":"Mara","Name of fa":"Mara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.292","geometry":{"type":"Point","coordinates":[-13.178879,8.672222]},"geometry_name":"the_geom","properties":{"IDNO":564,"Latitude":"N","UTM Zone":28,"Northing":959095,"Easting":700376,"y":8.672222457,"x":-13.17887917,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Gbaneh-Bana","Name of fa":"Gbaneh-bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.293","geometry":{"type":"Point","coordinates":[-12.531338,8.682068]},"geometry_name":"the_geom","properties":{"IDNO":527,"Latitude":"N","UTM Zone":28,"Northing":960588,"Easting":771654,"y":8.682068178,"x":-12.53133808,"District":"Port Loko","Chiefdom":"Marampa","Ward":"3","Locality":"Lunsar","Name of fa":"Lunsar CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.294","geometry":{"type":"Point","coordinates":[-13.107816,8.695264]},"geometry_name":"the_geom","properties":{"IDNO":519,"Latitude":"N","UTM Zone":28,"Northing":961682,"Easting":708185,"y":8.695264003,"x":-13.10781576,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"1","Locality":"Petifu","Name of fa":"Petifu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.295","geometry":{"type":"Point","coordinates":[-13.237881,8.697607]},"geometry_name":"the_geom","properties":{"IDNO":561,"Latitude":"N","UTM Zone":28,"Northing":961872,"Easting":693869,"y":8.697607037,"x":-13.23788144,"District":"Port Loko","Chiefdom":"Kafful Bullum","Ward":"3","Locality":"Conakry Dee","Name of fa":"Conakry Dee CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.296","geometry":{"type":"Point","coordinates":[-12.488913,8.693475]},"geometry_name":"the_geom","properties":{"IDNO":530,"Latitude":"N","UTM Zone":28,"Northing":961881,"Easting":776317,"y":8.693474902,"x":-12.48891286,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Magbil","Name of fa":"Magbil MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.297","geometry":{"type":"Point","coordinates":[-13.153944,8.702904]},"geometry_name":"the_geom","properties":{"IDNO":512,"Latitude":"N","UTM Zone":28,"Northing":962502,"Easting":703104,"y":8.702904239,"x":-13.15394377,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"1","Locality":"Matheng","Name of fa":"Matheng MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.298","geometry":{"type":"Point","coordinates":[-12.621546,8.700601]},"geometry_name":"the_geom","properties":{"IDNO":529,"Latitude":"N","UTM Zone":28,"Northing":962575,"Easting":761709,"y":8.700601375,"x":-12.62154578,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Mamusa","Name of fa":"Mamusa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.299","geometry":{"type":"Point","coordinates":[-12.525168,8.703401]},"geometry_name":"the_geom","properties":{"IDNO":531,"Latitude":"N","UTM Zone":28,"Northing":962953,"Easting":772318,"y":8.703400836,"x":-12.52516752,"District":"Port Loko","Chiefdom":"Marampa","Ward":"3","Locality":"Lunsar","Name of fa":"St. John of God Catholic Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.300","geometry":{"type":"Point","coordinates":[-12.969278,8.707684]},"geometry_name":"the_geom","properties":{"IDNO":523,"Latitude":"N","UTM Zone":28,"Northing":963135,"Easting":723426,"y":8.707683728,"x":-12.96927785,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"2","Locality":"Mana II","Name of fa":"Mana II CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.301","geometry":{"type":"Point","coordinates":[-12.677874,8.706075]},"geometry_name":"the_geom","properties":{"IDNO":471,"Latitude":"N","UTM Zone":28,"Northing":963142,"Easting":755504,"y":8.706074928,"x":-12.67787406,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Gbere Junction","Name of fa":"Gbere Junction CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.302","geometry":{"type":"Point","coordinates":[-12.14195,8.703008]},"geometry_name":"the_geom","properties":{"IDNO":237,"Latitude":"N","UTM Zone":28,"Northing":963208,"Easting":814517,"y":8.703008165,"x":-12.14194998,"District":"Tonkolili","Chiefdom":"Malal Mara","Ward":"1","Locality":"Manewa","Name of fa":"Manewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.303","geometry":{"type":"Point","coordinates":[-12.824228,8.710739]},"geometry_name":"the_geom","properties":{"IDNO":496,"Latitude":"N","UTM Zone":28,"Northing":963562,"Easting":739390,"y":8.710739177,"x":-12.82422791,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Mapaum","Name of fa":"Mapaum MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.304","geometry":{"type":"Point","coordinates":[-12.805106,8.713657]},"geometry_name":"the_geom","properties":{"IDNO":494,"Latitude":"N","UTM Zone":28,"Northing":963897,"Easting":741493,"y":8.713656973,"x":-12.80510604,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"3","Locality":"Maforay","Name of fa":"Maforay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.305","geometry":{"type":"Point","coordinates":[-12.097223,8.711241]},"geometry_name":"the_geom","properties":{"IDNO":439,"Latitude":"N","UTM Zone":28,"Northing":964157,"Easting":819436,"y":8.711241256,"x":-12.09722342,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Masory","Name of fa":"Masory MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.306","geometry":{"type":"Point","coordinates":[-13.231848,8.718889]},"geometry_name":"the_geom","properties":{"IDNO":513,"Latitude":"N","UTM Zone":28,"Northing":964229,"Easting":694522,"y":8.718888869,"x":-13.23184802,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"8","Locality":"Menkia","Name of fa":"Menkia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.307","geometry":{"type":"Point","coordinates":[-12.478177,8.715336]},"geometry_name":"the_geom","properties":{"IDNO":532,"Latitude":"N","UTM Zone":28,"Northing":964308,"Easting":777483,"y":8.715336037,"x":-12.47817671,"District":"Port Loko","Chiefdom":"Marampa","Ward":"1","Locality":"Rolemray","Name of fa":"Rolemray MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.308","geometry":{"type":"Point","coordinates":[-12.568946,8.73442]},"geometry_name":"the_geom","properties":{"IDNO":472,"Latitude":"N","UTM Zone":28,"Northing":966354,"Easting":767476,"y":8.734420244,"x":-12.5689455,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Maronko","Name of fa":"Maronko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.309","geometry":{"type":"Point","coordinates":[-12.439424,8.740288]},"geometry_name":"the_geom","properties":{"IDNO":486,"Latitude":"N","UTM Zone":28,"Northing":967098,"Easting":781731,"y":8.74028783,"x":-12.43942432,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Maforkie","Name of fa":"Maforkie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.310","geometry":{"type":"Point","coordinates":[-12.761956,8.747001]},"geometry_name":"the_geom","properties":{"IDNO":497,"Latitude":"N","UTM Zone":28,"Northing":967614,"Easting":746221,"y":8.747001039,"x":-12.76195593,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"New Maforkie","Name of fa":"New Maforkie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.311","geometry":{"type":"Point","coordinates":[-13.037088,8.750231]},"geometry_name":"the_geom","properties":{"IDNO":505,"Latitude":"N","UTM Zone":28,"Northing":967802,"Easting":715938,"y":8.750230821,"x":-13.03708796,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"5","Locality":"Mapillah","Name of fa":"Mapillah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.312","geometry":{"type":"Point","coordinates":[-12.048217,8.745217]},"geometry_name":"the_geom","properties":{"IDNO":435,"Latitude":"N","UTM Zone":28,"Northing":967960,"Easting":824804,"y":8.745217048,"x":-12.04821725,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Rokanta","Name of fa":"Rokonta CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.313","geometry":{"type":"Point","coordinates":[-12.499189,8.750213]},"geometry_name":"the_geom","properties":{"IDNO":484,"Latitude":"N","UTM Zone":28,"Northing":968152,"Easting":775144,"y":8.750213392,"x":-12.49918857,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Foredugu","Name of fa":"Foredugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.314","geometry":{"type":"Point","coordinates":[-12.906856,8.764184]},"geometry_name":"the_geom","properties":{"IDNO":524,"Latitude":"N","UTM Zone":28,"Northing":969423,"Easting":730262,"y":8.764184326,"x":-12.90685627,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"4","Locality":"Bundulai","Name of fa":"Bundulai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.315","geometry":{"type":"Point","coordinates":[-12.785022,8.765684]},"geometry_name":"the_geom","properties":{"IDNO":499,"Latitude":"N","UTM Zone":28,"Northing":969666,"Easting":743670,"y":8.765684495,"x":-12.78502172,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"Port Loko","Name of fa":"Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.316","geometry":{"type":"Point","coordinates":[-12.783096,8.768665]},"geometry_name":"the_geom","properties":{"IDNO":498,"Latitude":"N","UTM Zone":28,"Northing":969997,"Easting":743880,"y":8.768664979,"x":-12.78309604,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"1","Locality":"SLC Port Loko","Name of fa":"SLC Port Loko","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.317","geometry":{"type":"Point","coordinates":[-12.198211,8.768524]},"geometry_name":"the_geom","properties":{"IDNO":463,"Latitude":"N","UTM Zone":28,"Northing":970413,"Easting":808267,"y":8.768524424,"x":-12.19821107,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Kolisokor","Name of fa":"Kolisokor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.318","geometry":{"type":"Point","coordinates":[-12.842755,8.782705]},"geometry_name":"the_geom","properties":{"IDNO":473,"Latitude":"N","UTM Zone":28,"Northing":971512,"Easting":737305,"y":8.782705497,"x":-12.84275513,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"5","Locality":"Gbonkoh Kareneh","Name of fa":"Gbonkoh Kareneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.319","geometry":{"type":"Point","coordinates":[-13.189446,8.792661]},"geometry_name":"the_geom","properties":{"IDNO":515,"Latitude":"N","UTM Zone":28,"Northing":972411,"Easting":699149,"y":8.792661159,"x":-13.18944634,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"9","Locality":"Musaia","Name of fa":"Musaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.320","geometry":{"type":"Point","coordinates":[-12.546612,8.792132]},"geometry_name":"the_geom","properties":{"IDNO":487,"Latitude":"N","UTM Zone":28,"Northing":972756,"Easting":769893,"y":8.792132269,"x":-12.54661188,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Bureh Mende","Name of fa":"Bureh Mende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.321","geometry":{"type":"Point","coordinates":[-12.060656,8.791585]},"geometry_name":"the_geom","properties":{"IDNO":438,"Latitude":"N","UTM Zone":28,"Northing":973082,"Easting":823394,"y":8.791585178,"x":-12.06065555,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Robat","Name of fa":"Robat MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.322","geometry":{"type":"Point","coordinates":[-12.309394,8.797771]},"geometry_name":"the_geom","properties":{"IDNO":462,"Latitude":"N","UTM Zone":28,"Northing":973560,"Easting":796002,"y":8.797771397,"x":-12.30939446,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Yankasa","Name of fa":"Yankasa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.323","geometry":{"type":"Point","coordinates":[-13.106889,8.803076]},"geometry_name":"the_geom","properties":{"IDNO":518,"Latitude":"N","UTM Zone":28,"Northing":973608,"Easting":708227,"y":8.803076004,"x":-13.1068894,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"3","Locality":"Gbinti-Wallah","Name of fa":"Gbinti-Wallah CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.324","geometry":{"type":"Point","coordinates":[-12.357664,8.801648]},"geometry_name":"the_geom","properties":{"IDNO":488,"Latitude":"N","UTM Zone":28,"Northing":973951,"Easting":790685,"y":8.801647714,"x":-12.35766436,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"2","Locality":"Gbonsamba","Name of fa":"Gbonsamba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.325","geometry":{"type":"Point","coordinates":[-13.140547,8.808036]},"geometry_name":"the_geom","properties":{"IDNO":516,"Latitude":"N","UTM Zone":28,"Northing":974138,"Easting":704521,"y":8.808035675,"x":-13.14054653,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"8","Locality":"Kalangba","Name of fa":"Kalangba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.326","geometry":{"type":"Point","coordinates":[-12.637017,8.805284]},"geometry_name":"the_geom","properties":{"IDNO":545,"Latitude":"N","UTM Zone":28,"Northing":974147,"Easting":759933,"y":8.805283655,"x":-12.63701688,"District":"Port Loko","Chiefdom":"TMS","Ward":"2","Locality":"Malekuray","Name of fa":"Malekuray CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.327","geometry":{"type":"Point","coordinates":[-12.039293,8.805735]},"geometry_name":"the_geom","properties":{"IDNO":436,"Latitude":"N","UTM Zone":28,"Northing":974667,"Easting":825734,"y":8.805735281,"x":-12.03929273,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Makump Bana","Name of fa":"Makump Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.328","geometry":{"type":"Point","coordinates":[-12.492929,8.815237]},"geometry_name":"the_geom","properties":{"IDNO":489,"Latitude":"N","UTM Zone":28,"Northing":975352,"Easting":775785,"y":8.815237321,"x":-12.49292906,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Rosint Buya","Name of fa":"Rosint Buya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.329","geometry":{"type":"Point","coordinates":[-12.583409,8.816917]},"geometry_name":"the_geom","properties":{"IDNO":542,"Latitude":"N","UTM Zone":28,"Northing":975472,"Easting":765825,"y":8.816916635,"x":-12.58340877,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Kambia Makama","Name of fa":"Kambia Makama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.330","geometry":{"type":"Point","coordinates":[-12.595671,8.817529]},"geometry_name":"the_geom","properties":{"IDNO":546,"Latitude":"N","UTM Zone":28,"Northing":975531,"Easting":764475,"y":8.817528777,"x":-12.59567061,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Robaka","Name of fa":"Robaka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.331","geometry":{"type":"Point","coordinates":[-13.23925,8.821938]},"geometry_name":"the_geom","properties":{"IDNO":514,"Latitude":"N","UTM Zone":28,"Northing":975623,"Easting":693654,"y":8.821937594,"x":-13.23925005,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"10","Locality":"Bailor","Name of fa":"Bailor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.332","geometry":{"type":"Point","coordinates":[-12.228036,8.817426]},"geometry_name":"the_geom","properties":{"IDNO":461,"Latitude":"N","UTM Zone":28,"Northing":975801,"Easting":804943,"y":8.817426128,"x":-12.2280358,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Fullah Town","Name of fa":"Fullah Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.333","geometry":{"type":"Point","coordinates":[-12.054344,8.821374]},"geometry_name":"the_geom","properties":{"IDNO":437,"Latitude":"N","UTM Zone":28,"Northing":976385,"Easting":824063,"y":8.821373924,"x":-12.0543442,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Mabolleh","Name of fa":"Mabolleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.334","geometry":{"type":"Point","coordinates":[-13.13175,8.82949]},"geometry_name":"the_geom","properties":{"IDNO":517,"Latitude":"N","UTM Zone":28,"Northing":976516,"Easting":705477,"y":8.829490453,"x":-13.1317499,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"3","Locality":"Babara","Name of fa":"Babara CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.335","geometry":{"type":"Point","coordinates":[-12.93465,8.836609]},"geometry_name":"the_geom","properties":{"IDNO":525,"Latitude":"N","UTM Zone":28,"Northing":977418,"Easting":727159,"y":8.83660876,"x":-12.9346499,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"2","Locality":"Katangha","Name of fa":"Katangha MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.336","geometry":{"type":"Point","coordinates":[-13.035445,8.84819]},"geometry_name":"the_geom","properties":{"IDNO":520,"Latitude":"N","UTM Zone":28,"Northing":978639,"Easting":716062,"y":8.848189635,"x":-13.03544454,"District":"Port Loko","Chiefdom":"Lokomasama","Ward":"4","Locality":"Konta-Wallah","Name of fa":"Konta-Wallah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.337","geometry":{"type":"Point","coordinates":[-12.622735,8.846342]},"geometry_name":"the_geom","properties":{"IDNO":544,"Latitude":"N","UTM Zone":28,"Northing":978700,"Easting":761476,"y":8.84634202,"x":-12.62273464,"District":"Port Loko","Chiefdom":"TMS","Ward":"1","Locality":"Rogbaneh","Name of fa":"Rogbaneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.338","geometry":{"type":"Point","coordinates":[-12.734527,8.847353]},"geometry_name":"the_geom","properties":{"IDNO":474,"Latitude":"N","UTM Zone":28,"Northing":978735,"Easting":749173,"y":8.847353446,"x":-12.73452655,"District":"Port Loko","Chiefdom":"Maforkie","Ward":"5","Locality":"Malal","Name of fa":"Malal MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.339","geometry":{"type":"Point","coordinates":[-13.120212,8.853435]},"geometry_name":"the_geom","properties":{"IDNO":77,"Latitude":"N","UTM Zone":28,"Northing":979171,"Easting":706733,"y":8.85343523,"x":-13.1202125,"District":"Kambia","Chiefdom":"Mombolo","Ward":" ","Locality":"Tombo Walla","Name of fa":"Tombo Walla CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.340","geometry":{"type":"Point","coordinates":[-12.35966,8.8506]},"geometry_name":"the_geom","properties":{"IDNO":490,"Latitude":"N","UTM Zone":28,"Northing":979367,"Easting":790427,"y":8.850600465,"x":-12.35965977,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Wareh-bana","Name of fa":"Wereh-bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.341","geometry":{"type":"Point","coordinates":[-12.987385,8.862705]},"geometry_name":"the_geom","properties":{"IDNO":91,"Latitude":"N","UTM Zone":28,"Northing":980273,"Easting":721341,"y":8.86270488,"x":-12.9873847,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Gbonkomaria","Name of fa":"Gbonkomaria CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.342","geometry":{"type":"Point","coordinates":[-12.987303,8.862759]},"geometry_name":"the_geom","properties":{"IDNO":76,"Latitude":"N","UTM Zone":28,"Northing":980279,"Easting":721350,"y":8.862758675,"x":-12.98730261,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Romando","Name of fa":"Romando MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.343","geometry":{"type":"Point","coordinates":[-12.512746,8.862235]},"geometry_name":"the_geom","properties":{"IDNO":485,"Latitude":"N","UTM Zone":28,"Northing":980538,"Easting":773569,"y":8.862235274,"x":-12.51274644,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Kamasando","Name of fa":"Mamasando","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.344","geometry":{"type":"Point","coordinates":[-12.051649,8.861056]},"geometry_name":"the_geom","properties":{"IDNO":391,"Latitude":"N","UTM Zone":28,"Northing":980780,"Easting":824325,"y":8.861055597,"x":-12.05164888,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"3","Locality":"Magburuka","Name of fa":"African Muslim Agency (AMA)","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.345","geometry":{"type":"Point","coordinates":[-12.055744,8.862389]},"geometry_name":"the_geom","properties":{"IDNO":470,"Latitude":"N","UTM Zone":28,"Northing":980924,"Easting":823873,"y":8.862388878,"x":-12.0557438,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"Makama","Name of fa":"Makama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.346","geometry":{"type":"Point","coordinates":[-12.126348,8.864793]},"geometry_name":"the_geom","properties":{"IDNO":465,"Latitude":"N","UTM Zone":28,"Northing":981129,"Easting":816098,"y":8.864792998,"x":-12.12634836,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Makarie","Name of fa":"Makarie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.347","geometry":{"type":"Point","coordinates":[-12.028609,8.870728]},"geometry_name":"the_geom","properties":{"IDNO":466,"Latitude":"N","UTM Zone":28,"Northing":981871,"Easting":826853,"y":8.870727798,"x":-12.02860939,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Teko Barracks","Name of fa":"Teko Barracks Clinic","Type of fa":"Military Hosp."}},{"type":"Feature","id":"sl_fac.348","geometry":{"type":"Point","coordinates":[-12.441957,8.875274]},"geometry_name":"the_geom","properties":{"IDNO":483,"Latitude":"N","UTM Zone":28,"Northing":982034,"Easting":781350,"y":8.875274482,"x":-12.44195674,"District":"Port Loko","Chiefdom":"Buya Romende","Ward":"3","Locality":"Masambai","Name of fa":"Masambai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.349","geometry":{"type":"Point","coordinates":[-12.266547,8.874442]},"geometry_name":"the_geom","properties":{"IDNO":454,"Latitude":"N","UTM Zone":28,"Northing":982080,"Easting":800657,"y":8.874442039,"x":-12.2665466,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Tonkomba","Name of fa":"Tonkomba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.350","geometry":{"type":"Point","coordinates":[-13.094108,8.883136]},"geometry_name":"the_geom","properties":{"IDNO":79,"Latitude":"N","UTM Zone":28,"Northing":982471,"Easting":709588,"y":8.883136097,"x":-13.0941084,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Kalainkay","Name of fa":"Kalainkay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.351","geometry":{"type":"Point","coordinates":[-12.108275,8.877183]},"geometry_name":"the_geom","properties":{"IDNO":382,"Latitude":"N","UTM Zone":28,"Northing":982516,"Easting":818077,"y":8.877183205,"x":-12.1082748,"District":"Bombali","Chiefdom":"Makani Gbanti","Ward":"1","Locality":"Masongbo","Name of fa":"Masongbo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.352","geometry":{"type":"Point","coordinates":[-12.052058,8.884908]},"geometry_name":"the_geom","properties":{"IDNO":467,"Latitude":"N","UTM Zone":28,"Northing":983420,"Easting":824259,"y":8.884907676,"x":-12.05205787,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"3","Locality":"20 Lady's Mile","Name of fa":"Sabib Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.353","geometry":{"type":"Point","coordinates":[-12.043741,8.88673]},"geometry_name":"the_geom","properties":{"IDNO":387,"Latitude":"N","UTM Zone":28,"Northing":983629,"Easting":825173,"y":8.886729524,"x":-12.04374084,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"2","Locality":"Mabanta Road","Name of fa":"Red Cross SL","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.354","geometry":{"type":"Point","coordinates":[-12.043713,8.886756]},"geometry_name":"the_geom","properties":{"IDNO":388,"Latitude":"N","UTM Zone":28,"Northing":983632,"Easting":825176,"y":8.886756406,"x":-12.04371338,"District":"Bombali","Chiefdom":"Bombali Shebro","Ward":"3","Locality":"Station Road","Name of fa":"Loreto Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.355","geometry":{"type":"Point","coordinates":[-12.045679,8.887459]},"geometry_name":"the_geom","properties":{"IDNO":383,"Latitude":"N","UTM Zone":28,"Northing":983708,"Easting":824959,"y":8.887458617,"x":-12.04567889,"District":"Bombali","Chiefdom":"Bombali Shebora","Ward":"2","Locality":"Mabanta Rd","Name of fa":"Govt Hospital Makeni","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.356","geometry":{"type":"Point","coordinates":[-12.032641,8.88889]},"geometry_name":"the_geom","properties":{"IDNO":468,"Latitude":"N","UTM Zone":28,"Northing":983878,"Easting":826393,"y":8.888890245,"x":-12.03264149,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"2","Locality":"Arabic College Area","Name of fa":"Tonko Maternity","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.357","geometry":{"type":"Point","coordinates":[-12.040752,8.890175]},"geometry_name":"the_geom","properties":{"IDNO":469,"Latitude":"N","UTM Zone":28,"Northing":984013,"Easting":825499,"y":8.890174579,"x":-12.04075192,"District":"Bombali","Chiefdom":"Bombali Sebora","Ward":"1","Locality":"Masuba Road","Name of fa":"City Garden","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.358","geometry":{"type":"Point","coordinates":[-12.855485,8.895848]},"geometry_name":"the_geom","properties":{"IDNO":509,"Latitude":"N","UTM Zone":28,"Northing":984021,"Easting":735832,"y":8.895848204,"x":-12.85548511,"District":"Port Loko","Chiefdom":"BKM","Ward":"3","Locality":"Bureh","Name of fa":"Bureh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.359","geometry":{"type":"Point","coordinates":[-12.061159,8.89068]},"geometry_name":"the_geom","properties":{"IDNO":464,"Latitude":"N","UTM Zone":28,"Northing":984051,"Easting":823252,"y":8.890680147,"x":-12.06115908,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Stocco Area","Name of fa":"Dr Stocco Leprosy and TB Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.360","geometry":{"type":"Point","coordinates":[-12.036555,8.89137]},"geometry_name":"the_geom","properties":{"IDNO":389,"Latitude":"N","UTM Zone":28,"Northing":984149,"Easting":825960,"y":8.89136962,"x":-12.03655474,"District":"Bombali","Chiefdom":"Makorie Gbanti","Ward":"1","Locality":"Masuba","Name of fa":"Masuba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.361","geometry":{"type":"Point","coordinates":[-12.03624,8.892144]},"geometry_name":"the_geom","properties":{"IDNO":390,"Latitude":"N","UTM Zone":28,"Northing":984235,"Easting":825994,"y":8.892143984,"x":-12.03623966,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"1","Locality":"Masuba","Name of fa":"Holy Spirit Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.362","geometry":{"type":"Point","coordinates":[-12.720204,8.898965]},"geometry_name":"the_geom","properties":{"IDNO":508,"Latitude":"N","UTM Zone":28,"Northing":984455,"Easting":750714,"y":8.898965226,"x":-12.72020423,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Romeni","Name of fa":"Romeni MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.363","geometry":{"type":"Point","coordinates":[-12.936338,8.902118]},"geometry_name":"the_geom","properties":{"IDNO":78,"Latitude":"N","UTM Zone":28,"Northing":984664,"Easting":726933,"y":8.902118462,"x":-12.93633794,"District":"Kambia","Chiefdom":"Mambolo","Ward":" ","Locality":"Mayaki I","Name of fa":"Mayaki MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.364","geometry":{"type":"Point","coordinates":[-12.682672,8.901291]},"geometry_name":"the_geom","properties":{"IDNO":539,"Latitude":"N","UTM Zone":28,"Northing":984738,"Easting":754842,"y":8.901290621,"x":-12.68267227,"District":"Port Loko","Chiefdom":"Dibia","Ward":"2","Locality":"Maboronor","Name of fa":"Maboronor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.365","geometry":{"type":"Point","coordinates":[-13.028786,8.907032]},"geometry_name":"the_geom","properties":{"IDNO":80,"Latitude":"N","UTM Zone":28,"Northing":985152,"Easting":716760,"y":8.907032173,"x":-13.02878609,"District":"Kambia","Chiefdom":"Mombolo","Ward":" ","Locality":"Mambolo","Name of fa":"Mambolo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.366","geometry":{"type":"Point","coordinates":[-12.57485,8.916607]},"geometry_name":"the_geom","properties":{"IDNO":540,"Latitude":"N","UTM Zone":28,"Northing":986509,"Easting":766695,"y":8.916606821,"x":-12.57484993,"District":"Port Loko","Chiefdom":"Dibia","Ward":"1","Locality":"Kareneh","Name of fa":"Kareneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.367","geometry":{"type":"Point","coordinates":[-12.210619,8.915451]},"geometry_name":"the_geom","properties":{"IDNO":460,"Latitude":"N","UTM Zone":28,"Northing":986665,"Easting":806779,"y":8.915451354,"x":-12.21061888,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"2","Locality":"Magbaikoli","Name of fa":"Magbaikoli MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.368","geometry":{"type":"Point","coordinates":[-12.03102,8.916447]},"geometry_name":"the_geom","properties":{"IDNO":426,"Latitude":"N","UTM Zone":28,"Northing":986930,"Easting":826547,"y":8.916447437,"x":-12.0310202,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Panlap","Name of fa":"Panlap MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.369","geometry":{"type":"Point","coordinates":[-12.856709,8.924392]},"geometry_name":"the_geom","properties":{"IDNO":507,"Latitude":"N","UTM Zone":28,"Northing":987178,"Easting":735679,"y":8.92439159,"x":-12.8567094,"District":"Port Loko","Chiefdom":"BKM","Ward":"1","Locality":"Mange","Name of fa":"Mange CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.370","geometry":{"type":"Point","coordinates":[-13.143597,8.928038]},"geometry_name":"the_geom","properties":{"IDNO":108,"Latitude":"N","UTM Zone":28,"Northing":987410,"Easting":704119,"y":8.928037602,"x":-13.14359739,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Kychum","Name of fa":"Kychom CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.371","geometry":{"type":"Point","coordinates":[-12.088178,8.921274]},"geometry_name":"the_geom","properties":{"IDNO":427,"Latitude":"N","UTM Zone":28,"Northing":987414,"Easting":820251,"y":8.92127435,"x":-12.08817776,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Mangay Loko","Name of fa":"Mangay Loko MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.372","geometry":{"type":"Point","coordinates":[-12.657151,8.925777]},"geometry_name":"the_geom","properties":{"IDNO":538,"Latitude":"N","UTM Zone":28,"Northing":987465,"Easting":757633,"y":8.925776677,"x":-12.65715055,"District":"Port Loko","Chiefdom":"Dibia","Ward":"2","Locality":"Gbombana","Name of fa":"Gbombana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.373","geometry":{"type":"Point","coordinates":[-12.145221,8.929706]},"geometry_name":"the_geom","properties":{"IDNO":428,"Latitude":"N","UTM Zone":28,"Northing":988298,"Easting":813965,"y":8.929705635,"x":-12.14522068,"District":"Bombali","Chiefdom":"Makari Gbanti","Ward":"1","Locality":"Puntung","Name of fa":"Puntung MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.374","geometry":{"type":"Point","coordinates":[-12.524636,8.937304]},"geometry_name":"the_geom","properties":{"IDNO":543,"Latitude":"N","UTM Zone":28,"Northing":988836,"Easting":772205,"y":8.937303794,"x":-12.52463553,"District":"Port Loko","Chiefdom":"TMS","Ward":"2","Locality":"Maron","Name of fa":"Maron","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.375","geometry":{"type":"Point","coordinates":[-12.320985,8.93676]},"geometry_name":"the_geom","properties":{"IDNO":455,"Latitude":"N","UTM Zone":28,"Northing":988933,"Easting":794615,"y":8.936759581,"x":-12.3209854,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Magbaingba","Name of fa":"Magbaingba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.376","geometry":{"type":"Point","coordinates":[-13.113669,8.941971]},"geometry_name":"the_geom","properties":{"IDNO":109,"Latitude":"N","UTM Zone":28,"Northing":988968,"Easting":707403,"y":8.941971408,"x":-13.11366895,"District":"Kambia","Chiefdom":"Samu","Ward":"1","Locality":"Kassirie","Name of fa":"Baptist Centre Kassirie","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.377","geometry":{"type":"Point","coordinates":[-12.223965,8.95152]},"geometry_name":"the_geom","properties":{"IDNO":425,"Latitude":"N","UTM Zone":28,"Northing":990646,"Easting":805280,"y":8.951519789,"x":-12.22396515,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Maharie","Name of fa":"Maharie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.378","geometry":{"type":"Point","coordinates":[-12.079112,8.954176]},"geometry_name":"the_geom","properties":{"IDNO":392,"Latitude":"N","UTM Zone":28,"Northing":991064,"Easting":821220,"y":8.954176335,"x":-12.07911232,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"1","Locality":"Kunsho","Name of fa":"Kunsho CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.379","geometry":{"type":"Point","coordinates":[-12.671709,8.960448]},"geometry_name":"the_geom","properties":{"IDNO":511,"Latitude":"N","UTM Zone":28,"Northing":991291,"Easting":756007,"y":8.960447754,"x":-12.67170878,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Kagbanthama","Name of fa":"Kagbanthama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.380","geometry":{"type":"Point","coordinates":[-13.035035,8.965771]},"geometry_name":"the_geom","properties":{"IDNO":106,"Latitude":"N","UTM Zone":28,"Northing":991646,"Easting":716038,"y":8.965771192,"x":-13.03503469,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Koya","Name of fa":"Koya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.381","geometry":{"type":"Point","coordinates":[-12.598744,8.967779]},"geometry_name":"the_geom","properties":{"IDNO":541,"Latitude":"N","UTM Zone":28,"Northing":992154,"Easting":764029,"y":8.967779162,"x":-12.5987437,"District":"Port Loko","Chiefdom":"Dibia","Ward":"1","Locality":"Gbinti","Name of fa":"Gbinti CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.382","geometry":{"type":"Point","coordinates":[-12.99797,8.971891]},"geometry_name":"the_geom","properties":{"IDNO":105,"Latitude":"N","UTM Zone":28,"Northing":992345,"Easting":720111,"y":8.971890722,"x":-12.99796964,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Rosinor","Name of fa":"Rosinor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.383","geometry":{"type":"Point","coordinates":[-12.629912,8.985975]},"geometry_name":"the_geom","properties":{"IDNO":510,"Latitude":"N","UTM Zone":28,"Northing":994145,"Easting":760587,"y":8.985975023,"x":-12.62991215,"District":"Port Loko","Chiefdom":"BKM","Ward":"2","Locality":"Barmoi","Name of fa":"Barmoi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.384","geometry":{"type":"Point","coordinates":[-12.110346,8.994751]},"geometry_name":"the_geom","properties":{"IDNO":384,"Latitude":"N","UTM Zone":28,"Northing":995528,"Easting":817747,"y":8.994750763,"x":-12.11034558,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"2","Locality":"Tambiama","Name of fa":"Tambiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.385","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":385,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"1","Locality":"Kalangba","Name of fa":"Kalangba CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.386","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":381,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Bombali","Chiefdom":"Makan Gbanti","Ward":"3","Locality":"Mabenteh","Name of fa":"Mabenteh Community Hospital","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.387","geometry":{"type":"Point","coordinates":[-12.656247,8.99999]},"geometry_name":"the_geom","properties":{"IDNO":84,"Latitude":"N","UTM Zone":28,"Northing":995677,"Easting":757680,"y":8.999989793,"x":-12.65624747,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Gbalamuya","Name of fa":"Gbalamuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.388","geometry":{"type":"Point","coordinates":[-13.074669,9.005052]},"geometry_name":"the_geom","properties":{"IDNO":107,"Latitude":"N","UTM Zone":28,"Northing":995968,"Easting":711656,"y":9.00505193,"x":-13.07466906,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Mafufuneh","Name of fa":"Mafufuneh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.389","geometry":{"type":"Point","coordinates":[-13.110696,9.008656]},"geometry_name":"the_geom","properties":{"IDNO":110,"Latitude":"N","UTM Zone":28,"Northing":996346,"Easting":707692,"y":9.00865623,"x":-13.11069628,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Bapuya","Name of fa":"Bapuya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.390","geometry":{"type":"Point","coordinates":[-12.948669,9.013093]},"geometry_name":"the_geom","properties":{"IDNO":104,"Latitude":"N","UTM Zone":28,"Northing":996933,"Easting":725508,"y":9.013093055,"x":-12.94866879,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Rokupr","Name of fa":"Ahamadyya Mission Cl","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.391","geometry":{"type":"Point","coordinates":[-12.826502,9.013248]},"geometry_name":"the_geom","properties":{"IDNO":506,"Latitude":"N","UTM Zone":28,"Northing":997028,"Easting":738944,"y":9.013248382,"x":-12.82650197,"District":"Port Loko","Chiefdom":"BKM","Ward":"3","Locality":"Minthomore","Name of fa":"Minthomore CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.392","geometry":{"type":"Point","coordinates":[-12.859403,9.013858]},"geometry_name":"the_geom","properties":{"IDNO":90,"Latitude":"N","UTM Zone":28,"Northing":997074,"Easting":735325,"y":9.013857639,"x":-12.85940299,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Menicurve MCHP","Name of fa":"Menicurve MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.393","geometry":{"type":"Point","coordinates":[-12.944259,9.016259]},"geometry_name":"the_geom","properties":{"IDNO":92,"Latitude":"N","UTM Zone":28,"Northing":997286,"Easting":725991,"y":9.016259322,"x":-12.94425908,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Rokupr","Name of fa":"Rokupr CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.394","geometry":{"type":"Point","coordinates":[-12.043181,9.016637]},"geometry_name":"the_geom","properties":{"IDNO":451,"Latitude":"N","UTM Zone":28,"Northing":998010,"Easting":825119,"y":9.0166366,"x":-12.04318147,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Maselleh","Name of fa":"Maselleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.395","geometry":{"type":"Point","coordinates":[-12.334704,9.021686]},"geometry_name":"the_geom","properties":{"IDNO":456,"Latitude":"N","UTM Zone":28,"Northing":998321,"Easting":793037,"y":9.021686121,"x":-12.33470409,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"2","Locality":"Mamaka","Name of fa":"Mamaka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.396","geometry":{"type":"Point","coordinates":[-12.677895,9.026636]},"geometry_name":"the_geom","properties":{"IDNO":549,"Latitude":"N","UTM Zone":28,"Northing":998610,"Easting":755280,"y":9.026635681,"x":-12.67789514,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Konneh","Name of fa":"Konneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.397","geometry":{"type":"Point","coordinates":[-12.504222,9.03312]},"geometry_name":"the_geom","properties":{"IDNO":458,"Latitude":"N","UTM Zone":28,"Northing":999454,"Easting":774379,"y":9.033119954,"x":-12.50422166,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Gbonkonka","Name of fa":"Gbonkonka CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.398","geometry":{"type":"Point","coordinates":[-12.906198,9.038199]},"geometry_name":"the_geom","properties":{"IDNO":94,"Latitude":"N","UTM Zone":28,"Northing":999737,"Easting":730163,"y":9.038199336,"x":-12.90619765,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Barmoi Luma","Name of fa":"Barmoi Luma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.399","geometry":{"type":"Point","coordinates":[-13.270665,9.049053]},"geometry_name":"the_geom","properties":{"IDNO":85,"Latitude":"N","UTM Zone":28,"Northing":1000727,"Easting":690080,"y":9.049053398,"x":-13.27066543,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Mapotolon","Name of fa":"Mapotolon CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.400","geometry":{"type":"Point","coordinates":[-13.270265,9.049097]},"geometry_name":"the_geom","properties":{"IDNO":82,"Latitude":"N","UTM Zone":28,"Northing":1000732,"Easting":690124,"y":9.049096711,"x":-13.27026503,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Tawuya","Name of fa":"Tawuya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.401","geometry":{"type":"Point","coordinates":[-12.672198,9.064369]},"geometry_name":"the_geom","properties":{"IDNO":550,"Latitude":"N","UTM Zone":28,"Northing":1002789,"Easting":755880,"y":9.064368954,"x":-12.67219764,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Magbolontor","Name of fa":"Magbolonthor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.402","geometry":{"type":"Point","coordinates":[-12.886362,9.066803]},"geometry_name":"the_geom","properties":{"IDNO":93,"Latitude":"N","UTM Zone":28,"Northing":1002914,"Easting":732326,"y":9.066802741,"x":-12.88636216,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Mathuraneth","Name of fa":"Mathurane MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.403","geometry":{"type":"Point","coordinates":[-12.886317,9.066821]},"geometry_name":"the_geom","properties":{"IDNO":95,"Latitude":"N","UTM Zone":28,"Northing":1002916,"Easting":732331,"y":9.066820555,"x":-12.88631658,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Senthai","Name of fa":"Senthai MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.404","geometry":{"type":"Point","coordinates":[-12.630478,9.070499]},"geometry_name":"the_geom","properties":{"IDNO":551,"Latitude":"N","UTM Zone":28,"Northing":1003497,"Easting":760464,"y":9.070498905,"x":-12.6304782,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"1","Locality":"Sendugu","Name of fa":"Sendugu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.405","geometry":{"type":"Point","coordinates":[-13.035495,9.075646]},"geometry_name":"the_geom","properties":{"IDNO":81,"Latitude":"N","UTM Zone":28,"Northing":1003800,"Easting":715922,"y":9.075645642,"x":-13.03549505,"District":"Kambia","Chiefdom":"Gbile Dixon","Ward":" ","Locality":"Magbengbeth","Name of fa":"Magbengbeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.406","geometry":{"type":"Point","coordinates":[-12.415485,9.073393]},"geometry_name":"the_geom","properties":{"IDNO":457,"Latitude":"N","UTM Zone":28,"Northing":1003979,"Easting":784109,"y":9.073392563,"x":-12.41548532,"District":"Bombali","Chiefdom":"Libeisaygahun","Ward":"1","Locality":"Batkanu","Name of fa":"Batkanu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.407","geometry":{"type":"Point","coordinates":[-12.749959,9.091972]},"geometry_name":"the_geom","properties":{"IDNO":111,"Latitude":"N","UTM Zone":28,"Northing":1005789,"Easting":747309,"y":9.091972111,"x":-12.74995895,"District":"Kambia","Chiefdom":"Masungbala","Ward":" ","Locality":"Barmoi Munu","Name of fa":"Barmoi Munu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.408","geometry":{"type":"Point","coordinates":[-12.004771,9.089159]},"geometry_name":"the_geom","properties":{"IDNO":440,"Latitude":"N","UTM Zone":28,"Northing":1006073,"Easting":829280,"y":9.089158901,"x":-12.0047711,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Bumbanday","Name of fa":"Bumbanday MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.409","geometry":{"type":"Point","coordinates":[-12.051347,9.094003]},"geometry_name":"the_geom","properties":{"IDNO":447,"Latitude":"N","UTM Zone":28,"Northing":1006567,"Easting":824151,"y":9.094002856,"x":-12.05134665,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Madina Loko","Name of fa":"Madina Loko CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.410","geometry":{"type":"Point","coordinates":[-12.362709,9.103754]},"geometry_name":"the_geom","properties":{"IDNO":459,"Latitude":"N","UTM Zone":28,"Northing":1007381,"Easting":789890,"y":9.103754054,"x":-12.36270898,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"1","Locality":"Mateboi","Name of fa":"Mateboi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.411","geometry":{"type":"Point","coordinates":[-12.207408,9.107452]},"geometry_name":"the_geom","properties":{"IDNO":386,"Latitude":"N","UTM Zone":28,"Northing":1007919,"Easting":806970,"y":9.107452395,"x":-12.20740832,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"3","Locality":"Gbendembu","Name of fa":"Gbendembu Wesleyan CHC","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.412","geometry":{"type":"Point","coordinates":[-12.923529,9.114084]},"geometry_name":"the_geom","properties":{"IDNO":97,"Latitude":"N","UTM Zone":28,"Northing":1008121,"Easting":728209,"y":9.114084133,"x":-12.92352918,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia II","Name of fa":"SLRCS","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.413","geometry":{"type":"Point","coordinates":[-12.913474,9.124313]},"geometry_name":"the_geom","properties":{"IDNO":96,"Latitude":"N","UTM Zone":28,"Northing":1009259,"Easting":729308,"y":9.124313189,"x":-12.91347418,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia Town I","Name of fa":"Underfives Kambia","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.414","geometry":{"type":"Point","coordinates":[-12.913325,9.124972]},"geometry_name":"the_geom","properties":{"IDNO":98,"Latitude":"N","UTM Zone":28,"Northing":1009332,"Easting":729324,"y":9.124972197,"x":-12.91332482,"District":"Kambia","Chiefdom":"Magbema","Ward":" ","Locality":"Kambia Town I","Name of fa":"Kambia GH","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.415","geometry":{"type":"Point","coordinates":[-12.114942,9.122502]},"geometry_name":"the_geom","properties":{"IDNO":424,"Latitude":"N","UTM Zone":28,"Northing":1009665,"Easting":817129,"y":9.122501594,"x":-12.11494165,"District":"Bombali","Chiefdom":"Gbendembu Ngowahun","Ward":"4","Locality":"Kortohun","Name of fa":"Kortohun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.416","geometry":{"type":"Point","coordinates":[-12.844913,9.133647]},"geometry_name":"the_geom","properties":{"IDNO":103,"Latitude":"N","UTM Zone":28,"Northing":1010336,"Easting":736840,"y":9.133647049,"x":-12.84491312,"District":"Kambia","Chiefdom":"Masungbala","Ward":" ","Locality":"Kawula","Name of fa":"Kawula CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.417","geometry":{"type":"Point","coordinates":[-12.238399,9.134451]},"geometry_name":"the_geom","properties":{"IDNO":423,"Latitude":"N","UTM Zone":28,"Northing":1010881,"Easting":803538,"y":9.134451393,"x":-12.23839922,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Mabunduka","Name of fa":"Mabunduka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.418","geometry":{"type":"Point","coordinates":[-12.347533,9.166767]},"geometry_name":"the_geom","properties":{"IDNO":418,"Latitude":"N","UTM Zone":28,"Northing":1014367,"Easting":791508,"y":9.166767124,"x":-12.34753282,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"1","Locality":"Masorie","Name of fa":"Masorie MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.419","geometry":{"type":"Point","coordinates":[-12.573142,9.171556]},"geometry_name":"the_geom","properties":{"IDNO":548,"Latitude":"N","UTM Zone":28,"Northing":1014721,"Easting":766695,"y":9.171555771,"x":-12.57314183,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"2","Locality":"Gbagbodo","Name of fa":"Gbagbodo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.420","geometry":{"type":"Point","coordinates":[-12.013368,9.172218]},"geometry_name":"the_geom","properties":{"IDNO":442,"Latitude":"N","UTM Zone":28,"Northing":1015260,"Easting":828258,"y":9.172218258,"x":-12.01336757,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Karina","Name of fa":"Karina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.421","geometry":{"type":"Point","coordinates":[-12.211202,9.194531]},"geometry_name":"the_geom","properties":{"IDNO":393,"Latitude":"N","UTM Zone":28,"Northing":1017554,"Easting":806478,"y":9.194531492,"x":-12.21120203,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Rokulan","Name of fa":"Rokulan CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.422","geometry":{"type":"Point","coordinates":[-12.710671,9.21479]},"geometry_name":"the_geom","properties":{"IDNO":101,"Latitude":"N","UTM Zone":28,"Northing":1019405,"Easting":751543,"y":9.214789763,"x":-12.71067118,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Masselleh","Name of fa":"Masselleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.423","geometry":{"type":"Point","coordinates":[-12.22407,9.211725]},"geometry_name":"the_geom","properties":{"IDNO":419,"Latitude":"N","UTM Zone":28,"Northing":1019446,"Easting":805048,"y":9.211725079,"x":-12.22407039,"District":"Bombali","Chiefdom":"Sanda Tendaren","Ward":"2","Locality":"Rogbin","Name of fa":"Rogbin MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.424","geometry":{"type":"Point","coordinates":[-12.919228,9.217062]},"geometry_name":"the_geom","properties":{"IDNO":83,"Latitude":"N","UTM Zone":28,"Northing":1019516,"Easting":728616,"y":9.217062362,"x":-12.91922779,"District":"Kambia","Chiefdom":"Gbinle Dixon","Ward":" ","Locality":"Mafaray","Name of fa":"Mafaray CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.425","geometry":{"type":"Point","coordinates":[-12.480884,9.222486]},"geometry_name":"the_geom","properties":{"IDNO":547,"Latitude":"N","UTM Zone":28,"Northing":1020427,"Easting":776800,"y":9.222485758,"x":-12.48088399,"District":"Port Loko","Chiefdom":"Sanda Magbolonthor","Ward":"2","Locality":"Kantia","Name of fa":"Kantia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.426","geometry":{"type":"Point","coordinates":[-12.140509,9.2205]},"geometry_name":"the_geom","properties":{"IDNO":420,"Latitude":"N","UTM Zone":28,"Northing":1020490,"Easting":814230,"y":9.220500025,"x":-12.14050902,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"1","Locality":"Kagbere","Name of fa":"Kagbere CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.427","geometry":{"type":"Point","coordinates":[-12.060998,9.236605]},"geometry_name":"the_geom","properties":{"IDNO":421,"Latitude":"N","UTM Zone":28,"Northing":1022344,"Easting":822960,"y":9.23660452,"x":-12.06099823,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"2","Locality":"Hunduwa","Name of fa":"Hunduwa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.428","geometry":{"type":"Point","coordinates":[-12.316085,9.239758]},"geometry_name":"the_geom","properties":{"IDNO":416,"Latitude":"N","UTM Zone":28,"Northing":1022471,"Easting":794906,"y":9.239757939,"x":-12.31608475,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Gbonkobana","Name of fa":"Gbonkobana CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.429","geometry":{"type":"Point","coordinates":[-12.831908,9.251517]},"geometry_name":"the_geom","properties":{"IDNO":89,"Latitude":"N","UTM Zone":28,"Northing":1023385,"Easting":738191,"y":9.25151676,"x":-12.83190818,"District":"Kambia","Chiefdom":"Braimaia","Ward":" ","Locality":"Kanku Bramaia","Name of fa":"Kanku-Bramaia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.430","geometry":{"type":"Point","coordinates":[-12.373889,9.248672]},"geometry_name":"the_geom","properties":{"IDNO":417,"Latitude":"N","UTM Zone":28,"Northing":1023410,"Easting":788543,"y":9.248671769,"x":-12.37388865,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Gboronoh Makarankay","Name of fa":"Gborongoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.431","geometry":{"type":"Point","coordinates":[-12.77017,9.251445]},"geometry_name":"the_geom","properties":{"IDNO":100,"Latitude":"N","UTM Zone":28,"Northing":1023419,"Easting":744977,"y":9.251444511,"x":-12.77016961,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Sella Kafta","Name of fa":"Sella Kafta MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.432","geometry":{"type":"Point","coordinates":[-12.26583,9.249081]},"geometry_name":"the_geom","properties":{"IDNO":415,"Latitude":"N","UTM Zone":28,"Northing":1023545,"Easting":800424,"y":9.249080924,"x":-12.26582994,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Gbanti","Name of fa":"Gbanti CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.433","geometry":{"type":"Point","coordinates":[-12.164021,9.251503]},"geometry_name":"the_geom","properties":{"IDNO":414,"Latitude":"N","UTM Zone":28,"Northing":1023901,"Easting":811617,"y":9.251503239,"x":-12.16402058,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Royema","Name of fa":"Royeama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.434","geometry":{"type":"Point","coordinates":[-12.576612,9.25615]},"geometry_name":"the_geom","properties":{"IDNO":74,"Latitude":"N","UTM Zone":28,"Northing":1024079,"Easting":766250,"y":9.256149678,"x":-12.57661202,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kamagbew","Name of fa":"Kamagbew MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.435","geometry":{"type":"Point","coordinates":[-12.208834,9.25978]},"geometry_name":"the_geom","properties":{"IDNO":394,"Latitude":"N","UTM Zone":28,"Northing":1024778,"Easting":806682,"y":9.259779849,"x":-12.20883377,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Makaiba","Name of fa":"Makaiba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.436","geometry":{"type":"Point","coordinates":[-12.718957,9.264498]},"geometry_name":"the_geom","properties":{"IDNO":99,"Latitude":"N","UTM Zone":28,"Northing":1024899,"Easting":750597,"y":9.264497936,"x":-12.71895653,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Numea","Name of fa":"Nuema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.437","geometry":{"type":"Point","coordinates":[-12.093455,9.283548]},"geometry_name":"the_geom","properties":{"IDNO":422,"Latitude":"N","UTM Zone":28,"Northing":1027511,"Easting":819348,"y":9.283547736,"x":-12.09345506,"District":"Bombali","Chiefdom":"Magbaimba Ndowahun","Ward":"1","Locality":"Mambiana","Name of fa":"Mambiama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.438","geometry":{"type":"Point","coordinates":[-12.670063,9.288268]},"geometry_name":"the_geom","properties":{"IDNO":102,"Latitude":"N","UTM Zone":28,"Northing":1027564,"Easting":755954,"y":9.288268026,"x":-12.67006322,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Madina","Name of fa":"Madina CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.439","geometry":{"type":"Point","coordinates":[-12.206142,9.297641]},"geometry_name":"the_geom","properties":{"IDNO":395,"Latitude":"N","UTM Zone":28,"Northing":1028971,"Easting":806945,"y":9.297641157,"x":-12.20614209,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Kamaranka","Name of fa":"Kamaranka CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.440","geometry":{"type":"Point","coordinates":[-12.255945,9.299303]},"geometry_name":"the_geom","properties":{"IDNO":412,"Latitude":"N","UTM Zone":28,"Northing":1029112,"Easting":801468,"y":9.299303173,"x":-12.25594489,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"2","Locality":"Gbenkfay","Name of fa":"Gbenkfay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.441","geometry":{"type":"Point","coordinates":[-12.779629,9.308238]},"geometry_name":"the_geom","properties":{"IDNO":88,"Latitude":"N","UTM Zone":28,"Northing":1029696,"Easting":743898,"y":9.308237789,"x":-12.77962876,"District":"Kambia","Chiefdom":"Braimaia","Ward":" ","Locality":"Shekaiah","Name of fa":"Shekaiah MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.442","geometry":{"type":"Point","coordinates":[-12.294811,9.340658]},"geometry_name":"the_geom","properties":{"IDNO":413,"Latitude":"N","UTM Zone":28,"Northing":1033656,"Easting":797160,"y":9.340657583,"x":-12.29481108,"District":"Bombali","Chiefdom":"Gbanti Kamaranka","Ward":"1","Locality":"Kambia","Name of fa":"Kambia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.443","geometry":{"type":"Point","coordinates":[-12.737913,9.348529]},"geometry_name":"the_geom","properties":{"IDNO":87,"Latitude":"N","UTM Zone":28,"Northing":1034183,"Easting":748454,"y":9.348529207,"x":-12.737913,"District":"Kambia","Chiefdom":"Bramaiah","Ward":" ","Locality":"Gbolon","Name of fa":"Gbolon MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.444","geometry":{"type":"Point","coordinates":[-12.318224,9.357714]},"geometry_name":"the_geom","properties":{"IDNO":409,"Latitude":"N","UTM Zone":28,"Northing":1035524,"Easting":794572,"y":9.357714019,"x":-12.31822373,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"2","Locality":"Madina Fullah","Name of fa":"Madina Fullah CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.445","geometry":{"type":"Point","coordinates":[-12.670362,9.388418]},"geometry_name":"the_geom","properties":{"IDNO":86,"Latitude":"N","UTM Zone":28,"Northing":1038645,"Easting":755848,"y":9.38841765,"x":-12.67036209,"District":"Kambia","Chiefdom":"Bramaia","Ward":" ","Locality":"Kukuna","Name of fa":"Kukuna CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.446","geometry":{"type":"Point","coordinates":[-12.149774,9.39114]},"geometry_name":"the_geom","properties":{"IDNO":410,"Latitude":"N","UTM Zone":28,"Northing":1039370,"Easting":813059,"y":9.391140366,"x":-12.14977399,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"1","Locality":"Maharibo","Name of fa":"Maharibo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.447","geometry":{"type":"Point","coordinates":[-12.545686,9.395054]},"geometry_name":"the_geom","properties":{"IDNO":75,"Latitude":"N","UTM Zone":28,"Northing":1039473,"Easting":769543,"y":9.395054176,"x":-12.54568561,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kamassasa","Name of fa":"Kamassassa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.448","geometry":{"type":"Point","coordinates":[-12.244049,9.400863]},"geometry_name":"the_geom","properties":{"IDNO":396,"Latitude":"N","UTM Zone":28,"Northing":1040363,"Easting":802688,"y":9.400863003,"x":-12.2440486,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"2","Locality":"Kamalo","Name of fa":"Kamalo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.449","geometry":{"type":"Point","coordinates":[-12.280665,9.445655]},"geometry_name":"the_geom","properties":{"IDNO":408,"Latitude":"N","UTM Zone":28,"Northing":1045289,"Easting":798625,"y":9.445655266,"x":-12.2806645,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Masankorie","Name of fa":"Masankorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.450","geometry":{"type":"Point","coordinates":[-12.106172,9.454437]},"geometry_name":"the_geom","properties":{"IDNO":411,"Latitude":"N","UTM Zone":28,"Northing":1046416,"Easting":817794,"y":9.454437059,"x":-12.10617163,"District":"Bombali","Chiefdom":"Sanda Loko","Ward":"1","Locality":"Laiya","Name of fa":"Laiya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.451","geometry":{"type":"Point","coordinates":[-12.294947,9.463602]},"geometry_name":"the_geom","properties":{"IDNO":407,"Latitude":"N","UTM Zone":28,"Northing":1047263,"Easting":797040,"y":9.463601506,"x":-12.29494729,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kamabaio","Name of fa":"Kamabaio MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.452","geometry":{"type":"Point","coordinates":[-12.372611,9.486323]},"geometry_name":"the_geom","properties":{"IDNO":405,"Latitude":"N","UTM Zone":28,"Northing":1049712,"Easting":788487,"y":9.486322688,"x":-12.37261124,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kamawornie","Name of fa":"Kamawornie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.453","geometry":{"type":"Point","coordinates":[-12.237024,9.496812]},"geometry_name":"the_geom","properties":{"IDNO":398,"Latitude":"N","UTM Zone":28,"Northing":1050989,"Easting":803376,"y":9.496811991,"x":-12.23702351,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kamakwie","Name of fa":"Kamakwie Wesleyan Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.454","geometry":{"type":"Point","coordinates":[-12.237678,9.498064]},"geometry_name":"the_geom","properties":{"IDNO":397,"Latitude":"N","UTM Zone":28,"Northing":1051127,"Easting":803303,"y":9.498063988,"x":-12.23767782,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kamakwie","Name of fa":"Kamakwie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.455","geometry":{"type":"Point","coordinates":[-12.393698,9.511754]},"geometry_name":"the_geom","properties":{"IDNO":406,"Latitude":"N","UTM Zone":28,"Northing":1052509,"Easting":786149,"y":9.511754394,"x":-12.39369805,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Samaya","Name of fa":"Samaya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.456","geometry":{"type":"Point","coordinates":[-12.286532,9.516473]},"geometry_name":"the_geom","properties":{"IDNO":403,"Latitude":"N","UTM Zone":28,"Northing":1053122,"Easting":797919,"y":9.516473332,"x":-12.28653206,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kaponkie","Name of fa":"Kaponkie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.457","geometry":{"type":"Point","coordinates":[-12.311543,9.518917]},"geometry_name":"the_geom","properties":{"IDNO":404,"Latitude":"N","UTM Zone":28,"Northing":1053371,"Easting":795169,"y":9.518917497,"x":-12.31154258,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kagboray","Name of fa":"Kagboray MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.458","geometry":{"type":"Point","coordinates":[-12.169884,9.546034]},"geometry_name":"the_geom","properties":{"IDNO":402,"Latitude":"N","UTM Zone":28,"Northing":1056497,"Easting":810709,"y":9.546033662,"x":-12.16988432,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"1","Locality":"Kathanta Yimbor","Name of fa":"Kathanta Yimbor CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.459","geometry":{"type":"Point","coordinates":[-12.218374,9.583432]},"geometry_name":"the_geom","properties":{"IDNO":399,"Latitude":"N","UTM Zone":28,"Northing":1060593,"Easting":805348,"y":9.58343237,"x":-12.2183744,"District":"Bombali","Chiefdom":"Sella Limba","Ward":"2","Locality":"Kabba Ferry","Name of fa":"Kabba Ferry MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.460","geometry":{"type":"Point","coordinates":[-12.224972,9.673977]},"geometry_name":"the_geom","properties":{"IDNO":400,"Latitude":"N","UTM Zone":28,"Northing":1070609,"Easting":804542,"y":9.673976762,"x":-12.22497171,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Fintonia","Name of fa":"Fintonia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.461","geometry":{"type":"Point","coordinates":[-12.378643,9.8371]},"geometry_name":"the_geom","properties":{"IDNO":401,"Latitude":"N","UTM Zone":28,"Northing":1088528,"Easting":787526,"y":9.837099682,"x":-12.37864277,"District":"Bombali","Chiefdom":"Tambaka","Ward":"1","Locality":"Sanya","Name of fa":"Sanya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.462","geometry":{"type":"Point","coordinates":[-10.97095,8.645243]},"geometry_name":"the_geom","properties":{"IDNO":1,"Latitude":"N","UTM Zone":29,"Northing":956193,"Easting":283117,"y":8.645242551,"x":-10.97094981,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"EM and BEE Maternity Home","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.463","geometry":{"type":"Point","coordinates":[-10.981539,8.644709]},"geometry_name":"the_geom","properties":{"IDNO":2,"Latitude":"N","UTM Zone":29,"Northing":956140,"Easting":281951,"y":8.644708662,"x":-10.98153914,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koidu","Name of fa":"The White House Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.464","geometry":{"type":"Point","coordinates":[-10.962122,8.622751]},"geometry_name":"the_geom","properties":{"IDNO":3,"Latitude":"N","UTM Zone":29,"Northing":953700,"Easting":284076,"y":8.622750856,"x":-10.96212183,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Swaray Town","Name of fa":"Swarray Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.465","geometry":{"type":"Point","coordinates":[-10.947504,8.648807]},"geometry_name":"the_geom","properties":{"IDNO":4,"Latitude":"N","UTM Zone":29,"Northing":956574,"Easting":285700,"y":8.648807091,"x":-10.94750355,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koeyor","Name of fa":"Koeyor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.466","geometry":{"type":"Point","coordinates":[-10.945607,8.666834]},"geometry_name":"the_geom","properties":{"IDNO":5,"Latitude":"N","UTM Zone":29,"Northing":958567,"Easting":285919,"y":8.666833953,"x":-10.9456067,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Boroma","Name of fa":"Boroma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.467","geometry":{"type":"Point","coordinates":[-10.994476,8.622421]},"geometry_name":"the_geom","properties":{"IDNO":6,"Latitude":"N","UTM Zone":29,"Northing":953682,"Easting":280514,"y":8.622421056,"x":-10.99447587,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koakoyima","Name of fa":"Koakoyima CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.468","geometry":{"type":"Point","coordinates":[-11.022423,8.611716]},"geometry_name":"the_geom","properties":{"IDNO":7,"Latitude":"N","UTM Zone":29,"Northing":952514,"Easting":277431,"y":8.611715982,"x":-11.02242316,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Motema","Name of fa":"Motema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.469","geometry":{"type":"Point","coordinates":[-11.039424,8.609547]},"geometry_name":"the_geom","properties":{"IDNO":8,"Latitude":"N","UTM Zone":29,"Northing":952284,"Easting":275558,"y":8.609546807,"x":-11.03942409,"District":"Kono","Chiefdom":"Nimikoro","Ward":"3","Locality":"Ngaiya","Name of fa":"Ngaiya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.470","geometry":{"type":"Point","coordinates":[-11.042651,8.616698]},"geometry_name":"the_geom","properties":{"IDNO":9,"Latitude":"N","UTM Zone":29,"Northing":953077,"Easting":275207,"y":8.616698156,"x":-11.04265059,"District":"Kono","Chiefdom":"Nimikoro","Ward":"3","Locality":"Yengema","Name of fa":"Yengema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.471","geometry":{"type":"Point","coordinates":[-11.064393,8.684677]},"geometry_name":"the_geom","properties":{"IDNO":10,"Latitude":"N","UTM Zone":29,"Northing":960610,"Easting":272854,"y":8.684677043,"x":-11.06439333,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Masundu","Name of fa":"Mansadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.472","geometry":{"type":"Point","coordinates":[-11.05883,8.69409]},"geometry_name":"the_geom","properties":{"IDNO":11,"Latitude":"N","UTM Zone":29,"Northing":961648,"Easting":273472,"y":8.694090325,"x":-11.0588304,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Samiquidu","Name of fa":"Samiquidu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.473","geometry":{"type":"Point","coordinates":[-11.096967,8.728006]},"geometry_name":"the_geom","properties":{"IDNO":12,"Latitude":"N","UTM Zone":29,"Northing":965423,"Easting":269295,"y":8.728005517,"x":-11.09696652,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Seidu","Name of fa":"Seidu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.474","geometry":{"type":"Point","coordinates":[-11.101854,8.739332]},"geometry_name":"the_geom","properties":{"IDNO":13,"Latitude":"N","UTM Zone":29,"Northing":966679,"Easting":268764,"y":8.739331853,"x":-11.10185435,"District":"Kono","Chiefdom":"Sandor","Ward":"1","Locality":"Yormandu","Name of fa":"Yormandu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.475","geometry":{"type":"Point","coordinates":[-10.85699,8.78419]},"geometry_name":"the_geom","properties":{"IDNO":14,"Latitude":"N","UTM Zone":29,"Northing":971499,"Easting":295737,"y":8.784189657,"x":-10.85698973,"District":"Kono","Chiefdom":"Gbense","Ward":"2","Locality":"Gbangadu","Name of fa":"Gbangadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.476","geometry":{"type":"Point","coordinates":[-10.947766,8.715495]},"geometry_name":"the_geom","properties":{"IDNO":15,"Latitude":"N","UTM Zone":29,"Northing":963951,"Easting":285709,"y":8.715495438,"x":-10.94776582,"District":"Kono","Chiefdom":"Gbense","Ward":"3","Locality":"Kwidadu","Name of fa":"Kwidadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.477","geometry":{"type":"Point","coordinates":[-10.991949,8.795459]},"geometry_name":"the_geom","properties":{"IDNO":16,"Latitude":"N","UTM Zone":29,"Northing":972822,"Easting":280893,"y":8.795459334,"x":-10.99194887,"District":"Kono","Chiefdom":"Gbense","Ward":"3","Locality":"Koakor","Name of fa":"Koakor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.478","geometry":{"type":"Point","coordinates":[-11.01213,8.70197]},"geometry_name":"the_geom","properties":{"IDNO":17,"Latitude":"N","UTM Zone":29,"Northing":962492,"Easting":278617,"y":8.701970144,"x":-11.01213013,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Tombodu","Name of fa":"Tombodu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.479","geometry":{"type":"Point","coordinates":[-11.030632,8.759871]},"geometry_name":"the_geom","properties":{"IDNO":18,"Latitude":"N","UTM Zone":29,"Northing":968908,"Easting":276615,"y":8.759870738,"x":-11.03063204,"District":"Kono","Chiefdom":"Kamara","Ward":"2","Locality":"Sukudu","Name of fa":"Sukudu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.480","geometry":{"type":"Point","coordinates":[-11.047968,8.757978]},"geometry_name":"the_geom","properties":{"IDNO":19,"Latitude":"N","UTM Zone":29,"Northing":968709,"Easting":274706,"y":8.757978126,"x":-11.04796796,"District":"Kono","Chiefdom":"Kamara","Ward":"1","Locality":"Peyima","Name of fa":"Peyima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.481","geometry":{"type":"Point","coordinates":[-10.999447,8.652254]},"geometry_name":"the_geom","properties":{"IDNO":20,"Latitude":"N","UTM Zone":29,"Northing":956985,"Easting":279984,"y":8.652254147,"x":-10.99944728,"District":"Kono","Chiefdom":"Gbense","Ward":"4","Locality":"Small Sefiadu","Name of fa":"Small Sefiadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.482","geometry":{"type":"Point","coordinates":[-11.074009,8.615789]},"geometry_name":"the_geom","properties":{"IDNO":21,"Latitude":"N","UTM Zone":29,"Northing":952995,"Easting":271754,"y":8.615788502,"x":-11.07400929,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Bumpeh","Name of fa":"Bumpeh CHC (Nimikoro)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.483","geometry":{"type":"Point","coordinates":[-11.143415,8.640789]},"geometry_name":"the_geom","properties":{"IDNO":22,"Latitude":"N","UTM Zone":29,"Northing":955803,"Easting":264128,"y":8.640788645,"x":-11.14341516,"District":"Kono","Chiefdom":"Nimikoro","Ward":"1","Locality":"Njagbwama","Name of fa":"Njagbwema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.484","geometry":{"type":"Point","coordinates":[-11.20342,8.631942]},"geometry_name":"the_geom","properties":{"IDNO":23,"Latitude":"N","UTM Zone":29,"Northing":954862,"Easting":257516,"y":8.631941817,"x":-11.20342026,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Condama","Name of fa":"Condama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.485","geometry":{"type":"Point","coordinates":[-11.251069,8.694934]},"geometry_name":"the_geom","properties":{"IDNO":24,"Latitude":"N","UTM Zone":29,"Northing":961862,"Easting":252311,"y":8.694934079,"x":-11.25106906,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Massabendu","Name of fa":"Massabendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.486","geometry":{"type":"Point","coordinates":[-11.241139,8.542032]},"geometry_name":"the_geom","properties":{"IDNO":25,"Latitude":"N","UTM Zone":29,"Northing":944939,"Easting":253305,"y":8.542032372,"x":-11.24113854,"District":"Kono","Chiefdom":"Nimiyama","Ward":"3","Locality":"Jaiama Sewafe","Name of fa":"Jaiama Sewafe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.487","geometry":{"type":"Point","coordinates":[-11.214336,8.496667]},"geometry_name":"the_geom","properties":{"IDNO":26,"Latitude":"N","UTM Zone":29,"Northing":939903,"Easting":256228,"y":8.496667472,"x":-11.21433584,"District":"Kono","Chiefdom":"Nimiyama","Ward":"3","Locality":"Peya","Name of fa":"Peya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.488","geometry":{"type":"Point","coordinates":[-11.307757,8.573455]},"geometry_name":"the_geom","properties":{"IDNO":27,"Latitude":"N","UTM Zone":29,"Northing":948459,"Easting":245989,"y":8.573454727,"x":-11.30775709,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"NGO Town","Name of fa":"NGO Town CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.489","geometry":{"type":"Point","coordinates":[-11.268137,8.64184]},"geometry_name":"the_geom","properties":{"IDNO":28,"Latitude":"N","UTM Zone":29,"Northing":955999,"Easting":250397,"y":8.641840192,"x":-11.26813682,"District":"Kono","Chiefdom":"Nimiyama","Ward":"1","Locality":"Sania","Name of fa":"Sandia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.490","geometry":{"type":"Point","coordinates":[-11.211286,8.706584]},"geometry_name":"the_geom","properties":{"IDNO":29,"Latitude":"N","UTM Zone":29,"Northing":963125,"Easting":256698,"y":8.706583768,"x":-11.21128631,"District":"Kono","Chiefdom":"Sandor","Ward":"4","Locality":"Tefeya","Name of fa":"Tefeya CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.491","geometry":{"type":"Point","coordinates":[-11.171513,8.817459]},"geometry_name":"the_geom","properties":{"IDNO":30,"Latitude":"N","UTM Zone":29,"Northing":975366,"Easting":261147,"y":8.817459497,"x":-11.17151334,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Bangambaya","Name of fa":"Bangambaya MCP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.492","geometry":{"type":"Point","coordinates":[-11.159901,8.890779]},"geometry_name":"the_geom","properties":{"IDNO":31,"Latitude":"N","UTM Zone":29,"Northing":983470,"Easting":262472,"y":8.890778602,"x":-11.1599006,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Kayima","Name of fa":"Kayima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.493","geometry":{"type":"Point","coordinates":[-11.099169,8.937516]},"geometry_name":"the_geom","properties":{"IDNO":32,"Latitude":"N","UTM Zone":29,"Northing":988602,"Easting":269183,"y":8.93751623,"x":-11.0991693,"District":"Kono","Chiefdom":"Sandor","Ward":"4","Locality":"Wordu","Name of fa":"Wordu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.494","geometry":{"type":"Point","coordinates":[-10.997122,8.922171]},"geometry_name":"the_geom","properties":{"IDNO":33,"Latitude":"N","UTM Zone":29,"Northing":986842,"Easting":280399,"y":8.922171065,"x":-10.99712224,"District":"Kono","Chiefdom":"Sandor","Ward":"5","Locality":"Kondeya","Name of fa":"Kono Kondeya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.495","geometry":{"type":"Point","coordinates":[-10.909355,8.907708]},"geometry_name":"the_geom","properties":{"IDNO":34,"Latitude":"N","UTM Zone":29,"Northing":985191,"Easting":290045,"y":8.907708028,"x":-10.9093551,"District":"Kono","Chiefdom":"Sandor","Ward":"6","Locality":"Kochero","Name of fa":"Kochero MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.496","geometry":{"type":"Point","coordinates":[-11.067047,8.792071]},"geometry_name":"the_geom","properties":{"IDNO":35,"Latitude":"N","UTM Zone":29,"Northing":972492,"Easting":272627,"y":8.792070671,"x":-11.06704734,"District":"Kono","Chiefdom":"Sandor","Ward":"3","Locality":"Mansundu","Name of fa":"Mansundu Nimikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.497","geometry":{"type":"Point","coordinates":[-11.054024,8.573166]},"geometry_name":"the_geom","properties":{"IDNO":36,"Latitude":"N","UTM Zone":29,"Northing":948268,"Easting":273929,"y":8.573165506,"x":-11.0540243,"District":"Kono","Chiefdom":"Nimikoro","Ward":"4","Locality":"Njala","Name of fa":"Njala CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.498","geometry":{"type":"Point","coordinates":[-11.089974,8.543856]},"geometry_name":"the_geom","properties":{"IDNO":37,"Latitude":"N","UTM Zone":29,"Northing":945047,"Easting":269953,"y":8.543855855,"x":-11.08997403,"District":"Kono","Chiefdom":"Nimikoro","Ward":"5","Locality":"Njiama Nimikoro","Name of fa":"UMC Mitchener Memorial Maternity & Health Centre","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.499","geometry":{"type":"Point","coordinates":[-11.099162,8.458356]},"geometry_name":"the_geom","properties":{"IDNO":38,"Latitude":"N","UTM Zone":29,"Northing":935594,"Easting":268890,"y":8.458355863,"x":-11.09916181,"District":"Kono","Chiefdom":"Nimikoro","Ward":"4","Locality":"Sengekor","Name of fa":"Sengekor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.500","geometry":{"type":"Point","coordinates":[-11.137099,8.355039]},"geometry_name":"the_geom","properties":{"IDNO":39,"Latitude":"N","UTM Zone":29,"Northing":924187,"Easting":264649,"y":8.355038591,"x":-11.13709944,"District":"Kono","Chiefdom":"Goroma Kono","Ward":"1","Locality":"Njagbama","Name of fa":"Njagbwema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.501","geometry":{"type":"Point","coordinates":[-11.056845,8.376048]},"geometry_name":"the_geom","properties":{"IDNO":40,"Latitude":"N","UTM Zone":29,"Northing":926464,"Easting":273503,"y":8.376048343,"x":-11.05684506,"District":"Kono","Chiefdom":"Goroma Kono","Ward":"1","Locality":"Kangama","Name of fa":"Kangama CHC (Kangama)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.502","geometry":{"type":"Point","coordinates":[-10.964769,8.551211]},"geometry_name":"the_geom","properties":{"IDNO":41,"Latitude":"N","UTM Zone":29,"Northing":945788,"Easting":283744,"y":8.551211472,"x":-10.96476941,"District":"Kono","Chiefdom":"Tankoro","Ward":"1","Locality":"Woama","Name of fa":"Woama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.503","geometry":{"type":"Point","coordinates":[-10.967653,8.516672]},"geometry_name":"the_geom","properties":{"IDNO":42,"Latitude":"N","UTM Zone":29,"Northing":941969,"Easting":283407,"y":8.516672361,"x":-10.96765313,"District":"Kono","Chiefdom":"Tankoro","Ward":"1","Locality":"Baiama","Name of fa":"Baiama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.504","geometry":{"type":"Point","coordinates":[-10.884196,8.494512]},"geometry_name":"the_geom","properties":{"IDNO":43,"Latitude":"N","UTM Zone":29,"Northing":939472,"Easting":292585,"y":8.494512474,"x":-10.88419625,"District":"Kono","Chiefdom":"Gbane","Ward":"2","Locality":"Kanekor","Name of fa":"Kanekor MCHP (Gbane)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.505","geometry":{"type":"Point","coordinates":[-10.866708,8.436537]},"geometry_name":"the_geom","properties":{"IDNO":44,"Latitude":"N","UTM Zone":29,"Northing":933050,"Easting":294480,"y":8.436537346,"x":-10.8667082,"District":"Kono","Chiefdom":"Gbana","Ward":"1","Locality":"Gandorhun","Name of fa":"Gandorhun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.506","geometry":{"type":"Point","coordinates":[-10.786688,8.424904]},"geometry_name":"the_geom","properties":{"IDNO":45,"Latitude":"N","UTM Zone":29,"Northing":931722,"Easting":303287,"y":8.424904191,"x":-10.78668761,"District":"Kono","Chiefdom":"Gbana","Ward":"2","Locality":"Baoma","Name of fa":"Baoma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.507","geometry":{"type":"Point","coordinates":[-10.877965,8.575935]},"geometry_name":"the_geom","properties":{"IDNO":46,"Latitude":"N","UTM Zone":29,"Northing":948475,"Easting":293315,"y":8.575935442,"x":-10.87796509,"District":"Kono","Chiefdom":"Fiama","Ward":"2","Locality":"Yekior","Name of fa":"Yekior MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.508","geometry":{"type":"Point","coordinates":[-10.823523,8.627612]},"geometry_name":"the_geom","properties":{"IDNO":47,"Latitude":"N","UTM Zone":29,"Northing":954162,"Easting":299336,"y":8.627612447,"x":-10.82352281,"District":"Kono","Chiefdom":"Fiama","Ward":"1","Locality":"Njagbama Fiama","Name of fa":"Njagbwema Fiama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.509","geometry":{"type":"Point","coordinates":[-10.721308,8.617109]},"geometry_name":"the_geom","properties":{"IDNO":48,"Latitude":"N","UTM Zone":29,"Northing":952948,"Easting":310582,"y":8.617109222,"x":-10.7213083,"District":"Kono","Chiefdom":"Sao","Ward":"1","Locality":"Kainkordu","Name of fa":"Kainkordu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.510","geometry":{"type":"Point","coordinates":[-10.668955,8.642585]},"geometry_name":"the_geom","properties":{"IDNO":49,"Latitude":"N","UTM Zone":29,"Northing":955740,"Easting":316357,"y":8.642584675,"x":-10.66895525,"District":"Kono","Chiefdom":"Sao","Ward":"3","Locality":"Gbamandu","Name of fa":"Gbamandu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.511","geometry":{"type":"Point","coordinates":[-10.697112,8.610156]},"geometry_name":"the_geom","properties":{"IDNO":50,"Latitude":"N","UTM Zone":29,"Northing":952167,"Easting":313242,"y":8.610155669,"x":-10.69711178,"District":"Kono","Chiefdom":"Sao","Ward":"1","Locality":"Manjama","Name of fa":"Manjama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.512","geometry":{"type":"Point","coordinates":[-10.709649,8.526801]},"geometry_name":"the_geom","properties":{"IDNO":51,"Latitude":"N","UTM Zone":29,"Northing":942954,"Easting":311821,"y":8.526801429,"x":-10.7096486,"District":"Kono","Chiefdom":"Sao","Ward":"2","Locality":"Bandusuma","Name of fa":"Bandusuma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.513","geometry":{"type":"Point","coordinates":[-10.680557,8.504035]},"geometry_name":"the_geom","properties":{"IDNO":52,"Latitude":"N","UTM Zone":29,"Northing":940422,"Easting":315013,"y":8.504035421,"x":-10.68055728,"District":"Kono","Chiefdom":"Sao","Ward":"2","Locality":"Sukudu Sao","Name of fa":"Sukudu Soa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.514","geometry":{"type":"Point","coordinates":[-10.641782,8.592412]},"geometry_name":"the_geom","properties":{"IDNO":53,"Latitude":"N","UTM Zone":29,"Northing":950178,"Easting":319324,"y":8.592412333,"x":-10.64178165,"District":"Kono","Chiefdom":"Sao","Ward":"3","Locality":"Feuror","Name of fa":"Feuror MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.515","geometry":{"type":"Point","coordinates":[-10.582789,8.615066]},"geometry_name":"the_geom","properties":{"IDNO":54,"Latitude":"N","UTM Zone":29,"Northing":952656,"Easting":325828,"y":8.615065549,"x":-10.58278938,"District":"Kono","Chiefdom":"Gbana Kandor","Ward":"1","Locality":"Koardu","Name of fa":"Koardu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.516","geometry":{"type":"Point","coordinates":[-10.515273,8.682721]},"geometry_name":"the_geom","properties":{"IDNO":55,"Latitude":"N","UTM Zone":29,"Northing":960108,"Easting":333289,"y":8.682720677,"x":-10.51527344,"District":"Kono","Chiefdom":"Mofindor","Ward":"1","Locality":"Kamiemdor","Name of fa":"Kamiendor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.517","geometry":{"type":"Point","coordinates":[-10.506213,8.727932]},"geometry_name":"the_geom","properties":{"IDNO":56,"Latitude":"N","UTM Zone":29,"Northing":965104,"Easting":334306,"y":8.72793159,"x":-10.50621257,"District":"Kono","Chiefdom":"Mofindor","Ward":"1","Locality":"Sambaya","Name of fa":"Sambaya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.518","geometry":{"type":"Point","coordinates":[-10.798332,8.696588]},"geometry_name":"the_geom","properties":{"IDNO":57,"Latitude":"N","UTM Zone":29,"Northing":961778,"Easting":302145,"y":8.696587563,"x":-10.79833203,"District":"Kono","Chiefdom":"Fiama","Ward":"1","Locality":"Bandasuma Fiama","Name of fa":"Bandasuma Fiama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.519","geometry":{"type":"Point","coordinates":[-10.708876,8.786428]},"geometry_name":"the_geom","properties":{"IDNO":58,"Latitude":"N","UTM Zone":29,"Northing":971669,"Easting":312035,"y":8.786428244,"x":-10.70887608,"District":"Kono","Chiefdom":"Lei","Ward":"2","Locality":"Komba Yendeh","Name of fa":"Komba Yendeh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.520","geometry":{"type":"Point","coordinates":[-10.615661,8.818386]},"geometry_name":"the_geom","properties":{"IDNO":59,"Latitude":"N","UTM Zone":29,"Northing":975158,"Easting":322306,"y":8.818386488,"x":-10.61566081,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Saiama","Name of fa":"Saama CHP (Lower Bamabara)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.521","geometry":{"type":"Point","coordinates":[-10.635656,8.89189]},"geometry_name":"the_geom","properties":{"IDNO":60,"Latitude":"N","UTM Zone":29,"Northing":983297,"Easting":320142,"y":8.891889617,"x":-10.63565645,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Gbonagongor","Name of fa":"Gbongongor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.522","geometry":{"type":"Point","coordinates":[-10.681465,8.8989]},"geometry_name":"the_geom","properties":{"IDNO":61,"Latitude":"N","UTM Zone":29,"Northing":984095,"Easting":315107,"y":8.898900485,"x":-10.68146509,"District":"Kono","Chiefdom":"Lei","Ward":"1","Locality":"Kundundu","Name of fa":"Kundundu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.523","geometry":{"type":"Point","coordinates":[-10.65391,8.959873]},"geometry_name":"the_geom","properties":{"IDNO":62,"Latitude":"N","UTM Zone":29,"Northing":990825,"Easting":318168,"y":8.95987345,"x":-10.65390982,"District":"Kono","Chiefdom":"Toli","Ward":"2","Locality":"Kpetema","Name of fa":"Kpetema CHP (Toli)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.524","geometry":{"type":"Point","coordinates":[-10.595507,9.017039]},"geometry_name":"the_geom","properties":{"IDNO":63,"Latitude":"N","UTM Zone":29,"Northing":997119,"Easting":324618,"y":9.017039006,"x":-10.59550681,"District":"Kono","Chiefdom":"Toli","Ward":"1","Locality":"Konduwakor","Name of fa":"Kondewakoro CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.525","geometry":{"type":"Point","coordinates":[-10.965014,8.647958]},"geometry_name":"the_geom","properties":{"IDNO":64,"Latitude":"N","UTM Zone":29,"Northing":956490,"Easting":283772,"y":8.647958045,"x":-10.96501375,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"Koidu Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.526","geometry":{"type":"Point","coordinates":[-10.965868,8.648116]},"geometry_name":"the_geom","properties":{"IDNO":65,"Latitude":"N","UTM Zone":29,"Northing":956508,"Easting":283678,"y":8.64811637,"x":-10.96586849,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu","Name of fa":"Koidu Under Five Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.527","geometry":{"type":"Point","coordinates":[-10.970711,8.642939]},"geometry_name":"the_geom","properties":{"IDNO":66,"Latitude":"N","UTM Zone":29,"Northing":955938,"Easting":283142,"y":8.642938555,"x":-10.97071074,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu Kono Manji St","Name of fa":"Fatkom Muchendeh Maternity Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.528","geometry":{"type":"Point","coordinates":[-10.982271,8.63872]},"geometry_name":"the_geom","properties":{"IDNO":67,"Latitude":"N","UTM Zone":29,"Northing":955478,"Easting":281867,"y":8.638720351,"x":-10.98227091,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Koidu","Name of fa":"Chanis Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.529","geometry":{"type":"Point","coordinates":[-10.987924,8.639324]},"geometry_name":"the_geom","properties":{"IDNO":68,"Latitude":"N","UTM Zone":29,"Northing":955548,"Easting":281245,"y":8.639323805,"x":-10.98792428,"District":"Kono","Chiefdom":"Tankoro","Ward":"3","Locality":"Kensay","Name of fa":"Kensay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.530","geometry":{"type":"Point","coordinates":[-10.968589,8.645417]},"geometry_name":"the_geom","properties":{"IDNO":69,"Latitude":"N","UTM Zone":29,"Northing":956211,"Easting":283377,"y":8.645417444,"x":-10.96858884,"District":"Kono","Chiefdom":"Gbense","Ward":"1","Locality":"Koidu 68 Kaikoidu Rd","Name of fa":"Arab Clinic (Gbense)","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.531","geometry":{"type":"Point","coordinates":[-11.74305,7.964267]},"geometry_name":"the_geom","properties":{"IDNO":112,"Latitude":"N","UTM Zone":29,"Northing":881353,"Easting":197580,"y":7.964266678,"x":-11.74305009,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Bo Town","Name of fa":"Bo Govt. Hosp.","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.532","geometry":{"type":"Point","coordinates":[-11.732703,7.955173]},"geometry_name":"the_geom","properties":{"IDNO":113,"Latitude":"N","UTM Zone":29,"Northing":880339,"Easting":198715,"y":7.955173195,"x":-11.73270254,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Old Railway Bo","Name of fa":"New Life Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.533","geometry":{"type":"Point","coordinates":[-11.73295,7.97055]},"geometry_name":"the_geom","properties":{"IDNO":114,"Latitude":"N","UTM Zone":29,"Northing":882041,"Easting":198699,"y":7.970550139,"x":-11.73294956,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"SDA COMP. Ngalu Road","Name of fa":"SDA Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.534","geometry":{"type":"Point","coordinates":[-11.739641,7.970831]},"geometry_name":"the_geom","properties":{"IDNO":115,"Latitude":"N","UTM Zone":29,"Northing":882077,"Easting":197961,"y":7.970831046,"x":-11.73964052,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Macroberts Street","Name of fa":"Sam Lean's maternity Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.535","geometry":{"type":"Point","coordinates":[-11.743473,7.989663]},"geometry_name":"the_geom","properties":{"IDNO":116,"Latitude":"N","UTM Zone":29,"Northing":884164,"Easting":197552,"y":7.989662685,"x":-11.74347329,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbanja Town","Name of fa":"Gbanja Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.536","geometry":{"type":"Point","coordinates":[-11.728909,8.014481]},"geometry_name":"the_geom","properties":{"IDNO":117,"Latitude":"N","UTM Zone":29,"Northing":886900,"Easting":199177,"y":8.014480918,"x":-11.7289091,"District":"Bo","Chiefdom":"Kakua","Ward":"5","Locality":"Manjama","Name of fa":"Manjama UMC CHC","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.537","geometry":{"type":"Point","coordinates":[-11.730502,7.950019]},"geometry_name":"the_geom","properties":{"IDNO":118,"Latitude":"N","UTM Zone":29,"Northing":879767,"Easting":198954,"y":7.950019363,"x":-11.73050225,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Messima 21st Back Street","Name of fa":"Elshadai Medical Centre","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.538","geometry":{"type":"Point","coordinates":[-11.731049,7.949148]},"geometry_name":"the_geom","properties":{"IDNO":119,"Latitude":"N","UTM Zone":29,"Northing":879671,"Easting":198893,"y":7.949148333,"x":-11.73104935,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Sewa Road (64)","Name of fa":"St Monica's Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.539","geometry":{"type":"Point","coordinates":[-11.734379,7.957918]},"geometry_name":"the_geom","properties":{"IDNO":120,"Latitude":"N","UTM Zone":29,"Northing":880644,"Easting":198532,"y":7.95791796,"x":-11.73437936,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Prince Williams St.","Name of fa":"Kpolies Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.540","geometry":{"type":"Point","coordinates":[-11.728648,7.943698]},"geometry_name":"the_geom","properties":{"IDNO":121,"Latitude":"N","UTM Zone":29,"Northing":879066,"Easting":199154,"y":7.943697625,"x":-11.72864779,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Manjama Shell Mingo","Name of fa":"Manjama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.541","geometry":{"type":"Point","coordinates":[-11.729568,7.971828]},"geometry_name":"the_geom","properties":{"IDNO":122,"Latitude":"N","UTM Zone":29,"Northing":882180,"Easting":199073,"y":7.971828473,"x":-11.72956816,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbotima Bo II","Name of fa":"Gbotima MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.542","geometry":{"type":"Point","coordinates":[-11.740668,7.961852]},"geometry_name":"the_geom","properties":{"IDNO":123,"Latitude":"N","UTM Zone":29,"Northing":881084,"Easting":197841,"y":7.961851934,"x":-11.74066842,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Dambala Road","Name of fa":"Chinese Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.543","geometry":{"type":"Point","coordinates":[-11.736169,7.966779]},"geometry_name":"the_geom","properties":{"IDNO":124,"Latitude":"N","UTM Zone":29,"Northing":881626,"Easting":198341,"y":7.96677904,"x":-11.73616935,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Samamie Section","Name of fa":"Lower Ngwbu Clinic","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.544","geometry":{"type":"Point","coordinates":[-11.73968,7.967208]},"geometry_name":"the_geom","properties":{"IDNO":125,"Latitude":"N","UTM Zone":29,"Northing":881676,"Easting":197954,"y":7.967207533,"x":-11.73967986,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"18 Kissy Town Road","Name of fa":"Marie Stopes Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.545","geometry":{"type":"Point","coordinates":[-11.740329,7.965306]},"geometry_name":"the_geom","properties":{"IDNO":126,"Latitude":"N","UTM Zone":29,"Northing":881466,"Easting":197881,"y":7.965305762,"x":-11.74032885,"District":"Bo","Chiefdom":"kakua","Ward":" ","Locality":"Dambala Road","Name of fa":"Praise Foundation Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.546","geometry":{"type":"Point","coordinates":[-11.760715,7.956207]},"geometry_name":"the_geom","properties":{"IDNO":127,"Latitude":"N","UTM Zone":29,"Northing":880474,"Easting":195625,"y":7.956206837,"x":-11.76071536,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Fullawahun Community New London","Name of fa":"Fullawahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.547","geometry":{"type":"Point","coordinates":[-11.786063,8.030695]},"geometry_name":"the_geom","properties":{"IDNO":128,"Latitude":"N","UTM Zone":29,"Northing":888737,"Easting":192884,"y":8.030694507,"x":-11.78606331,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Gbongboma","Name of fa":"Gbongboma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.548","geometry":{"type":"Point","coordinates":[-11.705049,7.94819]},"geometry_name":"the_geom","properties":{"IDNO":129,"Latitude":"N","UTM Zone":29,"Northing":879546,"Easting":201761,"y":7.94818968,"x":-11.70504903,"District":"Bo","Chiefdom":"Kakua","Ward":"5","Locality":"Nyagolihhu Bo/Kenema Highway","Name of fa":"Massah Memorial Maternity Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.549","geometry":{"type":"Point","coordinates":[-11.717119,7.950496]},"geometry_name":"the_geom","properties":{"IDNO":130,"Latitude":"N","UTM Zone":29,"Northing":879810,"Easting":200431,"y":7.950496026,"x":-11.71711867,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"New Police Barracks","Name of fa":"New Police Barracks Clinic","Type of fa":"Govt. Clinic"}},{"type":"Feature","id":"sl_fac.550","geometry":{"type":"Point","coordinates":[-11.721149,7.956957]},"geometry_name":"the_geom","properties":{"IDNO":131,"Latitude":"N","UTM Zone":29,"Northing":880528,"Easting":199991,"y":7.956957149,"x":-11.72114923,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Fagoya Section","Name of fa":"UNIMUS MCH Clinic","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.551","geometry":{"type":"Point","coordinates":[-11.74861,7.949836]},"geometry_name":"the_geom","properties":{"IDNO":132,"Latitude":"N","UTM Zone":29,"Northing":879760,"Easting":196956,"y":7.94983619,"x":-11.74860958,"District":"Bo","Chiefdom":"Kakua","Ward":"1","Locality":"Kowama","Name of fa":"Paramedical CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.552","geometry":{"type":"Point","coordinates":[-11.732064,7.94363]},"geometry_name":"the_geom","properties":{"IDNO":133,"Latitude":"N","UTM Zone":29,"Northing":879061,"Easting":198777,"y":7.943629914,"x":-11.73206419,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Johnny St. Layout Shell Mingo","Name of fa":"Nafaya Clinic & Maternity Home","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.553","geometry":{"type":"Point","coordinates":[-11.72587,7.940255]},"geometry_name":"the_geom","properties":{"IDNO":134,"Latitude":"N","UTM Zone":29,"Northing":878683,"Easting":199458,"y":7.940255272,"x":-11.72586983,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Shell Mingo","Name of fa":"Bucksal Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.554","geometry":{"type":"Point","coordinates":[-11.741802,7.957824]},"geometry_name":"the_geom","properties":{"IDNO":135,"Latitude":"N","UTM Zone":29,"Northing":880639,"Easting":197713,"y":7.957823602,"x":-11.74180176,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Coronation Field Road","Name of fa":"SLRCS Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.555","geometry":{"type":"Point","coordinates":[-11.740563,7.959621]},"geometry_name":"the_geom","properties":{"IDNO":136,"Latitude":"N","UTM Zone":29,"Northing":880837,"Easting":197851,"y":7.959620856,"x":-11.74056295,"District":"Bo","Chiefdom":"Kakua","Ward":" ","Locality":"Tikonko Road","Name of fa":"Chinese (Fu-Qing) Clinic","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.556","geometry":{"type":"Point","coordinates":[-11.84946,8.109402]},"geometry_name":"the_geom","properties":{"IDNO":137,"Latitude":"N","UTM Zone":29,"Northing":897497,"Easting":185951,"y":8.109402124,"x":-11.84945958,"District":"Bo","Chiefdom":"Gbargre","Ward":" ","Locality":"Gbaimma","Name of fa":"Gbaiima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.557","geometry":{"type":"Point","coordinates":[-11.613261,7.83895]},"geometry_name":"the_geom","properties":{"IDNO":138,"Latitude":"N","UTM Zone":29,"Northing":867392,"Easting":211812,"y":7.838950213,"x":-11.61326119,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"3","Locality":"Gbaama","Name of fa":"Gbaama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.558","geometry":{"type":"Point","coordinates":[-11.613537,7.749017]},"geometry_name":"the_geom","properties":{"IDNO":139,"Latitude":"N","UTM Zone":29,"Northing":857440,"Easting":211720,"y":7.749017214,"x":-11.61353661,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"1","Locality":"Mano-Jaiama","Name of fa":"Mano-Jaiama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.559","geometry":{"type":"Point","coordinates":[-11.657411,7.839224]},"geometry_name":"the_geom","properties":{"IDNO":140,"Latitude":"N","UTM Zone":29,"Northing":867453,"Easting":206940,"y":7.839224063,"x":-11.65741132,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":" ","Locality":"Mamboma","Name of fa":"Mamboma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.560","geometry":{"type":"Point","coordinates":[-11.638951,7.802861]},"geometry_name":"the_geom","properties":{"IDNO":141,"Latitude":"N","UTM Zone":29,"Northing":863416,"Easting":208952,"y":7.802861006,"x":-11.63895072,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":"3","Locality":"Telu","Name of fa":"Telu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.561","geometry":{"type":"Point","coordinates":[-11.693792,7.711359]},"geometry_name":"the_geom","properties":{"IDNO":142,"Latitude":"N","UTM Zone":29,"Northing":853328,"Easting":202835,"y":7.711359347,"x":-11.69379206,"District":"Bo","Chiefdom":"Jaiama Bongor","Ward":" ","Locality":"Coribodo","Name of fa":"Coribondo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.562","geometry":{"type":"Point","coordinates":[-11.738147,7.695319]},"geometry_name":"the_geom","properties":{"IDNO":143,"Latitude":"N","UTM Zone":29,"Northing":851584,"Easting":197927,"y":7.695318505,"x":-11.73814724,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Griema","Name of fa":"Criema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.563","geometry":{"type":"Point","coordinates":[-11.788505,7.943064]},"geometry_name":"the_geom","properties":{"IDNO":144,"Latitude":"N","UTM Zone":29,"Northing":879040,"Easting":192549,"y":7.943063812,"x":-11.788505,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Mattru on the Rail","Name of fa":"Mattru on the Rail MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.564","geometry":{"type":"Point","coordinates":[-11.724335,7.780135]},"geometry_name":"the_geom","properties":{"IDNO":145,"Latitude":"N","UTM Zone":29,"Northing":860961,"Easting":199512,"y":7.780134888,"x":-11.72433524,"District":"Bo","Chiefdom":"Tikonko","Ward":"3","Locality":"Sembehun 17","Name of fa":"Sembehun 17 CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.565","geometry":{"type":"Point","coordinates":[-11.706876,7.865618]},"geometry_name":"the_geom","properties":{"IDNO":146,"Latitude":"N","UTM Zone":29,"Northing":870409,"Easting":201500,"y":7.865617623,"x":-11.70687591,"District":"Bo","Chiefdom":"Tikonko","Ward":" ","Locality":"Gondama","Name of fa":"Gondama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.566","geometry":{"type":"Point","coordinates":[-11.427397,7.783554]},"geometry_name":"the_geom","properties":{"IDNO":147,"Latitude":"N","UTM Zone":29,"Northing":861139,"Easting":232286,"y":7.783553503,"x":-11.42739664,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Wonde Gboyama","Name of fa":"Wonde Gboyama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.567","geometry":{"type":"Point","coordinates":[-11.527674,7.701948]},"geometry_name":"the_geom","properties":{"IDNO":148,"Latitude":"N","UTM Zone":29,"Northing":852174,"Easting":221166,"y":7.701947933,"x":-11.52767426,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Fanima","Name of fa":"Fanima MCHP (Wonde)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.568","geometry":{"type":"Point","coordinates":[-11.672958,7.634693]},"geometry_name":"the_geom","properties":{"IDNO":149,"Latitude":"N","UTM Zone":29,"Northing":844829,"Easting":205082,"y":7.634692516,"x":-11.67295836,"District":"Bo","Chiefdom":"Wonde","Ward":"1","Locality":"Bathurst","Name of fa":"Bathurst MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.569","geometry":{"type":"Point","coordinates":[-11.576307,7.929763]},"geometry_name":"the_geom","properties":{"IDNO":150,"Latitude":"N","UTM Zone":29,"Northing":877416,"Easting":215952,"y":7.929762968,"x":-11.57630685,"District":"Bo","Chiefdom":"Baoma","Ward":"2","Locality":"Gerehun","Name of fa":"Gerihun CHC","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.570","geometry":{"type":"Point","coordinates":[-11.458748,7.885108]},"geometry_name":"the_geom","properties":{"IDNO":151,"Latitude":"N","UTM Zone":29,"Northing":872396,"Easting":228892,"y":7.885107886,"x":-11.45874828,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Pelewahun","Name of fa":"Pelewahun MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.571","geometry":{"type":"Point","coordinates":[-11.505157,7.870399]},"geometry_name":"the_geom","properties":{"IDNO":152,"Latitude":"N","UTM Zone":29,"Northing":870799,"Easting":223762,"y":7.870399431,"x":-11.50515666,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Kigbai","Name of fa":"Kigbai MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.572","geometry":{"type":"Point","coordinates":[-11.535787,7.877318]},"geometry_name":"the_geom","properties":{"IDNO":153,"Latitude":"N","UTM Zone":29,"Northing":871585,"Easting":220387,"y":7.877317833,"x":-11.53578682,"District":"Bo","Chiefdom":"Baoma","Ward":"1","Locality":"Tungbebu","Name of fa":"Tungbebu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.573","geometry":{"type":"Point","coordinates":[-11.33873,8.045151]},"geometry_name":"the_geom","properties":{"IDNO":154,"Latitude":"N","UTM Zone":29,"Northing":890027,"Easting":242233,"y":8.045151297,"x":-11.33873044,"District":"Bo","Chiefdom":"Baoma","Ward":"5","Locality":"Gbahama","Name of fa":"Gbainkfay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.574","geometry":{"type":"Point","coordinates":[-11.427715,8.004144]},"geometry_name":"the_geom","properties":{"IDNO":155,"Latitude":"N","UTM Zone":29,"Northing":885547,"Easting":232393,"y":8.00414443,"x":-11.42771491,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Yakaji","Name of fa":"Yakaji MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.575","geometry":{"type":"Point","coordinates":[-11.544357,7.904874]},"geometry_name":"the_geom","properties":{"IDNO":156,"Latitude":"N","UTM Zone":29,"Northing":874640,"Easting":219460,"y":7.904873585,"x":-11.54435696,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Golu","Name of fa":"Golu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.576","geometry":{"type":"Point","coordinates":[-11.627884,7.871589]},"geometry_name":"the_geom","properties":{"IDNO":157,"Latitude":"N","UTM Zone":29,"Northing":871014,"Easting":210221,"y":7.871588647,"x":-11.62788377,"District":"Bo","Chiefdom":"Baoma","Ward":"3","Locality":"Jormu","Name of fa":"Jormu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.577","geometry":{"type":"Point","coordinates":[-11.510979,7.923521]},"geometry_name":"the_geom","properties":{"IDNO":158,"Latitude":"N","UTM Zone":29,"Northing":876681,"Easting":223155,"y":7.923521145,"x":-11.51097902,"District":"Bo","Chiefdom":"Baoma","Ward":" ","Locality":"Mbundorbu","Name of fa":"Mbundorbu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.578","geometry":{"type":"Point","coordinates":[-11.489424,7.934116]},"geometry_name":"the_geom","properties":{"IDNO":159,"Latitude":"N","UTM Zone":29,"Northing":877839,"Easting":225540,"y":7.93411611,"x":-11.48942408,"District":"Bo","Chiefdom":"Baoma","Ward":"4","Locality":"Yamandu","Name of fa":"Yamandu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.579","geometry":{"type":"Point","coordinates":[-11.438216,7.929377]},"geometry_name":"the_geom","properties":{"IDNO":160,"Latitude":"N","UTM Zone":29,"Northing":877281,"Easting":231186,"y":7.929377272,"x":-11.43821569,"District":"Bo","Chiefdom":"Baoma","Ward":"3","Locality":"Baoma Station","Name of fa":"Baoma Station CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.580","geometry":{"type":"Point","coordinates":[-11.428341,7.919674]},"geometry_name":"the_geom","properties":{"IDNO":161,"Latitude":"N","UTM Zone":29,"Northing":876201,"Easting":232269,"y":7.919674431,"x":-11.4283414,"District":"Bo","Chiefdom":"Baoma","Ward":"5","Locality":"Jembe","Name of fa":"Jembe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.581","geometry":{"type":"Point","coordinates":[-11.937905,7.575291]},"geometry_name":"the_geom","properties":{"IDNO":162,"Latitude":"N","UTM Zone":29,"Northing":838445,"Easting":175781,"y":7.575290868,"x":-11.93790467,"District":"Bo","Chiefdom":"Gbargbo","Ward":"2","Locality":"Momajo","Name of fa":"Momajo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.582","geometry":{"type":"Point","coordinates":[-11.91982,7.536981]},"geometry_name":"the_geom","properties":{"IDNO":163,"Latitude":"N","UTM Zone":29,"Northing":834191,"Easting":177750,"y":7.536981177,"x":-11.91982016,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Kasse","Name of fa":"Kasse MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.583","geometry":{"type":"Point","coordinates":[-11.768357,7.681742]},"geometry_name":"the_geom","properties":{"IDNO":164,"Latitude":"N","UTM Zone":29,"Northing":850103,"Easting":194582,"y":7.681742239,"x":-11.76835725,"District":"Bo","Chiefdom":"Gbargbo","Ward":"3","Locality":"Niagorehun","Name of fa":"Niagorehun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.584","geometry":{"type":"Point","coordinates":[-11.815953,7.605916]},"geometry_name":"the_geom","properties":{"IDNO":165,"Latitude":"N","UTM Zone":29,"Northing":841745,"Easting":189272,"y":7.605916292,"x":-11.81595332,"District":"Bo","Chiefdom":"Gbargbo","Ward":" ","Locality":"Jimmy","Name of fa":"Jimmy CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.585","geometry":{"type":"Point","coordinates":[-11.87745,7.505244]},"geometry_name":"the_geom","properties":{"IDNO":166,"Latitude":"N","UTM Zone":29,"Northing":830647,"Easting":182407,"y":7.505244413,"x":-11.87744984,"District":"Bo","Chiefdom":"Gbargbo","Ward":"3","Locality":"Bumkaku","Name of fa":"Bum Kaku MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.586","geometry":{"type":"Point","coordinates":[-11.90132,7.575546]},"geometry_name":"the_geom","properties":{"IDNO":167,"Latitude":"N","UTM Zone":29,"Northing":838446,"Easting":179822,"y":7.575546415,"x":-11.90131953,"District":"Bo","Chiefdom":"Gbargbo","Ward":"2","Locality":"Kpangbalia","Name of fa":"Kpangbalia MCHP","Type of fa":" "}},{"type":"Feature","id":"sl_fac.587","geometry":{"type":"Point","coordinates":[-11.964138,7.65237]},"geometry_name":"the_geom","properties":{"IDNO":168,"Latitude":"N","UTM Zone":29,"Northing":846997,"Easting":172942,"y":7.652370421,"x":-11.964138,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Sumbuya","Name of fa":"Sumbuya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.588","geometry":{"type":"Point","coordinates":[-11.9229,7.684192]},"geometry_name":"the_geom","properties":{"IDNO":169,"Latitude":"N","UTM Zone":29,"Northing":850488,"Easting":177520,"y":7.684191923,"x":-11.92289993,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Feiba","Name of fa":"Feiba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.589","geometry":{"type":"Point","coordinates":[-11.891471,7.654122]},"geometry_name":"the_geom","properties":{"IDNO":170,"Latitude":"N","UTM Zone":29,"Northing":847136,"Easting":180968,"y":7.654122126,"x":-11.89147059,"District":"Bo","Chiefdom":"Lugbu","Ward":"1","Locality":"Yambama","Name of fa":"Yambama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.590","geometry":{"type":"Point","coordinates":[-11.861777,7.66772]},"geometry_name":"the_geom","properties":{"IDNO":171,"Latitude":"N","UTM Zone":29,"Northing":848619,"Easting":184257,"y":7.667719726,"x":-11.86177654,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Upper Saama","Name of fa":"Upper Saama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.591","geometry":{"type":"Point","coordinates":[-11.849398,7.719454]},"geometry_name":"the_geom","properties":{"IDNO":172,"Latitude":"N","UTM Zone":29,"Northing":854336,"Easting":185662,"y":7.719454256,"x":-11.84939791,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Kaleh","Name of fa":"Keleh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.592","geometry":{"type":"Point","coordinates":[-11.871403,7.69456]},"geometry_name":"the_geom","properties":{"IDNO":173,"Latitude":"N","UTM Zone":29,"Northing":851597,"Easting":183214,"y":7.694560466,"x":-11.87140261,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Ngieyehun","Name of fa":"Ngieyehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.593","geometry":{"type":"Point","coordinates":[-11.815269,7.734571]},"geometry_name":"the_geom","properties":{"IDNO":174,"Latitude":"N","UTM Zone":29,"Northing":855984,"Easting":189441,"y":7.734571188,"x":-11.8152693,"District":"Bo","Chiefdom":"Lugbu","Ward":"2","Locality":"Kpetewoma","Name of fa":"Kpetewoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.594","geometry":{"type":"Point","coordinates":[-11.90333,7.889369]},"geometry_name":"the_geom","properties":{"IDNO":175,"Latitude":"N","UTM Zone":29,"Northing":873184,"Easting":179837,"y":7.889369229,"x":-11.90332986,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Bumpeh","Name of fa":"Bumpe CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.595","geometry":{"type":"Point","coordinates":[-11.924692,7.889012]},"geometry_name":"the_geom","properties":{"IDNO":176,"Latitude":"N","UTM Zone":29,"Northing":873161,"Easting":177479,"y":7.889011977,"x":-11.92469244,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Bumpe","Name of fa":"Nbatiloi Health Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.596","geometry":{"type":"Point","coordinates":[-11.993729,7.681976]},"geometry_name":"the_geom","properties":{"IDNO":178,"Latitude":"N","UTM Zone":29,"Northing":850297,"Easting":169697,"y":7.681976086,"x":-11.99372876,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"3","Locality":"Kaniya","Name of fa":"Kaniya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.597","geometry":{"type":"Point","coordinates":[-11.95046,7.71199]},"geometry_name":"the_geom","properties":{"IDNO":181,"Latitude":"N","UTM Zone":29,"Northing":853586,"Easting":174498,"y":7.711989905,"x":-11.95045979,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":"3","Locality":"Mokpende","Name of fa":"Mokpende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.598","geometry":{"type":"Point","coordinates":[-11.991688,7.819962]},"geometry_name":"the_geom","properties":{"IDNO":182,"Latitude":"N","UTM Zone":29,"Northing":865570,"Easting":170030,"y":7.819961696,"x":-11.99168822,"District":"Bo","Chiefdom":"Bumpe Ngao","Ward":" ","Locality":"Kpetema","Name of fa":"Kpetema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.599","geometry":{"type":"Point","coordinates":[-11.703572,8.12071]},"geometry_name":"the_geom","properties":{"IDNO":185,"Latitude":"N","UTM Zone":29,"Northing":898638,"Easting":202050,"y":8.120710471,"x":-11.70357182,"District":"Bo","Chiefdom":"Selenga","Ward":"1","Locality":"Damballa","Name of fa":"Damballa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.600","geometry":{"type":"Point","coordinates":[-11.781464,7.878337]},"geometry_name":"the_geom","properties":{"IDNO":186,"Latitude":"N","UTM Zone":29,"Northing":871871,"Easting":193278,"y":7.87833747,"x":-11.78146406,"District":"Bo","Chiefdom":"Tikonko","Ward":"2","Locality":"Tikonko","Name of fa":"Tikonko CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.601","geometry":{"type":"Point","coordinates":[-11.7436,8.191894]},"geometry_name":"the_geom","properties":{"IDNO":187,"Latitude":"N","UTM Zone":29,"Northing":906546,"Easting":197689,"y":8.191893747,"x":-11.74359981,"District":"Bo","Chiefdom":"Valunia","Ward":"4","Locality":"Kpowabu","Name of fa":"Kpuabu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.602","geometry":{"type":"Point","coordinates":[-11.690236,8.237316]},"geometry_name":"the_geom","properties":{"IDNO":188,"Latitude":"N","UTM Zone":29,"Northing":911533,"Easting":203607,"y":8.237316224,"x":-11.69023603,"District":"Bo","Chiefdom":"Valunia","Ward":" ","Locality":"Grima","Name of fa":"GrimaCHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.603","geometry":{"type":"Point","coordinates":[-11.734743,8.322779]},"geometry_name":"the_geom","properties":{"IDNO":189,"Latitude":"N","UTM Zone":29,"Northing":921025,"Easting":198765,"y":8.322778825,"x":-11.73474305,"District":"Bo","Chiefdom":"Valunia","Ward":" ","Locality":"Mongere","Name of fa":"Mongere CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.604","geometry":{"type":"Point","coordinates":[-11.667676,8.416469]},"geometry_name":"the_geom","properties":{"IDNO":190,"Latitude":"N","UTM Zone":29,"Northing":931343,"Easting":206228,"y":8.416469352,"x":-11.66767644,"District":"Bo","Chiefdom":"Valunia","Ward":"5","Locality":"Baomahun","Name of fa":"Baomahun CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.605","geometry":{"type":"Point","coordinates":[-11.557376,8.107426]},"geometry_name":"the_geom","properties":{"IDNO":191,"Latitude":"N","UTM Zone":29,"Northing":897063,"Easting":218163,"y":8.107426392,"x":-11.55737636,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Ngalu","Name of fa":"Ngalu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.606","geometry":{"type":"Point","coordinates":[-11.484426,8.15969]},"geometry_name":"the_geom","properties":{"IDNO":192,"Latitude":"N","UTM Zone":29,"Northing":902796,"Easting":226243,"y":8.159689892,"x":-11.4844258,"District":"Bo","Chiefdom":"Gbargbe","Ward":"2","Locality":"Mendewa","Name of fa":"Mendewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.607","geometry":{"type":"Point","coordinates":[-11.459571,8.200556]},"geometry_name":"the_geom","properties":{"IDNO":193,"Latitude":"N","UTM Zone":29,"Northing":907301,"Easting":229011,"y":8.200555658,"x":-11.45957103,"District":"Bo","Chiefdom":"Komboya","Ward":" ","Locality":"Njala","Name of fa":"Njala CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.608","geometry":{"type":"Point","coordinates":[-11.508526,8.203515]},"geometry_name":"the_geom","properties":{"IDNO":194,"Latitude":"N","UTM Zone":29,"Northing":907662,"Easting":223616,"y":8.20351529,"x":-11.50852619,"District":"Bo","Chiefdom":"Komboya","Ward":" ","Locality":"Komboya","Name of fa":"Komboya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.609","geometry":{"type":"Point","coordinates":[-11.419676,8.103896]},"geometry_name":"the_geom","properties":{"IDNO":195,"Latitude":"N","UTM Zone":29,"Northing":896579,"Easting":233345,"y":8.10389591,"x":-11.41967587,"District":"Bo","Chiefdom":"Badjia","Ward":"1","Locality":"Ngelehun","Name of fa":"Ngelehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.610","geometry":{"type":"Point","coordinates":[-11.521651,8.026081]},"geometry_name":"the_geom","properties":{"IDNO":196,"Latitude":"N","UTM Zone":29,"Northing":888037,"Easting":222047,"y":8.026081484,"x":-11.52165082,"District":"Bo","Chiefdom":"Gbargre","Ward":" ","Locality":"benduma","Name of fa":"Benduma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.611","geometry":{"type":"Point","coordinates":[-11.58389,8.020191]},"geometry_name":"the_geom","properties":{"IDNO":197,"Latitude":"N","UTM Zone":29,"Northing":887428,"Easting":215178,"y":8.020190728,"x":-11.5838903,"District":"Bo","Chiefdom":"Gbargbe","Ward":" ","Locality":"Barlie","Name of fa":"Barlie MCHP","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.612","geometry":{"type":"Point","coordinates":[-11.597992,8.158161]},"geometry_name":"the_geom","properties":{"IDNO":198,"Latitude":"N","UTM Zone":29,"Northing":902706,"Easting":213720,"y":8.15816149,"x":-11.59799227,"District":"Bo","Chiefdom":"Nialenga","Ward":"1","Locality":"Sahn","Name of fa":"Sahn CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.613","geometry":{"type":"Point","coordinates":[-11.652781,8.127082]},"geometry_name":"the_geom","properties":{"IDNO":199,"Latitude":"N","UTM Zone":29,"Northing":899306,"Easting":207656,"y":8.127082261,"x":-11.6527808,"District":"Bo","Chiefdom":"Nialenga","Ward":"1","Locality":"Nengbema","Name of fa":"Nengbema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.614","geometry":{"type":"Point","coordinates":[-11.938834,8.720783]},"geometry_name":"the_geom","properties":{"IDNO":200,"Latitude":"N","UTM Zone":29,"Northing":965244,"Easting":176601,"y":8.720782546,"x":-11.9388336,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburaka","Name of fa":"Magburaka Govt. Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.615","geometry":{"type":"Point","coordinates":[-11.660788,8.630225]},"geometry_name":"the_geom","properties":{"IDNO":201,"Latitude":"N","UTM Zone":29,"Northing":954994,"Easting":207150,"y":8.63022467,"x":-11.6607884,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Makali","Name of fa":"Makali CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.616","geometry":{"type":"Point","coordinates":[-11.473522,8.641885]},"geometry_name":"the_geom","properties":{"IDNO":202,"Latitude":"N","UTM Zone":29,"Northing":956145,"Easting":227782,"y":8.64188456,"x":-11.4735215,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Massigbi","Name of fa":"Massingbi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.617","geometry":{"type":"Point","coordinates":[-11.832912,8.414088]},"geometry_name":"the_geom","properties":{"IDNO":203,"Latitude":"N","UTM Zone":29,"Northing":931208,"Easting":188016,"y":8.414088414,"x":-11.8329121,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"1","Locality":"Yele","Name of fa":"Yele CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.618","geometry":{"type":"Point","coordinates":[-11.49415,9.063278]},"geometry_name":"the_geom","properties":{"IDNO":206,"Latitude":"N","UTM Zone":29,"Northing":1002790,"Easting":225823,"y":9.063278011,"x":-11.49414986,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"1","Locality":"Bendugu","Name of fa":"Bendugu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.619","geometry":{"type":"Point","coordinates":[-11.859084,8.65734]},"geometry_name":"the_geom","properties":{"IDNO":207,"Latitude":"N","UTM Zone":29,"Northing":958154,"Easting":185331,"y":8.65734048,"x":-11.85908422,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Matotoka","Name of fa":"Matotoka CHC","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.620","geometry":{"type":"Point","coordinates":[-11.54896,8.719158]},"geometry_name":"the_geom","properties":{"IDNO":208,"Latitude":"N","UTM Zone":29,"Northing":964751,"Easting":219532,"y":8.71915751,"x":-11.54896041,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"2","Locality":"Mamanso Sanka","Name of fa":"Mamanso Sanka CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.621","geometry":{"type":"Point","coordinates":[-11.988249,8.473719]},"geometry_name":"the_geom","properties":{"IDNO":209,"Latitude":"N","UTM Zone":29,"Northing":937937,"Easting":170945,"y":8.473719073,"x":-11.98824931,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Mansumana","Name of fa":"Mansumana CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.622","geometry":{"type":"Point","coordinates":[-11.815357,8.558682]},"geometry_name":"the_geom","properties":{"IDNO":210,"Latitude":"N","UTM Zone":29,"Northing":947198,"Easting":190067,"y":8.558681598,"x":-11.81535669,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Makonkorie","Name of fa":"Makonkorie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.623","geometry":{"type":"Point","coordinates":[-11.754569,8.819831]},"geometry_name":"the_geom","properties":{"IDNO":214,"Latitude":"N","UTM Zone":29,"Northing":976053,"Easting":196974,"y":8.819831489,"x":-11.75456922,"District":"Tonkolili","Chiefdom":"Kafe Simiria","Ward":"2","Locality":"Masumbrie","Name of fa":"Masumbrie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.624","geometry":{"type":"Point","coordinates":[-11.939424,8.719613]},"geometry_name":"the_geom","properties":{"IDNO":215,"Latitude":"N","UTM Zone":29,"Northing":965115,"Easting":176535,"y":8.719612599,"x":-11.9394237,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburaka","Name of fa":"Under Five Clinic CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.625","geometry":{"type":"Point","coordinates":[-11.661632,9.00665]},"geometry_name":"the_geom","properties":{"IDNO":216,"Latitude":"N","UTM Zone":29,"Northing":996654,"Easting":207354,"y":9.006650232,"x":-11.66163188,"District":"Tonkolili","Chiefdom":"Kalansogoda","Ward":"1","Locality":"Kemedugu","Name of fa":"Kemedugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.626","geometry":{"type":"Point","coordinates":[-11.591426,9.043217]},"geometry_name":"the_geom","properties":{"IDNO":217,"Latitude":"N","UTM Zone":29,"Northing":1000645,"Easting":215107,"y":9.043216753,"x":-11.59142569,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"2","Locality":"Kholifaga","Name of fa":"Kholifaga MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.627","geometry":{"type":"Point","coordinates":[-11.638655,8.990344]},"geometry_name":"the_geom","properties":{"IDNO":218,"Latitude":"N","UTM Zone":29,"Northing":994831,"Easting":209869,"y":8.99034391,"x":-11.63865513,"District":"Tonkolili","Chiefdom":"Sambana Bendugu","Ward":"2","Locality":"Ninkikoro","Name of fa":"Ninkikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.628","geometry":{"type":"Point","coordinates":[-11.813375,8.753675]},"geometry_name":"the_geom","properties":{"IDNO":219,"Latitude":"N","UTM Zone":29,"Northing":968779,"Easting":190445,"y":8.753675184,"x":-11.81337461,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Mathonkara","Name of fa":"Mathonkara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.629","geometry":{"type":"Point","coordinates":[-11.816274,8.864265]},"geometry_name":"the_geom","properties":{"IDNO":220,"Latitude":"N","UTM Zone":29,"Northing":981022,"Easting":190218,"y":8.864265111,"x":-11.81627354,"District":"Tonkolili","Chiefdom":"Kafe Simiria","Ward":"1","Locality":"Mabontor","Name of fa":"Mabontor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.630","geometry":{"type":"Point","coordinates":[-11.811888,8.648287]},"geometry_name":"the_geom","properties":{"IDNO":221,"Latitude":"N","UTM Zone":29,"Northing":957113,"Easting":190522,"y":8.648286865,"x":-11.81188822,"District":"Tonkolili","Chiefdom":"Tane","Ward":"1","Locality":"Makrugbeh","Name of fa":"Makrugbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.631","geometry":{"type":"Point","coordinates":[-11.927476,8.585895]},"geometry_name":"the_geom","properties":{"IDNO":222,"Latitude":"N","UTM Zone":29,"Northing":950303,"Easting":177737,"y":8.585895403,"x":-11.92747591,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Rosengbeh","Name of fa":"Rosengbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.632","geometry":{"type":"Point","coordinates":[-11.90273,8.635437]},"geometry_name":"the_geom","properties":{"IDNO":223,"Latitude":"N","UTM Zone":29,"Northing":955766,"Easting":180505,"y":8.635436714,"x":-11.90272971,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Mathufulie","Name of fa":"Mathufulie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.633","geometry":{"type":"Point","coordinates":[-11.618223,8.595892]},"geometry_name":"the_geom","properties":{"IDNO":224,"Latitude":"N","UTM Zone":29,"Northing":951162,"Easting":211812,"y":8.595892107,"x":-11.61822252,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Wonkibor","Name of fa":"Wonkibor MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.634","geometry":{"type":"Point","coordinates":[-11.57426,8.637279]},"geometry_name":"the_geom","properties":{"IDNO":225,"Latitude":"N","UTM Zone":29,"Northing":955709,"Easting":216685,"y":8.637278559,"x":-11.57425972,"District":"Tonkolili","Chiefdom":"Kunike Barina","Ward":"1","Locality":"Makoni Line","Name of fa":"Makoni Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.635","geometry":{"type":"Point","coordinates":[-11.540831,8.627219]},"geometry_name":"the_geom","properties":{"IDNO":226,"Latitude":"N","UTM Zone":29,"Northing":954571,"Easting":220359,"y":8.627218693,"x":-11.54083082,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Petifu Line","Name of fa":"Petifu Line MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.636","geometry":{"type":"Point","coordinates":[-11.465875,8.597001]},"geometry_name":"the_geom","properties":{"IDNO":227,"Latitude":"N","UTM Zone":29,"Northing":951173,"Easting":228592,"y":8.597001033,"x":-11.46587468,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Masheka","Name of fa":"Masheka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.637","geometry":{"type":"Point","coordinates":[-11.383131,8.590565]},"geometry_name":"the_geom","properties":{"IDNO":228,"Latitude":"N","UTM Zone":29,"Northing":950403,"Easting":237700,"y":8.590564771,"x":-11.3831305,"District":"Tonkolili","Chiefdom":"Kunike","Ward":"1","Locality":"Fotaneh Junction","Name of fa":"Fotaneh Junction MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.638","geometry":{"type":"Point","coordinates":[-11.993253,8.400103]},"geometry_name":"the_geom","properties":{"IDNO":229,"Latitude":"N","UTM Zone":29,"Northing":929792,"Easting":170331,"y":8.400103152,"x":-11.99325307,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Yeben","Name of fa":"Yeben MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.639","geometry":{"type":"Point","coordinates":[-11.988277,8.473719]},"geometry_name":"the_geom","properties":{"IDNO":230,"Latitude":"N","UTM Zone":29,"Northing":937937,"Easting":170942,"y":8.473718864,"x":-11.98827653,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"3","Locality":"Maraka","Name of fa":"Maraka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.640","geometry":{"type":"Point","coordinates":[-11.988276,8.537974]},"geometry_name":"the_geom","properties":{"IDNO":231,"Latitude":"N","UTM Zone":29,"Northing":945050,"Easting":170997,"y":8.537973867,"x":-11.98827583,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Mathom","Name of fa":"Mathom MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.641","geometry":{"type":"Point","coordinates":[-11.857738,8.517624]},"geometry_name":"the_geom","properties":{"IDNO":232,"Latitude":"N","UTM Zone":29,"Northing":942688,"Easting":185364,"y":8.517623832,"x":-11.85773808,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Petifu Mayeppoh","Name of fa":"Petifu Mayeppoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.642","geometry":{"type":"Point","coordinates":[-11.842702,8.500632]},"geometry_name":"the_geom","properties":{"IDNO":233,"Latitude":"N","UTM Zone":29,"Northing":940795,"Easting":187007,"y":8.500632192,"x":-11.84270164,"District":"Tonkolili","Chiefdom":"Gbonkonlenkeh","Ward":"2","Locality":"Mayeppoh","Name of fa":"Mayeppoh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.643","geometry":{"type":"Point","coordinates":[-11.922948,8.668654]},"geometry_name":"the_geom","properties":{"IDNO":252,"Latitude":"N","UTM Zone":29,"Northing":959460,"Easting":178306,"y":8.668653645,"x":-11.92294822,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Malone","Name of fa":"Malone MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.644","geometry":{"type":"Point","coordinates":[-11.979711,8.650923]},"geometry_name":"the_geom","properties":{"IDNO":253,"Latitude":"N","UTM Zone":29,"Northing":957546,"Easting":172038,"y":8.65092273,"x":-11.97971147,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Mabom","Name of fa":"Mabom MCHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.645","geometry":{"type":"Point","coordinates":[-11.982998,8.592035]},"geometry_name":"the_geom","properties":{"IDNO":256,"Latitude":"N","UTM Zone":29,"Northing":951030,"Easting":171625,"y":8.592034951,"x":-11.98299827,"District":"Tonkolili","Chiefdom":"KholifaRowalla","Ward":"2","Locality":"Mayossoh","Name of fa":"Mayossoh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.646","geometry":{"type":"Point","coordinates":[-11.837116,8.750507]},"geometry_name":"the_geom","properties":{"IDNO":257,"Latitude":"N","UTM Zone":29,"Northing":968448,"Easting":187828,"y":8.750506639,"x":-11.83711648,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"2","Locality":"Masanga","Name of fa":"Masanga Leprosy Hospital","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.647","geometry":{"type":"Point","coordinates":[-11.808588,8.95102]},"geometry_name":"the_geom","properties":{"IDNO":258,"Latitude":"N","UTM Zone":29,"Northing":990618,"Easting":191137,"y":8.951020205,"x":-11.80858784,"District":"Tonkolili","Chiefdom":"Kafe Simira","Ward":"2","Locality":"Makonthandae","Name of fa":"Makonthandae MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.648","geometry":{"type":"Point","coordinates":[-11.744854,9.044887]},"geometry_name":"the_geom","properties":{"IDNO":259,"Latitude":"N","UTM Zone":29,"Northing":1000954,"Easting":198229,"y":9.044887483,"x":-11.74485373,"District":"Tonkolili","Chiefdom":"Kalansogoia","Ward":"1","Locality":"Bumbuna","Name of fa":"Bumbuna CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.649","geometry":{"type":"Point","coordinates":[-11.76228,9.067813]},"geometry_name":"the_geom","properties":{"IDNO":260,"Latitude":"N","UTM Zone":29,"Northing":1003506,"Easting":196331,"y":9.067813292,"x":-11.76227999,"District":"Tonkolili","Chiefdom":"Kalansogoia","Ward":"2","Locality":"Kathombo","Name of fa":"Kathombo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.650","geometry":{"type":"Point","coordinates":[-11.952724,8.582088]},"geometry_name":"the_geom","properties":{"IDNO":262,"Latitude":"N","UTM Zone":29,"Northing":949903,"Easting":174952,"y":8.582088389,"x":-11.95272429,"District":"Tonkolili","Chiefdom":"Tane","Ward":"2","Locality":"Mange Bana","Name of fa":"Mange Bana M CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.651","geometry":{"type":"Point","coordinates":[-11.935457,8.72089]},"geometry_name":"the_geom","properties":{"IDNO":265,"Latitude":"N","UTM Zone":29,"Northing":965253,"Easting":176973,"y":8.720890101,"x":-11.93545679,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Magburuka","Name of fa":"SLRCS MCH Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.652","geometry":{"type":"Point","coordinates":[-11.898745,8.679328]},"geometry_name":"the_geom","properties":{"IDNO":267,"Latitude":"N","UTM Zone":29,"Northing":960621,"Easting":180981,"y":8.679327612,"x":-11.89874479,"District":"Tonkolili","Chiefdom":"Kholifa Rowalla","Ward":"1","Locality":"Mabai","Name of fa":"Mabai MCHP (Kholifa Rowalla)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.653","geometry":{"type":"Point","coordinates":[-11.771439,7.410596]},"geometry_name":"the_geom","properties":{"IDNO":274,"Latitude":"N","UTM Zone":29,"Northing":820096,"Easting":194051,"y":7.410595738,"x":-11.77143873,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Sorbeh Griema","Name of fa":"Sorbeh Griema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.654","geometry":{"type":"Point","coordinates":[-11.843227,7.436207]},"geometry_name":"the_geom","properties":{"IDNO":275,"Latitude":"N","UTM Zone":29,"Northing":822981,"Easting":186138,"y":7.436206508,"x":-11.84322674,"District":"Pujehun","Chiefdom":"Malen","Ward":"2","Locality":"Sahn Malen","Name of fa":"Sahn Bumpe MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.655","geometry":{"type":"Point","coordinates":[-11.784253,7.493225]},"geometry_name":"the_geom","properties":{"IDNO":276,"Latitude":"N","UTM Zone":29,"Northing":829250,"Easting":192693,"y":7.493225216,"x":-11.78425289,"District":"Pujehun","Chiefdom":"Malen","Ward":" ","Locality":"Sengema","Name of fa":"Sengema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.656","geometry":{"type":"Point","coordinates":[-11.80453,7.547894]},"geometry_name":"the_geom","properties":{"IDNO":277,"Latitude":"N","UTM Zone":29,"Northing":835315,"Easting":190492,"y":7.547894398,"x":-11.80453011,"District":"Pujehun","Chiefdom":"Malen","Ward":"1","Locality":"Taninahun Malen","Name of fa":"Taninahun CHP (Malen)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.657","geometry":{"type":"Point","coordinates":[-11.76,7.589119]},"geometry_name":"the_geom","properties":{"IDNO":278,"Latitude":"N","UTM Zone":29,"Northing":839846,"Easting":195439,"y":7.589119129,"x":-11.76000037,"District":"Pujehun","Chiefdom":"Malen","Ward":"1","Locality":"Nyandehun Malen","Name of fa":"Nyandehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.658","geometry":{"type":"Point","coordinates":[-11.763243,7.241194]},"geometry_name":"the_geom","properties":{"IDNO":279,"Latitude":"N","UTM Zone":29,"Northing":801342,"Easting":194841,"y":7.241193807,"x":-11.76324348,"District":"Pujehun","Chiefdom":"Ya Kpukumu Krim","Ward":"4","Locality":"Karlu","Name of fa":"Karlu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.659","geometry":{"type":"Point","coordinates":[-11.849457,7.319336]},"geometry_name":"the_geom","properties":{"IDNO":280,"Latitude":"N","UTM Zone":29,"Northing":810050,"Easting":185367,"y":7.319335963,"x":-11.84945715,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"6","Locality":"Gbondapi","Name of fa":"Gbondapi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.660","geometry":{"type":"Point","coordinates":[-11.641143,7.436459]},"geometry_name":"the_geom","properties":{"IDNO":281,"Latitude":"N","UTM Zone":29,"Northing":822870,"Easting":208462,"y":7.436458748,"x":-11.6411433,"District":"Pujehun","Chiefdom":"Kpanga Kabonde","Ward":"2","Locality":"Bomu Samba","Name of fa":"Bomu Samba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.661","geometry":{"type":"Point","coordinates":[-11.685028,7.477399]},"geometry_name":"the_geom","properties":{"IDNO":282,"Latitude":"N","UTM Zone":29,"Northing":827430,"Easting":203642,"y":7.47739874,"x":-11.68502815,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"2","Locality":"Dandabu","Name of fa":"Dandabu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.662","geometry":{"type":"Point","coordinates":[-11.694028,7.509937]},"geometry_name":"the_geom","properties":{"IDNO":283,"Latitude":"N","UTM Zone":29,"Northing":831037,"Easting":202670,"y":7.50993658,"x":-11.69402831,"District":"Pujehun","Chiefdom":"Sowa","Ward":"1","Locality":"Geoma Jagor","Name of fa":"Geoma Jagor CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.663","geometry":{"type":"Point","coordinates":[-11.652161,7.572426]},"geometry_name":"the_geom","properties":{"IDNO":284,"Latitude":"N","UTM Zone":29,"Northing":837924,"Easting":207336,"y":7.572425567,"x":-11.65216116,"District":"Pujehun","Chiefdom":"Sowa","Ward":"1","Locality":"Bandajuma","Name of fa":"Bandajuma Clinic CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.664","geometry":{"type":"Point","coordinates":[-11.574031,7.56123]},"geometry_name":"the_geom","properties":{"IDNO":285,"Latitude":"N","UTM Zone":29,"Northing":836633,"Easting":215956,"y":7.561229511,"x":-11.57403096,"District":"Pujehun","Chiefdom":"Pejeh","Ward":"1","Locality":"Futa Pejeh","Name of fa":"Futa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.665","geometry":{"type":"Point","coordinates":[-11.616558,7.622641]},"geometry_name":"the_geom","properties":{"IDNO":286,"Latitude":"N","UTM Zone":29,"Northing":843457,"Easting":211301,"y":7.622640952,"x":-11.61655829,"District":"Pujehun","Chiefdom":"Sowa","Ward":"2","Locality":"Upper Komendeh","Name of fa":"Upper Komendeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.666","geometry":{"type":"Point","coordinates":[-11.50634,7.58721]},"geometry_name":"the_geom","properties":{"IDNO":287,"Latitude":"N","UTM Zone":29,"Northing":839464,"Easting":223447,"y":7.587209763,"x":-11.50633973,"District":"Pujehun","Chiefdom":"Pejewa","Ward":"1","Locality":"Pejewa","Name of fa":"Pejewa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.667","geometry":{"type":"Point","coordinates":[-11.618766,7.523388]},"geometry_name":"the_geom","properties":{"IDNO":288,"Latitude":"N","UTM Zone":29,"Northing":832475,"Easting":210991,"y":7.523388261,"x":-11.61876635,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pehala","Name of fa":"Pehala MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.668","geometry":{"type":"Point","coordinates":[-11.622001,7.479822]},"geometry_name":"the_geom","properties":{"IDNO":289,"Latitude":"N","UTM Zone":29,"Northing":827656,"Easting":210605,"y":7.479821764,"x":-11.6220006,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Salena Samba","Name of fa":"Salima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.669","geometry":{"type":"Point","coordinates":[-11.686032,7.354872]},"geometry_name":"the_geom","properties":{"IDNO":290,"Latitude":"N","UTM Zone":29,"Northing":813871,"Easting":203449,"y":7.354871973,"x":-11.68603209,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"3","Locality":"Massam Kpaka","Name of fa":"Massam MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.670","geometry":{"type":"Point","coordinates":[-11.635592,7.349209]},"geometry_name":"the_geom","properties":{"IDNO":291,"Latitude":"N","UTM Zone":29,"Northing":813211,"Easting":209018,"y":7.349208558,"x":-11.63559202,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Blama Massaquoi","Name of fa":"Blama Massaquoi CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.671","geometry":{"type":"Point","coordinates":[-11.570891,7.342898]},"geometry_name":"the_geom","properties":{"IDNO":292,"Latitude":"N","UTM Zone":29,"Northing":812471,"Easting":216162,"y":7.342898197,"x":-11.57089121,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Kpowubu Massaguoi","Name of fa":"Kpowubu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.672","geometry":{"type":"Point","coordinates":[-11.556511,7.207569]},"geometry_name":"the_geom","properties":{"IDNO":293,"Latitude":"N","UTM Zone":29,"Northing":797487,"Easting":217666,"y":7.207569182,"x":-11.55651098,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"2","Locality":"Saama","Name of fa":"Saama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.673","geometry":{"type":"Point","coordinates":[-11.602074,6.988991]},"geometry_name":"the_geom","properties":{"IDNO":294,"Latitude":"N","UTM Zone":29,"Northing":773328,"Easting":212495,"y":6.988990897,"x":-11.60207369,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Liya","Name of fa":"Liya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.674","geometry":{"type":"Point","coordinates":[-11.565631,7.284125]},"geometry_name":"the_geom","properties":{"IDNO":295,"Latitude":"N","UTM Zone":29,"Northing":805964,"Easting":216706,"y":7.284124681,"x":-11.56563129,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Bumpeh Perri","Name of fa":"Bumpeh Perri CHC","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.675","geometry":{"type":"Point","coordinates":[-11.514118,7.472183]},"geometry_name":"the_geom","properties":{"IDNO":296,"Latitude":"N","UTM Zone":29,"Northing":826741,"Easting":222515,"y":7.472183436,"x":-11.5141177,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Tambeyama","Name of fa":"Tambeyama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.676","geometry":{"type":"Point","coordinates":[-11.528942,7.420315]},"geometry_name":"the_geom","properties":{"IDNO":297,"Latitude":"N","UTM Zone":29,"Northing":821011,"Easting":220845,"y":7.42031526,"x":-11.52894153,"District":"Pujehun","Chiefdom":"Galliness Perri","Ward":"3","Locality":"Falaba","Name of fa":"Falaba CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.677","geometry":{"type":"Point","coordinates":[-11.635033,7.286354]},"geometry_name":"the_geom","properties":{"IDNO":298,"Latitude":"N","UTM Zone":29,"Northing":806255,"Easting":209039,"y":7.286353912,"x":-11.63503288,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Saahun","Name of fa":"Saahun MCHP (kpaka)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.678","geometry":{"type":"Point","coordinates":[-11.570589,7.436233]},"geometry_name":"the_geom","properties":{"IDNO":299,"Latitude":"N","UTM Zone":29,"Northing":822799,"Easting":216255,"y":7.436233405,"x":-11.57058923,"District":"Pujehun","Chiefdom":"Kowama","Ward":"2","Locality":"Kowama","Name of fa":"Kowama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.679","geometry":{"type":"Point","coordinates":[-11.481379,7.503142]},"geometry_name":"the_geom","properties":{"IDNO":300,"Latitude":"N","UTM Zone":29,"Northing":830146,"Easting":226150,"y":7.50314211,"x":-11.48137856,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Potoru","Name of fa":"Potoru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.680","geometry":{"type":"Point","coordinates":[-11.412429,7.542625]},"geometry_name":"the_geom","properties":{"IDNO":301,"Latitude":"N","UTM Zone":29,"Northing":834472,"Easting":233788,"y":7.542625439,"x":-11.41242852,"District":"Pujehun","Chiefdom":"Barri","Ward":" ","Locality":"Vaama","Name of fa":"Vaama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.681","geometry":{"type":"Point","coordinates":[-11.417821,7.487591]},"geometry_name":"the_geom","properties":{"IDNO":302,"Latitude":"N","UTM Zone":29,"Northing":828386,"Easting":233159,"y":7.487590788,"x":-11.41782071,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Saahun","Name of fa":"Saahun MCHP (kpaka)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.682","geometry":{"type":"Point","coordinates":[-11.407843,7.411564]},"geometry_name":"the_geom","properties":{"IDNO":303,"Latitude":"N","UTM Zone":29,"Northing":819968,"Easting":234215,"y":7.411563703,"x":-11.40784258,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Taninahun Dakona","Name of fa":"Taninahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.683","geometry":{"type":"Point","coordinates":[-11.444578,7.392438]},"geometry_name":"the_geom","properties":{"IDNO":304,"Latitude":"N","UTM Zone":29,"Northing":817874,"Easting":230146,"y":7.392437567,"x":-11.44457814,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Njaluahun","Name of fa":"Njaluahun CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.684","geometry":{"type":"Point","coordinates":[-11.308989,7.321296]},"geometry_name":"the_geom","properties":{"IDNO":305,"Latitude":"N","UTM Zone":29,"Northing":809923,"Easting":245081,"y":7.321296112,"x":-11.30898903,"District":"Pujehun","Chiefdom":"Makpele","Ward":"1","Locality":"Zimmi","Name of fa":"Zimmi CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.685","geometry":{"type":"Point","coordinates":[-11.408853,7.369134]},"geometry_name":"the_geom","properties":{"IDNO":306,"Latitude":"N","UTM Zone":29,"Northing":815274,"Easting":234078,"y":7.369133756,"x":-11.408853,"District":"Pujehun","Chiefdom":"Barri","Ward":"3","Locality":"Bandasuma","Name of fa":"Bandasuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.686","geometry":{"type":"Point","coordinates":[-11.268054,7.271655]},"geometry_name":"the_geom","properties":{"IDNO":307,"Latitude":"N","UTM Zone":29,"Northing":804408,"Easting":249575,"y":7.271655078,"x":-11.26805436,"District":"Pujehun","Chiefdom":"Makpele","Ward":"1","Locality":"Gissiwulo","Name of fa":"Gissiwulo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.687","geometry":{"type":"Point","coordinates":[-11.231819,7.275569]},"geometry_name":"the_geom","properties":{"IDNO":308,"Latitude":"N","UTM Zone":29,"Northing":804821,"Easting":253580,"y":7.275568649,"x":-11.23181916,"District":"Pujehun","Chiefdom":"Makpele","Ward":"3","Locality":"Gbaa","Name of fa":"Gbaa CHP (Gbaa)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.688","geometry":{"type":"Point","coordinates":[-11.345185,7.297581]},"geometry_name":"the_geom","properties":{"IDNO":309,"Latitude":"N","UTM Zone":29,"Northing":807320,"Easting":241069,"y":7.297581357,"x":-11.34518529,"District":"Pujehun","Chiefdom":"Makpele","Ward":" ","Locality":"Gbahama","Name of fa":"Ghahama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.689","geometry":{"type":"Point","coordinates":[-11.360162,7.242938]},"geometry_name":"the_geom","properties":{"IDNO":310,"Latitude":"N","UTM Zone":29,"Northing":801283,"Easting":239383,"y":7.242938455,"x":-11.36016186,"District":"Pujehun","Chiefdom":"Makpele","Ward":"2","Locality":"Gofor","Name of fa":"Gofor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.690","geometry":{"type":"Point","coordinates":[-11.40455,7.088117]},"geometry_name":"the_geom","properties":{"IDNO":311,"Latitude":"N","UTM Zone":29,"Northing":784179,"Easting":234389,"y":7.08811728,"x":-11.40455006,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Fairo","Name of fa":"Fairo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.691","geometry":{"type":"Point","coordinates":[-11.408069,7.070529]},"geometry_name":"the_geom","properties":{"IDNO":312,"Latitude":"N","UTM Zone":29,"Northing":782235,"Easting":233990,"y":7.070528885,"x":-11.40806884,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Malema 1","Name of fa":"Malema 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.692","geometry":{"type":"Point","coordinates":[-11.391103,7.024368]},"geometry_name":"the_geom","properties":{"IDNO":313,"Latitude":"N","UTM Zone":29,"Northing":777118,"Easting":235839,"y":7.024367864,"x":-11.39110346,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"1","Locality":"Jendema","Name of fa":"Jendema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.693","geometry":{"type":"Point","coordinates":[-11.454249,7.04715]},"geometry_name":"the_geom","properties":{"IDNO":314,"Latitude":"N","UTM Zone":29,"Northing":779675,"Easting":228872,"y":7.047150226,"x":-11.45424913,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"2","Locality":"Wai","Name of fa":"Wai MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.694","geometry":{"type":"Point","coordinates":[-11.577267,6.967936]},"geometry_name":"the_geom","properties":{"IDNO":315,"Latitude":"N","UTM Zone":29,"Northing":770983,"Easting":215225,"y":6.967935964,"x":-11.57726684,"District":"Pujehun","Chiefdom":"Soro-Gbeima","Ward":"3","Locality":"Sulima","Name of fa":"Sulima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.695","geometry":{"type":"Point","coordinates":[-11.453127,7.446716]},"geometry_name":"the_geom","properties":{"IDNO":316,"Latitude":"N","UTM Zone":29,"Northing":823885,"Easting":229235,"y":7.446716198,"x":-11.4531267,"District":"Pujehun","Chiefdom":"Barri","Ward":"2","Locality":"Waiima","Name of fa":"Waiima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.696","geometry":{"type":"Point","coordinates":[-11.718678,7.350301]},"geometry_name":"the_geom","properties":{"IDNO":317,"Latitude":"N","UTM Zone":29,"Northing":813387,"Easting":199839,"y":7.35030094,"x":-11.71867835,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pujehun Old Town","Name of fa":"MCH Static","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.697","geometry":{"type":"Point","coordinates":[-11.719116,7.350759]},"geometry_name":"the_geom","properties":{"IDNO":318,"Latitude":"N","UTM Zone":29,"Northing":813438,"Easting":199791,"y":7.350759108,"x":-11.71911558,"District":"Pujehun","Chiefdom":"Kpanga Kabondeh","Ward":"1","Locality":"Pujehun Old Town","Name of fa":"Govt. Hosp. Pujehun","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.698","geometry":{"type":"Point","coordinates":[-11.72583,7.408213]},"geometry_name":"the_geom","properties":{"IDNO":319,"Latitude":"N","UTM Zone":29,"Northing":819801,"Easting":199088,"y":7.408213174,"x":-11.72583019,"District":"Pujehun","Chiefdom":"Kpanga Krim","Ward":"1","Locality":"Bayama","Name of fa":"Bayama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.699","geometry":{"type":"Point","coordinates":[-11.564188,7.490483]},"geometry_name":"the_geom","properties":{"IDNO":320,"Latitude":"N","UTM Zone":29,"Northing":828798,"Easting":216997,"y":7.490483309,"x":-11.56418761,"District":"Pujehun","Chiefdom":"Pejeh","Ward":"1","Locality":"Bumbeh Pejeh","Name of fa":"Bumbeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.700","geometry":{"type":"Point","coordinates":[-11.674593,7.182376]},"geometry_name":"the_geom","properties":{"IDNO":321,"Latitude":"N","UTM Zone":29,"Northing":794774,"Easting":204600,"y":7.182375596,"x":-11.67459299,"District":"Pujehun","Chiefdom":"Kpaka","Ward":"1","Locality":"Sumbuya Bessima","Name of fa":"Sumbuya Bessima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.701","geometry":{"type":"Point","coordinates":[-10.726313,8.036879]},"geometry_name":"the_geom","properties":{"IDNO":322,"Latitude":"N","UTM Zone":29,"Northing":888776,"Easting":309751,"y":8.036879118,"x":-10.72631299,"District":"Kailahun","Chiefdom":"Mandu","Ward":"2","Locality":"Levuma","Name of fa":"Levuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.702","geometry":{"type":"Point","coordinates":[-10.461801,8.297936]},"geometry_name":"the_geom","properties":{"IDNO":323,"Latitude":"N","UTM Zone":29,"Northing":917532,"Easting":339013,"y":8.297936282,"x":-10.46180085,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Sandiaru","Name of fa":"Sandialu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.703","geometry":{"type":"Point","coordinates":[-10.446008,8.308945]},"geometry_name":"the_geom","properties":{"IDNO":324,"Latitude":"N","UTM Zone":29,"Northing":918743,"Easting":340757,"y":8.308944598,"x":-10.44600846,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"1","Locality":"Bayama","Name of fa":"bayama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.704","geometry":{"type":"Point","coordinates":[-10.695264,8.096123]},"geometry_name":"the_geom","properties":{"IDNO":325,"Latitude":"N","UTM Zone":29,"Northing":895314,"Easting":313201,"y":8.096123134,"x":-10.69526358,"District":"Kailahun","Chiefdom":"Upper Bambara","Ward":"2","Locality":"Pendembu","Name of fa":"Pendembu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.705","geometry":{"type":"Point","coordinates":[-10.754185,7.993525]},"geometry_name":"the_geom","properties":{"IDNO":326,"Latitude":"N","UTM Zone":29,"Northing":883994,"Easting":306658,"y":7.993524755,"x":-10.7541846,"District":"Kailahun","Chiefdom":"Mandu","Ward":"1","Locality":"Mobai","Name of fa":"Mobai CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.706","geometry":{"type":"Point","coordinates":[-10.574017,8.275554]},"geometry_name":"the_geom","properties":{"IDNO":327,"Latitude":"N","UTM Zone":29,"Northing":915104,"Easting":326642,"y":8.275554038,"x":-10.57401723,"District":"Kailahun","Chiefdom":"Peje West","Ward":"1","Locality":"Pejewa","Name of fa":"Pejewa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.707","geometry":{"type":"Point","coordinates":[-10.573862,8.275365]},"geometry_name":"the_geom","properties":{"IDNO":328,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326659,"y":8.275364765,"x":-10.57386216,"District":"Kailahun","Chiefdom":"Peje West","Ward":"1","Locality":"Bunumbu","Name of fa":"Bunumbu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.708","geometry":{"type":"Point","coordinates":[-10.574074,8.276087]},"geometry_name":"the_geom","properties":{"IDNO":329,"Latitude":"N","UTM Zone":29,"Northing":915163,"Easting":326636,"y":8.276087301,"x":-10.57407381,"District":"Kailahun","Chiefdom":"Peje West","Ward":"2","Locality":"Jokibu","Name of fa":"Jokibu MCHP","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.709","geometry":{"type":"Point","coordinates":[-10.573783,8.275944]},"geometry_name":"the_geom","properties":{"IDNO":330,"Latitude":"N","UTM Zone":29,"Northing":915147,"Easting":326668,"y":8.275943775,"x":-10.57378277,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"2","Locality":"Manowa","Name of fa":"Manowa CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.710","geometry":{"type":"Point","coordinates":[-10.574028,8.27597]},"geometry_name":"the_geom","properties":{"IDNO":331,"Latitude":"N","UTM Zone":29,"Northing":915150,"Easting":326641,"y":8.275969934,"x":-10.57402796,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"1","Locality":"Mamboma","Name of fa":"Mamboma (Peje Bongre) CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.711","geometry":{"type":"Point","coordinates":[-10.573325,8.275078]},"geometry_name":"the_geom","properties":{"IDNO":332,"Latitude":"N","UTM Zone":29,"Northing":915051,"Easting":326718,"y":8.275077533,"x":-10.57332546,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Kwellu Ngieva","Name of fa":"Kwellu Ngieva CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.712","geometry":{"type":"Point","coordinates":[-10.574083,8.276151]},"geometry_name":"the_geom","properties":{"IDNO":333,"Latitude":"N","UTM Zone":29,"Northing":915170,"Easting":326635,"y":8.276150559,"x":-10.57408314,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Bendu","Name of fa":"Bendu (Yawei) CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.713","geometry":{"type":"Point","coordinates":[-10.573527,8.275529]},"geometry_name":"the_geom","properties":{"IDNO":334,"Latitude":"N","UTM Zone":29,"Northing":915101,"Easting":326696,"y":8.275528845,"x":-10.57352695,"District":"Kailahun","Chiefdom":"Yawei","Ward":"1","Locality":"Bandajuma Jawei","Name of fa":"Bandajuma Yawei CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.714","geometry":{"type":"Point","coordinates":[-10.57401,8.276079]},"geometry_name":"the_geom","properties":{"IDNO":335,"Latitude":"N","UTM Zone":29,"Northing":915162,"Easting":326643,"y":8.27607851,"x":-10.57401024,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"4","Locality":"Lalehun Korvoma","Name of fa":"Lalehun Korvoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.715","geometry":{"type":"Point","coordinates":[-10.572699,8.275026]},"geometry_name":"the_geom","properties":{"IDNO":336,"Latitude":"N","UTM Zone":29,"Northing":915045,"Easting":326787,"y":8.27502575,"x":-10.57269892,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Kailahun","Name of fa":"Underfives Clinic","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.716","geometry":{"type":"Point","coordinates":[-10.566708,8.279661]},"geometry_name":"the_geom","properties":{"IDNO":337,"Latitude":"N","UTM Zone":29,"Northing":915555,"Easting":327449,"y":8.27966082,"x":-10.56670801,"District":"Kailahun","Chiefdom":"Luawa","Ward":"1","Locality":"Kailahun","Name of fa":"Govt. Medical Hospital","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.717","geometry":{"type":"Point","coordinates":[-10.585392,8.221139]},"geometry_name":"the_geom","properties":{"IDNO":338,"Latitude":"N","UTM Zone":29,"Northing":909091,"Easting":325365,"y":8.221138861,"x":-10.58539209,"District":"Kailahun","Chiefdom":"Luawa","Ward":"5","Locality":"Bandajuma Sinneh","Name of fa":"Bandajuma Sinneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.718","geometry":{"type":"Point","coordinates":[-10.585519,8.220994]},"geometry_name":"the_geom","properties":{"IDNO":339,"Latitude":"N","UTM Zone":29,"Northing":909075,"Easting":325351,"y":8.220993688,"x":-10.58551858,"District":"Kailahun","Chiefdom":"Luawa","Ward":"4","Locality":"Giema","Name of fa":"Giema (Luawa) CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.719","geometry":{"type":"Point","coordinates":[-10.565538,8.119899]},"geometry_name":"the_geom","properties":{"IDNO":340,"Latitude":"N","UTM Zone":29,"Northing":897886,"Easting":327509,"y":8.119898733,"x":-10.56553817,"District":"Kailahun","Chiefdom":"Luawa","Ward":"6","Locality":"Gbeworbu-Gao","Name of fa":"Gbeworbu Gao-CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.720","geometry":{"type":"Point","coordinates":[-10.957873,7.8555]},"geometry_name":"the_geom","properties":{"IDNO":341,"Latitude":"N","UTM Zone":29,"Northing":868828,"Easting":284128,"y":7.855500495,"x":-10.95787283,"District":"Kailahun","Chiefdom":"Jawei","Ward":"4","Locality":"Pellie","Name of fa":"Pellie CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.721","geometry":{"type":"Point","coordinates":[-10.647607,8.201177]},"geometry_name":"the_geom","properties":{"IDNO":342,"Latitude":"N","UTM Zone":29,"Northing":906911,"Easting":318501,"y":8.201177185,"x":-10.64760709,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Ngiehun","Name of fa":"Ngiehun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.722","geometry":{"type":"Point","coordinates":[-10.66691,8.04057]},"geometry_name":"the_geom","properties":{"IDNO":343,"Latitude":"N","UTM Zone":29,"Northing":889157,"Easting":316301,"y":8.040569611,"x":-10.66691009,"District":"Kailahun","Chiefdom":"Upper Bambara","Ward":"2","Locality":"Siama","Name of fa":"Siama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.723","geometry":{"type":"Point","coordinates":[-10.488727,8.25446]},"geometry_name":"the_geom","properties":{"IDNO":344,"Latitude":"N","UTM Zone":29,"Northing":912735,"Easting":336029,"y":8.254459694,"x":-10.48872717,"District":"Kailahun","Chiefdom":"Luawa","Ward":"2","Locality":"Gbalahun","Name of fa":"Gbalahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.724","geometry":{"type":"Point","coordinates":[-10.573626,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":345,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326685,"y":8.275374738,"x":-10.57362619,"District":"Kailahun","Chiefdom":"Kissy Kama","Ward":"1","Locality":"Dia","Name of fa":"Dia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.725","geometry":{"type":"Point","coordinates":[-10.573627,8.275456]},"geometry_name":"the_geom","properties":{"IDNO":346,"Latitude":"N","UTM Zone":29,"Northing":915093,"Easting":326685,"y":8.275456116,"x":-10.57362652,"District":"Kailahun","Chiefdom":"Penguia","Ward":" ","Locality":"Kono Bendu","Name of fa":"Kono Bendu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.726","geometry":{"type":"Point","coordinates":[-10.57359,8.275447]},"geometry_name":"the_geom","properties":{"IDNO":347,"Latitude":"N","UTM Zone":29,"Northing":915092,"Easting":326689,"y":8.275447217,"x":-10.57359017,"District":"Kailahun","Chiefdom":"Penguia","Ward":" ","Locality":"Sandaru","Name of fa":"Sandaru CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.727","geometry":{"type":"Point","coordinates":[-10.574038,8.276106]},"geometry_name":"the_geom","properties":{"IDNO":348,"Latitude":"N","UTM Zone":29,"Northing":915165,"Easting":326640,"y":8.276105528,"x":-10.57403758,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"3","Locality":"Pendembu Njaygbla","Name of fa":"Pendembu Njeigbla MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.728","geometry":{"type":"Point","coordinates":[-10.573517,8.275267]},"geometry_name":"the_geom","properties":{"IDNO":349,"Latitude":"N","UTM Zone":29,"Northing":915072,"Easting":326697,"y":8.275266663,"x":-10.57351683,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Madopolahun","Name of fa":"Madopolahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.729","geometry":{"type":"Point","coordinates":[-10.372128,8.275739]},"geometry_name":"the_geom","properties":{"IDNO":350,"Latitude":"N","UTM Zone":29,"Northing":915042,"Easting":348882,"y":8.275738595,"x":-10.37212808,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Bendu","Name of fa":"Bendu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.730","geometry":{"type":"Point","coordinates":[-10.573508,8.275348]},"geometry_name":"the_geom","properties":{"IDNO":351,"Latitude":"N","UTM Zone":29,"Northing":915081,"Easting":326698,"y":8.275348077,"x":-10.57350808,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"1","Locality":"Voahun","Name of fa":"Voahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.731","geometry":{"type":"Point","coordinates":[-10.57448,8.275389]},"geometry_name":"the_geom","properties":{"IDNO":352,"Latitude":"N","UTM Zone":29,"Northing":915086,"Easting":326591,"y":8.275389456,"x":-10.57447952,"District":"Kailahun","Chiefdom":"Kissy Tongi","Ward":"2","Locality":"Dawa","Name of fa":"Dawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.732","geometry":{"type":"Point","coordinates":[-10.573508,8.275339]},"geometry_name":"the_geom","properties":{"IDNO":353,"Latitude":"N","UTM Zone":29,"Northing":915080,"Easting":326698,"y":8.275339035,"x":-10.57350804,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"4","Locality":"Bandajuma Kpolihun","Name of fa":"Bandajuma Kpolihun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.733","geometry":{"type":"Point","coordinates":[-10.57359,8.275366]},"geometry_name":"the_geom","properties":{"IDNO":354,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326689,"y":8.275365839,"x":-10.57358985,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":" ","Locality":"Niahun Gboyama","Name of fa":"Niahun Gboyama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.734","geometry":{"type":"Point","coordinates":[-10.573572,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":355,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326691,"y":8.275374952,"x":-10.57357173,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":"3","Locality":"Gbeika","Name of fa":"Gbeika MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.735","geometry":{"type":"Point","coordinates":[-10.573545,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":356,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326694,"y":8.275438354,"x":-10.57354475,"District":"Kailahun","Chiefdom":"Njaluahun","Ward":" ","Locality":"mano Menima","Name of fa":"Mano Menima CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.736","geometry":{"type":"Point","coordinates":[-10.573617,8.275357]},"geometry_name":"the_geom","properties":{"IDNO":357,"Latitude":"N","UTM Zone":29,"Northing":915082,"Easting":326686,"y":8.27535669,"x":-10.57361704,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Mende Buima","Name of fa":"Mende Buima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.737","geometry":{"type":"Point","coordinates":[-10.573645,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":359,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326683,"y":8.27543796,"x":-10.5736446,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Dodo Kortuma","Name of fa":"Dodo Kortuma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.738","geometry":{"type":"Point","coordinates":[-10.573983,8.276106]},"geometry_name":"the_geom","properties":{"IDNO":360,"Latitude":"N","UTM Zone":29,"Northing":915165,"Easting":326646,"y":8.276105743,"x":-10.57398311,"District":"Kailahun","Chiefdom":"Luawa","Ward":"4","Locality":"Baoma","Name of fa":"Baoma CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.739","geometry":{"type":"Point","coordinates":[-10.573508,8.275384]},"geometry_name":"the_geom","properties":{"IDNO":361,"Latitude":"N","UTM Zone":29,"Northing":915085,"Easting":326698,"y":8.275384245,"x":-10.57350822,"District":"Kailahun","Chiefdom":"Lauwa","Ward":"6","Locality":"Giema","Name of fa":"Giema CHP (Ward 6)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.740","geometry":{"type":"Point","coordinates":[-10.573553,8.275321]},"geometry_name":"the_geom","properties":{"IDNO":362,"Latitude":"N","UTM Zone":29,"Northing":915078,"Easting":326693,"y":8.275320772,"x":-10.57355336,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Konjo","Name of fa":"Konjo CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.741","geometry":{"type":"Point","coordinates":[-10.573527,8.275429]},"geometry_name":"the_geom","properties":{"IDNO":363,"Latitude":"N","UTM Zone":29,"Northing":915090,"Easting":326696,"y":8.275429383,"x":-10.57352656,"District":"Kailahun","Chiefdom":"Malema","Ward":"2","Locality":"Fobu","Name of fa":"Fobu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.742","geometry":{"type":"Point","coordinates":[-10.57349,8.275357]},"geometry_name":"the_geom","properties":{"IDNO":364,"Latitude":"N","UTM Zone":29,"Northing":915082,"Easting":326700,"y":8.275357191,"x":-10.57348996,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Njama","Name of fa":"Njama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.743","geometry":{"type":"Point","coordinates":[-10.573499,8.275466]},"geometry_name":"the_geom","properties":{"IDNO":365,"Latitude":"N","UTM Zone":29,"Northing":915094,"Easting":326699,"y":8.275465659,"x":-10.57349947,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Bumpe","Name of fa":"Bumpeh River CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.744","geometry":{"type":"Point","coordinates":[-10.78713,7.876705]},"geometry_name":"the_geom","properties":{"IDNO":366,"Latitude":"N","UTM Zone":29,"Northing":871089,"Easting":302970,"y":7.876705138,"x":-10.78713048,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Jojoima","Name of fa":"Jojoima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.745","geometry":{"type":"Point","coordinates":[-10.573508,8.275276]},"geometry_name":"the_geom","properties":{"IDNO":367,"Latitude":"N","UTM Zone":29,"Northing":915073,"Easting":326698,"y":8.275275741,"x":-10.57350779,"District":"Kailahun","Chiefdom":"Malema","Ward":"1","Locality":"Madina","Name of fa":"Madina CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.746","geometry":{"type":"Point","coordinates":[-10.844325,7.990067]},"geometry_name":"the_geom","properties":{"IDNO":368,"Latitude":"N","UTM Zone":29,"Northing":883655,"Easting":296718,"y":7.990066698,"x":-10.84432491,"District":"Kailahun","Chiefdom":"Jawei","Ward":"2","Locality":"Daru","Name of fa":"Daru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.747","geometry":{"type":"Point","coordinates":[-10.837304,7.959413]},"geometry_name":"the_geom","properties":{"IDNO":369,"Latitude":"N","UTM Zone":29,"Northing":880261,"Easting":297477,"y":7.95941266,"x":-10.83730413,"District":"Kailahun","Chiefdom":"Jawei","Ward":"3","Locality":"Bombohun","Name of fa":"Bombohun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.748","geometry":{"type":"Point","coordinates":[-10.573545,8.275456]},"geometry_name":"the_geom","properties":{"IDNO":370,"Latitude":"N","UTM Zone":29,"Northing":915093,"Easting":326694,"y":8.275456438,"x":-10.57354482,"District":"Kailahun","Chiefdom":"Jawei","Ward":"1","Locality":"Nyeama","Name of fa":"Nyeama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.749","geometry":{"type":"Point","coordinates":[-10.573526,8.275366]},"geometry_name":"the_geom","properties":{"IDNO":371,"Latitude":"N","UTM Zone":29,"Northing":915083,"Easting":326696,"y":8.275366089,"x":-10.57352631,"District":"Kailahun","Chiefdom":"Jawei","Ward":"1","Locality":"Motehun","Name of fa":"Motehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.750","geometry":{"type":"Point","coordinates":[-10.573771,8.275193]},"geometry_name":"the_geom","properties":{"IDNO":372,"Latitude":"N","UTM Zone":29,"Northing":915064,"Easting":326669,"y":8.275193325,"x":-10.57377071,"District":"Kailahun","Chiefdom":"Jawei","Ward":"3","Locality":"Kambama","Name of fa":"Kambama CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.751","geometry":{"type":"Point","coordinates":[-10.769153,8.033975]},"geometry_name":"the_geom","properties":{"IDNO":373,"Latitude":"N","UTM Zone":29,"Northing":888475,"Easting":305027,"y":8.03397523,"x":-10.76915281,"District":"Kailahun","Chiefdom":"Mandu","Ward":"3","Locality":"Baima","Name of fa":"Baiima CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.752","geometry":{"type":"Point","coordinates":[-10.573654,8.275438]},"geometry_name":"the_geom","properties":{"IDNO":374,"Latitude":"N","UTM Zone":29,"Northing":915091,"Easting":326682,"y":8.275437924,"x":-10.57365368,"District":"Kailahun","Chiefdom":"Peje Bongre","Ward":"3","Locality":"Gbahama","Name of fa":"Gbahama MCHP (Gbaa)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.753","geometry":{"type":"Point","coordinates":[-10.647706,7.995655]},"geometry_name":"the_geom","properties":{"IDNO":375,"Latitude":"N","UTM Zone":29,"Northing":884181,"Easting":318398,"y":7.995654566,"x":-10.64770591,"District":"Kailahun","Chiefdom":"Dea","Ward":"1","Locality":"Baiwalla","Name of fa":"Baiwalla CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.754","geometry":{"type":"Point","coordinates":[-10.57359,8.275348]},"geometry_name":"the_geom","properties":{"IDNO":376,"Latitude":"N","UTM Zone":29,"Northing":915081,"Easting":326689,"y":8.275347755,"x":-10.57358978,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"2","Locality":"Koindu","Name of fa":"Koindu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.755","geometry":{"type":"Point","coordinates":[-10.574266,8.276403]},"geometry_name":"the_geom","properties":{"IDNO":377,"Latitude":"N","UTM Zone":29,"Northing":915198,"Easting":326615,"y":8.276403019,"x":-10.57426569,"District":"Kailahun","Chiefdom":"Kissy Teng","Ward":"1","Locality":"Kangama","Name of fa":"Kangama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.756","geometry":{"type":"Point","coordinates":[-10.573581,8.275375]},"geometry_name":"the_geom","properties":{"IDNO":378,"Latitude":"N","UTM Zone":29,"Northing":915084,"Easting":326690,"y":8.275374917,"x":-10.57358081,"District":"Kailahun","Chiefdom":"Luawa","Ward":"3","Locality":"Mano Sewallu","Name of fa":"Mano Swwallu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.757","geometry":{"type":"Point","coordinates":[-11.909939,9.070918]},"geometry_name":"the_geom","properties":{"IDNO":379,"Latitude":"N","UTM Zone":29,"Northing":1003977,"Easting":180088,"y":9.0709177,"x":-11.90993864,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Bumban","Name of fa":"Bumban MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.758","geometry":{"type":"Point","coordinates":[-11.953628,9.06772]},"geometry_name":"the_geom","properties":{"IDNO":380,"Latitude":"N","UTM Zone":29,"Northing":1003662,"Easting":175278,"y":9.067719981,"x":-11.95362773,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Kagbaneh","Name of fa":"Kagbaneh CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.759","geometry":{"type":"Point","coordinates":[-11.982227,8.950252]},"geometry_name":"the_geom","properties":{"IDNO":429,"Latitude":"N","UTM Zone":29,"Northing":990684,"Easting":172025,"y":8.950252062,"x":-11.98222705,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"1","Locality":"Binkolo","Name of fa":"Binkolo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.760","geometry":{"type":"Point","coordinates":[-11.928605,8.877201]},"geometry_name":"the_geom","properties":{"IDNO":430,"Latitude":"N","UTM Zone":29,"Northing":982550,"Easting":177863,"y":8.877201391,"x":-11.92860531,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Kathanta Bana","Name of fa":"Kathanta Bana MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.761","geometry":{"type":"Point","coordinates":[-11.907787,8.788227]},"geometry_name":"the_geom","properties":{"IDNO":431,"Latitude":"N","UTM Zone":29,"Northing":972683,"Easting":180078,"y":8.788226712,"x":-11.90778719,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Mapaki","Name of fa":"Mapaki CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.762","geometry":{"type":"Point","coordinates":[-11.955647,8.759731]},"geometry_name":"the_geom","properties":{"IDNO":432,"Latitude":"N","UTM Zone":29,"Northing":969570,"Easting":174783,"y":8.7597309,"x":-11.95564747,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Makolor","Name of fa":"Makolor CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.763","geometry":{"type":"Point","coordinates":[-11.998113,8.740036]},"geometry_name":"the_geom","properties":{"IDNO":433,"Latitude":"N","UTM Zone":29,"Northing":967427,"Easting":170089,"y":8.740036469,"x":-11.9981128,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Makeni-Lol","Name of fa":"Makeni-Lol MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.764","geometry":{"type":"Point","coordinates":[-11.953223,8.780356]},"geometry_name":"the_geom","properties":{"IDNO":434,"Latitude":"N","UTM Zone":29,"Northing":971851,"Easting":175068,"y":8.780355691,"x":-11.9532226,"District":"Bombali","Chiefdom":"Paki Masabang","Ward":"1","Locality":"Masingbi-Lol","Name of fa":"Masingbi-Lol","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.765","geometry":{"type":"Point","coordinates":[-11.961907,9.15703]},"geometry_name":"the_geom","properties":{"IDNO":441,"Latitude":"N","UTM Zone":29,"Northing":1013556,"Easting":174448,"y":9.157029684,"x":-11.96190715,"District":"Bombali","Chiefdom":"Biriwa","Ward":"1","Locality":"Kamabai","Name of fa":"Kamabai CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.766","geometry":{"type":"Point","coordinates":[-11.922065,9.212614]},"geometry_name":"the_geom","properties":{"IDNO":443,"Latitude":"N","UTM Zone":29,"Northing":1019673,"Easting":178881,"y":9.212614313,"x":-11.92206461,"District":"Bombali","Chiefdom":"Biriwa","Ward":"3","Locality":"Kayongoro","Name of fa":"Kayongoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.767","geometry":{"type":"Point","coordinates":[-11.973775,9.268367]},"geometry_name":"the_geom","properties":{"IDNO":444,"Latitude":"N","UTM Zone":29,"Northing":1025892,"Easting":173245,"y":9.268367064,"x":-11.97377466,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Manjoro","Name of fa":"Manjoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.768","geometry":{"type":"Point","coordinates":[-11.8612,9.308018]},"geometry_name":"the_geom","properties":{"IDNO":445,"Latitude":"N","UTM Zone":29,"Northing":1030179,"Easting":185660,"y":9.308018494,"x":-11.86119994,"District":"Bombali","Chiefdom":"Biriwa","Ward":"3","Locality":"Kanikay","Name of fa":"Kanikay MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.769","geometry":{"type":"Point","coordinates":[-11.908813,9.318093]},"geometry_name":"the_geom","properties":{"IDNO":446,"Latitude":"N","UTM Zone":29,"Northing":1031337,"Easting":180434,"y":9.318092509,"x":-11.90881302,"District":"Bombali","Chiefdom":"Biriwa","Ward":"2","Locality":"Kamasikie","Name of fa":"Kamasikie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.770","geometry":{"type":"Point","coordinates":[-11.991313,9.02557]},"geometry_name":"the_geom","properties":{"IDNO":448,"Latitude":"N","UTM Zone":29,"Northing":999030,"Easting":171093,"y":9.025570061,"x":-11.99131263,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Kagbo","Name of fa":"Kagbo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.771","geometry":{"type":"Point","coordinates":[-11.911887,9.000077]},"geometry_name":"the_geom","properties":{"IDNO":449,"Latitude":"N","UTM Zone":29,"Northing":996137,"Easting":179811,"y":9.000076548,"x":-11.91188684,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"3","Locality":"Kabonka","Name of fa":"Kabonka MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.772","geometry":{"type":"Point","coordinates":[-11.982608,8.986852]},"geometry_name":"the_geom","properties":{"IDNO":450,"Latitude":"N","UTM Zone":29,"Northing":994736,"Easting":172016,"y":8.986852092,"x":-11.9826078,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"1","Locality":"Kapethe","Name of fa":"Kapethe MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.773","geometry":{"type":"Point","coordinates":[-11.887333,8.981661]},"geometry_name":"the_geom","properties":{"IDNO":452,"Latitude":"N","UTM Zone":29,"Northing":994077,"Easting":182497,"y":8.981660595,"x":-11.88733348,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"2","Locality":"Masongbo Limba","Name of fa":"Masongbo Limba MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.774","geometry":{"type":"Point","coordinates":[-11.845523,9.031242]},"geometry_name":"the_geom","properties":{"IDNO":453,"Latitude":"N","UTM Zone":29,"Northing":999529,"Easting":187141,"y":9.031242386,"x":-11.84552304,"District":"Bombali","Chiefdom":"Safroko Limba","Ward":"2","Locality":"Kayasi","Name of fa":"Kayasi MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.775","geometry":{"type":"Point","coordinates":[-11.94869,8.16978]},"geometry_name":"the_geom","properties":{"IDNO":590,"Latitude":"N","UTM Zone":29,"Northing":904259,"Easting":175054,"y":8.169779911,"x":-11.94869025,"District":"Moyamba","Chiefdom":"Kamaje","Ward":"1","Locality":"Senehun","Name of fa":"Senehun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.776","geometry":{"type":"Point","coordinates":[-11.895067,8.207101]},"geometry_name":"the_geom","properties":{"IDNO":591,"Latitude":"N","UTM Zone":29,"Northing":908347,"Easting":180998,"y":8.207101346,"x":-11.89506655,"District":"Moyamba","Chiefdom":"Kamaje","Ward":"1","Locality":"Mogbuama","Name of fa":"Mogbuama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.777","geometry":{"type":"Point","coordinates":[-11.897011,8.136051]},"geometry_name":"the_geom","properties":{"IDNO":592,"Latitude":"N","UTM Zone":29,"Northing":900484,"Easting":180727,"y":8.136050694,"x":-11.89701098,"District":"Moyamba","Chiefdom":"Kowa","Ward":"1","Locality":"Mofombo","Name of fa":"Mofombo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.778","geometry":{"type":"Point","coordinates":[-11.941016,8.082234]},"geometry_name":"the_geom","properties":{"IDNO":593,"Latitude":"N","UTM Zone":29,"Northing":894562,"Easting":175830,"y":8.082233751,"x":-11.94101642,"District":"Moyamba","Chiefdom":"Kowa","Ward":"1","Locality":"Njama","Name of fa":"Njama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.779","geometry":{"type":"Point","coordinates":[-11.875158,8.280595]},"geometry_name":"the_geom","properties":{"IDNO":600,"Latitude":"N","UTM Zone":29,"Northing":916466,"Easting":183252,"y":8.280595196,"x":-11.87515849,"District":"Moyamba","Chiefdom":"Kori","Ward":"2","Locality":"Bai Largo","Name of fa":"Bai Largo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.780","geometry":{"type":"Point","coordinates":[-11.949238,7.463724]},"geometry_name":"the_geom","properties":{"IDNO":649,"Latitude":"N","UTM Zone":29,"Northing":826104,"Easting":174446,"y":7.463724241,"x":-11.94923755,"District":"Bonthe","Chiefdom":"Bum","Ward":"3","Locality":"Madina","Name of fa":"Madina Gbonkobor MCHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.781","geometry":{"type":"Point","coordinates":[-11.554268,9.623259]},"geometry_name":"the_geom","properties":{"IDNO":687,"Latitude":"N","UTM Zone":29,"Northing":1064806,"Easting":219659,"y":9.623259056,"x":-11.55426804,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Senekedugu","Name of fa":"Senekedugu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.782","geometry":{"type":"Point","coordinates":[-11.597908,9.500676]},"geometry_name":"the_geom","properties":{"IDNO":688,"Latitude":"N","UTM Zone":29,"Northing":1051276,"Easting":214764,"y":9.500675834,"x":-11.59790796,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Heremakono","Name of fa":"Heremakono MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.783","geometry":{"type":"Point","coordinates":[-11.589195,9.571502]},"geometry_name":"the_geom","properties":{"IDNO":689,"Latitude":"N","UTM Zone":29,"Northing":1059107,"Easting":215780,"y":9.571501803,"x":-11.5891948,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Yataya","Name of fa":"Yataya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.784","geometry":{"type":"Point","coordinates":[-11.66645,9.696833]},"geometry_name":"the_geom","properties":{"IDNO":690,"Latitude":"N","UTM Zone":29,"Northing":1073043,"Easting":207402,"y":9.696832584,"x":-11.66644954,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Kakoya","Name of fa":"Kakoya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.785","geometry":{"type":"Point","coordinates":[-11.644701,9.94322]},"geometry_name":"the_geom","properties":{"IDNO":691,"Latitude":"N","UTM Zone":29,"Northing":1100293,"Easting":210005,"y":9.943219715,"x":-11.64470085,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Gbentu","Name of fa":"Gbentu CHP","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.786","geometry":{"type":"Point","coordinates":[-11.548837,9.587489]},"geometry_name":"the_geom","properties":{"IDNO":692,"Latitude":"N","UTM Zone":29,"Northing":1060843,"Easting":220226,"y":9.58748862,"x":-11.54883744,"District":"Koinadugu","Chiefdom":"Wara Warayagala","Ward":"1","Locality":"Kabala","Name of fa":"Kabala UFC CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.787","geometry":{"type":"Point","coordinates":[-11.732036,9.68352]},"geometry_name":"the_geom","properties":{"IDNO":693,"Latitude":"N","UTM Zone":29,"Northing":1071627,"Easting":200188,"y":9.683520447,"x":-11.73203631,"District":"Koinadugu","Chiefdom":"Wara Warabafodia","Ward":" ","Locality":"Bafodia","Name of fa":"Bafodia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.788","geometry":{"type":"Point","coordinates":[-11.457749,9.250005]},"geometry_name":"the_geom","properties":{"IDNO":694,"Latitude":"N","UTM Zone":29,"Northing":1023425,"Easting":229968,"y":9.250004746,"x":-11.45774877,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Foria","Name of fa":"Foria CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.789","geometry":{"type":"Point","coordinates":[-11.563657,9.383775]},"geometry_name":"the_geom","properties":{"IDNO":695,"Latitude":"N","UTM Zone":29,"Northing":1038311,"Easting":218432,"y":9.383774921,"x":-11.56365651,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Kondambia","Name of fa":"Kondambia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.790","geometry":{"type":"Point","coordinates":[-11.582165,9.270146]},"geometry_name":"the_geom","properties":{"IDNO":696,"Latitude":"N","UTM Zone":29,"Northing":1025751,"Easting":216306,"y":9.270145718,"x":-11.58216484,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Yara","Name of fa":"Yara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.791","geometry":{"type":"Point","coordinates":[-11.609099,9.211008]},"geometry_name":"the_geom","properties":{"IDNO":697,"Latitude":"N","UTM Zone":29,"Northing":1019228,"Easting":213297,"y":9.211007804,"x":-11.60909898,"District":"Koinadugu","Chiefdom":"Daing","Ward":"1","Locality":"Kania","Name of fa":"Kania MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.792","geometry":{"type":"Point","coordinates":[-11.675879,9.466275]},"geometry_name":"the_geom","properties":{"IDNO":698,"Latitude":"N","UTM Zone":29,"Northing":1047534,"Easting":206168,"y":9.466274732,"x":-11.67587945,"District":"Koinadugu","Chiefdom":"Diang","Ward":"1","Locality":"Lengekoro","Name of fa":"Lengekoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.793","geometry":{"type":"Point","coordinates":[-10.958225,9.532646]},"geometry_name":"the_geom","properties":{"IDNO":699,"Latitude":"N","UTM Zone":29,"Northing":1054350,"Easting":285048,"y":9.532646082,"x":-10.95822454,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Bendugu","Name of fa":"Bendugu CHC (Mongo)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.794","geometry":{"type":"Point","coordinates":[-10.87222,9.345588]},"geometry_name":"the_geom","properties":{"IDNO":700,"Latitude":"N","UTM Zone":29,"Northing":1033606,"Easting":294381,"y":9.345588462,"x":-10.87221967,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Kamaron","Name of fa":"Kamaron MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.795","geometry":{"type":"Point","coordinates":[-11.144725,9.414864]},"geometry_name":"the_geom","properties":{"IDNO":701,"Latitude":"N","UTM Zone":29,"Northing":1041441,"Easting":264487,"y":9.414863534,"x":-11.14472533,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Gberifeh","Name of fa":"Gberifeh MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.796","geometry":{"type":"Point","coordinates":[-11.076848,9.534778]},"geometry_name":"the_geom","properties":{"IDNO":702,"Latitude":"N","UTM Zone":29,"Northing":1054662,"Easting":272023,"y":9.534777948,"x":-11.07684788,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Serekolia","Name of fa":"Serekolia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.797","geometry":{"type":"Point","coordinates":[-10.960238,9.654897]},"geometry_name":"the_geom","properties":{"IDNO":703,"Latitude":"N","UTM Zone":29,"Northing":1067875,"Easting":284904,"y":9.654897395,"x":-10.96023841,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Walia","Name of fa":"Walia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.798","geometry":{"type":"Point","coordinates":[-11.5287,9.562]},"geometry_name":"the_geom","properties":{"IDNO":704,"Latitude":"N","UTM Zone":29,"Northing":1058006,"Easting":222417,"y":9.562000396,"x":-11.5287004,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Kondeya","Name of fa":"Kondeya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.799","geometry":{"type":"Point","coordinates":[-11.481783,9.442838]},"geometry_name":"the_geom","properties":{"IDNO":705,"Latitude":"N","UTM Zone":29,"Northing":1044782,"Easting":227476,"y":9.44283795,"x":-11.48178301,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Kamadugusak","Name of fa":"Kamadugusak MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.800","geometry":{"type":"Point","coordinates":[-11.331344,9.629541]},"geometry_name":"the_geom","properties":{"IDNO":706,"Latitude":"N","UTM Zone":29,"Northing":1065326,"Easting":244144,"y":9.629541229,"x":-11.33134379,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Dankwali","Name of fa":"Dankawali CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.801","geometry":{"type":"Point","coordinates":[-11.470099,9.622798]},"geometry_name":"the_geom","properties":{"IDNO":707,"Latitude":"N","UTM Zone":29,"Northing":1064687,"Easting":228902,"y":9.622798278,"x":-11.47009946,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Gbenikoro","Name of fa":"Gbenikoro MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.802","geometry":{"type":"Point","coordinates":[-11.369835,9.530517]},"geometry_name":"the_geom","properties":{"IDNO":708,"Latitude":"N","UTM Zone":29,"Northing":1054398,"Easting":239842,"y":9.530517169,"x":-11.36983498,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Koinadugu II","Name of fa":"Koinadugu II MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.803","geometry":{"type":"Point","coordinates":[-11.253917,9.454202]},"geometry_name":"the_geom","properties":{"IDNO":709,"Latitude":"N","UTM Zone":29,"Northing":1045869,"Easting":252519,"y":9.454201869,"x":-11.2539166,"District":"Koinadugu","Chiefdom":"Sengbeh","Ward":" ","Locality":"Yiraia","Name of fa":"Yiraia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.804","geometry":{"type":"Point","coordinates":[-11.765055,9.390094]},"geometry_name":"the_geom","properties":{"IDNO":710,"Latitude":"N","UTM Zone":29,"Northing":1039179,"Easting":196302,"y":9.39009428,"x":-11.76505508,"District":"Koinadugu","Chiefdom":"Kasunko","Ward":" ","Locality":"Fadugu","Name of fa":"Fadugu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.805","geometry":{"type":"Point","coordinates":[-11.871871,9.521903]},"geometry_name":"the_geom","properties":{"IDNO":711,"Latitude":"N","UTM Zone":29,"Northing":1053864,"Easting":184681,"y":9.521903454,"x":-11.87187101,"District":"Koinadugu","Chiefdom":"Kasunko","Ward":" ","Locality":"Madina","Name of fa":"Madina MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.806","geometry":{"type":"Point","coordinates":[-11.429065,9.86304]},"geometry_name":"the_geom","properties":{"IDNO":712,"Latitude":"N","UTM Zone":29,"Northing":1091239,"Easting":233599,"y":9.863040467,"x":-11.42906536,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Sinkunia","Name of fa":"Sinkunia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.807","geometry":{"type":"Point","coordinates":[-11.49453,9.753327]},"geometry_name":"the_geom","properties":{"IDNO":713,"Latitude":"N","UTM Zone":29,"Northing":1079151,"Easting":226325,"y":9.753327259,"x":-11.49452999,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Manna","Name of fa":"Manna MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.808","geometry":{"type":"Point","coordinates":[-11.443366,9.911519]},"geometry_name":"the_geom","properties":{"IDNO":714,"Latitude":"N","UTM Zone":29,"Northing":1096615,"Easting":232069,"y":9.911518823,"x":-11.44336622,"District":"Koinadugu","Chiefdom":"D Sinkunia","Ward":"1","Locality":"Gbindi","Name of fa":"Gbindi CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.809","geometry":{"type":"Point","coordinates":[-11.269785,9.122489]},"geometry_name":"the_geom","properties":{"IDNO":715,"Latitude":"N","UTM Zone":29,"Northing":1009179,"Easting":250541,"y":9.122489064,"x":-11.26978485,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Yiffin","Name of fa":"Yiffin CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.810","geometry":{"type":"Point","coordinates":[-11.388148,9.147865]},"geometry_name":"the_geom","properties":{"IDNO":716,"Latitude":"N","UTM Zone":29,"Northing":1012071,"Easting":237544,"y":9.147864954,"x":-11.38814756,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Alkalia","Name of fa":"Alkalia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.811","geometry":{"type":"Point","coordinates":[-11.279027,8.961018]},"geometry_name":"the_geom","properties":{"IDNO":717,"Latitude":"N","UTM Zone":29,"Northing":991320,"Easting":249413,"y":8.961017603,"x":-11.27902699,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Fankuya","Name of fa":"Fankoya MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.812","geometry":{"type":"Point","coordinates":[-11.167618,9.876533]},"geometry_name":"the_geom","properties":{"IDNO":718,"Latitude":"N","UTM Zone":29,"Northing":1092534,"Easting":262296,"y":9.876532707,"x":-11.16761751,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Koidukura","Name of fa":"Koindukura MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.813","geometry":{"type":"Point","coordinates":[-11.320795,9.857118]},"geometry_name":"the_geom","properties":{"IDNO":719,"Latitude":"N","UTM Zone":29,"Northing":1090499,"Easting":245475,"y":9.857117608,"x":-11.32079502,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Falaba","Name of fa":"Falaba CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.814","geometry":{"type":"Point","coordinates":[-11.196524,9.755475]},"geometry_name":"the_geom","properties":{"IDNO":720,"Latitude":"N","UTM Zone":29,"Northing":1079161,"Easting":259037,"y":9.75547487,"x":-11.19652426,"District":"Koinadugu","Chiefdom":"Sulima","Ward":" ","Locality":"Gberia Tinbakor","Name of fa":"Gberia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.815","geometry":{"type":"Point","coordinates":[-10.739969,9.367517]},"geometry_name":"the_geom","properties":{"IDNO":721,"Latitude":"N","UTM Zone":29,"Northing":1035957,"Easting":308922,"y":9.367517424,"x":-10.73996904,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Masadu","Name of fa":"Masadu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.816","geometry":{"type":"Point","coordinates":[-10.921568,9.465385]},"geometry_name":"the_geom","properties":{"IDNO":722,"Latitude":"N","UTM Zone":29,"Northing":1046887,"Easting":289032,"y":9.465385107,"x":-10.92156799,"District":"Koinadugu","Chiefdom":"Mongo","Ward":" ","Locality":"Seria","Name of fa":"Seria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.817","geometry":{"type":"Point","coordinates":[-11.299432,9.359432]},"geometry_name":"the_geom","properties":{"IDNO":723,"Latitude":"N","UTM Zone":29,"Northing":1035416,"Easting":247450,"y":9.359432418,"x":-11.29943237,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Firawa","Name of fa":"Firawa MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.818","geometry":{"type":"Point","coordinates":[-11.33433,8.833336]},"geometry_name":"the_geom","properties":{"IDNO":724,"Latitude":"N","UTM Zone":29,"Northing":977231,"Easting":243240,"y":8.833336195,"x":-11.33432987,"District":"Koinadugu","Chiefdom":"Neini","Ward":" ","Locality":"Sumbaria","Name of fa":"Sumbaria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.819","geometry":{"type":"Point","coordinates":[-11.570376,9.754912]},"geometry_name":"the_geom","properties":{"IDNO":725,"Latitude":"N","UTM Zone":29,"Northing":1079389,"Easting":218000,"y":9.754912288,"x":-11.5703764,"District":"Koinadugu","Chiefdom":"F Denbelia","Ward":"1","Locality":"Musaia","Name of fa":"Musaia CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.820","geometry":{"type":"Point","coordinates":[-11.580112,9.857035]},"geometry_name":"the_geom","properties":{"IDNO":726,"Latitude":"N","UTM Zone":29,"Northing":1090699,"Easting":217018,"y":9.857035262,"x":-11.58011151,"District":"Koinadugu","Chiefdom":"F Denbelia","Ward":"1","Locality":"Hamdali","Name of fa":"Hamdali MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.821","geometry":{"type":"Point","coordinates":[-11.037479,9.080271]},"geometry_name":"the_geom","properties":{"IDNO":727,"Latitude":"N","UTM Zone":29,"Northing":1004356,"Easting":276057,"y":9.080271105,"x":-11.03747897,"District":"Koinadugu","Chiefdom":"Neya","Ward":" ","Locality":"Masofinia","Name of fa":"Masofinia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.822","geometry":{"type":"Point","coordinates":[-10.949947,9.193235]},"geometry_name":"the_geom","properties":{"IDNO":728,"Latitude":"N","UTM Zone":29,"Northing":1016799,"Easting":285749,"y":9.193234916,"x":-10.94994688,"District":"Koinadugu","Chiefdom":"Neya","Ward":" ","Locality":"Korobonta","Name of fa":"Koribondo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.823","geometry":{"type":"Point","coordinates":[-11.194007,7.876993]},"geometry_name":"the_geom","properties":{"IDNO":837,"Latitude":"N","UTM Zone":29,"Northing":871335,"Easting":258093,"y":7.876992702,"x":-11.19400709,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Sierra Leone Red Cross Clinic","Type of fa":"NGO Clinic"}},{"type":"Feature","id":"sl_fac.824","geometry":{"type":"Point","coordinates":[-11.189725,7.871122]},"geometry_name":"the_geom","properties":{"IDNO":838,"Latitude":"N","UTM Zone":29,"Northing":870683,"Easting":258562,"y":7.871121596,"x":-11.1897246,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Dama Surgery","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.825","geometry":{"type":"Point","coordinates":[-11.186768,7.884741]},"geometry_name":"the_geom","properties":{"IDNO":839,"Latitude":"N","UTM Zone":29,"Northing":872188,"Easting":258896,"y":7.88474108,"x":-11.18676829,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Nixon Satelitte Clinic","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.826","geometry":{"type":"Point","coordinates":[-11.340875,8.188449]},"geometry_name":"the_geom","properties":{"IDNO":840,"Latitude":"N","UTM Zone":29,"Northing":905883,"Easting":242088,"y":8.188448684,"x":-11.34087514,"District":"Kenema","Chiefdom":"Simbaru","Ward":"1","Locality":"Boajibu","Name of fa":"Kenema Diocesan Health Care","Type of fa":"Mission Clinic"}},{"type":"Feature","id":"sl_fac.827","geometry":{"type":"Point","coordinates":[-11.027341,8.210888]},"geometry_name":"the_geom","properties":{"IDNO":841,"Latitude":"N","UTM Zone":29,"Northing":908177,"Easting":276660,"y":8.21088762,"x":-11.02734079,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Sembeima Village","Name of fa":"Sembeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.828","geometry":{"type":"Point","coordinates":[-11.068075,8.2184]},"geometry_name":"the_geom","properties":{"IDNO":842,"Latitude":"N","UTM Zone":29,"Northing":909031,"Easting":272175,"y":8.218399911,"x":-11.06807481,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Sandayeima Section Tong Field","Name of fa":"Sandayeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.829","geometry":{"type":"Point","coordinates":[-11.053807,8.27029]},"geometry_name":"the_geom","properties":{"IDNO":843,"Latitude":"N","UTM Zone":29,"Northing":914763,"Easting":273777,"y":8.2702895,"x":-11.05380657,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":" ","Locality":"Konjo Village","Name of fa":"Konjo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.830","geometry":{"type":"Point","coordinates":[-10.996769,8.063849]},"geometry_name":"the_geom","properties":{"IDNO":844,"Latitude":"N","UTM Zone":29,"Northing":891895,"Easting":279949,"y":8.06384854,"x":-10.99676873,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"3","Locality":"Komende Luyama","Name of fa":"Komende MCHP (Lower Bamabara)","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.831","geometry":{"type":"Point","coordinates":[-11.199032,7.872293]},"geometry_name":"the_geom","properties":{"IDNO":845,"Latitude":"N","UTM Zone":29,"Northing":870818,"Easting":257536,"y":7.872293064,"x":-11.19903168,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Nyandeyama","Name of fa":"Ralph Mini Hospital","Type of fa":"Priv. Hospital"}},{"type":"Feature","id":"sl_fac.832","geometry":{"type":"Point","coordinates":[-11.188065,7.888251]},"geometry_name":"the_geom","properties":{"IDNO":846,"Latitude":"N","UTM Zone":29,"Northing":872577,"Easting":258755,"y":7.88825054,"x":-11.18806499,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Nongowa Clinic","Type of fa":"Priv. Clinic"}},{"type":"Feature","id":"sl_fac.833","geometry":{"type":"Point","coordinates":[-11.136789,8.184612]},"geometry_name":"the_geom","properties":{"IDNO":847,"Latitude":"N","UTM Zone":29,"Northing":905333,"Easting":264582,"y":8.184612227,"x":-11.13678917,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"6","Locality":"Panguma","Name of fa":"Panguma Mission Hosp.","Type of fa":"Mission Hospital"}},{"type":"Feature","id":"sl_fac.834","geometry":{"type":"Point","coordinates":[-11.082909,8.17468]},"geometry_name":"the_geom","properties":{"IDNO":848,"Latitude":"N","UTM Zone":29,"Northing":904203,"Easting":270515,"y":8.174679564,"x":-11.08290948,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Nigiehun Village","Name of fa":"Nigiehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.835","geometry":{"type":"Point","coordinates":[-11.052748,8.200525]},"geometry_name":"the_geom","properties":{"IDNO":849,"Latitude":"N","UTM Zone":29,"Northing":907045,"Easting":273854,"y":8.200525464,"x":-11.05274823,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Semewebu Village","Name of fa":"Semewebu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.836","geometry":{"type":"Point","coordinates":[-11.062277,8.333479]},"geometry_name":"the_geom","properties":{"IDNO":850,"Latitude":"N","UTM Zone":29,"Northing":921758,"Easting":272880,"y":8.333478927,"x":-11.06227658,"District":"Kenema","Chiefdom":"Lower Bambara 4","Ward":"4","Locality":"Pelewahun Village","Name of fa":"Pelewahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.837","geometry":{"type":"Point","coordinates":[-11.06116,8.251666]},"geometry_name":"the_geom","properties":{"IDNO":851,"Latitude":"N","UTM Zone":29,"Northing":912707,"Easting":272956,"y":8.251665769,"x":-11.06116039,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Njagbahun Village","Name of fa":"Njagbahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.838","geometry":{"type":"Point","coordinates":[-11.071337,8.214107]},"geometry_name":"the_geom","properties":{"IDNO":852,"Latitude":"N","UTM Zone":29,"Northing":908558,"Easting":271813,"y":8.214107285,"x":-11.0713372,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Kpandebu","Name of fa":"Kpandebu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.839","geometry":{"type":"Point","coordinates":[-11.046385,8.231773]},"geometry_name":"the_geom","properties":{"IDNO":853,"Latitude":"N","UTM Zone":29,"Northing":910498,"Easting":274573,"y":8.23177261,"x":-11.04638464,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Bomie Section Tongo Field","Name of fa":"Bomie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.840","geometry":{"type":"Point","coordinates":[-11.074252,8.273673]},"geometry_name":"the_geom","properties":{"IDNO":854,"Latitude":"N","UTM Zone":29,"Northing":915149,"Easting":271526,"y":8.27367302,"x":-11.07425181,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"4","Locality":"Kpetema (1)","Name of fa":"Kpetema CHP (Lower Bambara)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.841","geometry":{"type":"Point","coordinates":[-11.00945,8.104377]},"geometry_name":"the_geom","properties":{"IDNO":855,"Latitude":"N","UTM Zone":29,"Northing":896385,"Easting":278573,"y":8.104376602,"x":-11.00945042,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"3","Locality":"Konia","Name of fa":"Konia CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.842","geometry":{"type":"Point","coordinates":[-11.058078,8.215351]},"geometry_name":"the_geom","properties":{"IDNO":856,"Latitude":"N","UTM Zone":29,"Northing":908688,"Easting":273275,"y":8.215350649,"x":-11.05807803,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"1","Locality":"Tongo Field Torkpombu","Name of fa":"Tongo Field CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.843","geometry":{"type":"Point","coordinates":[-10.990704,8.218728]},"geometry_name":"the_geom","properties":{"IDNO":857,"Latitude":"N","UTM Zone":29,"Northing":909024,"Easting":280702,"y":8.218727893,"x":-10.99070351,"District":"Kenema","Chiefdom":"Lower Bambara","Ward":"2","Locality":"Lowoma Village","Name of fa":"Lowoma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.844","geometry":{"type":"Point","coordinates":[-11.332933,8.358765]},"geometry_name":"the_geom","properties":{"IDNO":858,"Latitude":"N","UTM Zone":29,"Northing":924722,"Easting":243074,"y":8.358765224,"x":-11.3329329,"District":"Kenema","Chiefdom":"Wandor","Ward":" ","Locality":"Baama Town","Name of fa":"Baama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.845","geometry":{"type":"Point","coordinates":[-11.381791,8.286243]},"geometry_name":"the_geom","properties":{"IDNO":859,"Latitude":"N","UTM Zone":29,"Northing":916730,"Easting":237642,"y":8.286242619,"x":-11.38179087,"District":"Kenema","Chiefdom":"Wandor","Ward":"1","Locality":"Faala Village","Name of fa":"Faala CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.846","geometry":{"type":"Point","coordinates":[-11.345431,8.316366]},"geometry_name":"the_geom","properties":{"IDNO":860,"Latitude":"N","UTM Zone":29,"Northing":920039,"Easting":241669,"y":8.316365751,"x":-11.34543084,"District":"Kenema","Chiefdom":"Wandor","Ward":"2","Locality":"Bambara Village","Name of fa":"Bambara MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.847","geometry":{"type":"Point","coordinates":[-11.347768,8.232966]},"geometry_name":"the_geom","properties":{"IDNO":861,"Latitude":"N","UTM Zone":29,"Northing":910813,"Easting":241357,"y":8.232966453,"x":-11.34776793,"District":"Kenema","Chiefdom":"Wandor","Ward":"1","Locality":"Gendema","Name of fa":"Gendema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.848","geometry":{"type":"Point","coordinates":[-11.195908,7.755134]},"geometry_name":"the_geom","properties":{"IDNO":862,"Latitude":"N","UTM Zone":29,"Northing":857855,"Easting":257813,"y":7.755134496,"x":-11.19590809,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Kpandebu","Name of fa":"Kpandebu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.849","geometry":{"type":"Point","coordinates":[-11.147354,7.777493]},"geometry_name":"the_geom","properties":{"IDNO":863,"Latitude":"N","UTM Zone":29,"Northing":860301,"Easting":263183,"y":7.77749348,"x":-11.14735428,"District":"Kenema","Chiefdom":"Dama","Ward":"1","Locality":"Giema  Village","Name of fa":"Giema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.850","geometry":{"type":"Point","coordinates":[-11.125098,7.824847]},"geometry_name":"the_geom","properties":{"IDNO":864,"Latitude":"N","UTM Zone":29,"Northing":865527,"Easting":265665,"y":7.824846746,"x":-11.12509778,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Konjo Village","Name of fa":"Konjo CHP (Dama)","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.851","geometry":{"type":"Point","coordinates":[-11.243859,7.674582]},"geometry_name":"the_geom","properties":{"IDNO":865,"Latitude":"N","UTM Zone":29,"Northing":848971,"Easting":252475,"y":7.674581784,"x":-11.24385914,"District":"Kenema","Chiefdom":"Dama","Ward":"4","Locality":"Loppa Village","Name of fa":"Loppa CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.852","geometry":{"type":"Point","coordinates":[-11.011062,7.821348]},"geometry_name":"the_geom","properties":{"IDNO":866,"Latitude":"N","UTM Zone":29,"Northing":865078,"Easting":278243,"y":7.821348001,"x":-11.01106245,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Torkpombu Dama","Name of fa":"Torkpombu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.853","geometry":{"type":"Point","coordinates":[-11.071861,7.865249]},"geometry_name":"the_geom","properties":{"IDNO":867,"Latitude":"N","UTM Zone":29,"Northing":869967,"Easting":271560,"y":7.865249269,"x":-11.07186112,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Kornia Village","Name of fa":"Kornia MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.854","geometry":{"type":"Point","coordinates":[-11.029197,7.863325]},"geometry_name":"the_geom","properties":{"IDNO":868,"Latitude":"N","UTM Zone":29,"Northing":869731,"Easting":276265,"y":7.863324688,"x":-11.02919673,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Tawahun Village","Name of fa":"Tawahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.855","geometry":{"type":"Point","coordinates":[-11.18839,7.715509]},"geometry_name":"the_geom","properties":{"IDNO":869,"Latitude":"N","UTM Zone":29,"Northing":853467,"Easting":258620,"y":7.715509053,"x":-11.18839015,"District":"Kenema","Chiefdom":"Dama","Ward":"2","Locality":"Gao Village","Name of fa":"Gao MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.856","geometry":{"type":"Point","coordinates":[-11.118146,7.848394]},"geometry_name":"the_geom","properties":{"IDNO":870,"Latitude":"N","UTM Zone":29,"Northing":868128,"Easting":266445,"y":7.84839386,"x":-11.11814645,"District":"Kenema","Chiefdom":"Dama","Ward":" ","Locality":"Majihun Village","Name of fa":"Majihun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.857","geometry":{"type":"Point","coordinates":[-11.237334,7.467026]},"geometry_name":"the_geom","properties":{"IDNO":871,"Latitude":"N","UTM Zone":29,"Northing":826005,"Easting":253077,"y":7.467025586,"x":-11.23733366,"District":"Kenema","Chiefdom":"Tunkia","Ward":"1","Locality":"Gorahun Village","Name of fa":"Gorahun CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.858","geometry":{"type":"Point","coordinates":[-11.155176,7.579688]},"geometry_name":"the_geom","properties":{"IDNO":872,"Latitude":"N","UTM Zone":29,"Northing":838423,"Easting":262210,"y":7.579688143,"x":-11.15517572,"District":"Kenema","Chiefdom":"Tunkia","Ward":"2","Locality":"Ngegbwema Village","Name of fa":"Ngegbwema CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.859","geometry":{"type":"Point","coordinates":[-11.201284,7.605915]},"geometry_name":"the_geom","properties":{"IDNO":873,"Latitude":"N","UTM Zone":29,"Northing":841350,"Easting":257135,"y":7.605914603,"x":-11.201284,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Ngiewahun Village","Name of fa":"Ngiewahun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.860","geometry":{"type":"Point","coordinates":[-11.042788,7.605716]},"geometry_name":"the_geom","properties":{"IDNO":874,"Latitude":"N","UTM Zone":29,"Northing":841242,"Easting":274629,"y":7.605715663,"x":-11.04278843,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Belebu Village","Name of fa":"Belebu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.861","geometry":{"type":"Point","coordinates":[-11.099544,7.523841]},"geometry_name":"the_geom","properties":{"IDNO":875,"Latitude":"N","UTM Zone":29,"Northing":832215,"Easting":268321,"y":7.523841463,"x":-11.0995443,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Mano Njeigbla Village","Name of fa":"Mano Njeigbla CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.862","geometry":{"type":"Point","coordinates":[-11.144628,7.613783]},"geometry_name":"the_geom","properties":{"IDNO":876,"Latitude":"N","UTM Zone":29,"Northing":842189,"Easting":263393,"y":7.613783378,"x":-11.14462781,"District":"Kenema","Chiefdom":"Tunkia","Ward":"3","Locality":"Jao","Name of fa":"Jao MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.863","geometry":{"type":"Point","coordinates":[-11.319526,7.966952]},"geometry_name":"the_geom","properties":{"IDNO":877,"Latitude":"N","UTM Zone":29,"Northing":881363,"Easting":244302,"y":7.96695212,"x":-11.31952565,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"1","Locality":"Levuma","Name of fa":"Levuma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.864","geometry":{"type":"Point","coordinates":[-11.328203,8.042129]},"geometry_name":"the_geom","properties":{"IDNO":878,"Latitude":"N","UTM Zone":29,"Northing":889686,"Easting":243392,"y":8.042129241,"x":-11.32820314,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"2","Locality":"Baoma Oil Mill","Name of fa":"Baoma Oil Mill CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.865","geometry":{"type":"Point","coordinates":[-11.259455,7.977905]},"geometry_name":"the_geom","properties":{"IDNO":879,"Latitude":"N","UTM Zone":29,"Northing":882538,"Easting":250934,"y":7.977905379,"x":-11.25945518,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"4","Locality":"Deima","Name of fa":"Deima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.866","geometry":{"type":"Point","coordinates":[-11.2776,8.010923]},"geometry_name":"the_geom","properties":{"IDNO":880,"Latitude":"N","UTM Zone":29,"Northing":886202,"Easting":248953,"y":8.010923217,"x":-11.27760033,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":"3","Locality":"Gbado","Name of fa":"Gbado MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.867","geometry":{"type":"Point","coordinates":[-11.327746,8.020774]},"geometry_name":"the_geom","properties":{"IDNO":881,"Latitude":"N","UTM Zone":29,"Northing":887323,"Easting":243429,"y":8.020774314,"x":-11.32774593,"District":"Kenema","Chiefdom":"Kandu Leppiama","Ward":" ","Locality":"Sembehun Village","Name of fa":"Sembehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.868","geometry":{"type":"Point","coordinates":[-11.346513,7.871853]},"geometry_name":"the_geom","properties":{"IDNO":882,"Latitude":"N","UTM Zone":29,"Northing":870858,"Easting":241266,"y":7.871853144,"x":-11.34651285,"District":"Kenema","Chiefdom":"Small Bo","Ward":" ","Locality":"Blama Town","Name of fa":"Blama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.869","geometry":{"type":"Point","coordinates":[-11.41449,7.809982]},"geometry_name":"the_geom","properties":{"IDNO":883,"Latitude":"N","UTM Zone":29,"Northing":864055,"Easting":233727,"y":7.809981779,"x":-11.41449001,"District":"Kenema","Chiefdom":"Small Bo","Ward":"1","Locality":"Boujou Village","Name of fa":"Boujou CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.870","geometry":{"type":"Point","coordinates":[-11.285403,7.854141]},"geometry_name":"the_geom","properties":{"IDNO":884,"Latitude":"N","UTM Zone":29,"Northing":868861,"Easting":247997,"y":7.854141438,"x":-11.2854028,"District":"Kenema","Chiefdom":"Small Bo","Ward":"4","Locality":"Serabu Village","Name of fa":"Serabu CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.871","geometry":{"type":"Point","coordinates":[-11.348669,7.935723]},"geometry_name":"the_geom","properties":{"IDNO":885,"Latitude":"N","UTM Zone":29,"Northing":877926,"Easting":241068,"y":7.935723215,"x":-11.34866885,"District":"Kenema","Chiefdom":"Small Bo","Ward":" ","Locality":"Nyangbebo Village","Name of fa":"Nyangbebo MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.872","geometry":{"type":"Point","coordinates":[-11.391573,7.897519]},"geometry_name":"the_geom","properties":{"IDNO":886,"Latitude":"N","UTM Zone":29,"Northing":873726,"Easting":236311,"y":7.897518708,"x":-11.39157321,"District":"Kenema","Chiefdom":"Small Bo","Ward":"1","Locality":"Gelehun Village","Name of fa":"Gelehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.873","geometry":{"type":"Point","coordinates":[-11.3401,7.867876]},"geometry_name":"the_geom","properties":{"IDNO":887,"Latitude":"N","UTM Zone":29,"Northing":870414,"Easting":241971,"y":7.867876079,"x":-11.34010019,"District":"Kenema","Chiefdom":"Small Bo","Ward":"2","Locality":"Blama (London Station)","Name of fa":"London (Blama) MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.874","geometry":{"type":"Point","coordinates":[-11.055461,7.692205]},"geometry_name":"the_geom","properties":{"IDNO":888,"Latitude":"N","UTM Zone":29,"Northing":850816,"Easting":273276,"y":7.692205063,"x":-11.05546118,"District":"Kenema","Chiefdom":"Gaura","Ward":"2","Locality":"Toru Village","Name of fa":"Toru CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.875","geometry":{"type":"Point","coordinates":[-11.116457,7.629733]},"geometry_name":"the_geom","properties":{"IDNO":889,"Latitude":"N","UTM Zone":29,"Northing":843938,"Easting":266511,"y":7.629732704,"x":-11.11645689,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Kokoru Village","Name of fa":"Kokoru CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.876","geometry":{"type":"Point","coordinates":[-10.976672,7.766066]},"geometry_name":"the_geom","properties":{"IDNO":890,"Latitude":"N","UTM Zone":29,"Northing":858945,"Easting":282008,"y":7.766065923,"x":-10.97667235,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Mendekelema","Name of fa":"Mendekelema CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.877","geometry":{"type":"Point","coordinates":[-11.041511,7.770677]},"geometry_name":"the_geom","properties":{"IDNO":891,"Latitude":"N","UTM Zone":29,"Northing":859489,"Easting":274857,"y":7.770676554,"x":-11.0415111,"District":"Kenema","Chiefdom":"Gaura","Ward":"1","Locality":"Sandaru (Gaura)","Name of fa":"Sandaru MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.878","geometry":{"type":"Point","coordinates":[-11.078713,7.662098]},"geometry_name":"the_geom","properties":{"IDNO":892,"Latitude":"N","UTM Zone":29,"Northing":847498,"Easting":270694,"y":7.662098349,"x":-11.07871313,"District":"Kenema","Chiefdom":"Gaura","Ward":"2","Locality":"Perrie Village","Name of fa":"Perrie MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.879","geometry":{"type":"Point","coordinates":[-11.342318,8.18703]},"geometry_name":"the_geom","properties":{"IDNO":893,"Latitude":"N","UTM Zone":29,"Northing":905727,"Easting":241928,"y":8.187030333,"x":-11.34231827,"District":"Kenema","Chiefdom":"Simbaru","Ward":"1","Locality":"Boajibu Village","Name of fa":"Boajibu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.880","geometry":{"type":"Point","coordinates":[-11.305858,8.172382]},"geometry_name":"the_geom","properties":{"IDNO":894,"Latitude":"N","UTM Zone":29,"Northing":904083,"Easting":245938,"y":8.172381753,"x":-11.30585752,"District":"Kenema","Chiefdom":"Simbaru","Ward":" ","Locality":"Gbangeima","Name of fa":"Gbangeima MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.881","geometry":{"type":"Point","coordinates":[-11.386677,7.713759]},"geometry_name":"the_geom","properties":{"IDNO":895,"Latitude":"N","UTM Zone":29,"Northing":853391,"Easting":236736,"y":7.713758654,"x":-11.38667749,"District":"Kenema","Chiefdom":"Niawa","Ward":"1","Locality":"Sendumei Village","Name of fa":"Sendumei CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.882","geometry":{"type":"Point","coordinates":[-11.448873,7.614742]},"geometry_name":"the_geom","properties":{"IDNO":896,"Latitude":"N","UTM Zone":29,"Northing":842474,"Easting":229809,"y":7.614741821,"x":-11.4488729,"District":"Kenema","Chiefdom":"Niawa","Ward":" ","Locality":"Gandorhun Village","Name of fa":"Gandorhun CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.883","geometry":{"type":"Point","coordinates":[-11.173328,8.151894]},"geometry_name":"the_geom","properties":{"IDNO":897,"Latitude":"N","UTM Zone":29,"Northing":901735,"Easting":260535,"y":8.151893744,"x":-11.17332814,"District":"Kenema","Chiefdom":"Dodo","Ward":"1","Locality":"Dodo","Name of fa":"Dodo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.884","geometry":{"type":"Point","coordinates":[-11.236833,8.125091]},"geometry_name":"the_geom","properties":{"IDNO":898,"Latitude":"N","UTM Zone":29,"Northing":898808,"Easting":253518,"y":8.125090765,"x":-11.23683322,"District":"Kenema","Chiefdom":"Dodo","Ward":"1","Locality":"Guala Village","Name of fa":"Guala MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.885","geometry":{"type":"Point","coordinates":[-11.333718,8.379277]},"geometry_name":"the_geom","properties":{"IDNO":899,"Latitude":"N","UTM Zone":29,"Northing":926992,"Easting":243001,"y":8.379277175,"x":-11.33371757,"District":"Kenema","Chiefdom":"Gorama Mende","Ward":"1","Locality":"Konta","Name of fa":"Konta CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.886","geometry":{"type":"Point","coordinates":[-11.144247,7.938421]},"geometry_name":"the_geom","properties":{"IDNO":900,"Latitude":"N","UTM Zone":29,"Northing":878102,"Easting":263617,"y":7.938420847,"x":-11.14424671,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Hanga","Name of fa":"Hanga CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.887","geometry":{"type":"Point","coordinates":[-11.105424,8.053794]},"geometry_name":"the_geom","properties":{"IDNO":901,"Latitude":"N","UTM Zone":29,"Northing":890843,"Easting":267964,"y":8.053793682,"x":-11.10542392,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Largo Town","Name of fa":"Largo CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.888","geometry":{"type":"Point","coordinates":[-11.056918,7.92514]},"geometry_name":"the_geom","properties":{"IDNO":902,"Latitude":"N","UTM Zone":29,"Northing":876584,"Easting":273241,"y":7.92514026,"x":-11.0569178,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Nekabu","Name of fa":"Nekabu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.889","geometry":{"type":"Point","coordinates":[-11.051523,7.948897]},"geometry_name":"the_geom","properties":{"IDNO":903,"Latitude":"N","UTM Zone":29,"Northing":879209,"Easting":273849,"y":7.948896817,"x":-11.05152281,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Jormu Village","Name of fa":"Jormu CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.890","geometry":{"type":"Point","coordinates":[-11.031738,8.049773]},"geometry_name":"the_geom","properties":{"IDNO":904,"Latitude":"N","UTM Zone":29,"Northing":890357,"Easting":276086,"y":8.049772689,"x":-11.03173774,"District":"Kenema","Chiefdom":"Nongowa","Ward":"2","Locality":"Talia Village","Name of fa":"Talia CHC (Nongowa)","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.891","geometry":{"type":"Point","coordinates":[-11.18558,7.862068]},"geometry_name":"the_geom","properties":{"IDNO":905,"Latitude":"N","UTM Zone":29,"Northing":869679,"Easting":259014,"y":7.862067885,"x":-11.18557968,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Torkpombu","Name of fa":"Torkpombu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.892","geometry":{"type":"Point","coordinates":[-11.185666,7.856011]},"geometry_name":"the_geom","properties":{"IDNO":906,"Latitude":"N","UTM Zone":29,"Northing":869009,"Easting":259001,"y":7.856011151,"x":-11.18566583,"District":"Kenema","Chiefdom":"Nongowa","Ward":"7","Locality":"Kpetema","Name of fa":"Kpetema MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.893","geometry":{"type":"Point","coordinates":[-11.136222,7.959334]},"geometry_name":"the_geom","properties":{"IDNO":907,"Latitude":"N","UTM Zone":29,"Northing":880411,"Easting":264514,"y":7.959334402,"x":-11.13622183,"District":"Kenema","Chiefdom":"Nongowa","Ward":"2","Locality":"Panderu","Name of fa":"Panderu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.894","geometry":{"type":"Point","coordinates":[-11.113046,8.01248]},"geometry_name":"the_geom","properties":{"IDNO":908,"Latitude":"N","UTM Zone":29,"Northing":886277,"Easting":267100,"y":8.012479658,"x":-11.11304643,"District":"Kenema","Chiefdom":"Nongowa","Ward":"8","Locality":"Ngelehun","Name of fa":"Ngelehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.895","geometry":{"type":"Point","coordinates":[-11.003738,8.027518]},"geometry_name":"the_geom","properties":{"IDNO":909,"Latitude":"N","UTM Zone":29,"Northing":887880,"Easting":279161,"y":8.027518124,"x":-11.00373782,"District":"Kenema","Chiefdom":"Nongowa","Ward":"4","Locality":"Vaahun Village","Name of fa":"Vaahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.896","geometry":{"type":"Point","coordinates":[-10.968006,8.050861]},"geometry_name":"the_geom","properties":{"IDNO":910,"Latitude":"N","UTM Zone":29,"Northing":890443,"Easting":283113,"y":8.050861395,"x":-10.96800646,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Massahun Village","Name of fa":"Massahun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.897","geometry":{"type":"Point","coordinates":[-11.008325,7.982738]},"geometry_name":"the_geom","properties":{"IDNO":911,"Latitude":"N","UTM Zone":29,"Northing":882929,"Easting":278631,"y":7.982737832,"x":-11.00832537,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Komende Village","Name of fa":"Kormende MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.898","geometry":{"type":"Point","coordinates":[-11.103399,7.895474]},"geometry_name":"the_geom","properties":{"IDNO":912,"Latitude":"N","UTM Zone":29,"Northing":873328,"Easting":268098,"y":7.895474466,"x":-11.10339918,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Konabu Village","Name of fa":"Konabu MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.899","geometry":{"type":"Point","coordinates":[-11.19515,7.866818]},"geometry_name":"the_geom","properties":{"IDNO":913,"Latitude":"N","UTM Zone":29,"Northing":870210,"Easting":257961,"y":7.866817635,"x":-11.19515014,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Lambayama Blama Road","Name of fa":"Gbo-Lambayam 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.900","geometry":{"type":"Point","coordinates":[-11.199259,7.860442]},"geometry_name":"the_geom","properties":{"IDNO":914,"Latitude":"N","UTM Zone":29,"Northing":869507,"Easting":257504,"y":7.860441544,"x":-11.19925929,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Lambayama Kenema Town","Name of fa":"Gbo-Lambayama 2 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.901","geometry":{"type":"Point","coordinates":[-11.201989,7.857191]},"geometry_name":"the_geom","properties":{"IDNO":915,"Latitude":"N","UTM Zone":29,"Northing":869149,"Easting":257201,"y":7.857191195,"x":-11.20198883,"District":"Kenema","Chiefdom":"Nongowa","Ward":"6","Locality":"Gbo Kakajama","Name of fa":"Gbo-Kakajama MCHP 2","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.902","geometry":{"type":"Point","coordinates":[-11.192936,7.866404]},"geometry_name":"the_geom","properties":{"IDNO":916,"Latitude":"N","UTM Zone":29,"Northing":870163,"Easting":258205,"y":7.866404399,"x":-11.19293608,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Gbo-Kakajama","Name of fa":"Gbo-Kakajama MCHP 1","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.903","geometry":{"type":"Point","coordinates":[-11.179552,7.865652]},"geometry_name":"the_geom","properties":{"IDNO":917,"Latitude":"N","UTM Zone":29,"Northing":870072,"Easting":259681,"y":7.865651725,"x":-11.17955199,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kpayama Sinah Street","Name of fa":"Kpayama 2 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.904","geometry":{"type":"Point","coordinates":[-11.177406,7.867887]},"geometry_name":"the_geom","properties":{"IDNO":918,"Latitude":"N","UTM Zone":29,"Northing":870318,"Easting":259919,"y":7.867886553,"x":-11.17740614,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kpayama Tonny Drive","Name of fa":"Kpayama 1 MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.905","geometry":{"type":"Point","coordinates":[-11.176372,7.890273]},"geometry_name":"the_geom","properties":{"IDNO":919,"Latitude":"N","UTM Zone":29,"Northing":872794,"Easting":260046,"y":7.890273183,"x":-11.17637181,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Kenema Town Borma Section","Name of fa":"Borma MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.906","geometry":{"type":"Point","coordinates":[-11.1828,7.899107]},"geometry_name":"the_geom","properties":{"IDNO":920,"Latitude":"N","UTM Zone":29,"Northing":873775,"Easting":259342,"y":7.899107101,"x":-11.18280046,"District":"Kenema","Chiefdom":"Nongowa","Ward":"3","Locality":"Kenema Town Kordebotehun Section","Name of fa":"Kordebotehun MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.907","geometry":{"type":"Point","coordinates":[-11.206262,7.863089]},"geometry_name":"the_geom","properties":{"IDNO":921,"Latitude":"N","UTM Zone":29,"Northing":869804,"Easting":256733,"y":7.863089335,"x":-11.20626234,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Degbuama Layout","Name of fa":"Degbuama MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.908","geometry":{"type":"Point","coordinates":[-11.185203,7.874887]},"geometry_name":"the_geom","properties":{"IDNO":922,"Latitude":"N","UTM Zone":29,"Northing":871097,"Easting":259063,"y":7.874887479,"x":-11.18520265,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Kenema Town","Name of fa":"UFC","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.909","geometry":{"type":"Point","coordinates":[-10.996896,7.524675]},"geometry_name":"the_geom","properties":{"IDNO":923,"Latitude":"N","UTM Zone":29,"Northing":832254,"Easting":279653,"y":7.524674779,"x":-10.9968956,"District":"Kenema","Chiefdom":"Nongowa","Ward":"1","Locality":"Nomo","Name of fa":"Nomo Faama CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.910","geometry":{"type":"Point","coordinates":[-10.945855,8.16749]},"geometry_name":"the_geom","properties":{"IDNO":924,"Latitude":"N","UTM Zone":29,"Northing":903332,"Easting":285617,"y":8.16748973,"x":-10.94585476,"District":"Kenema","Chiefdom":"Malegohun","Ward":"3","Locality":"Weima","Name of fa":"Weima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.911","geometry":{"type":"Point","coordinates":[-10.970494,8.100056]},"geometry_name":"the_geom","properties":{"IDNO":925,"Latitude":"N","UTM Zone":29,"Northing":895886,"Easting":282865,"y":8.10005602,"x":-10.97049448,"District":"Kenema","Chiefdom":"Malegohun","Ward":"6","Locality":"Bendu Mameima","Name of fa":"Bendu Mameima CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.912","geometry":{"type":"Point","coordinates":[-11.476061,7.640705]},"geometry_name":"the_geom","properties":{"IDNO":926,"Latitude":"N","UTM Zone":29,"Northing":845364,"Easting":226824,"y":7.640705134,"x":-11.47606051,"District":"Kenema","Chiefdom":"Langrama","Ward":"1","Locality":"Yabaima Village","Name of fa":"Yabaima CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.913","geometry":{"type":"Point","coordinates":[-11.185214,7.875357]},"geometry_name":"the_geom","properties":{"IDNO":927,"Latitude":"N","UTM Zone":29,"Northing":871149,"Easting":259062,"y":7.875357459,"x":-11.18521418,"District":"Kenema","Chiefdom":"Nongowa","Ward":" ","Locality":"Kenema Town","Name of fa":"Govt. Hosp. Kenema","Type of fa":"Govt. Hospital"}},{"type":"Feature","id":"sl_fac.914","geometry":{"type":"Point","coordinates":[-13.01,9.01]},"geometry_name":"the_geom","properties":{"IDNO":70,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.01,"x":-13.01,"District":"Kambia","Chiefdom":"Samu","Ward":"2","Locality":"Yelliboya","Name of fa":"Yelliboya CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.915","geometry":{"type":"Point","coordinates":[-13.02,9.02]},"geometry_name":"the_geom","properties":{"IDNO":71,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.02,"x":-13.02,"District":"Kambia","Chiefdom":"Samu","Ward":" ","Locality":"Rokai","Name of fa":"Rokai CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.916","geometry":{"type":"Point","coordinates":[-12.6,9.26]},"geometry_name":"the_geom","properties":{"IDNO":72,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.26,"x":-12.6,"District":"Kambia","Chiefdom":"Tonko Limba","Ward":" ","Locality":"Kasuria","Name of fa":"Kasuria MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.917","geometry":{"type":"Point","coordinates":[-12.66,9.38]},"geometry_name":"the_geom","properties":{"IDNO":73,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":9.38,"x":-12.66,"District":"Kambia","Chiefdom":"Bramaia","Ward":" ","Locality":"Konta","Name of fa":"Konta CHP","Type of fa":"CHP"}},{"type":"Feature","id":"sl_fac.918","geometry":{"type":"Point","coordinates":[-13.16,8.55]},"geometry_name":"the_geom","properties":{"IDNO":565,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.55,"x":-13.16,"District":"Port Loko","Chiefdom":"Kaffu Bullum","Ward":"4","Locality":"Lungi Town","Name of fa":"Lungi Town MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.919","geometry":{"type":"Point","coordinates":[-12,7.3]},"geometry_name":"the_geom","properties":{"IDNO":681,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.3,"x":-12,"District":"Bonthe","Chiefdom":"Kwakabai Krim","Ward":"1","Locality":"Benduma","Name of fa":"Benduma CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.920","geometry":{"type":"Point","coordinates":[-11.9,7.2]},"geometry_name":"the_geom","properties":{"IDNO":682,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.2,"x":-11.9,"District":"Bonthe","Chiefdom":"Kwakabai Krim","Ward":"1","Locality":"Tei","Name of fa":"Tei MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.921","geometry":{"type":"Point","coordinates":[-12.2,7.4]},"geometry_name":"the_geom","properties":{"IDNO":683,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.4,"x":-12.2,"District":"Bonthe","Chiefdom":"Nongobabulum","Ward":"2","Locality":"Gbap","Name of fa":"Gbap CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.922","geometry":{"type":"Point","coordinates":[-12.85,7.6]},"geometry_name":"the_geom","properties":{"IDNO":684,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.6,"x":-12.85,"District":"Bonthe","Chiefdom":"Dema","Ward":"1","Locality":"Tissana","Name of fa":"Tissana CHC","Type of fa":"CHC"}},{"type":"Feature","id":"sl_fac.923","geometry":{"type":"Point","coordinates":[-12.77,7.6]},"geometry_name":"the_geom","properties":{"IDNO":685,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.6,"x":-12.77,"District":"Bonthe","Chiefdom":"Sittia","Ward":"2","Locality":"Delken","Name of fa":"Delken MCHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.924","geometry":{"type":"Point","coordinates":[-12.56,7.5]},"geometry_name":"the_geom","properties":{"IDNO":686,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":7.5,"x":-12.56,"District":"Bonthe","Chiefdom":"Sitta","Ward":"2","Locality":"Mbokie","Name of fa":"Mbokie CHP","Type of fa":"MCHP"}},{"type":"Feature","id":"sl_fac.925","geometry":{"type":"Point","coordinates":[-13.25,8.48]},"geometry_name":"the_geom","properties":{"IDNO":805,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.48,"x":-13.25,"District":"Western Area","Chiefdom":" ","Ward":"West 2","Locality":"Congo Town","Name of fa":"Rina Clinic","Type of fa":" "}},{"type":"Feature","id":"sl_fac.926","geometry":{"type":"Point","coordinates":[-13.25,8.49]},"geometry_name":"the_geom","properties":{"IDNO":834,"Latitude":"N","UTM Zone":29,"Northing":0,"Easting":0,"y":8.49,"x":-13.25,"District":"Western Area","Chiefdom":" ","Ward":" ","Locality":"Pademba Road","Name of fa":"Prison Hospital","Type of fa":"Govt. Hospital"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.292097,6.967936,-10.372128,9.94322]}
\ No newline at end of file

=== added file 'resources/geojson/sl_mainroads'
--- resources/geojson/sl_mainroads	1970-01-01 00:00:00 +0000
+++ resources/geojson/sl_mainroads	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"sl_major_roads.1","geometry":{"type":"MultiLineString","coordinates":[[[-12.714438097135076,8.287091409811136],[-12.678029810674765,8.232636105894544]]]},"geometry_name":"the_geom","properties":{"ID":1,"FROM_A":"Rotifunk","TO_B":"Walihun","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.06793073322,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 063, 075","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.2","geometry":{"type":"MultiLineString","coordinates":[[[-12.931855275097202,8.365609403669438],[-12.847366501831722,8.352141480194602]]]},"geometry_name":"the_geom","properties":{"ID":2,"FROM_A":"Songo","TO_B":"Mabang Bridge","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.0976425446,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.3","geometry":{"type":"MultiLineString","coordinates":[[[-12.847007357205726,8.35133340478611],[-12.795919034157842,8.306260754223656],[-12.74806301274392,8.294902805426542]]]},"geometry_name":"the_geom","properties":{"ID":3,"FROM_A":"Bradford","TO_B":"Mabang Bridge","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.12823094351,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.4","geometry":{"type":"MultiLineString","coordinates":[[[-12.74806301274392,8.294902805426542],[-12.714438097135076,8.287091409811136]]]},"geometry_name":"the_geom","properties":{"ID":4,"FROM_A":"Bradford","TO_B":"Walihun","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.03654892296,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":2,"NO_CULVERT":0,"TRAF_COUNT":120,"Z0K_MAP_NO":"Sheet 063","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.5","geometry":{"type":"MultiLineString","coordinates":[[[-12.931855275097202,8.365609403669438],[-12.948106569423507,8.388908911280907]]]},"geometry_name":"the_geom","properties":{"ID":5,"FROM_A":"Songo","TO_B":"Makolo","ROAD_NAME":"A002","ROAD_CLASS":"A","LENGTH_DD":0.03124277005,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 062","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.6","geometry":{"type":"MultiLineString","coordinates":[[[-12.215765783940093,8.32480159554068],[-12.272196383299661,8.261861499834941],[-12.339805359143346,8.225094068748634]]]},"geometry_name":"the_geom","properties":{"ID":8,"FROM_A":"Moyamba Junction","TO_B":"Mokanga","ROAD_NAME":"A005","ROAD_CLASS":"A","LENGTH_DD":0.17728450235,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":8,"NO_CULVERT":0,"TRAF_COUNT":75,"Z0K_MAP_NO":"Sheet 064, 065","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.7","geometry":{"type":"MultiLineString","coordinates":[[[-12.339805359143346,8.225094068748634],[-12.378144047968384,8.212389327604038],[-12.43322785498047,8.16004399836517]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Moyamba","TO_B":"Mokanga","ROAD_NAME":"A005","ROAD_CLASS":"A","LENGTH_DD":0.12688234611,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":8,"NO_CULVERT":0,"TRAF_COUNT":75,"Z0K_MAP_NO":"Sheet 076","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.8","geometry":{"type":"MultiLineString","coordinates":[[[-10.818827868051699,8.140425723170155],[-10.754675659233223,8.15501597360123],[-10.743183031201362,8.175262751891736]]]},"geometry_name":"the_geom","properties":{"ID":23,"FROM_A":"Jokibu","TO_B":"Manowa","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.09945063933,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.9","geometry":{"type":"MultiLineString","coordinates":[[[-10.743183031201362,8.175262751891736],[-10.712521058756982,8.250009727177083]]]},"geometry_name":"the_geom","properties":{"ID":24,"FROM_A":"Manowa","TO_B":"Safataun","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.08889130982,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.10","geometry":{"type":"MultiLineString","coordinates":[[[-10.712521058756982,8.250009727177083],[-10.705742203941313,8.39627137611382]]]},"geometry_name":"the_geom","properties":{"ID":25,"FROM_A":"Sandaru","TO_B":"Safataun","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.16999849873,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 071","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.11","geometry":{"type":"MultiLineString","coordinates":[[[-10.852183425191047,8.1616152561039],[-10.818827868051699,8.140425723170155]]]},"geometry_name":"the_geom","properties":{"ID":32,"FROM_A":"Manowa Junction","TO_B":"Jokibu","ROAD_NAME":"B031","ROAD_CLASS":"B","LENGTH_DD":0.04133453155,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 082","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.12","geometry":{"type":"MultiLineString","coordinates":[[[-12.184026377617725,7.611271009843791],[-12.14389196566271,7.614413525321253]]]},"geometry_name":"the_geom","properties":{"ID":43,"FROM_A":"Mattru","TO_B":"Luawa Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.04514939836,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.13","geometry":{"type":"MultiLineString","coordinates":[[[-12.14389196566271,7.614413525321253],[-12.074128122063051,7.618409009285455]]]},"geometry_name":"the_geom","properties":{"ID":44,"FROM_A":"Luawa Junction","TO_B":"Bauya Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.07321354068,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.14","geometry":{"type":"MultiLineString","coordinates":[[[-12.074128122063051,7.618409009285455],[-12.046473985861386,7.613470770678014]]]},"geometry_name":"the_geom","properties":{"ID":45,"FROM_A":"Bauya Junction","TO_B":"Motou","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.02865984803,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.15","geometry":{"type":"MultiLineString","coordinates":[[[-12.046473985861386,7.613470770678014],[-12.022635761310923,7.627208052622349]]]},"geometry_name":"the_geom","properties":{"ID":46,"FROM_A":"Motou","TO_B":"Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.02842277417,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.16","geometry":{"type":"MultiLineString","coordinates":[[[-12.022635761310923,7.627208052622349],[-11.990357638049563,7.662404225969924]]]},"geometry_name":"the_geom","properties":{"ID":47,"FROM_A":"Misilla","TO_B":"Misilla Junction","ROAD_NAME":"B004","ROAD_CLASS":"B","LENGTH_DD":0.05092475368,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 099, 100","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.17","geometry":{"type":"MultiLineString","coordinates":[[[-11.990357638049563,7.662404225969924],[-12.01293885640904,7.767588708308405]]]},"geometry_name":"the_geom","properties":{"ID":48,"FROM_A":"Misilla","TO_B":"Moyoworo","ROAD_NAME":"B017","ROAD_CLASS":"B","LENGTH_DD":0.11029173878,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 088, 099, 100","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.18","geometry":{"type":"MultiLineString","coordinates":[[[-12.01293885640904,7.767588708308405],[-11.97320848215827,7.870618322890912],[-11.93913463576693,7.883637315583255]]]},"geometry_name":"the_geom","properties":{"ID":49,"FROM_A":"Moyoworo","TO_B":"Sembehun","ROAD_NAME":"B017","ROAD_CLASS":"B","LENGTH_DD":0.15423627296,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 088, 099","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.19","geometry":{"type":"MultiLineString","coordinates":[[[-11.93913463576693,7.883637315583255],[-11.85464586250145,7.910214017906934],[-11.784612660432295,7.887453227234459]]]},"geometry_name":"the_geom","properties":{"ID":50,"FROM_A":"Sembehun","TO_B":"Bo","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.17479916983,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.20","geometry":{"type":"MultiLineString","coordinates":[[[-12.540118274292428,8.689064032456786],[-12.677356414501023,8.708457842260552]]]},"geometry_name":"the_geom","properties":{"ID":56,"FROM_A":"Rogberi","TO_B":"Lunsar","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.14887627763,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 052","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.21","geometry":{"type":"MultiLineString","coordinates":[[[-12.496437309155706,8.75330602743176],[-12.540118274292428,8.689064032456786]]]},"geometry_name":"the_geom","properties":{"ID":57,"FROM_A":"Lunsar","TO_B":"Foredugu","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.08243909295,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 042, 052, 053","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.22","geometry":{"type":"MultiLineString","coordinates":[[[-12.186719962312694,8.829130436595095],[-12.324990643321025,8.793440439386776],[-12.342139799212317,8.80488817434039],[-12.496437309155706,8.75330602743176]]]},"geometry_name":"the_geom","properties":{"ID":58,"FROM_A":"Foredugu","TO_B":"Moria","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.33306022475,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 042, 043","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.23","geometry":{"type":"MultiLineString","coordinates":[[[-12.105957314541918,8.873574584062059],[-12.186719962312694,8.829130436595095]]]},"geometry_name":"the_geom","properties":{"ID":59,"FROM_A":"Moria","TO_B":"Masungbo","ROAD_NAME":"A010","ROAD_CLASS":"A","LENGTH_DD":0.09574057317,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 043","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.24","geometry":{"type":"MultiLineString","coordinates":[[[-11.858102629526659,8.657953129229911],[-11.784567767354046,8.660152890064134],[-11.699854528697317,8.62827880450702],[-11.662054556811274,8.629625596854503]]]},"geometry_name":"the_geom","properties":{"ID":64,"FROM_A":"Matotaka","TO_B":"Makali","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.22685826336,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Very Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 055, 056","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.25","geometry":{"type":"MultiLineString","coordinates":[[[-11.662054556811274,8.629625596854503],[-11.612357919189124,8.617055534944654],[-11.575994525807063,8.636943168609164],[-11.475568709763024,8.635641269339931]]]},"geometry_name":"the_geom","properties":{"ID":65,"FROM_A":"Makali","TO_B":"Masingbi","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.21127905776,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 056, 057","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.26","geometry":{"type":"MultiLineString","coordinates":[[[-11.475568709763024,8.635641269339931],[-11.457252333837245,8.644664778068071],[-11.381427924673911,8.591421587264215],[-11.271664348353985,8.56695485961826],[-11.253437758584704,8.544014496632787]]]},"geometry_name":"the_geom","properties":{"ID":66,"FROM_A":"Masingbi","TO_B":"Njaiama-Sewafe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.27676823426,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 057","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.27","geometry":{"type":"MultiLineString","coordinates":[[[-11.253437758584704,8.544014496632787],[-11.195884832268899,8.646595180432799],[-11.137658509779351,8.64062440102562],[-11.080150476541796,8.610321573207235]]]},"geometry_name":"the_geom","properties":{"ID":67,"FROM_A":"Njaiama-Sewafe","TO_B":"Bumpe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.25883604525,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 057, 058","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.28","geometry":{"type":"MultiLineString","coordinates":[[[-11.080330048854794,8.610231787050738],[-11.041766894638508,8.604305900721808]]]},"geometry_name":"the_geom","properties":{"ID":68,"FROM_A":"Yengema","TO_B":"Bumpe","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.0403752555,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 058","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.29","geometry":{"type":"MultiLineString","coordinates":[[[-11.041587322325512,8.604395686878307],[-10.977165755037538,8.640399935634374]]]},"geometry_name":"the_geom","properties":{"ID":69,"FROM_A":"Koidu/Sefadu","TO_B":"Yengema","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.07959972214,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"Very Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 058, 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.30","geometry":{"type":"MultiLineString","coordinates":[[[-11.755073014944152,7.957217070834117],[-11.739764475261087,7.960584051702826]]]},"geometry_name":"the_geom","properties":{"ID":80,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01589040872,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089, 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.31","geometry":{"type":"MultiLineString","coordinates":[[[-11.739764475261087,7.960584051702826],[-11.733120299680166,7.958294504712104]]]},"geometry_name":"the_geom","properties":{"ID":81,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"A009","ROAD_CLASS":"A","LENGTH_DD":0.00743514984,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.32","geometry":{"type":"MultiLineString","coordinates":[[[-10.712610844913481,8.159415495269677],[-10.735730780211952,8.15667701749646]]]},"geometry_name":"the_geom","properties":{"ID":84,"FROM_A":"Mendekelma","TO_B":"Batiwa Ferry (SE bank of Moa river)","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.02647309492,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.33","geometry":{"type":"MultiLineString","coordinates":[[[-10.691511098136235,8.113175624672735],[-10.712610844913481,8.159415495269677]]]},"geometry_name":"the_geom","properties":{"ID":85,"FROM_A":"Giema","TO_B":"Mendekelma","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.05714482537,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.34","geometry":{"type":"MultiLineString","coordinates":[[[-10.751353571442763,8.170189834049546],[-10.736898000246438,8.157934023687444]]]},"geometry_name":"the_geom","properties":{"ID":27,"FROM_A":"Manowa","TO_B":"Batiwa Ferry (NW bank of Moa river)","ROAD_NAME":"B016","ROAD_CLASS":"B","LENGTH_DD":0.0246352427,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":4,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 083","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.35","geometry":{"type":"MultiLineString","coordinates":[[[-10.970925617160864,8.644709671146321],[-10.977165755037538,8.640399935634374]]]},"geometry_name":"the_geom","properties":{"ID":0,"FROM_A":"Koidu, in town","TO_B":"-","ROAD_NAME":"A022","ROAD_CLASS":"A","LENGTH_DD":0.00906853098,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 059","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.36","geometry":{"type":"MultiLineString","coordinates":[[[-11.753771115674917,7.954074555356655],[-11.739764475261087,7.960584051702826]]]},"geometry_name":"the_geom","properties":{"ID":53,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01660563784,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089, 090","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.37","geometry":{"type":"MultiLineString","coordinates":[[[-11.784612660432295,7.887453227234459],[-11.759113391986602,7.944602115846019]]]},"geometry_name":"the_geom","properties":{"ID":51,"FROM_A":"Bo","TO_B":"Tikonko Junction","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.06408944397,"SOURCE_DAT":"GPS_data","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.38","geometry":{"type":"MultiLineString","coordinates":[[[-11.759113391986602,7.944602115846019],[-11.752334537170935,7.952593083774422]]]},"geometry_name":"the_geom","properties":{"ID":51,"FROM_A":"Bo, in town","TO_B":"-","ROAD_NAME":"B006","ROAD_CLASS":"B","LENGTH_DD":0.01166269681,"SOURCE_DAT":"GPS_data","SURFACE":"Tar","CONDITION":"unknown","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 089","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.39","geometry":{"type":"MultiLineString","coordinates":[[[-11.238847508153631,7.4618668454295936],[-11.200239460859096,7.495401974881939],[-11.133079415797907,7.627701876483093],[-11.08055451424604,7.6526624279897915],[-11.058781371295053,7.688038173650365]]]},"geometry_name":"the_geom","properties":{"ID":4,"FROM_A":"Joru","TO_B":"Gorahun","ROAD_NAME":"A015","ROAD_CLASS":"A","LENGTH_DD":0.32521633771,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 103, 112","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.40","geometry":{"type":"MultiLineString","coordinates":[[[-11.307264559405805,7.3139890456758785],[-11.23485202418943,7.437489903940138],[-11.238847508153631,7.4618668454295936]]]},"geometry_name":"the_geom","properties":{"ID":6,"FROM_A":"Zimmi","TO_B":"Gorahun","ROAD_NAME":"A015","ROAD_CLASS":"A","LENGTH_DD":0.1875969281,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 111, 112","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.41","geometry":{"type":"MultiLineString","coordinates":[[[-13.148284805337841,8.518470335108844],[-13.164221848116398,8.58594463171778],[-13.206511127827389,8.616292352614414]]]},"geometry_name":"the_geom","properties":{"ID":10,"FROM_A":"Targrin Point","TO_B":"PWD Gate Lungi","ROAD_NAME":"A008","ROAD_CLASS":"A","LENGTH_DD":0.13064305744,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 050","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.42","geometry":{"type":"MultiLineString","coordinates":[[[-11.835386731932433,8.41692219210857],[-11.845397888382061,8.494497431323634],[-11.81406251976394,8.563902130297297],[-11.82658768859554,8.636090200122425],[-11.855319258675193,8.65808780846466]]]},"geometry_name":"the_geom","properties":{"ID":21,"FROM_A":"Matotaka","TO_B":"Yele","ROAD_NAME":"A009","ROAD_CLASS":"A","LENGTH_DD":0.28670993224,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Fair","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 055, 066","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.43","geometry":{"type":"MultiLineString","coordinates":[[[-11.15862357732185,8.884169350528932],[-11.15175493634968,8.91334985139108],[-11.104168273405255,8.9365146797678]]]},"geometry_name":"the_geom","properties":{"ID":23,"FROM_A":"Kayima","TO_B":"Wordu","ROAD_NAME":"A019","ROAD_CLASS":"A","LENGTH_DD":0.08891655434,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 047","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.44","geometry":{"type":"MultiLineString","coordinates":[[[-11.104168273405255,8.9365146797678],[-11.066009156893216,8.976379733253319],[-11.068388490040437,9.042417451358272],[-11.050610831053651,9.072765172254906],[-10.992923225503098,9.097187006822612],[-10.94722207184515,9.188723993373257]]]},"geometry_name":"the_geom","properties":{"ID":24,"FROM_A":"Wordu","TO_B":"Kurubonla","ROAD_NAME":"A019","ROAD_CLASS":"A","LENGTH_DD":0.35890727398,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 035, 036, 047","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.45","geometry":{"type":"MultiLineString","coordinates":[[[-11.721582778570056,7.3572659731083565],[-11.71040440208594,7.362832714811289]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Pujehun, in town","TO_B":"-","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.0134236054,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 110","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.46","geometry":{"type":"MultiLineString","coordinates":[[[-11.71040440208594,7.362832714811289],[-11.688361900665457,7.353494954535401],[-11.65002321184042,7.391654071047441],[-11.498688645061495,7.473449259617954],[-11.481449703013704,7.503931659749337]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Potoru","TO_B":"Gobaru","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.29446570062,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 102, 110, 111","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.47","geometry":{"type":"MultiLineString","coordinates":[[[-11.660842443698538,7.558117605196433],[-11.694153107759638,7.455357349083423],[-11.71040440208594,7.362832714811289]]]},"geometry_name":"the_geom","properties":{"ID":9,"FROM_A":"Gobaru","TO_B":"Bandajuma Junction","ROAD_NAME":"A013","ROAD_CLASS":"A","LENGTH_DD":0.20602606451,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 101, 110","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.48","geometry":{"type":"MultiLineString","coordinates":[[[-13.155153446310008,8.430749260209403],[-13.139755120470443,8.387247867385678],[-13.110080795747551,8.384419603455962],[-13.071517641531267,8.33238852576484]]]},"geometry_name":"the_geom","properties":{"ID":17,"FROM_A":"Freetown","TO_B":"Waterloo","ROAD_NAME":"A001","ROAD_CLASS":"A","LENGTH_DD":0.15246882492,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Tar","CONDITION":"Excellent","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 061","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.49","geometry":{"type":"MultiLineString","coordinates":[[[-11.655410381230354,7.568083868567812],[-11.660842443698538,7.558117605196433]]]},"geometry_name":"the_geom","properties":{"ID":15,"FROM_A":"Bandajuma","TO_B":"Bandajuma Junction","ROAD_NAME":"A011","ROAD_CLASS":"A","LENGTH_DD":0.0117378144,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Good","BAD_SECTIO":0,"NO_BRIDGES":0,"BROKE_BRID":0,"NO_CULVERT":0,"TRAF_COUNT":0,"Z0K_MAP_NO":"Sheet 101","TAMBA":" "}},{"type":"Feature","id":"sl_major_roads.50","geometry":{"type":"MultiLineString","coordinates":[[[-10.86273329857967,8.437707687338069],[-10.970297114065371,8.641746727981857]]]},"geometry_name":"the_geom","properties":{"ID":7,"FROM_A":"Koidu","TO_B":"Gandorhun","ROAD_NAME":"A017","ROAD_CLASS":"A","LENGTH_DD":0.27654328116,"SOURCE_DAT":"GPS_RMMU_VIZIROAD","SURFACE":"Gravel","CONDITION":"Poor","BAD_SECTIO":30,"NO_BRIDGES":0,"BROKE_BRID":3,"NO_CULVERT":0,"TRAF_COUNT":25,"Z0K_MAP_NO":"Sheet 059, 070","TAMBA":" "}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[-13.280045990000001,7.013699245265252,-10.338023,9.87042538659128]}
\ No newline at end of file

=== added file 'resources/geojson/vn_admin1'
--- resources/geojson/vn_admin1	1970-01-01 00:00:00 +0000
+++ resources/geojson/vn_admin1	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin1.0","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78958554090124,21.35724379819764],[105.89615152151538,21.32353184254688],[105.9414024686976,21.241175118675233],[105.90814302251867,21.222395975594612],[105.92058703299378,21.122391382321894],[106.00633757790409,20.998856296514422],[105.90407043727227,20.902245524280374],[105.79433689035537,20.916725827378684],[105.72306664854337,21.068090245703225],[105.79252685246809,21.19253035045434],[105.72940178114888,21.239591335523855],[105.78958554090124,21.35724379819764]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":101,"COUNT":228,"E":"City","POPULATION":2079881,"LVLID":"VNP036000000000000000","NAME":"Ha Noi city","OLDLVLID":"VNP031000000000000000"}},{"type":"Feature","id":"vn_admin1.1","geometry":{"type":"MultiPolygon","coordinates":[[[[105.449072163355,21.26266931858679],[105.47260265588976,21.176013754732832],[105.6303022068198,21.16990487686323],[105.73822571584941,21.118997561283226],[105.79433689035537,20.916725827378684],[105.93981868554623,20.865139747590952],[105.9475113465672,20.678705845200188],[105.84501795119947,20.65698539055272],[105.77555774727475,20.561505891998227],[105.67351686137883,20.676669552576985],[105.6402574151999,20.833237829827482],[105.59636399643314,20.82690269722197],[105.53550147247306,20.96650186927913],[105.3225957659807,21.010169033309978],[105.29363515978406,21.154972064293098],[105.37848068575073,21.290272396367946],[105.449072163355,21.26266931858679]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":105,"COUNT":322,"E":"Province","POPULATION":2124197,"LVLID":"VNP012000000000000000","NAME":"Ha Tay","OLDLVLID":"VNP003000000000000000"}},{"type":"Feature","id":"vn_admin1.2","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1305514279193,20.981434681849265],[106.2708293641842,20.985054757623846],[106.30363630089131,21.11922381601914],[106.42785015090651,21.227373579784654],[106.50636054426768,21.221264701915054],[106.44368798242029,21.10542227712856],[106.61654660065639,21.0187667132746],[106.56699681349185,21.008811504894513],[106.55704160511176,20.874189937027396],[106.48758140118704,20.861745926552285],[106.48690263697931,20.86106716234455],[106.5009304306058,20.756537474353614],[106.411333555185,20.726898103949257],[106.27467569469468,20.682325920974765],[106.13643405105299,20.80405096889495],[106.1305514279193,20.981434681849265]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":107,"COUNT":257,"E":"Province","POPULATION":1722117,"LVLID":"VNP005000000000000000","NAME":"Hai Duong","OLDLVLID":"VNP004000000000000000"}},{"type":"Feature","id":"vn_admin1.3","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90407043727227,20.902245524280374],[106.00633757790409,20.998856296514422],[106.1305514279193,20.981434681849265],[106.13643405105299,20.80405096889495],[106.27467569469468,20.682325920974765],[106.11561861534916,20.637527483264364],[106.12715760688063,20.61512826440916],[106.00633757790409,20.7033676114145],[105.92398085403245,20.79454826998668],[105.90407043727227,20.902245524280374]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":109,"COUNT":158,"E":"Province","POPULATION":1022736,"LVLID":"VNP037000000000000000","NAME":"Hung Yen","OLDLVLID":"VNP005000000000000000"}},{"type":"Feature","id":"vn_admin1.4","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00633757790409,20.7033676114145],[106.12715760688063,20.61512826440916],[106.18711511189709,20.482995498637067],[106.06063871452277,20.470325233426045],[106.02760552307974,20.400186265293595],[105.92850594875067,20.39136233059306],[105.94049744975396,20.36511678122737],[105.8619870563928,20.423943012564266],[105.77555774727475,20.561505891998227],[105.81560483553102,20.627346020148362],[106.00633757790409,20.7033676114145]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":111,"COUNT":113,"E":"Province","POPULATION":968912,"LVLID":"VNP016000000000000000","NAME":"Ha Nam","OLDLVLID":"VNP006000000000000000"}},{"type":"Feature","id":"vn_admin1.5","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92850594875067,20.39136233059306],[106.02760552307974,20.400186265293595],[106.06063871452277,20.470325233426045],[106.18711511189709,20.482995498637067],[106.21539695388597,20.42688432413111],[106.47174356967327,20.286832642602125],[106.56518677560456,20.28004500052479],[106.5477651609394,20.23524656281439],[106.38124167530883,20.18841183248079],[106.12489505952152,19.892696892644953],[106.11765490797237,20.030486026814824],[106.15792825096455,20.10831765596825],[106.16675218566508,20.121666685387005],[106.1692409877601,20.150853546319542],[106.16788345934464,20.170537708343808],[106.02828428728748,20.24746431855359],[106.02149664521014,20.24746431855359],[105.94049744975396,20.36511678122737],[105.92850594875067,20.39136233059306]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":113,"COUNT":225,"E":"Province","POPULATION":1860207,"LVLID":"VNP055000000000000000","NAME":"Nam Dinh","OLDLVLID":"VNP007000000000000000"}},{"type":"Feature","id":"vn_admin1.6","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11561861534916,20.637527483264364],[106.27467569469468,20.682325920974765],[106.411333555185,20.726898103949257],[106.40454591310767,20.687303525164808],[106.47468488124011,20.59680163080036],[106.63283694164198,20.62440470858152],[106.58351340921337,20.56263716567778],[106.60297131650172,20.434803239887998],[106.56518677560456,20.28004500052479],[106.47174356967327,20.286832642602125],[106.21539695388597,20.42688432413111],[106.18711511189709,20.482995498637067],[106.12715760688063,20.61512826440916],[106.11561861534916,20.637527483264364]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":115,"COUNT":285,"E":"Province","POPULATION":1888890,"LVLID":"VNP025000000000000000","NAME":"Thai Binh","OLDLVLID":"VNP008000000000000000"}},{"type":"Feature","id":"vn_admin1.7","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8619870563928,20.423943012564266],[105.94049744975396,20.36511678122737],[106.02149664521014,20.24746431855359],[106.02828428728748,20.24746431855359],[106.16788345934464,20.170537708343808],[106.1692409877601,20.150853546319542],[106.16675218566508,20.121666685387005],[106.15792825096455,20.10831765596825],[106.11765490797237,20.030486026814824],[106.03959702408304,19.998357854315447],[106.08054913128294,20.064197982465583],[105.9147044098601,20.10401881598594],[105.91334688144462,20.104923834929583],[105.74546586739858,20.18275546408301],[105.54794548294817,20.359686667565505],[105.69206974972354,20.302896728851813],[105.72940178114888,20.402448812652707],[105.8619870563928,20.423943012564266]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":117,"COUNT":136,"E":"Province","POPULATION":872762,"LVLID":"VNP033000000000000000","NAME":"Ninh Binh","OLDLVLID":"VNP009000000000000000"}},{"type":"Feature","id":"vn_admin1.8","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49545438421679,22.70164943898152],[105.50246828103003,22.641691933965074],[105.50540959259688,22.63309425400045],[105.44160575706994,22.603228628860183],[105.15335722351917,22.686490371675475],[105.09158968061543,22.357289730924794],[105.01466307040565,22.264977798673055],[104.92370866656938,22.301404811154747],[104.8528909342292,22.18329983900914],[104.76035274724155,22.17108208326994],[104.72799832000626,22.253891316613412],[104.58749412900545,22.24936622189519],[104.55513970177016,22.37833142136453],[104.47097294001122,22.421998585395375],[104.41825558654394,22.526754528122222],[104.46893664738803,22.57291049424809],[104.34540156158056,22.710247118946143],[104.40287026450198,22.699160636886496],[104.55129337125967,22.83694977105637],[104.73998982100954,22.829935874243127],[104.86669247311978,22.945099534821885],[104.80628245863151,23.112301784660204],[105.08842211431268,23.267512533495232],[105.275987290383,23.2566523061715],[105.32938340805802,23.390595109830883],[105.50631461154052,23.19827858430643],[105.59636399643314,23.142846174008206],[105.49228681791402,23.00664082298971],[105.37938570469437,22.987409170437264],[105.31354557654424,22.849620036267392],[105.47780651481571,22.7521042450897],[105.49545438421679,22.70164943898152]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":201,"COUNT":178,"E":"Province","POPULATION":527084,"LVLID":"VNP029000000000000000","NAME":"Ha Giang","OLDLVLID":"VNP010000000000000000"}},{"type":"Feature","id":"vn_admin1.9","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5617929545659,22.419283528564442],[106.45862079499042,22.354122164622037],[106.24345254113895,22.45955687155662],[106.1893776592562,22.38421404449822],[106.05385107244543,22.575173041607204],[105.91832448563467,22.496662648246044],[105.8090434481896,22.520871904988535],[105.73234309271572,22.635809310831384],[105.53527521773714,22.631962980320896],[105.50246828103003,22.641691933965074],[105.49545438421679,22.70164943898152],[105.34974633429002,22.815455571144813],[105.31626063337518,22.910935069699306],[105.37938570469437,22.987409170437264],[105.49228681791402,23.00664082298971],[105.53052386828301,23.107097925734248],[105.64953385937226,23.079721102689003],[105.85361563116409,22.975643924169887],[105.88778009628666,22.924962863325796],[106.00769510631956,22.989897972532287],[106.2018216697313,22.987861679909088],[106.27671198731788,22.874508057217618],[106.60229255229399,22.930845486459486],[106.8443851197189,22.795545154384634],[106.6860068045811,22.569290418473514],[106.61518907224092,22.601644845708805],[106.5617929545659,22.419283528564442]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":203,"COUNT":188,"E":"Province","POPULATION":480233,"LVLID":"VNP053000000000000000","NAME":"Cao Bang","OLDLVLID":"VNP011000000000000000"}},{"type":"Feature","id":"vn_admin1.10","geometry":{"type":"MultiPolygon","coordinates":[[[[104.34540156158056,22.710247118946143],[104.46893664738803,22.57291049424809],[104.41825558654394,22.526754528122222],[104.47097294001122,22.421998585395375],[104.55513970177016,22.37833142136453],[104.58749412900545,22.24936622189519],[104.6291250004131,22.216559285188076],[104.56622618382981,22.08420026468007],[104.4196131149594,22.198458906315185],[104.38137606459043,22.065421121599446],[104.43296214437817,21.933967120035085],[104.3587505909993,21.875140888698194],[104.28793285865913,21.937813450545576],[104.21847265473441,21.889168682324684],[103.99357544723877,21.934193374771],[103.89040328766329,21.904327749630728],[103.97276001153494,21.76766988914041],[103.88542568347324,21.685539420004677],[103.7643793997608,21.80545443003757],[103.6564558907312,21.990757058748777],[103.5388034280574,22.024921523871356],[103.5691215626695,22.147551590735183],[103.77953846706684,22.303441103777946],[103.73564504830009,22.413627160166662],[103.63315165293234,22.393490488670572],[103.55871384481759,22.46770204204942],[103.53608837122647,22.59259465627236],[103.62726902979865,22.786947474420014],[103.76913074921492,22.68762164535503],[103.87841178666,22.564086559547558],[104.01687968503761,22.52064565025262],[104.04289897966738,22.720654836798055],[104.11892057093353,22.808894183803393],[104.27978768816634,22.836044752112727],[104.27345255556082,22.74033899882232],[104.34540156158056,22.710247118946143]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":205,"COUNT":180,"E":"Province","POPULATION":557687,"LVLID":"VNP038000000000000000","NAME":"Lao Cai","OLDLVLID":"VNP012000000000000000"}},{"type":"Feature","id":"vn_admin1.11","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50224202629411,22.32878163419999],[105.5020157715582,22.332854219446393],[105.5017895168223,22.33647429522097],[105.50133700735047,22.336926804692794],[105.50156326208638,22.339415606787814],[105.50427831891732,22.34054688046737],[105.51694858412834,22.34461946571377],[105.52645128303661,22.400278130747907],[105.52690379250843,22.40095689495564],[105.52894008513162,22.40276693284293],[105.5366327461526,22.402540678107016],[105.53753776509625,22.40276693284293],[105.55473312502549,22.402088168635196],[105.55722192712052,22.40095689495564],[105.5628782955183,22.400051876011997],[105.56559335234923,22.400730640219727],[105.57079721127519,22.409780829656174],[105.57600107020114,22.41656847173351],[105.60111534588728,22.487159949337777],[105.59772152484861,22.494626355622845],[105.6036041479823,22.51770433868578],[105.59930530799998,22.52652827338631],[105.59975781747181,22.528790820745424],[105.59772152484861,22.53399467967138],[105.53527521773714,22.631962980320896],[105.73234309271572,22.635809310831384],[105.8090434481896,22.520871904988535],[105.91832448563467,22.496662648246044],[106.05385107244543,22.575173041607204],[106.1893776592562,22.38421404449822],[106.24933516427264,22.2658828176167],[106.238248682213,22.175607177988162],[106.10498464276134,22.068136178430382],[106.10294835013815,21.936229667394198],[106.03416691042116,21.965869037798555],[105.88597005839938,21.85409919825846],[105.76492377468693,21.814957128945835],[105.78030909672889,21.94889993260522],[105.67917322977661,22.044605685895625],[105.5608420028951,21.953877536795265],[105.46875632537927,22.074245056299983],[105.49816944104772,22.154339232812518],[105.43572313393625,22.214070483093053],[105.50224202629411,22.32878163419999]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":207,"COUNT":122,"E":"Province","POPULATION":269548,"LVLID":"VNP058000000000000000","NAME":"Bac Kan","OLDLVLID":"VNP013000000000000000"}},{"type":"Feature","id":"vn_admin1.12","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10294835013815,21.936229667394198],[106.10498464276134,22.068136178430382],[106.238248682213,22.175607177988162],[106.24933516427264,22.2658828176167],[106.1893776592562,22.38421404449822],[106.24345254113895,22.45955687155662],[106.45862079499042,22.354122164622037],[106.5617929545659,22.419283528564442],[106.66473885940546,22.33240170997457],[106.67492032252146,22.183978603216875],[106.74483303591799,22.006142380790735],[107.06566225143996,21.927179477957754],[107.0256151631837,21.82355480891046],[107.25209615383072,21.701377251518455],[107.30503976203393,21.739840556623346],[107.36635479546584,21.595263780376136],[107.23603206758104,21.519242189110003],[107.2699702779677,21.39774339592573],[107.03692789997925,21.322626823603237],[106.99167695279702,21.43665921050244],[106.89664996371435,21.448198202033907],[106.84596890287027,21.55680047527125],[106.75750330112902,21.53666380377516],[106.67559908672919,21.605445243492138],[106.57536823872056,21.599110110886627],[106.48735514645114,21.44638816414662],[106.38192043951656,21.39140826332022],[106.17286106353468,21.511549528089024],[106.18892514978437,21.601372658245737],[106.24254752219531,21.7145000262013],[106.11788116270827,21.778982625935967],[106.10294835013815,21.936229667394198]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":209,"COUNT":225,"E":"Province","POPULATION":638269,"LVLID":"VNP002000000000000000","NAME":"Lang Son","OLDLVLID":"VNP014000000000000000"}},{"type":"Feature","id":"vn_admin1.13","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8528909342292,22.18329983900914],[104.92370866656938,22.301404811154747],[105.01466307040565,22.264977798673055],[105.09158968061543,22.357289730924794],[105.15335722351917,22.686490371675475],[105.44160575706994,22.603228628860183],[105.50540959259688,22.63309425400045],[105.59772152484861,22.53399467967138],[105.59975781747181,22.528790820745424],[105.59930530799998,22.52652827338631],[105.6036041479823,22.51770433868578],[105.59772152484861,22.494626355622845],[105.60111534588728,22.487159949337777],[105.57600107020114,22.41656847173351],[105.57079721127519,22.409780829656174],[105.56559335234923,22.400730640219727],[105.5628782955183,22.400051876011997],[105.55722192712052,22.40095689495564],[105.55473312502549,22.402088168635196],[105.53753776509625,22.40276693284293],[105.5366327461526,22.402540678107016],[105.52894008513162,22.40276693284293],[105.52690379250843,22.40095689495564],[105.52645128303661,22.400278130747907],[105.51694858412834,22.34461946571377],[105.50427831891732,22.34054688046737],[105.50156326208638,22.339415606787814],[105.50133700735047,22.336926804692794],[105.5017895168223,22.33647429522097],[105.5020157715582,22.332854219446393],[105.50224202629411,22.32878163419999],[105.438890700239,22.207735350487543],[105.46875632537927,22.074245056299983],[105.55857945553599,21.90659029698984],[105.49907445999136,21.82581735626957],[105.49409685580132,21.700245977838897],[105.48255786426985,21.695268373648855],[105.48798797793172,21.66268769167765],[105.48866674213944,21.656805068543964],[105.4895717610831,21.654995030656675],[105.49341809159358,21.647076114899786],[105.49296558212176,21.64617109595614],[105.49296558212176,21.645492331748407],[105.49454936527314,21.643229784389295],[105.49816944104772,21.638478434935163],[105.50156326208638,21.63644214231196],[105.50450457365322,21.61155412136174],[105.52305746199794,21.595263780376136],[105.5244149904134,21.531459944849203],[105.34363745642042,21.500689300765288],[105.24114406105268,21.65612630433623],[105.08208698170716,21.720382649334987],[105.10425994582646,21.80975327001988],[104.99090632313498,21.933514610563265],[105.00425535255374,21.985100690351],[104.8691812752148,22.095060492003803],[104.8528909342292,22.18329983900914]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":211,"COUNT":141,"E":"Province","POPULATION":618432,"LVLID":"VNP023000000000000000","NAME":"Tuyen Quang","OLDLVLID":"VNP015000000000000000"}},{"type":"Feature","id":"vn_admin1.14","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81782145016298,21.33122450356786],[104.73772727365044,21.40407852853124],[104.53432426606633,21.411318680080395],[104.47549803472945,21.348646118233017],[104.28634907550776,21.469692401945466],[104.30037686913424,21.650922445410274],[104.09765262575787,21.639835963350627],[103.92615153593725,21.698435939951608],[103.97276001153494,21.76766988914041],[103.89040328766329,21.904327749630728],[103.99357544723877,21.934193374771],[104.21847265473441,21.889168682324684],[104.28793285865913,21.937813450545576],[104.3587505909993,21.875140888698194],[104.43296214437817,21.933967120035085],[104.38137606459043,22.065421121599446],[104.4196131149594,22.198458906315185],[104.56622618382981,22.08420026468007],[104.61034585733248,22.286698253320523],[104.72234195160848,22.258190156595724],[104.76035274724155,22.17108208326994],[104.85311718896511,22.18329983900914],[104.8691812752148,22.095060492003803],[105.00425535255374,21.985100690351],[104.99090632313498,21.933514610563265],[105.10425994582646,21.80975327001988],[105.10448620056236,21.685991929476497],[104.91149091083018,21.63010700970645],[104.87257509625347,21.539831370077913],[104.91216967503792,21.41199744428813],[104.81782145016298,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":213,"COUNT":180,"E":"Province","POPULATION":637129,"LVLID":"VNP027000000000000000","NAME":"Yen Bai","OLDLVLID":"VNP016000000000000000"}},{"type":"Feature","id":"vn_admin1.15","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48255786426985,21.695268373648855],[105.49409685580132,21.700245977838897],[105.49907445999136,21.82581735626957],[105.5608420028951,21.953877536795265],[105.67917322977661,22.044605685895625],[105.78030909672889,21.94889993260522],[105.76492377468693,21.814957128945835],[105.88597005839938,21.85409919825846],[106.03416691042116,21.965869037798555],[106.10294835013815,21.936229667394198],[106.11788116270827,21.778982625935967],[106.24254752219531,21.7145000262013],[106.18892514978437,21.601372658245737],[106.10362711434588,21.622640603421384],[106.03665571251618,21.558158003686714],[106.05566111033272,21.457700900942175],[105.88529129419165,21.334165815134703],[105.89615152151538,21.32353184254688],[105.78958554090124,21.35724379819764],[105.52305746199794,21.595263780376136],[105.50450457365322,21.61155412136174],[105.50156326208638,21.63644214231196],[105.49816944104772,21.638478434935163],[105.49454936527314,21.643229784389295],[105.49296558212176,21.645492331748407],[105.49296558212176,21.64617109595614],[105.49341809159358,21.647076114899786],[105.4895717610831,21.654995030656675],[105.48866674213944,21.656805068543964],[105.48798797793172,21.66268769167765],[105.48255786426985,21.695268373648855]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":215,"COUNT":170,"E":"Province","POPULATION":983850,"LVLID":"VNP032000000000000000","NAME":"Thai Nguyen","OLDLVLID":"VNP017000000000000000"}},{"type":"Feature","id":"vn_admin1.16","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73822571584941,21.118997561283226],[105.6303022068198,21.16990487686323],[105.47260265588976,21.176013754732832],[105.449072163355,21.26266931858679],[105.42780421817936,21.4948066776316],[105.55948447447963,21.56969699521818],[105.79614692824266,21.34525229719435],[105.7278179979975,21.2628955733227],[105.79252685246809,21.19253035045434],[105.73822571584941,21.118997561283226]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":219,"COUNT":146,"E":"Province","POPULATION":1003093,"LVLID":"VNP026000000000000000","NAME":"Vinh Phuc","OLDLVLID":"VNP019000000000000000"}},{"type":"Feature","id":"vn_admin1.17","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88529129419165,21.334165815134703],[106.05566111033272,21.457700900942175],[106.03665571251618,21.558158003686714],[106.10362711434588,21.622640603421384],[106.18892514978437,21.601372658245737],[106.17286106353468,21.511549528089024],[106.38192043951656,21.39140826332022],[106.48735514645114,21.44638816414662],[106.57536823872056,21.599110110886627],[106.67559908672919,21.605445243492138],[106.75750330112902,21.53666380377516],[106.84596890287027,21.55680047527125],[106.89664996371435,21.448198202033907],[106.99167695279702,21.43665921050244],[107.03692789997925,21.322626823603237],[106.94076963721703,21.16628480108865],[106.79347780413889,21.144338091705272],[106.50636054426768,21.221264701915054],[106.42785015090651,21.227373579784654],[106.30363630089131,21.11922381601914],[106.25680157055771,21.168999857919587],[105.9414024686976,21.241175118675233],[105.89615152151538,21.32353184254688],[105.88529129419165,21.334165815134703]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":221,"COUNT":217,"E":"Province","POPULATION":1393768,"LVLID":"VNP031000000000000000","NAME":"Bac Giang","OLDLVLID":"VNP020000000000000000"}},{"type":"Feature","id":"vn_admin1.18","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90814302251867,21.222395975594612],[105.9414024686976,21.241175118675233],[106.25680157055771,21.168999857919587],[106.30363630089131,21.11922381601914],[106.2708293641842,20.985054757623846],[106.1305514279193,20.981434681849265],[106.00633757790409,20.998856296514422],[105.92058703299378,21.122391382321894],[105.90814302251867,21.222395975594612]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":223,"COUNT":120,"E":"Province","POPULATION":908731,"LVLID":"VNP020000000000000000","NAME":"Bac Ninh","OLDLVLID":"VNP021000000000000000"}},{"type":"Feature","id":"vn_admin1.19","geometry":{"type":"MultiPolygon","coordinates":[[[[103.53608837122647,22.59259465627236],[103.55871384481759,22.46770204204942],[103.63315165293234,22.393490488670572],[103.73564504830009,22.413627160166662],[103.77953846706684,22.303441103777946],[103.5691215626695,22.147551590735183],[103.5388034280574,22.024921523871356],[103.48518105564648,21.907721570669395],[103.58835321522194,21.68214559896601],[103.5263594175823,21.539831370077913],[103.45554168524211,21.499558027085733],[103.37544750872958,21.328509446736927],[103.43698879689741,21.307920265769013],[103.42522355063002,21.070805302534158],[103.29806838904797,21.095919578220293],[103.30598730480486,20.943197631480288],[103.24942362082709,20.890027768541174],[103.11457579822405,20.898851703241707],[103.04036424484521,21.05474121628447],[102.90936275275267,21.164474763201362],[102.875424542366,21.42579898317871],[102.99873337343756,21.586892355147427],[102.99058820294476,21.724228979845478],[102.83085235939151,21.733957933489656],[102.68627558314431,21.652732483297562],[102.62541305918421,21.897540107553397],[102.51997835224964,21.963380235703532],[102.43920541152936,22.114744654028073],[102.18263254100614,22.296879716436525],[102.15095687797859,22.404124461258395],[102.25435529228997,22.458878107348887],[102.4093397863891,22.632415489792717],[102.38807184121345,22.679023965390407],[102.51477449332367,22.776087247096278],[102.79103152587115,22.626080357187206],[102.86614809819365,22.609790016201604],[102.93628706632609,22.481277326204086],[103.0851626825556,22.450280427384264],[103.18765607792335,22.557072662734313],[103.18991862528246,22.64123942449325],[103.28449310489331,22.676987672767208],[103.33743671309651,22.805952872236546],[103.53608837122647,22.59259465627236]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":301,"COUNT":149,"E":"Province","POPULATION":511057,"LVLID":"VNP015000000000000000","NAME":"Lai Chau","OLDLVLID":"VNP023000000000000000"}},{"type":"Feature","id":"vn_admin1.20","geometry":{"type":"MultiPolygon","coordinates":[[[[103.92615153593725,21.698435939951608],[104.09765262575787,21.639835963350627],[104.30037686913424,21.650922445410274],[104.28634907550776,21.469692401945466],[104.47549803472945,21.348646118233017],[104.53432426606633,21.411318680080395],[104.73772727365044,21.40407852853124],[104.81782145016298,21.33122450356786],[104.85809479315516,21.14773191274394],[104.91646851502023,21.10904235290314],[104.8671449825916,21.041165932129804],[104.86759749206342,21.04048716792207],[104.88569787093631,21.0187667132746],[104.88615038040814,21.018087949066867],[104.90854959926334,20.974873294507844],[104.90945461820698,20.9739682755642],[104.92370866656938,20.965144340863667],[104.92551870445666,20.963108048240464],[104.97099590637481,20.90903316635771],[104.97212718005436,20.908806911621795],[104.99565767258912,20.87305866334784],[104.99588392732502,20.872379899140107],[105.03276344927855,20.79816834576126],[105.03434723242992,20.797037072081704],[105.03638352505313,20.771922796395568],[105.0359310155813,20.771244032187834],[104.99497890838138,20.721015480815566],[104.99339512523001,20.721241735551477],[104.96850710427978,20.732328217611123],[104.96556579271294,20.732328217611123],[104.87053880363027,20.759252531184547],[104.87008629415844,20.758573766976813],[104.86872876574297,20.756989983825434],[104.86805000153524,20.756537474353614],[104.84067317849,20.693864912506232],[104.85062838687008,20.649971493739475],[104.74360989678412,20.573723647737427],[104.28861162286687,20.92577601681513],[104.1223143919722,20.97419453030011],[104.03565882811823,20.902245524280374],[103.90216853393066,20.905186835847218],[103.80442648801707,20.847718132925795],[103.7401701430183,20.666261834725073],[103.5121053692199,20.753143653314947],[103.47092700728408,20.825771423542417],[103.38676024552514,20.785498080550237],[103.2315494966901,20.841609255056195],[103.30598730480486,20.943197631480288],[103.29806838904797,21.095919578220293],[103.42522355063002,21.070805302534158],[103.43698879689741,21.307920265769013],[103.37544750872958,21.328509446736927],[103.45554168524211,21.499558027085733],[103.5263594175823,21.539831370077913],[103.58835321522194,21.68214559896601],[103.48518105564648,21.907721570669395],[103.52952698388505,22.022206467040423],[103.6564558907312,21.990757058748777],[103.84243728365013,21.704318563085298],[103.92615153593725,21.698435939951608]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":303,"COUNT":201,"E":"Province","POPULATION":811613,"LVLID":"VNP046000000000000000","NAME":"Son La","OLDLVLID":"VNP024000000000000000"}},{"type":"Feature","id":"vn_admin1.21","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84067317849,20.693864912506232],[104.86805000153524,20.756537474353614],[104.86872876574297,20.756989983825434],[104.87008629415844,20.758573766976813],[104.87053880363027,20.759252531184547],[104.96556579271294,20.732328217611123],[104.96850710427978,20.732328217611123],[104.99339512523001,20.721241735551477],[104.99497890838138,20.721015480815566],[105.0359310155813,20.771244032187834],[105.03638352505313,20.771922796395568],[105.03434723242992,20.797037072081704],[105.03276344927855,20.79816834576126],[104.99588392732502,20.872379899140107],[104.99565767258912,20.87305866334784],[104.97212718005436,20.908806911621795],[104.97099590637481,20.90903316635771],[104.92551870445666,20.963108048240464],[104.92370866656938,20.965144340863667],[104.90945461820698,20.9739682755642],[104.90854959926334,20.974873294507844],[104.88615038040814,21.018087949066867],[104.88569787093631,21.0187667132746],[104.86759749206342,21.04048716792207],[104.8671449825916,21.041165932129804],[104.91646851502023,21.10904235290314],[105.13661437306175,20.9352787157234],[105.316713142847,20.92125092209691],[105.3225957659807,21.010169033309978],[105.53550147247306,20.96650186927913],[105.59636399643314,20.82690269722197],[105.6402574151999,20.833237829827482],[105.67351686137883,20.676669552576985],[105.77555774727475,20.561505891998227],[105.8561044332591,20.475302837616088],[105.72940178114888,20.402448812652707],[105.69206974972354,20.302896728851813],[105.58595627858124,20.367153073850574],[105.41106136772194,20.37054689488924],[105.26354327990788,20.43095690937751],[105.11014256896014,20.57010357196285],[105.0277858450885,20.555623268864537],[104.9056082876965,20.666035579989163],[104.85062838687008,20.649971493739475],[104.84067317849,20.693864912506232]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":305,"COUNT":210,"E":"Province","POPULATION":719859,"LVLID":"VNP017000000000000000","NAME":"Hoa Binh","OLDLVLID":"VNP025000000000000000"}},{"type":"Feature","id":"vn_admin1.22","geometry":{"type":"MultiPolygon","coordinates":[[[[105.54794548294817,20.359686667565505],[105.74546586739858,20.18275546408301],[105.91334688144462,20.104923834929583],[105.9147044098601,20.10401881598594],[106.08054913128294,20.064197982465583],[106.03959702408304,19.998357854315447],[105.95724030021138,19.909665997838285],[105.94049744975396,19.774591920499347],[105.83415772387573,19.63974409789632],[105.78845426722168,19.392900181017286],[105.80972221239733,19.28475041725177],[105.68844967394897,19.30239828665284],[105.52894008513162,19.462586639677912],[105.3940922625286,19.45398895971329],[105.35676023110327,19.535893174113113],[105.16874254556113,19.683637516663076],[105.13276804255126,19.798801177241838],[105.17394640448708,19.91034476204602],[104.92529244972076,19.994059014333136],[104.99565767258912,20.089312258151715],[104.77867938085035,20.196330748237678],[104.61803851835346,20.2415816954199],[104.62392114148714,20.362175469660528],[104.71826936636208,20.39679244425493],[104.66328946553568,20.47190901657742],[104.4786656010322,20.367153073850574],[104.3811498098545,20.4409121177576],[104.64270028456777,20.652460295834498],[104.74360989678412,20.573723647737427],[104.9056082876965,20.666035579989163],[105.0277858450885,20.555623268864537],[105.11014256896014,20.57010357196285],[105.26354327990788,20.43095690937751],[105.41106136772194,20.37054689488924],[105.54794548294817,20.359686667565505]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":401,"COUNT":598,"E":"Province","POPULATION":3236879,"LVLID":"VNP040000000000000000","NAME":"Thanh Hoa","OLDLVLID":"VNP026000000000000000"}},{"type":"Feature","id":"vn_admin1.23","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92529244972076,19.994059014333136],[105.17394640448708,19.91034476204602],[105.13276804255126,19.798801177241838],[105.16874254556113,19.683637516663076],[105.35676023110327,19.535893174113113],[105.3940922625286,19.45398895971329],[105.52894008513162,19.462586639677912],[105.68844967394897,19.30239828665284],[105.80972221239733,19.28475041725177],[105.74433459371902,19.219136543837546],[105.74071451794444,19.100126552748296],[105.64614003833358,19.066188342361627],[105.6422937078231,18.898081073579664],[105.76831759572559,18.761423213089348],[105.71379020437101,18.64671206198241],[105.67826821083297,18.573179272811295],[105.54749297347634,18.551006308692003],[105.50540959259688,18.609606285292983],[105.38119574258167,18.576573093849962],[105.19227303809588,18.599877331648806],[105.13865066568495,18.712778444868455],[104.79972107129008,18.781559884585437],[104.58545783638226,18.89694979990011],[104.54880456916466,18.97161386275078],[104.2182463999985,19.117774422149363],[104.18657073697095,19.1958323060387],[104.00624571244978,19.227055459594435],[103.91212374231075,19.32706005286715],[104.12729199616223,19.501049944782803],[104.08068352056455,19.67843365773712],[104.4216494075826,19.70264291447961],[104.56147483437567,19.607842180132852],[104.65650182345834,19.63386147476263],[104.72211569687258,19.75671779636237],[104.83841063113088,19.79314480884406],[104.84768707530324,19.92278877252113],[104.92529244972076,19.994059014333136]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":403,"COUNT":459,"E":"Province","POPULATION":2739089,"LVLID":"VNP039000000000000000","NAME":"Nghe An","OLDLVLID":"VNP027000000000000000"}},{"type":"Feature","id":"vn_admin1.24","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19227303809588,18.599877331648806],[105.38119574258167,18.576573093849962],[105.50540959259688,18.609606285292983],[105.54749297347634,18.551006308692003],[105.67826821083297,18.573179272811295],[105.71379020437101,18.64671206198241],[105.81198475975644,18.64060318411281],[105.8576882164105,18.54761248765334],[106.12353753110605,18.26343653934897],[106.42649262249104,18.099628110549318],[106.49912039271851,17.9568613721894],[106.34368338914757,17.987632016273313],[106.28983476200072,17.91047915132762],[106.05000474193494,17.945548635393845],[106.07511901762108,17.9914783467838],[105.93597235503573,18.086505335866473],[105.86945346267787,18.03537176555056],[105.64478250991813,17.984011940498736],[105.46468374013287,18.203931543804345],[105.41694399085563,18.15687055873483],[105.26037571360513,18.252576312025237],[105.18774794337766,18.38832915357191],[105.10810627633694,18.445571601757422],[105.13887692042086,18.589695868532807],[105.19227303809588,18.599877331648806]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":405,"COUNT":257,"E":"Province","POPULATION":1258520,"LVLID":"VNP018000000000000000","NAME":"Ha Tinh","OLDLVLID":"VNP028000000000000000"}},{"type":"Feature","id":"vn_admin1.25","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64478250991813,17.984011940498736],[105.86945346267787,18.03537176555056],[105.93597235503573,18.086505335866473],[106.07511901762108,17.9914783467838],[106.05000474193494,17.945548635393845],[106.28983476200072,17.91047915132762],[106.34368338914757,17.987632016273313],[106.49912039271851,17.9568613721894],[106.44889184134625,17.83219501270237],[106.51744702632732,17.660920177617655],[106.66519136887727,17.4421318479916],[106.99688081172299,17.162254739669542],[106.8609017154404,17.070395316889627],[106.77605618947374,16.928081088001534],[106.61179525120225,16.936678767966157],[106.55477905775265,16.995957508774868],[106.43260150036065,17.002518896116293],[106.28010580835655,17.259996785583148],[106.09661321753264,17.358417595704484],[105.86583338690329,17.624945674607787],[105.75609983998639,17.66635029127952],[105.68980720236443,17.828122427455973],[105.62509834789385,17.869753298863618],[105.64478250991813,17.984011940498736]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":407,"COUNT":147,"E":"Province","POPULATION":717905,"LVLID":"VNP019000000000000000","NAME":"Quang Binh","OLDLVLID":"VNP029000000000000000"}},{"type":"Feature","id":"vn_admin1.26","geometry":{"type":"MultiPolygon","coordinates":[[[[106.55477905775265,16.995957508774868],[106.61179525120225,16.936678767966157],[106.77605618947374,16.928081088001534],[106.8609017154404,17.070395316889627],[106.99688081172299,17.162254739669542],[107.12018964279454,17.082386817892917],[107.11408076492495,17.009759047665447],[107.22381431184183,16.878531300836997],[107.38965903326469,16.74390973296988],[107.27562664636548,16.563132198976895],[107.15865294789944,16.573087407356983],[107.06091090198584,16.52172758230516],[107.15661665527624,16.389142307061242],[107.0948491123725,16.306559328453684],[106.96769395079045,16.300450450584083],[106.83533493028244,16.546615603255383],[106.76655349056546,16.422175498504266],[106.69958208873577,16.43733456581031],[106.65161608472262,16.591640295701698],[106.5556840766963,16.69096612476668],[106.55477905775265,16.995957508774868]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":409,"COUNT":136,"E":"Province","POPULATION":549097,"LVLID":"VNP052000000000000000","NAME":"Quang Tri","OLDLVLID":"VNP030000000000000000"}},{"type":"Feature","id":"vn_admin1.27","geometry":{"type":"MultiPolygon","coordinates":[[[[107.06091090198584,16.52172758230516],[107.15865294789944,16.573087407356983],[107.27562664636548,16.563132198976895],[107.38965903326469,16.74390973296988],[107.69532918148062,16.539149196970317],[107.92181017212765,16.351131511428175],[108.03787885165005,16.33054233046026],[108.12295063235263,16.209948556219636],[108.19851971414694,16.20678098991688],[108.06073057997708,16.176236600568878],[107.87950053651227,16.19320570576221],[107.82180557885493,16.05383278844096],[107.71184577720213,15.99319651921678],[107.65188827218567,16.020573342262026],[107.65098325324203,16.02079959699794],[107.64261182801332,16.025098436980247],[107.63740796908736,16.02758723907527],[107.63288287436914,16.027813493811184],[107.63016781753821,16.02917102222665],[107.6238326849327,16.035732409568073],[107.62428519440452,16.036411173775804],[107.62157013757358,16.060620430518295],[107.61840257127083,16.059036647366916],[107.61093616498576,16.056774100007807],[107.60980489130621,16.056321590535983],[107.58853694613056,16.05360653370505],[107.58061803037367,16.05179649581776],[107.57677169986319,16.052701514761406],[107.56319641570852,16.02283588962114],[107.56410143465216,16.020573342262026],[107.56432768938808,16.020120832790205],[107.55437248100799,16.009939369674203],[107.55075240523341,16.007676822315094],[107.4509740666966,16.088449763035364],[107.34237179345926,16.05338027896914],[107.16227302367402,16.168770194283812],[107.0948491123725,16.306559328453684],[107.15661665527624,16.389142307061242],[107.06091090198584,16.52172758230516]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":411,"COUNT":149,"E":"Province","POPULATION":1148111,"LVLID":"VNP060000000000000000","NAME":"Thua Thien - Hue","OLDLVLID":"VNP001000000000000000"}},{"type":"Feature","id":"vn_admin1.28","geometry":{"type":"MultiPolygon","coordinates":[[[[107.55075240523341,16.007676822315094],[107.55437248100799,16.009939369674203],[107.56432768938808,16.020120832790205],[107.56410143465216,16.020573342262026],[107.56319641570852,16.02283588962114],[107.57677169986319,16.052701514761406],[107.58061803037367,16.05179649581776],[107.58853694613056,16.05360653370505],[107.60980489130621,16.056321590535983],[107.61093616498576,16.056774100007807],[107.61840257127083,16.059036647366916],[107.62157013757358,16.060620430518295],[107.62428519440452,16.036411173775804],[107.6238326849327,16.035732409568073],[107.63016781753821,16.02917102222665],[107.63288287436914,16.027813493811184],[107.63740796908736,16.02758723907527],[107.64261182801332,16.025098436980247],[107.65098325324203,16.02079959699794],[107.65188827218567,16.020573342262026],[107.71184577720213,15.99319651921678],[107.82452063568586,16.054511552648695],[107.82474689042178,16.054285297912784],[107.82746194725271,16.05338027896914],[107.83492835353778,16.052701514761406],[107.96434606247894,16.061977958933763],[107.9858402623905,15.993422773952693],[107.9860665171264,15.992744009744959],[107.98538775291867,15.985730112931714],[107.97860011084134,15.979621235062114],[107.95439085409885,15.946361788883179],[107.9575584204016,15.943420477316334],[107.96751362878169,15.93233399525669],[107.96819239298942,15.931655231048957],[107.97656381821814,15.925320098443445],[107.9860665171264,15.91807994689429],[107.9881028097496,15.916269909007],[107.99285415920373,15.917174927950644],[107.99556921603467,15.917174927950644],[108.00552442441476,15.91807994689429],[108.29445172217326,15.962199620396957],[108.40395901435424,15.868303904993843],[108.4397072626282,15.768073056985216],[108.57930643468536,15.56104997362654],[108.69628013315142,15.499056175986892],[108.74334111822093,15.396562780619155],[108.48563697401816,15.304929612575151],[108.3195659978594,15.295200658930973],[108.24060309502642,15.074376036681718],[108.24354440659326,15.028672580027672],[108.16661779638348,15.057633186224296],[108.09647882825104,14.950388441402424],[107.9756587992745,15.010572201154783],[108.00891824545343,15.138858636416389],[107.93199163524365,15.207187566661547],[107.74148514760648,15.226419219213993],[107.628131524915,15.412174357397022],[107.5586713209903,15.394073978524133],[107.47382579502363,15.495888609684137],[107.39056405220833,15.490005986550448],[107.21657416029268,15.824184231491174],[107.39757794902158,15.884367991243533],[107.4751833234391,16.027813493811184],[107.55075240523341,16.007676822315094]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":503,"COUNT":208,"E":"Province","POPULATION":1433715,"LVLID":"VNP004000000000000000","NAME":"Quang Nam","OLDLVLID":"VNP033000000000000000"}},{"type":"Feature","id":"vn_admin1.29","geometry":{"type":"MultiPolygon","coordinates":[[[[108.24060309502642,15.074376036681718],[108.3195659978594,15.295200658930973],[108.48563697401816,15.304929612575151],[108.74334111822093,15.396562780619155],[108.83587930520858,15.395205252203688],[108.94764914474867,15.232301842347681],[108.89855186705596,15.166235459461634],[108.97706226041711,14.878439435382688],[109.08181820314397,14.702865760315657],[109.08521202418262,14.57661561767725],[108.9279649827244,14.69539935403059],[108.76370404445292,14.66530747415441],[108.63134502394492,14.541772388346939],[108.55102459269648,14.586797080793252],[108.49355588977505,14.618698998556718],[108.53224544961586,14.743139103307836],[108.39830264595646,14.82459080823584],[108.24354440659326,15.028672580027672],[108.24060309502642,15.074376036681718]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":505,"COUNT":171,"E":"Province","POPULATION":1208666,"LVLID":"VNP028000000000000000","NAME":"Quang Ngai","OLDLVLID":"VNP034000000000000000"}},{"type":"Feature","id":"vn_admin1.30","geometry":{"type":"MultiPolygon","coordinates":[[[[108.63134502394492,14.541772388346939],[108.76370404445292,14.66530747415441],[108.9279649827244,14.69539935403059],[109.08521202418262,14.57661561767725],[109.13838188712174,14.347419570199285],[109.18702665534263,14.280221913633682],[109.20919961946193,14.11007835222852],[109.29653394752361,13.887443692091976],[109.29246136227722,13.757347218943082],[109.2372552067149,13.667750343522277],[108.96122442890334,13.514123377838626],[108.8546584482892,13.566840731305918],[108.8261503515644,13.798751835614816],[108.74718744873141,13.909164146739444],[108.75850018552697,14.04355945987065],[108.69288631211275,14.12433240059092],[108.69175503843319,14.125689929006386],[108.62772494817034,14.353980957540708],[108.63134502394492,14.541772388346939]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":507,"COUNT":152,"E":"Province","POPULATION":1381980,"LVLID":"VNP007000000000000000","NAME":"Binh Dinh","OLDLVLID":"VNP035000000000000000"}},{"type":"Feature","id":"vn_admin1.31","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67998979216581,12.993963739978959],[108.76031022341427,13.030617007196561],[108.7795418759667,13.14351812041621],[108.87683141240849,13.277234669339682],[108.80013105693462,13.465026100145913],[108.70804537941879,13.486294045321559],[108.75261756239328,13.564351929210895],[108.8546584482892,13.566840731305918],[108.96122442890334,13.514123377838626],[109.2372552067149,13.667750343522277],[109.29246136227722,13.562768146059517],[109.22729999833481,13.386289452048842],[109.29834398541091,13.362758959514085],[109.29676020225953,13.150758271965366],[109.45966361211553,12.909796978220022],[109.39223970081402,12.841015538503042],[109.16711623858245,12.822010140686507],[108.99403136561045,12.702321385389524],[108.97525222252983,12.813638715457795],[108.87230631769026,12.81454373440144],[108.67998979216581,12.993963739978959]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":509,"COUNT":98,"E":"Province","POPULATION":828065,"LVLID":"VNP003000000000000000","NAME":"Phu Yen","OLDLVLID":"VNP036000000000000000"}},{"type":"Feature","id":"vn_admin1.32","geometry":{"type":"MultiPolygon","coordinates":[[[[107.628131524915,15.412174357397022],[107.74148514760648,15.226419219213993],[107.93199163524365,15.207187566661547],[108.00891824545343,15.138858636416389],[107.9756587992745,15.010572201154783],[108.09647882825104,14.950388441402424],[108.16661779638348,15.057633186224296],[108.24354440659326,15.028672580027672],[108.39830264595646,14.82459080823584],[108.53224544961586,14.743139103307836],[108.49355588977505,14.618698998556718],[108.55102459269648,14.586797080793252],[108.50713117392972,14.543129916762405],[108.3989814101642,14.60037236494792],[108.38766867336864,14.523445754738137],[108.27816138118766,14.384299092152798],[108.11978306604988,14.361899873297597],[108.06344563680801,14.267099138950837],[107.96321478879938,14.227957069638213],[107.89805342485698,14.277506856802749],[107.82203183359084,14.212119238124435],[107.69261412464968,14.218906880201768],[107.65279329112933,14.062791112423096],[107.52495936533954,14.010073758955803],[107.46273931296398,13.919345609855444],[107.36205595548353,14.014598853674025],[107.34237179345926,14.123427381647275],[107.41183199738398,14.231124635940969],[107.4306111404646,14.414617226764888],[107.49260493810425,14.402851980497509],[107.55708753783892,14.666891257305789],[107.51364662854398,14.793593909416016],[107.59374080505653,14.862149094397086],[107.47178950240043,15.00604710643656],[107.59193076716923,15.027315051612206],[107.63084658174594,15.1472300616451],[107.628131524915,15.412174357397022]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":601,"COUNT":79,"E":"Province","POPULATION":319597,"LVLID":"VNP043000000000000000","NAME":"Kon Tum","OLDLVLID":"VNP038000000000000000"}},{"type":"Feature","id":"vn_admin1.33","geometry":{"type":"MultiPolygon","coordinates":[[[[107.46273931296398,13.919345609855444],[107.52495936533954,14.010073758955803],[107.65279329112933,14.062791112423096],[107.69261412464968,14.218906880201768],[107.82203183359084,14.212119238124435],[107.89805342485698,14.277506856802749],[107.96321478879938,14.227957069638213],[108.06344563680801,14.267099138950837],[108.11978306604988,14.361899873297597],[108.27816138118766,14.384299092152798],[108.38766867336864,14.523445754738137],[108.3989814101642,14.60037236494792],[108.50713117392972,14.543129916762405],[108.55102459269648,14.586797080793252],[108.63134502394492,14.541772388346939],[108.62772494817034,14.353980957540708],[108.69175503843319,14.125689929006386],[108.69288631211275,14.12433240059092],[108.75850018552697,14.04355945987065],[108.74718744873141,13.909164146739444],[108.8261503515644,13.798751835614816],[108.8546584482892,13.566840731305918],[108.75261756239328,13.564351929210895],[108.70804537941879,13.486294045321559],[108.80013105693462,13.465026100145913],[108.87683141240849,13.277234669339682],[108.7795418759667,13.14351812041621],[108.76031022341427,13.030617007196561],[108.67998979216581,12.993963739978959],[108.5170863823098,13.032200790347938],[108.35056289667922,13.336513410148397],[108.11503171659574,13.413666275094089],[107.94760321202152,13.37158289421462],[107.84307352403057,13.398280953052133],[107.61003114604212,13.301670180818084],[107.62043886389404,13.524304840954628],[107.53649835687101,13.742188151637036],[107.45527290667891,13.791964193537483],[107.46273931296398,13.919345609855444]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":603,"COUNT":170,"E":"Province","POPULATION":851313,"LVLID":"VNP045000000000000000","NAME":"Gia Lai","OLDLVLID":"VNP039000000000000000"}},{"type":"Feature","id":"vn_admin1.34","geometry":{"type":"MultiPolygon","coordinates":[[[[107.61003114604212,13.301670180818084],[107.84307352403057,13.398280953052133],[107.94760321202152,13.37158289421462],[108.11503171659574,13.413666275094089],[108.35056289667922,13.336513410148397],[108.5170863823098,13.032200790347938],[108.67998979216581,12.993963739978959],[108.87230631769026,12.81454373440144],[108.97525222252983,12.813638715457795],[108.99403136561045,12.702321385389524],[108.90466074492555,12.670193212890144],[108.86710245876431,12.450499864320447],[108.78225693279764,12.503217217787737],[108.67274964061666,12.421765512859734],[108.68315735846856,12.313615749094218],[108.59831183250189,12.274926189253417],[108.49423465398279,12.304339304921863],[108.24128185923415,12.173111558093412],[108.16888034374259,12.194153248533146],[107.96660860983805,12.06586681327154],[108.11276916923663,11.888935609789044],[107.98312520555956,11.788478507044506],[107.94443564571876,11.816534094297484],[107.94398313624694,11.816307839561574],[107.89986346274426,11.867215155141576],[107.77768590535226,11.847078483645486],[107.7317561939623,11.913144866531534],[107.54758483893065,11.787573488100861],[107.39441038271882,11.764042995566106],[107.4306111404646,11.84187462471953],[107.32766523562505,12.001836723008694],[107.23444828442966,12.035322423923539],[107.21046528242309,12.294384096541773],[107.34825441659295,12.332394892174841],[107.42042967734861,12.242345507282215],[107.54735858419474,12.347553959480885],[107.5932882955847,12.55638708072685],[107.55776630204666,12.815675008080996],[107.495772504407,12.896221694065355],[107.4937362117838,13.031069516668383],[107.61003114604212,13.301670180818084]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":605,"COUNT":204,"E":"Province","POPULATION":1499159,"LVLID":"VNP021000000000000000","NAME":"Dak Lak","OLDLVLID":"VNP040000000000000000"}},{"type":"Feature","id":"vn_admin1.35","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36087874907682,10.987762996655048],[106.45273817185674,11.13347104658181],[106.60727015648403,11.037312783819583],[106.69302070139435,10.882780799192288],[106.84302759130343,10.896356083346955],[106.88624224586245,10.803591641623397],[106.75591951797765,10.70743337886117],[107.01701748321908,10.521451985942228],[107.00502598221578,10.502672842861605],[106.97900668758601,10.408098363250756],[106.81044690933221,10.396333116983378],[106.80727934302946,10.405157051683911],[106.80501679567035,10.41058716534578],[106.77582993473781,10.437963988391024],[106.73736662963293,10.627339202348633],[106.55500531248856,10.656299808545256],[106.53215358416153,10.70132450099157],[106.51744702632732,10.71376851146668],[106.5373574430875,10.89907114017789],[106.36087874907682,10.987762996655048]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":701,"COUNT":280,"E":"City","POPULATION":4695053,"LVLID":"VNP030000000000000000","NAME":"Ho Chi Minh city","OLDLVLID":"VNP041000000000000000"}},{"type":"Feature","id":"vn_admin1.36","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39441038271882,11.764042995566106],[107.54758483893065,11.787573488100861],[107.7317561939623,11.913144866531534],[107.77768590535226,11.847078483645486],[107.89986346274426,11.867215155141576],[107.94398313624694,11.816307839561574],[107.94443564571876,11.816534094297484],[107.98312520555956,11.788478507044506],[108.11276916923663,11.888935609789044],[107.96660860983805,12.06586681327154],[108.16888034374259,12.194153248533146],[108.24128185923415,12.173111558093412],[108.49423465398279,12.304339304921863],[108.59831183250189,12.274926189253417],[108.68315735846856,12.313615749094218],[108.7327071456331,12.160215038146479],[108.65781682804652,11.846852228909576],[108.70374653943648,11.696619084264592],[108.5555496874147,11.600008312030543],[108.58632033149861,11.554078600640585],[108.26232354967388,11.473984424128048],[108.31074206315887,11.419004523301645],[108.18992203418233,11.305650900610173],[108.06208810839254,11.240489536667772],[108.0306387001009,11.326240081578085],[107.74148514760648,11.364477131947066],[107.6910303414983,11.321488732123953],[107.54916862208204,11.36334585826751],[107.44034009410878,11.434616100079513],[107.47450455923136,11.477151990430803],[107.33965673662833,11.545254665940051],[107.27291158953454,11.638471617135433],[107.28920193052015,11.720375831535259],[107.39441038271882,11.764042995566106]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":703,"COUNT":135,"E":"Province","POPULATION":919934,"LVLID":"VNP011000000000000000","NAME":"Lam Dong","OLDLVLID":"VNP042000000000000000"}},{"type":"Feature","id":"vn_admin1.37","geometry":{"type":"MultiPolygon","coordinates":[[[[108.5555496874147,11.600008312030543],[108.70374653943648,11.696619084264592],[108.65781682804652,11.846852228909576],[108.7327071456331,12.160215038146479],[108.79447468853684,12.156821217107812],[108.85533721249693,11.961337125280602],[109.05104755906005,11.896402016074111],[109.09697727045001,11.813592782730641],[109.19879190161001,11.809067688012417],[109.20422201527188,11.712909425250192],[109.13227300925215,11.568106394267074],[109.03679351069765,11.582134187893564],[109.02480200969435,11.360857056172488],[108.87954646923941,11.335969035222265],[108.58632033149861,11.554078600640585],[108.5555496874147,11.600008312030543]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":705,"COUNT":54,"E":"Province","POPULATION":459942,"LVLID":"VNP051000000000000000","NAME":"Ninh Thuan","OLDLVLID":"VNP043000000000000000"}},{"type":"Feature","id":"vn_admin1.38","geometry":{"type":"MultiPolygon","coordinates":[[[[107.21046528242309,12.294384096541773],[107.23444828442966,12.035322423923539],[107.32766523562505,12.001836723008694],[107.4306111404646,11.84187462471953],[107.39441038271882,11.764042995566106],[107.28920193052015,11.720375831535259],[107.27291158953454,11.638471617135433],[107.33965673662833,11.545254665940051],[107.13489620062877,11.499777464021916],[107.06158966619357,11.374432340327155],[106.94190091089658,11.305424645874263],[106.7735673873787,11.423755872755779],[106.6776353793524,11.352033121471953],[106.55839913352723,11.371264774024398],[106.57491572924874,11.449548912649647],[106.46653971074731,11.541634590165472],[106.45500071921585,11.669016006483433],[106.41993123514962,11.770151873435704],[106.46948102231416,11.869703957236599],[106.4174424330546,11.970613569452958],[106.72582763810146,11.969934805245225],[106.7857851431179,12.071070672197497],[106.92018045624911,12.05975793540194],[107.05367075043668,12.131933196157588],[107.21046528242309,12.294384096541773]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":707,"COUNT":80,"E":"Province","POPULATION":516949,"LVLID":"VNP022000000000000000","NAME":"Binh Phuoc","OLDLVLID":"VNP044000000000000000"}},{"type":"Feature","id":"vn_admin1.39","geometry":{"type":"MultiPolygon","coordinates":[[[[106.45500071921585,11.669016006483433],[106.46653971074731,11.541634590165472],[106.33033435972882,11.341851658355953],[106.38802931738616,11.18980847582368],[106.45273817185674,11.13347104658181],[106.36087874907682,10.987762996655048],[106.34888724807354,10.995003148204205],[106.33802702074979,11.003827082904738],[106.30386255562722,11.019438659682606],[106.30273128194766,11.019891169154429],[106.2932285830394,11.021701207041717],[106.29254981883166,11.021927461777627],[106.2769382420538,10.97803404301087],[106.26585175999415,10.98188037352136],[106.26223168421957,10.981654118785448],[106.25702782529362,10.98414292088047],[106.20498923603405,10.968983853574425],[106.20317919814677,10.968305089366693],[106.20023788657993,10.968305089366693],[106.19684406554126,10.967626325158959],[106.19548653712579,10.966947560951226],[106.19503402765397,10.96559003253576],[106.18734136663299,10.961064937817536],[106.18621009295343,10.961064937817536],[106.1791961961402,10.960159918873892],[106.177159903517,10.95970740940207],[106.16743094987281,10.963553739912559],[106.16743094987281,10.96559003253576],[106.16833596881646,10.972603929349004],[106.16856222355237,10.974187712500381],[106.01855533364329,11.18777218320048],[105.8683221889983,11.288229285945018],[105.89026889838169,11.52873807021854],[105.81628359973875,11.616524907752055],[105.89207893626897,11.67421986540939],[105.95769280968321,11.636435324512233],[106.02760552307974,11.772188166058905],[106.19277148029487,11.750693966147349],[106.32083166082056,11.673541101201657],[106.45500071921585,11.669016006483433]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":709,"COUNT":86,"E":"Province","POPULATION":921746,"LVLID":"VNP049000000000000000","NAME":"Tay Ninh","OLDLVLID":"VNP045000000000000000"}},{"type":"Feature","id":"vn_admin1.40","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33033435972882,11.341851658355953],[106.46653971074731,11.541634590165472],[106.57491572924874,11.449548912649647],[106.55839913352723,11.371264774024398],[106.6776353793524,11.352033121471953],[106.7735673873787,11.423755872755779],[106.94190091089658,11.305424645874263],[106.91226154049222,11.189129711615946],[106.96950398867774,11.10699924248021],[106.9138453236436,11.021701207041717],[106.83307238292333,11.060164512146608],[106.7735673873787,10.942738304208735],[106.84302759130343,10.896356083346955],[106.69302070139435,10.882780799192288],[106.60727015648403,11.037312783819583],[106.45273817185674,11.13347104658181],[106.38802931738616,11.18980847582368],[106.33033435972882,11.341851658355953]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":711,"COUNT":79,"E":"Province","POPULATION":573493,"LVLID":"VNP050000000000000000","NAME":"Binh Duong","OLDLVLID":"VNP046000000000000000"}},{"type":"Feature","id":"vn_admin1.41","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75591951797765,10.70743337886117],[106.88624224586245,10.803591641623397],[106.84302759130343,10.896356083346955],[106.7735673873787,10.942738304208735],[106.83307238292333,11.060164512146608],[106.9138453236436,11.021701207041717],[106.96950398867774,11.10699924248021],[106.91226154049222,11.189129711615946],[106.94190091089658,11.305424645874263],[107.06158966619357,11.374432340327155],[107.13489620062877,11.499777464021916],[107.33965673662833,11.545254665940051],[107.47450455923136,11.477151990430803],[107.44034009410878,11.434616100079513],[107.54916862208204,11.36334585826751],[107.52812693164229,11.249313471368305],[107.3980304584934,11.047267992199673],[107.56342267044442,10.93753444528278],[107.57745046407092,10.811736812116196],[107.50256014648434,10.765128336518506],[107.4491640288093,10.801781603736107],[107.3654497765222,10.724628738790415],[107.19213864881428,10.769653431236728],[107.13715874798788,10.68141408423139],[107.0011796517053,10.622361598158589],[107.01701748321908,10.521451985942228],[106.75591951797765,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":713,"COUNT":163,"E":"Province","POPULATION":2074750,"LVLID":"VNP041000000000000000","NAME":"Dong Nai","OLDLVLID":"VNP047000000000000000"}},{"type":"Feature","id":"vn_admin1.42","geometry":{"type":"MultiPolygon","coordinates":[[[[107.3980304584934,11.047267992199673],[107.52812693164229,11.249313471368305],[107.54916862208204,11.36334585826751],[107.6910303414983,11.321488732123953],[107.74148514760648,11.364477131947066],[108.0306387001009,11.326240081578085],[108.06208810839254,11.240489536667772],[108.18992203418233,11.305650900610173],[108.31074206315887,11.419004523301645],[108.26232354967388,11.473984424128048],[108.58632033149861,11.554078600640585],[108.87954646923941,11.335969035222265],[108.76008396867834,11.280084115452217],[108.73338590984083,11.182115814802701],[108.52636282648216,11.1495351328315],[108.47884933194082,11.045457954312385],[108.36413818083389,11.019891169154429],[108.34106019777096,10.949299691550157],[108.07996223252952,10.902238706480645],[107.99556921603467,10.696346896801526],[107.83877468404826,10.702908284142948],[107.77768590535226,10.6449870717497],[107.57383038829634,10.56444038576534],[107.50256014648434,10.765128336518506],[107.57745046407092,10.811736812116196],[107.56342267044442,10.93753444528278],[107.3980304584934,11.047267992199673]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":715,"COUNT":111,"E":"Province","POPULATION":967222,"LVLID":"VNP047000000000000000","NAME":"Binh Thuan","OLDLVLID":"VNP048000000000000000"}},{"type":"Feature","id":"vn_admin1.43","geometry":{"type":"MultiPolygon","coordinates":[[[[106.16856222355237,10.974187712500381],[106.16833596881646,10.972603929349004],[106.16743094987281,10.96559003253576],[106.16743094987281,10.963553739912559],[106.177159903517,10.95970740940207],[106.1791961961402,10.960159918873892],[106.18621009295343,10.961064937817536],[106.18734136663299,10.961064937817536],[106.19503402765397,10.96559003253576],[106.19548653712579,10.966947560951226],[106.19684406554126,10.967626325158959],[106.20023788657993,10.968305089366693],[106.20317919814677,10.968305089366693],[106.20498923603405,10.968983853574425],[106.25702782529362,10.98414292088047],[106.26223168421957,10.981654118785448],[106.26585175999415,10.98188037352136],[106.2769382420538,10.97803404301087],[106.29254981883166,11.021927461777627],[106.2932285830394,11.021701207041717],[106.30273128194766,11.019891169154429],[106.30386255562722,11.019438659682606],[106.33802702074979,11.003827082904738],[106.34888724807354,10.995003148204205],[106.5373574430875,10.89907114017789],[106.51744702632732,10.71376851146668],[106.53215358416153,10.70132450099157],[106.55500531248856,10.656299808545256],[106.73736662963293,10.627339202348633],[106.74076045067159,10.492491379745605],[106.48396132541247,10.395428098039734],[106.28892974305708,10.584803311997343],[106.10566340696907,10.57235930152223],[106.10679468064863,10.520094457526762],[105.94638007288765,10.533443486945517],[105.78506044618302,10.655621044337524],[105.50337329997367,10.952014748381092],[105.63460104680212,10.975545240915848],[105.71039638333235,10.911967660124823],[105.79976700401724,10.995455657676027],[105.94072370448987,10.835719814122776],[105.97647195276383,10.891152224421],[106.07625029130062,10.809474264757085],[106.19096144240757,10.83866112568962],[106.16856222355237,10.974187712500381]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":801,"COUNT":180,"E":"Province","POPULATION":1331019,"LVLID":"VNP009000000000000000","NAME":"Long An","OLDLVLID":"VNP050000000000000000"}},{"type":"Feature","id":"vn_admin1.44","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50337329997367,10.952014748381092],[105.78506044618302,10.655621044337524],[105.94638007288765,10.533443486945517],[105.82035618498516,10.367372510786755],[105.89728279519494,10.272345521704084],[105.87081099109334,10.149715454840257],[105.73256934745164,10.201980298835725],[105.6870921455335,10.131615075967368],[105.499979478935,10.323479092019998],[105.57848987229616,10.429366308426403],[105.54930301136363,10.524167042773161],[105.37214555314522,10.574848103617253],[105.35291390059278,10.70946967148437],[105.22892630531348,10.804496660567041],[105.18933172652903,10.908573839086156],[105.3431849469486,10.85676150456251],[105.43119803921803,10.970793891461716],[105.50337329997367,10.952014748381092]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":803,"COUNT":134,"E":"Province","POPULATION":1439301,"LVLID":"VNP001000000000000000","NAME":"Dong Thap","OLDLVLID":"VNP051000000000000000"}},{"type":"Feature","id":"vn_admin1.45","geometry":{"type":"MultiPolygon","coordinates":[[[[105.18933172652903,10.908573839086156],[105.22892630531348,10.804496660567041],[105.35291390059278,10.70946967148437],[105.37214555314522,10.574848103617253],[105.54930301136363,10.524167042773161],[105.57848987229616,10.429366308426403],[105.499979478935,10.323479092019998],[105.2354876926549,10.206279138818037],[105.21014716223286,10.18071235366008],[105.00561288096921,10.325515384643198],[104.86805000153524,10.352439698216621],[104.78343073030449,10.482536171365515],[104.87212258678164,10.518963183847205],[104.95923066010742,10.6327693160105],[105.10086612478779,10.71738858724126],[105.03298970401445,10.888889677061888],[105.08502829327401,10.95178849364518],[105.18933172652903,10.908573839086156]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":805,"COUNT":138,"E":"Province","POPULATION":1988777,"LVLID":"VNP042000000000000000","NAME":"An Giang","OLDLVLID":"VNP052000000000000000"}},{"type":"Feature","id":"vn_admin1.46","geometry":{"type":"MultiPolygon","coordinates":[[[[105.82035618498516,10.367372510786755],[105.94638007288765,10.533443486945517],[106.10679468064863,10.520094457526762],[106.10566340696907,10.57235930152223],[106.28892974305708,10.584803311997343],[106.48396132541247,10.395428098039734],[106.74076045067159,10.492491379745605],[106.77582993473781,10.437963988391024],[106.80501679567035,10.41058716534578],[106.80727934302946,10.405157051683911],[106.81044690933221,10.396333116983378],[106.71813497708048,10.206052884082126],[106.37694283532652,10.337506885646487],[106.14571049522534,10.27981192798915],[106.03982327881894,10.295876014238841],[105.89728279519494,10.272345521704084],[105.82035618498516,10.367372510786755]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":807,"COUNT":162,"E":"Province","POPULATION":2124074,"LVLID":"VNP010000000000000000","NAME":"Tien Giang","OLDLVLID":"VNP053000000000000000"}},{"type":"Feature","id":"vn_admin1.47","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6870921455335,10.131615075967368],[105.73256934745164,10.201980298835725],[105.87081099109334,10.149715454840257],[105.89728279519494,10.272345521704084],[106.03982327881894,10.295876014238841],[106.0328093820057,10.271214248024528],[106.23530737064615,10.132972604382834],[106.29413360198303,10.047674568944341],[106.13937536261983,10.020750255370917],[106.13575528684525,9.958303948259449],[105.95633528126774,9.919614388418646],[105.98393835904889,9.881377338049667],[105.90158163517725,9.933415927309225],[105.6870921455335,10.131615075967368]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":809,"COUNT":107,"E":"Province","POPULATION":1238004,"LVLID":"VNP044000000000000000","NAME":"Vinh Long","OLDLVLID":"VNP054000000000000000"}},{"type":"Feature","id":"vn_admin1.48","geometry":{"type":"MultiPolygon","coordinates":[[[[106.0328093820057,10.271214248024528],[106.03982327881894,10.295876014238841],[106.14571049522534,10.27981192798915],[106.37694283532652,10.337506885646487],[106.71813497708048,10.206052884082126],[106.80003919148031,10.1098946213199],[106.7002608529435,10.070300042535454],[106.6412083668707,9.963055297713582],[106.70071336241533,9.873458422292778],[106.6045550996531,9.810559605709486],[106.55342152933719,9.852416731853044],[106.29413360198303,10.047674568944341],[106.23530737064615,10.132972604382834],[106.0328093820057,10.271214248024528]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":811,"COUNT":151,"E":"Province","POPULATION":1264397,"LVLID":"VNP048000000000000000","NAME":"Ben Tre","OLDLVLID":"VNP055000000000000000"}},{"type":"Feature","id":"vn_admin1.49","geometry":{"type":"MultiPolygon","coordinates":[[[[105.2354876926549,10.206279138818037],[105.499979478935,10.323479092019998],[105.6870921455335,10.131615075967368],[105.90158163517725,9.933415927309225],[105.84841177223814,9.745398241767083],[105.55111304925092,9.582947341382898],[105.37712315733526,9.594260078178454],[105.33345599330443,9.697884747225748],[105.54387289770176,9.91011168951038],[105.2354876926549,10.206279138818037]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":815,"COUNT":94,"E":"Province","POPULATION":1822373,"LVLID":"VNP057000000000000000","NAME":"Can Tho","OLDLVLID":"VNP057000000000000000"}},{"type":"Feature","id":"vn_admin1.50","geometry":{"type":"MultiPolygon","coordinates":[[[[105.95633528126774,9.919614388418646],[106.13575528684525,9.958303948259449],[106.13937536261983,10.020750255370917],[106.29413360198303,10.047674568944341],[106.55342152933719,9.852416731853044],[106.52197212104554,9.76870247956593],[106.58373966394927,9.682951934655614],[106.53826246203114,9.57706471824921],[106.38305171319611,9.52660991214103],[106.30295753668358,9.584531124534276],[105.98393835904889,9.881377338049667],[105.95633528126774,9.919614388418646]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":817,"COUNT":69,"E":"Province","POPULATION":1055472,"LVLID":"VNP006000000000000000","NAME":"Tra Vinh","OLDLVLID":"VNP058000000000000000"}},{"type":"Feature","id":"vn_admin1.51","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55111304925092,9.582947341382898],[105.84841177223814,9.745398241767083],[105.90158163517725,9.933415927309225],[105.98393835904889,9.881377338049667],[106.30295753668358,9.584531124534276],[106.17467110142196,9.420496440998713],[106.1997853771081,9.375924258024222],[105.83257394072436,9.23994516174164],[105.76605504836648,9.410993742090445],[105.66129910563963,9.382259390629734],[105.54930301136363,9.449004537723514],[105.55111304925092,9.582947341382898]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":819,"COUNT":98,"E":"Province","POPULATION":1344960,"LVLID":"VNP056000000000000000","NAME":"Soc Trang","OLDLVLID":"VNP059000000000000000"}},{"type":"Feature","id":"vn_admin1.52","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37712315733526,9.594260078178454],[105.55111304925092,9.582947341382898],[105.54930301136363,9.449004537723514],[105.66129910563963,9.382259390629734],[105.76605504836648,9.410993742090445],[105.83257394072436,9.23994516174164],[105.50721963048416,9.1007984991563],[105.42101657610202,9.01007035005594],[105.39793859303909,9.063240212995053],[105.2497417410173,9.098083442325366],[105.23661896633446,9.211210810280926],[105.29793399976637,9.27637217422333],[105.26738961041838,9.396965948463956],[105.37712315733526,9.594260078178454]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":821,"COUNT":47,"E":"Province","POPULATION":873954,"LVLID":"VNP013000000000000000","NAME":"Bac Lieu","OLDLVLID":"VNP060000000000000000"}},{"type":"Feature","id":"vn_admin1.53","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26738961041838,9.396965948463956],[105.29793399976637,9.27637217422333],[105.23661896633446,9.211210810280926],[105.2497417410173,9.098083442325366],[105.39793859303909,9.063240212995053],[105.42101657610202,9.01007035005594],[105.3225957659807,8.805309814056375],[105.18820045284949,8.731777024885261],[105.1112738426397,8.627247336894323],[104.8549272268524,8.563217246631476],[104.75967398303382,8.617292128514233],[104.83637433850768,8.72747818490295],[104.7859195323995,8.813002475077353],[104.83117047958173,9.34311732131711],[104.92031484553071,9.558511829904496],[105.00810168306423,9.556023027809475],[105.26738961041838,9.396965948463956]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":823,"COUNT":70,"E":"Province","POPULATION":975031,"LVLID":"VNP008000000000000000","NAME":"Ca Mau","OLDLVLID":"VNP061000000000000000"}},{"type":"Feature","id":"vn_admin1.54","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81782145016298,21.33122450356786],[104.91216967503792,21.41199744428813],[104.89610558878823,21.606576517171693],[105.02529704299347,21.685765674740587],[105.21399349274336,21.658388851695342],[105.40268994249323,21.406567330626263],[105.44522583284451,21.27850715010057],[105.37848068575073,21.290272396367946],[105.29363515978406,21.154972064293098],[105.34906757008228,20.938898791497977],[105.13661437306175,20.9352787157234],[104.85809479315516,21.14773191274394],[104.81782145016298,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":217,"COUNT":269,"E":"Province","POPULATION":1222060,"LVLID":"VNP035000000000000000","NAME":"Phu Tho","OLDLVLID":"VNP018000000000000000"}},{"type":"Feature","id":"vn_admin1.55","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67274964061666,12.421765512859734],[108.78225693279764,12.503217217787737],[108.86710245876431,12.450499864320447],[108.90466074492555,12.670193212890144],[108.99403136561045,12.702321385389524],[109.16711623858245,12.822010140686507],[109.39223970081402,12.841015538503042],[109.19969692055366,12.64100635195761],[109.19517182583543,12.575392478543385],[109.29811773067499,12.473804102119292],[109.30286908012913,12.349816506839998],[109.20241197738459,12.395972472965866],[109.20648456263099,12.060436699609674],[109.27368221919659,11.972197352604336],[109.26712083185517,11.858843729912865],[109.19879190161001,11.809067688012417],[109.09697727045001,11.813592782730641],[109.05104755906005,11.896402016074111],[108.85533721249693,11.961337125280602],[108.79447468853684,12.156821217107812],[108.7327071456331,12.160215038146479],[108.68315735846856,12.313615749094218],[108.67274964061666,12.421765512859734]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":511,"COUNT":132,"E":"Province","POPULATION":965529,"LVLID":"VNP034000000000000000","NAME":"Khanh Hoa","OLDLVLID":"VNP037000000000000000"}},{"type":"Feature","id":"vn_admin1.56","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82180557885493,16.05383278844096],[107.87950053651227,16.19320570576221],[108.06073057997708,16.176236600568878],[108.19851971414694,16.20678098991688],[108.12770198180677,16.131438162858476],[108.25349961497335,16.048402674779094],[108.2933204484937,15.963330894076513],[108.00552442441476,15.91807994689429],[107.99556921603467,15.917174927950644],[107.99285415920373,15.917174927950644],[107.9881028097496,15.916269909007],[107.9860665171264,15.91807994689429],[107.97656381821814,15.925320098443445],[107.96819239298942,15.931655231048957],[107.96751362878169,15.93233399525669],[107.9575584204016,15.943420477316334],[107.95439085409885,15.946361788883179],[107.97860011084134,15.979621235062114],[107.98538775291867,15.985730112931714],[107.9860665171264,15.992744009744959],[107.9858402623905,15.993422773952693],[107.96434606247894,16.061977958933763],[107.83492835353778,16.052701514761406],[107.82746194725271,16.05338027896914],[107.82474689042178,16.054285297912784],[107.82452063568586,16.054511552648695],[107.82180557885493,16.05383278844096]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":501,"COUNT":48,"E":"City","POPULATION":624987,"LVLID":"VNP024000000000000000","NAME":"Da Nang city","OLDLVLID":"VNP032000000000000000"}},{"type":"Feature","id":"vn_admin1.57","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44368798242029,21.10542227712856],[106.50636054426768,21.221264701915054],[106.79347780413889,21.144338091705272],[106.94076963721703,21.16628480108865],[107.03692789997925,21.322626823603237],[107.2699702779677,21.39774339592573],[107.23603206758104,21.519242189110003],[107.36635479546584,21.595263780376136],[107.47201575713633,21.66246143694174],[107.50075010859705,21.604087715076673],[107.87474918705813,21.645492331748407],[107.9046148121984,21.497747989198444],[107.68107513311821,21.40566231168262],[107.62405893966861,21.273982055382348],[107.4285748478414,21.31900674782866],[107.37246367333545,21.273755800646434],[107.37631000384593,21.021481770105535],[107.16792939207178,20.92577601681513],[107.06724603459134,20.958356698786332],[106.78850019994884,20.932337404156552],[106.7328415349147,20.995462475475755],[106.61654660065639,21.0187667132746],[106.44368798242029,21.10542227712856]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":225,"COUNT":173,"E":"Province","POPULATION":1013573,"LVLID":"VNP014000000000000000","NAME":"Quang Ninh","OLDLVLID":"VNP022000000000000000"}},{"type":"Feature","id":"vn_admin1.58","geometry":{"type":"MultiPolygon","coordinates":[[[[106.40454591310767,20.687303525164808],[106.411333555185,20.726898103949257],[106.5009304306058,20.756537474353614],[106.48690263697931,20.86106716234455],[106.48758140118704,20.861745926552285],[106.55704160511176,20.874189937027396],[106.56699681349185,21.008811504894513],[106.61654660065639,21.0187667132746],[106.7328415349147,20.995462475475755],[106.7713048400196,20.71106027243548],[106.63283694164198,20.62440470858152],[106.47468488124011,20.59680163080036],[106.40454591310767,20.687303525164808]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":103,"COUNT":215,"E":"City","POPULATION":1553790,"LVLID":"VNP061000000000000000","NAME":"Hai Phong city","OLDLVLID":"VNP002000000000000000"}},{"type":"Feature","id":"vn_admin1.59","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"PROVINCE_C":103,"COUNT":215,"E":"City","POPULATION":1553790,"LVLID":"VNP061000000000000000","NAME":"Hai Phong city","OLDLVLID":"VNP002000000000000000"}},{"type":"Feature","id":"vn_admin1.60","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0011796517053,10.622361598158589],[107.13715874798788,10.68141408423139],[107.19213864881428,10.769653431236728],[107.3654497765222,10.724628738790415],[107.4491640288093,10.801781603736107],[107.50256014648434,10.765128336518506],[107.57383038829634,10.56444038576534],[107.51726670431856,10.497016474463827],[107.37449996595865,10.465114556700359],[107.26114634326717,10.376875209695022],[107.12313095436139,10.403120759060712],[107.00502598221578,10.502672842861605],[107.01701748321908,10.521451985942228],[107.0011796517053,10.622361598158589]]]]},"geometry_name":"the_geom","properties":{"PROVINCE_C":717,"COUNT":65,"E":"Province","POPULATION":682294,"LVLID":"VNP059000000000000000","NAME":"Ba Ria - Vung Tau","OLDLVLID":"VNP049000000000000000"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[102.15005185903495,8.563217246631476,109.46577248998514,23.390595109830883]}
\ No newline at end of file

=== added file 'resources/geojson/vn_admin2'
--- resources/geojson/vn_admin2	1970-01-01 00:00:00 +0000
+++ resources/geojson/vn_admin2	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin2.0","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80571474237578,21.0269118837674],[105.81069234656583,21.04501226264029],[105.85322823691712,21.051121140509892],[105.86137340740991,21.040034658450246],[105.84644059483978,21.02623311955967],[105.80571474237578,21.0269118837674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10101,"E":"District","POPULATION":152181,"LVLID":"VNP036005000000000000","NAME":"Ba Dinh","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.1","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79960586450618,21.09456204980483],[105.84621434010387,21.075556651988293],[105.85322823691712,21.051121140509892],[105.81069234656583,21.04501226264029],[105.79960586450618,21.04817982894305],[105.79960586450618,21.09456204980483]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10103,"E":"District","POPULATION":72413,"LVLID":"VNP036001000000000000","NAME":"Tay Ho","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.2","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84644059483978,21.02623311955967],[105.86137340740991,21.040034658450246],[105.87359116314911,21.018314203802777],[105.84553557589614,21.017861694330957],[105.84644059483978,21.02623311955967]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10105,"E":"District","POPULATION":173302,"LVLID":"VNP036004000000000000","NAME":"Hoan Kiem","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.3","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84553557589614,20.983018465000644],[105.84757186851934,20.994783711268024],[105.84553557589614,21.017861694330957],[105.87359116314911,21.018314203802777],[105.88829772098335,21.00202386281718],[105.84553557589614,20.983018465000644]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10107,"E":"District","POPULATION":292213,"LVLID":"VNP036006000000000000","NAME":"Hai Ba Trung","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.4","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80571474237578,21.0269118837674],[105.84644059483978,21.02623311955967],[105.84553557589614,21.017861694330957],[105.84757186851934,20.994783711268024],[105.81861126232272,21.00632270279949],[105.80571474237578,21.0269118837674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10109,"E":"District","POPULATION":255171,"LVLID":"VNP036002000000000000","NAME":"Dong Da","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.5","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7980220813548,20.9984037870426],[105.81861126232272,21.00632270279949],[105.84757186851934,20.994783711268024],[105.84553557589614,20.983018465000644],[105.80141590239347,20.981208427113355],[105.80028462871391,20.983244719736554],[105.7980220813548,20.9984037870426]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10111,"E":"District","POPULATION":67636,"LVLID":"VNP036007000000000000","NAME":"Thanh Xuan","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.6","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79960586450618,21.04817982894305],[105.81069234656583,21.04501226264029],[105.80571474237578,21.0269118837674],[105.81861126232272,21.00632270279949],[105.7980220813548,20.9984037870426],[105.79960586450618,21.04817982894305]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10113,"E":"District","POPULATION":66834,"LVLID":"VNP036008000000000000","NAME":"Cau Giay","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.7","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78942440139018,21.35724379819764],[105.80661976131942,21.382584328619686],[105.86182591688174,21.373081629711418],[105.8711023610541,21.32534188043417],[105.89621663674023,21.32353184254688],[105.93332241342965,21.29253494372706],[105.94146758392246,21.241175118675233],[105.90798188300761,21.222395975594612],[105.91069693983854,21.19004154835932],[105.79440200558022,21.18800525573612],[105.72946689637374,21.239591335523855],[105.78942440139018,21.35724379819764]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10115,"E":"District","POPULATION":191231,"LVLID":"VNP036012000000000000","NAME":"Soc Son","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.8","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73829083107427,21.118997561283226],[105.77720664565098,21.140265506458874],[105.79440200558022,21.18800525573612],[105.91069693983854,21.19004154835932],[105.92766604503187,21.16130719689861],[105.92042589348272,21.121938872850073],[105.92110465769045,21.116735013924117],[105.87607996524414,21.064470169928647],[105.84621434010387,21.075556651988293],[105.79960586450618,21.09456204980483],[105.74530472788751,21.10519602239265],[105.73829083107427,21.118997561283226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10117,"E":"District","POPULATION":207769,"LVLID":"VNP036009000000000000","NAME":"Dong Anh","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.9","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84621434010387,21.075556651988293],[105.87607996524414,21.064470169928647],[105.92110465769045,21.116735013924117],[105.97404826589366,21.06899526464687],[106.0075339668085,21.06695897202367],[106.02472932673774,21.038450875298867],[106.00617643839304,21.003833900704468],[106.00640269312895,20.998856296514422],[105.96612935013677,20.98595977656749],[105.96929691643952,20.962881793504554],[105.91929461980317,20.971931982941],[105.91363825140539,20.924418488399663],[105.88648768309605,20.93776751781842],[105.91273323246175,20.972837001884646],[105.88829772098335,21.00202386281718],[105.87359116314911,21.018314203802777],[105.86137340740991,21.040034658450246],[105.85322823691712,21.051121140509892],[105.84621434010387,21.075556651988293]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10119,"E":"District","POPULATION":278928,"LVLID":"VNP036011000000000000","NAME":"Gia Lam","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.10","geometry":{"type":"MultiPolygon","coordinates":[[[[105.72290550903232,21.069447774118693],[105.74530472788751,21.10519602239265],[105.79960586450618,21.09456204980483],[105.79960586450618,21.04817982894305],[105.7980220813548,20.9984037870426],[105.80028462871391,20.983244719736554],[105.7631788520245,20.978945879754246],[105.72290550903232,21.069447774118693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10121,"E":"District","POPULATION":150741,"LVLID":"VNP036003000000000000","NAME":"Tu Liem","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.11","geometry":{"type":"MultiPolygon","coordinates":[[[[105.80141590239347,20.981208427113355],[105.84553557589614,20.983018465000644],[105.88829772098335,21.00202386281718],[105.91273323246175,20.972837001884646],[105.88648768309605,20.93776751781842],[105.91363825140539,20.924418488399663],[105.9039092977612,20.902245524280374],[105.81974253600227,20.900209231657175],[105.79485451505205,20.914689534755485],[105.80141590239347,20.981208427113355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10123,"E":"District","POPULATION":171462,"LVLID":"VNP036010000000000000","NAME":"Thanh Tri","PROV_CODE":101}},{"type":"Feature","id":"vn_admin2.12","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62430437690222,20.88957525906935],[106.68380937244685,20.865139747590952],[106.68607191980595,20.85337450132357],[106.66774528619715,20.85065944449264],[106.62430437690222,20.88957525906935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10301,"E":"District","POPULATION":102502,"LVLID":"VNP061013000000000000","NAME":"Hong Bang","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.13","geometry":{"type":"MultiPolygon","coordinates":[[[[106.68380937244685,20.865139747590952],[106.72702402700587,20.864008473911394],[106.70417229867884,20.82893898984517],[106.70756611971751,20.816042469898235],[106.70190975131973,20.825318914070593],[106.69647963765786,20.83640539613024],[106.68607191980595,20.85337450132357],[106.68380937244685,20.865139747590952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10303,"E":"District","POPULATION":146137,"LVLID":"VNP061012000000000000","NAME":"Ngo Quyen","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.14","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66299393674302,20.84070423611255],[106.66774528619715,20.85065944449264],[106.68607191980595,20.85337450132357],[106.69647963765786,20.83640539613024],[106.67046034302808,20.833690339299306],[106.66299393674302,20.84070423611255]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10305,"E":"District","POPULATION":134824,"LVLID":"VNP061011000000000000","NAME":"Le Chan","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.15","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62158932007128,20.81491119621868],[106.66299393674302,20.84070423611255],[106.67046034302808,20.833690339299306],[106.68516690086231,20.813779922539126],[106.62566190531768,20.772375305867392],[106.62158932007128,20.81491119621868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10307,"E":"District","POPULATION":59741,"LVLID":"VNP061010000000000000","NAME":"Kien An","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.16","geometry":{"type":"MultiPolygon","coordinates":[[[[106.7378842543296,20.694543676713966],[106.78517149413503,20.74364095440668],[106.80576067510293,20.720336716607832],[106.7378842543296,20.694543676713966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10309,"E":"Town","POPULATION":29240,"LVLID":"VNP061009000000000000","NAME":"Do Son town","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.17","geometry":{"type":"MultiPolygon","coordinates":[[[[106.61661171588123,21.0187667132746],[106.73290665013955,20.995462475475755],[106.77340624786764,20.96627561454322],[106.77476377628311,20.914237025283665],[106.7498757553329,20.875773720178774],[106.72702402700587,20.864008473911394],[106.68380937244685,20.865139747590952],[106.62430437690222,20.88957525906935],[106.5953437707056,20.944328905159843],[106.56683567398079,21.008811504894513],[106.61661171588123,21.0187667132746]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10311,"E":"District","POPULATION":304527,"LVLID":"VNP061008000000000000","NAME":"Thuy Nguyen","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.18","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5507715877311,20.94568643357531],[106.5953437707056,20.944328905159843],[106.62430437690222,20.88957525906935],[106.66774528619715,20.85065944449264],[106.66299393674302,20.84070423611255],[106.62158932007128,20.81491119621868],[106.55099784246701,20.866044766534596],[106.5507715877311,20.94568643357531]]],[[[106.67046034302808,20.833690339299306],[106.69647963765786,20.83640539613024],[106.70190975131973,20.825318914070593],[106.68516690086231,20.813779922539126],[106.67046034302808,20.833690339299306]]],[[[106.70417229867884,20.82893898984517],[106.72702402700587,20.864008473911394],[106.7498757553329,20.875773720178774],[106.76299853001574,20.797715836289438],[106.74919699112516,20.77214905113148],[106.70756611971751,20.816042469898235],[106.70417229867884,20.82893898984517]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10313,"E":"District","POPULATION":170246,"LVLID":"VNP061001000000000000","NAME":"An Hai","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.19","geometry":{"type":"MultiPolygon","coordinates":[[[[106.48221640275003,20.856315812890415],[106.48674149746826,20.86106716234455],[106.487420261676,20.861745926552285],[106.55099784246701,20.866044766534596],[106.62158932007128,20.81491119621868],[106.62566190531768,20.772375305867392],[106.64285726524693,20.748844813332635],[106.6057514885575,20.722825518702855],[106.51276079209804,20.8011096573281],[106.48221640275003,20.856315812890415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10315,"E":"District","POPULATION":118784,"LVLID":"VNP061006000000000000","NAME":"An Lao","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.20","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6057514885575,20.722825518702855],[106.64285726524693,20.748844813332635],[106.62566190531768,20.772375305867392],[106.68516690086231,20.813779922539126],[106.70190975131973,20.825318914070593],[106.70756611971751,20.816042469898235],[106.74919699112516,20.77214905113148],[106.78517149413503,20.74364095440668],[106.7378842543296,20.694543676713966],[106.7030410249993,20.68209966623885],[106.6200055369199,20.70178382826312],[106.6057514885575,20.722825518702855]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10317,"E":"District","POPULATION":164336,"LVLID":"VNP061005000000000000","NAME":"Kien Thuy","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.21","geometry":{"type":"MultiPolygon","coordinates":[[[[106.49036157324284,20.797037072081704],[106.51276079209804,20.8011096573281],[106.6057514885575,20.722825518702855],[106.6200055369199,20.70178382826312],[106.7030410249993,20.68209966623885],[106.67543794721813,20.63526493590525],[106.63290205686684,20.62440470858152],[106.60688276223706,20.63662246432072],[106.57158702343493,20.676669552576985],[106.51660712260852,20.67712206204881],[106.52271600047813,20.761515078543656],[106.50099554583066,20.756537474353614],[106.49036157324284,20.797037072081704]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10319,"E":"District","POPULATION":130810,"LVLID":"VNP061004000000000000","NAME":"Tien Lang","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.22","geometry":{"type":"MultiPolygon","coordinates":[[[[106.41117241567395,20.726898103949257],[106.41569751039216,20.732101962875213],[106.46886737333128,20.72554057553379],[106.50099554583066,20.756537474353614],[106.52271600047813,20.761515078543656],[106.51660712260852,20.67712206204881],[106.57158702343493,20.676669552576985],[106.60688276223706,20.63662246432072],[106.52384727415767,20.600874216046762],[106.46909362806718,20.61286571705005],[106.40528979254026,20.690018581995744],[106.41117241567395,20.726898103949257]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10321,"E":"District","POPULATION":169221,"LVLID":"VNP061003000000000000","NAME":"Vinh Bao","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.23","geometry":{"type":"MultiPolygon","coordinates":[[[[106.90848032520658,20.82441389512695],[106.99807720062739,20.85925712445726],[107.04672196884827,20.84862315186944],[107.05034204462285,20.72554057553379],[106.99242083222961,20.73753207653708],[106.95576756501201,20.79024943000437],[106.90848032520658,20.82441389512695]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10323,"E":"District","POPULATION":23280,"LVLID":"VNP061007000000000000","NAME":"Cat Hai","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.24","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10325,"E":"District","POPULATION":142,"LVLID":"VNP061002000000000000","NAME":"Bach Long Vi","PROV_CODE":103}},{"type":"Feature","id":"vn_admin2.25","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7631788520245,20.978945879754246],[105.80028462871391,20.983244719736554],[105.80141590239347,20.981208427113355],[105.79485451505205,20.914689534755485],[105.76204757834493,20.953152839860376],[105.7631788520245,20.978945879754246]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10501,"E":"Town","POPULATION":64277,"LVLID":"VNP012007000000000000","NAME":"Ha Dong town","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.26","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4785503942483,21.170131131599142],[105.51904999197639,21.15316202640581],[105.50456968887808,21.095919578220293],[105.52877894562057,21.085738115104295],[105.53805538979293,21.049763612094424],[105.4744778090019,21.017635439595047],[105.46814267639638,21.064470169928647],[105.41859288923186,21.13325160964563],[105.4785503942483,21.170131131599142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10503,"E":"Town","POPULATION":101319,"LVLID":"VNP012014000000000000","NAME":"Son Tay town","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.27","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44891102384395,21.26266931858679],[105.44891102384395,21.261538044907233],[105.4785503942483,21.170131131599142],[105.41859288923186,21.13325160964563],[105.46814267639638,21.064470169928647],[105.4744778090019,21.017635439595047],[105.47425155426599,21.017409184859133],[105.3970986893203,21.011979071197267],[105.32266088120554,21.010169033309978],[105.29822536972713,21.051799904717626],[105.32447091909283,21.112436173941806],[105.29370027500892,21.154972064293098],[105.30569177601221,21.188910274679763],[105.35116897793034,21.20633188934492],[105.37854580097559,21.290272396367946],[105.40366007666172,21.301811387899413],[105.44891102384395,21.26266931858679]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10505,"E":"District","POPULATION":191058,"LVLID":"VNP012002000000000000","NAME":"Ba Vi","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.28","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50456968887808,21.095919578220293],[105.51904999197639,21.15316202640581],[105.54280673924706,21.15316202640581],[105.63014106730876,21.16990487686323],[105.63172485046013,21.168094838975943],[105.62719975574191,21.132799100173806],[105.66656807979044,21.06650646255185],[105.65050399354075,21.06107634888998],[105.65457657878716,21.041618441601624],[105.63828623780155,21.04207095107345],[105.57832873278511,21.07895047302696],[105.52877894562057,21.085738115104295],[105.50456968887808,21.095919578220293]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10507,"E":"District","POPULATION":130421,"LVLID":"VNP012003000000000000","NAME":"Phuc Tho","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.29","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62719975574191,21.132799100173806],[105.63172485046013,21.168094838975943],[105.73829083107427,21.118997561283226],[105.74530472788751,21.10519602239265],[105.72290550903232,21.069447774118693],[105.68919355338156,21.08709564351976],[105.66656807979044,21.06650646255185],[105.62719975574191,21.132799100173806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10509,"E":"District","POPULATION":120532,"LVLID":"VNP012004000000000000","NAME":"Dan Phuong","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.30","geometry":{"type":"MultiPolygon","coordinates":[[[[105.47425155426599,21.017409184859133],[105.4744778090019,21.017635439595047],[105.53805538979293,21.049763612094424],[105.52877894562057,21.085738115104295],[105.57832873278511,21.07895047302696],[105.63828623780155,21.04207095107345],[105.62946230310102,21.00202386281718],[105.586247648542,21.00066633440171],[105.52810018141284,20.9698956903178],[105.47425155426599,21.017409184859133]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10511,"E":"District","POPULATION":118481,"LVLID":"VNP012005000000000000","NAME":"Thach That","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.31","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65050399354075,21.06107634888998],[105.66656807979044,21.06650646255185],[105.68919355338156,21.08709564351976],[105.72290550903232,21.069447774118693],[105.7631788520245,20.978945879754246],[105.76204757834493,20.953152839860376],[105.7285618774301,20.938446282026153],[105.72969315110964,20.9495327640858],[105.66950939135728,20.979624643961976],[105.6819534018324,21.015599146971844],[105.65457657878716,21.041618441601624],[105.65050399354075,21.06107634888998]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10513,"E":"District","POPULATION":160816,"LVLID":"VNP012006000000000000","NAME":"Hoai Duc","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.32","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52810018141284,20.9698956903178],[105.586247648542,21.00066633440171],[105.62946230310102,21.00202386281718],[105.63828623780155,21.04207095107345],[105.65457657878716,21.041618441601624],[105.6819534018324,21.015599146971844],[105.66950939135728,20.979624643961976],[105.72969315110964,20.9495327640858],[105.63670245465018,20.951116547237177],[105.57764996857738,20.911295713716818],[105.51135733095542,20.922834705248285],[105.52810018141284,20.9698956903178]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10515,"E":"District","POPULATION":127169,"LVLID":"VNP012001000000000000","NAME":"Quoc Oai","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.33","geometry":{"type":"MultiPolygon","coordinates":[[[[105.57764996857738,20.911295713716818],[105.63670245465018,20.951116547237177],[105.72969315110964,20.9495327640858],[105.7285618774301,20.938446282026153],[105.71023524382129,20.928264818910154],[105.73851708581017,20.90744938320633],[105.75639120994715,20.851111953964462],[105.73783832160244,20.80676602572588],[105.71317655538813,20.807444789933616],[105.65276654089986,20.81061235623637],[105.65254028616395,20.790928194212103],[105.64032253042475,20.833237829827482],[105.596429111658,20.82690269722197],[105.56045460864813,20.7950007794585],[105.5600020991763,20.79613205313806],[105.59009397905248,20.854053265531306],[105.55932333496857,20.881882598048374],[105.57764996857738,20.911295713716818]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10517,"E":"District","POPULATION":238666,"LVLID":"VNP012008000000000000","NAME":"Chuong My","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.34","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71023524382129,20.928264818910154],[105.7285618774301,20.938446282026153],[105.76204757834493,20.953152839860376],[105.79485451505205,20.914689534755485],[105.81974253600227,20.900209231657175],[105.81793249811498,20.89387409905166],[105.8364853864597,20.79816834576126],[105.80775103499899,20.77803167426517],[105.74123214264111,20.789344411060725],[105.73783832160244,20.80676602572588],[105.75639120994715,20.851111953964462],[105.73851708581017,20.90744938320633],[105.71023524382129,20.928264818910154]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10519,"E":"District","POPULATION":180699,"LVLID":"VNP012009000000000000","NAME":"Thanh Oai","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.35","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81793249811498,20.89387409905166],[105.81974253600227,20.900209231657175],[105.9039092977612,20.902245524280374],[105.90074173145845,20.89342158957984],[105.93716874394015,20.869891097045084],[105.91567454402859,20.824187640391038],[105.9301548471269,20.786855608965702],[105.92314095031365,20.762872606959125],[105.8364853864597,20.79816834576126],[105.81793249811498,20.89387409905166]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10521,"E":"District","POPULATION":185614,"LVLID":"VNP012010000000000000","NAME":"Thuong Tin","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.36","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65254028616395,20.790928194212103],[105.65276654089986,20.81061235623637],[105.71317655538813,20.807444789933616],[105.73014566058147,20.76988650377237],[105.69937501649756,20.74590350176579],[105.73580202897925,20.726671849213343],[105.74553098262342,20.6911498556753],[105.74598349209525,20.690244836731654],[105.81725373390725,20.615580773880986],[105.7980220813548,20.56467345830098],[105.7753966077637,20.561505891998227],[105.7493773131339,20.594991592913072],[105.7145340838036,20.59680163080036],[105.67335572186778,20.676669552576985],[105.68670475128653,20.693864912506232],[105.65502908825897,20.756989983825434],[105.65254028616395,20.790928194212103]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10523,"E":"District","POPULATION":152977,"LVLID":"VNP012011000000000000","NAME":"My Duc","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.37","geometry":{"type":"MultiPolygon","coordinates":[[[[105.69937501649756,20.74590350176579],[105.73014566058147,20.76988650377237],[105.71317655538813,20.807444789933616],[105.73783832160244,20.80676602572588],[105.74123214264111,20.789344411060725],[105.80775103499899,20.77803167426517],[105.79372324137249,20.75789500276908],[105.88988150413472,20.694543676713966],[105.91069693983854,20.6646780515737],[105.89644289147614,20.645446399021253],[105.8367116411956,20.642052577982586],[105.81725373390725,20.615580773880986],[105.74598349209525,20.690244836731654],[105.74553098262342,20.6911498556753],[105.73580202897925,20.726671849213343],[105.69937501649756,20.74590350176579]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10525,"E":"District","POPULATION":181291,"LVLID":"VNP012012000000000000","NAME":"Ung Hoa","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.38","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79372324137249,20.75789500276908],[105.80775103499899,20.77803167426517],[105.8364853864597,20.79816834576126],[105.92314095031365,20.762872606959125],[105.9301548471269,20.786855608965702],[105.97223822800636,20.753822417522677],[105.9665818596086,20.724861811326054],[106.00640269312895,20.7033676114145],[105.91069693983854,20.6646780515737],[105.88988150413472,20.694543676713966],[105.79372324137249,20.75789500276908]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10527,"E":"District","POPULATION":170877,"LVLID":"VNP012013000000000000","NAME":"Phu Xuyen","PROV_CODE":105}},{"type":"Feature","id":"vn_admin2.39","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2903523866974,20.958809208258156],[106.35619251484754,20.956320406163133],[106.35076240118568,20.918083355794153],[106.3491786180343,20.912200732660462],[106.3491786180343,20.911521968452732],[106.3430697401647,20.90925942109362],[106.27270451729633,20.916273317906864],[106.2903523866974,20.958809208258156]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10701,"E":"City","POPULATION":106132,"LVLID":"VNP005009000000000000","NAME":"Hai Duong city","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.40","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29985508560567,21.10519602239265],[106.30370141611616,21.11922381601914],[106.32881569180229,21.188684019943853],[106.34849985382657,21.162212215842253],[106.42791526613136,21.227373579784654],[106.50642565949252,21.221264701915054],[106.47656003435226,21.116282504452293],[106.44375309764514,21.10542227712856],[106.45823340074345,21.064017660456827],[106.43153534190594,21.05926631100269],[106.41343496303305,21.01401536382047],[106.37632918634363,21.02193427957736],[106.3451060327879,21.08279680353745],[106.31410913396807,21.057908782587226],[106.29985508560567,21.10519602239265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10703,"E":"District","POPULATION":140705,"LVLID":"VNP005006000000000000","NAME":"Chi Linh","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.41","geometry":{"type":"MultiPolygon","coordinates":[[[[106.31410913396807,21.057908782587226],[106.3451060327879,21.08279680353745],[106.37632918634363,21.02193427957736],[106.41343496303305,21.01401536382047],[106.40800484937118,21.003607645968557],[106.4123036893535,20.9963674944194],[106.41320870829715,20.99568873021167],[106.39080948944193,20.971705728205087],[106.39080948944193,20.971253218733267],[106.35076240118568,20.918083355794153],[106.35619251484754,20.956320406163133],[106.2903523866974,20.958809208258156],[106.27745586675047,20.989127342870244],[106.31410913396807,21.057908782587226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10705,"E":"District","POPULATION":139743,"LVLID":"VNP005004000000000000","NAME":"Nam Sach","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.42","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3491786180343,20.912200732660462],[106.35076240118568,20.918083355794153],[106.39080948944193,20.971253218733267],[106.4894565542992,20.939351300969797],[106.48221640275003,20.856315812890415],[106.51276079209804,20.8011096573281],[106.49036157324284,20.797037072081704],[106.44556313553244,20.811969884651838],[106.40121720729385,20.851338208700373],[106.38718941366736,20.88912274959753],[106.3491786180343,20.911521968452732],[106.3491786180343,20.912200732660462]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10707,"E":"District","POPULATION":154385,"LVLID":"VNP005001000000000000","NAME":"Thanh Ha","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.43","geometry":{"type":"MultiPolygon","coordinates":[[[[106.40800484937118,21.003607645968557],[106.41343496303305,21.01401536382047],[106.43153534190594,21.05926631100269],[106.45823340074345,21.064017660456827],[106.53606502989687,21.04501226264029],[106.58086346760729,21.053836197340825],[106.61661171588123,21.0187667132746],[106.56683567398079,21.008811504894513],[106.5953437707056,20.944328905159843],[106.5507715877311,20.94568643357531],[106.51570210366488,20.98052966290562],[106.41705503880763,20.99591498494758],[106.4166025293358,20.99591498494758],[106.41388747250487,20.99568873021167],[106.4123036893535,20.9963674944194],[106.40800484937118,21.003607645968557]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10709,"E":"District","POPULATION":237425,"LVLID":"VNP005005000000000000","NAME":"Kinh Mon","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.44","geometry":{"type":"MultiPolygon","coordinates":[[[[106.39080948944193,20.971705728205087],[106.41320870829715,20.99568873021167],[106.41388747250487,20.99568873021167],[106.4166025293358,20.99591498494758],[106.41705503880763,20.99591498494758],[106.51570210366488,20.98052966290562],[106.5507715877311,20.94568643357531],[106.55099784246701,20.866044766534596],[106.487420261676,20.861745926552285],[106.48674149746826,20.86106716234455],[106.48221640275003,20.856315812890415],[106.4894565542992,20.939351300969797],[106.39080948944193,20.971253218733267],[106.39080948944193,20.971705728205087]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10711,"E":"District","POPULATION":127523,"LVLID":"VNP005002000000000000","NAME":"Kim Thanh","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.45","geometry":{"type":"MultiPolygon","coordinates":[[[[106.24442267530745,20.898851703241707],[106.27270451729633,20.916273317906864],[106.3430697401647,20.90925942109362],[106.34872610856247,20.847718132925795],[106.3104890581935,20.82283011197557],[106.3206705213095,20.795227034194415],[106.2903523866974,20.779162947944723],[106.26320181838807,20.778484183736992],[106.25437788368754,20.839346707697082],[106.24442267530745,20.898851703241707]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10713,"E":"District","POPULATION":154412,"LVLID":"VNP005003000000000000","NAME":"Gia Loc","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.46","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3104890581935,20.82283011197557],[106.34872610856247,20.847718132925795],[106.3430697401647,20.90925942109362],[106.3491786180343,20.911521968452732],[106.38718941366736,20.88912274959753],[106.40121720729385,20.851338208700373],[106.44556313553244,20.811969884651838],[106.49036157324284,20.797037072081704],[106.50099554583066,20.756537474353614],[106.46886737333128,20.72554057553379],[106.41569751039216,20.732101962875213],[106.39782338625518,20.784593061606593],[106.35030989171385,20.80902857308499],[106.3206705213095,20.795227034194415],[106.3104890581935,20.82283011197557]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10715,"E":"District","POPULATION":163673,"LVLID":"VNP005010000000000000","NAME":"Tu Ky","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.47","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13061654314416,20.981434681849265],[106.14509684624247,21.00021382492989],[106.17518872611865,20.970574454525533],[106.25188908159251,20.994783711268024],[106.27745586675047,20.989127342870244],[106.2903523866974,20.958809208258156],[106.27270451729633,20.916273317906864],[106.24442267530745,20.898851703241707],[106.15731460198167,20.931432385212908],[106.13061654314416,20.981434681849265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10717,"E":"District","POPULATION":115919,"LVLID":"VNP005011000000000000","NAME":"Cam Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.48","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14260804414744,20.89319533484393],[106.15731460198167,20.931432385212908],[106.24442267530745,20.898851703241707],[106.25437788368754,20.839346707697082],[106.143739317827,20.818305017257348],[106.14260804414744,20.89319533484393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10719,"E":"District","POPULATION":105995,"LVLID":"VNP005012000000000000","NAME":"Binh Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.49","geometry":{"type":"MultiPolygon","coordinates":[[[[106.143739317827,20.818305017257348],[106.25437788368754,20.839346707697082],[106.26320181838807,20.778484183736992],[106.2903523866974,20.779162947944723],[106.265916875219,20.727350613421077],[106.26908444152176,20.70201008299903],[106.2536991194798,20.692959893562588],[106.27474080991954,20.682325920974765],[106.23265742904006,20.702915101942676],[106.22134469224451,20.74590350176579],[106.15505205462256,20.7807467310961],[106.143739317827,20.818305017257348]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10721,"E":"District","POPULATION":130541,"LVLID":"VNP005007000000000000","NAME":"Thanh Mien","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.50","geometry":{"type":"MultiPolygon","coordinates":[[[[106.265916875219,20.727350613421077],[106.2903523866974,20.779162947944723],[106.3206705213095,20.795227034194415],[106.35030989171385,20.80902857308499],[106.39782338625518,20.784593061606593],[106.41569751039216,20.732101962875213],[106.41117241567395,20.726898103949257],[106.30619021821119,20.68775603463663],[106.26908444152176,20.70201008299903],[106.265916875219,20.727350613421077]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10723,"E":"District","POPULATION":145664,"LVLID":"VNP005008000000000000","NAME":"Ninh Giang","PROV_CODE":107}},{"type":"Feature","id":"vn_admin2.51","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03694708247694,20.677800826256544],[106.07608915178957,20.68323093991841],[106.09532080434202,20.647482691644452],[106.04328221508246,20.63051358645112],[106.03694708247694,20.677800826256544]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10901,"E":"Town","POPULATION":37124,"LVLID":"VNP037003000000000000","NAME":"Hung Yen town","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.52","geometry":{"type":"MultiPolygon","coordinates":[[[[105.96612935013677,20.98595977656749],[106.00640269312895,20.998856296514422],[106.09124821909562,21.003381391232644],[106.13061654314416,20.981434681849265],[106.15731460198167,20.931432385212908],[106.14260804414744,20.89319533484393],[106.08061424650779,20.873963682291485],[106.04260345087472,20.831880301412017],[106.0278968930405,20.875999974914684],[105.98762355004833,20.91355826107593],[105.96929691643952,20.962881793504554],[105.96612935013677,20.98595977656749]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10903,"E":"District","POPULATION":260512,"LVLID":"VNP037002000000000000","NAME":"My Van","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.53","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90074173145845,20.89342158957984],[105.9039092977612,20.902245524280374],[105.91363825140539,20.924418488399663],[105.91929461980317,20.971931982941],[105.96929691643952,20.962881793504554],[105.98762355004833,20.91355826107593],[106.0278968930405,20.875999974914684],[106.04260345087472,20.831880301412017],[106.03898337510014,20.819210036200992],[106.04577101717749,20.80676602572588],[106.01997797728362,20.75812125750499],[105.97223822800636,20.753822417522677],[105.9301548471269,20.786855608965702],[105.91567454402859,20.824187640391038],[105.93716874394015,20.869891097045084],[105.90074173145845,20.89342158957984]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10905,"E":"District","POPULATION":277528,"LVLID":"VNP037001000000000000","NAME":"Chau Giang","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.54","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03898337510014,20.819210036200992],[106.04260345087472,20.831880301412017],[106.08061424650779,20.873963682291485],[106.14260804414744,20.89319533484393],[106.143739317827,20.818305017257348],[106.15505205462256,20.7807467310961],[106.153920780943,20.739794623896188],[106.12111384423588,20.730744434459744],[106.12111384423588,20.729386906044276],[106.10346597483482,20.724409301854234],[106.09011694541606,20.765135154318234],[106.04577101717749,20.80676602572588],[106.03898337510014,20.819210036200992]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10907,"E":"District","POPULATION":123357,"LVLID":"VNP037004000000000000","NAME":"An Thi","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.55","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9665818596086,20.724861811326054],[105.97223822800636,20.753822417522677],[106.01997797728362,20.75812125750499],[106.04577101717749,20.80676602572588],[106.09011694541606,20.765135154318234],[106.10346597483482,20.724409301854234],[106.07608915178957,20.68323093991841],[106.03694708247694,20.677800826256544],[106.00640269312895,20.7033676114145],[105.9665818596086,20.724861811326054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10909,"E":"District","POPULATION":118066,"LVLID":"VNP037007000000000000","NAME":"Kim Dong","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.56","geometry":{"type":"MultiPolygon","coordinates":[[[[106.12111384423588,20.730744434459744],[106.153920780943,20.739794623896188],[106.15505205462256,20.7807467310961],[106.22134469224451,20.74590350176579],[106.23265742904006,20.702915101942676],[106.27474080991954,20.682325920974765],[106.25664043104665,20.672370712594674],[106.19396786919927,20.65132902215494],[106.2027918038998,20.672596967330588],[106.12111384423588,20.729386906044276],[106.12111384423588,20.730744434459744]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10911,"E":"District","POPULATION":82725,"LVLID":"VNP037006000000000000","NAME":"Phu Cu","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.57","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04328221508246,20.63051358645112],[106.09532080434202,20.647482691644452],[106.07608915178957,20.68323093991841],[106.10346597483482,20.724409301854234],[106.12111384423588,20.729386906044276],[106.2027918038998,20.672596967330588],[106.19396786919927,20.65132902215494],[106.11545747583811,20.637527483264364],[106.12722272210549,20.61512826440916],[106.05142738557525,20.617617066504184],[106.04328221508246,20.63051358645112]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":10913,"E":"District","POPULATION":123424,"LVLID":"VNP037005000000000000","NAME":"Tien Lu","PROV_CODE":109}},{"type":"Feature","id":"vn_admin2.58","geometry":{"type":"MultiPolygon","coordinates":[[[[105.91250697772583,20.5121823595696],[105.91454327034903,20.547704353107648],[105.94078881971473,20.548609372051292],[105.91250697772583,20.5121823595696]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11101,"E":"Town","POPULATION":33200,"LVLID":"VNP016006000000000000","NAME":"Phu Ly town","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.59","geometry":{"type":"MultiPolygon","coordinates":[[[[105.89644289147614,20.645446399021253],[105.91069693983854,20.6646780515737],[106.00640269312895,20.7033676114145],[106.03694708247694,20.677800826256544],[106.04328221508246,20.63051358645112],[106.05142738557525,20.617617066504184],[105.9993887963157,20.62440470858152],[105.98536100268922,20.59680163080036],[106.00979651416762,20.561958401470047],[105.96115174594672,20.543631767861246],[105.94078881971473,20.548609372051292],[105.91454327034903,20.547704353107648],[105.92924982818326,20.594312828705338],[105.89644289147614,20.645446399021253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11103,"E":"District","POPULATION":137280,"LVLID":"VNP016005000000000000","NAME":"Duy Tien","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.60","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7753966077637,20.561505891998227],[105.7980220813548,20.56467345830098],[105.81725373390725,20.615580773880986],[105.8367116411956,20.642052577982586],[105.89644289147614,20.645446399021253],[105.92924982818326,20.594312828705338],[105.91454327034903,20.547704353107648],[105.91250697772583,20.5121823595696],[105.87042359684636,20.50584722696409],[105.85616954848396,20.475302837616088],[105.80933481815036,20.49951209435858],[105.7753966077637,20.561505891998227]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11105,"E":"District","POPULATION":147970,"LVLID":"VNP016002000000000000","NAME":"Kim Bang","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.61","geometry":{"type":"MultiPolygon","coordinates":[[[[105.98536100268922,20.59680163080036],[105.9993887963157,20.62440470858152],[106.05142738557525,20.617617066504184],[106.12722272210549,20.61512826440916],[106.13717793048558,20.573044883529693],[106.18333389661144,20.520780039534223],[106.1824288776678,20.49973834909449],[106.18718022712193,20.482995498637067],[106.1521107430557,20.46557388397191],[106.14283429888336,20.492950707017155],[106.14600186518611,20.51806498270329],[106.10097717273979,20.528925210027026],[106.10007215379615,20.529603974234757],[106.04124592245925,20.52983022897067],[106.00979651416762,20.561958401470047],[105.98536100268922,20.59680163080036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11107,"E":"District","POPULATION":365848,"LVLID":"VNP016004000000000000","NAME":"Ly Nhan","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.62","geometry":{"type":"MultiPolygon","coordinates":[[[[105.85616954848396,20.475302837616088],[105.87042359684636,20.50584722696409],[105.91250697772583,20.5121823595696],[105.94078881971473,20.548609372051292],[105.96115174594672,20.543631767861246],[105.99508995633339,20.514671161664623],[105.9873972953124,20.43751829671893],[105.9283448092396,20.39136233059306],[105.9405625649788,20.36511678122737],[105.90662435459214,20.37077314962515],[105.86182591688174,20.423943012564266],[105.85616954848396,20.475302837616088]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11109,"E":"District","POPULATION":139180,"LVLID":"VNP016001000000000000","NAME":"Thanh Liem","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.63","geometry":{"type":"MultiPolygon","coordinates":[[[[105.96115174594672,20.543631767861246],[106.00979651416762,20.561958401470047],[106.04124592245925,20.52983022897067],[106.10007215379615,20.529603974234757],[106.10097717273979,20.528925210027026],[106.14600186518611,20.51806498270329],[106.14283429888336,20.492950707017155],[106.10414473904255,20.48412677231662],[106.10459724851437,20.452451109289065],[106.04758105506477,20.460596279781864],[106.02472932673774,20.41149900208915],[106.03174322355099,20.399960010557685],[105.99508995633339,20.401543793709063],[105.9873972953124,20.43751829671893],[105.99508995633339,20.514671161664623],[105.96115174594672,20.543631767861246]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11111,"E":"District","POPULATION":145434,"LVLID":"VNP016003000000000000","NAME":"Binh Luc","PROV_CODE":111}},{"type":"Feature","id":"vn_admin2.64","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2152358143749,20.42688432413111],[106.22043967330086,20.41308278524053],[106.17360494296726,20.401543793709063],[106.133557854711,20.41285653050462],[106.14690688412975,20.447926014570843],[106.18989528395286,20.456071185063642],[106.2152358143749,20.42688432413111]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11301,"E":"City","POPULATION":220218,"LVLID":"VNP055002000000000000","NAME":"Nam Dinh city","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.65","geometry":{"type":"MultiPolygon","coordinates":[[[[106.02472932673774,20.41149900208915],[106.04758105506477,20.460596279781864],[106.10482350325029,20.408105181050487],[106.133557854711,20.41285653050462],[106.17360494296726,20.401543793709063],[106.15143197884798,20.308779351985503],[106.14713313886567,20.303122983587727],[106.05957255606806,20.31601950353466],[106.07201656654317,20.35855539388595],[106.03174322355099,20.399960010557685],[106.02472932673774,20.41149900208915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11303,"E":"District","POPULATION":125684,"LVLID":"VNP055007000000000000","NAME":"Vu Ban","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.66","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04758105506477,20.460596279781864],[106.10459724851437,20.452451109289065],[106.10414473904255,20.48412677231662],[106.14283429888336,20.492950707017155],[106.1521107430557,20.46557388397191],[106.18718022712193,20.482995498637067],[106.22745357011411,20.468515195538757],[106.2152358143749,20.42688432413111],[106.18989528395286,20.456071185063642],[106.14690688412975,20.447926014570843],[106.133557854711,20.41285653050462],[106.10482350325029,20.408105181050487],[106.04758105506477,20.460596279781864]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11305,"E":"District","POPULATION":61397,"LVLID":"VNP055008000000000000","NAME":"My Loc","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.67","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9283448092396,20.39136233059306],[105.9873972953124,20.43751829671893],[105.99508995633339,20.401543793709063],[106.03174322355099,20.399960010557685],[106.07201656654317,20.35855539388595],[106.05957255606806,20.31601950353466],[106.14713313886567,20.303122983587727],[106.1398929873165,20.266469716370125],[106.10256095589118,20.249048101704968],[106.05323742346255,20.214431127110565],[106.02902816672005,20.24746431855359],[106.02834940251232,20.24746431855359],[106.02156176043499,20.24746431855359],[105.99871003210797,20.252441922743635],[105.9871710405765,20.268053499521503],[105.98784980478423,20.270089792144702],[105.94078881971473,20.325069692971105],[105.9405625649788,20.36511678122737],[105.9283448092396,20.39136233059306]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11307,"E":"District","POPULATION":231655,"LVLID":"VNP055004000000000000","NAME":"Y Yen","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.68","geometry":{"type":"MultiPolygon","coordinates":[[[[106.15143197884798,20.308779351985503],[106.17360494296726,20.401543793709063],[106.22043967330086,20.41308278524053],[106.2781346309582,20.401091284237243],[106.26908444152176,20.323938419291547],[106.24713773213838,20.264433423746922],[106.1803925850446,20.24927435644088],[106.15143197884798,20.308779351985503]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11309,"E":"District","POPULATION":201578,"LVLID":"VNP055005000000000000","NAME":"Nam Truc","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.69","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1803925850446,20.24927435644088],[106.24713773213838,20.264433423746922],[106.26908444152176,20.323938419291547],[106.30460643505981,20.340907524484884],[106.32723190865092,20.270542301616523],[106.29985508560567,20.243165478571278],[106.24600645845882,20.2354728175503],[106.24487518477926,20.15673616945323],[106.18197636819598,20.139993318995806],[106.20233929442797,20.2069647208255],[106.1803925850446,20.24927435644088]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11311,"E":"District","POPULATION":182361,"LVLID":"VNP055003000000000000","NAME":"Truc Ninh","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.70","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29985508560567,20.243165478571278],[106.32723190865092,20.270542301616523],[106.30460643505981,20.340907524484884],[106.34465352331607,20.373714461191994],[106.38718941366736,20.341586288692618],[106.43651294609599,20.297692869925857],[106.37632918634363,20.274841141598834],[106.36886278005856,20.237282855437588],[106.36863652532266,20.236830345965767],[106.29985508560567,20.243165478571278]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11313,"E":"District","POPULATION":173191,"LVLID":"VNP055001000000000000","NAME":"Xuan Truong","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.71","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36886278005856,20.237282855437588],[106.37632918634363,20.274841141598834],[106.43651294609599,20.297692869925857],[106.4998642721511,20.303122983587727],[106.53538626568914,20.311720663552347],[106.56525189082942,20.28004500052479],[106.54783027616426,20.23524656281439],[106.38108053579776,20.18841183248079],[106.36049135482985,20.175967822005674],[106.36863652532266,20.236830345965767],[106.36886278005856,20.237282855437588]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11315,"E":"District","POPULATION":190912,"LVLID":"VNP055009000000000000","NAME":"Giao Thuy","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.72","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1174937684613,20.030486026814824],[106.1579933661894,20.10831765596825],[106.16681730088993,20.121666685387005],[106.16930610298495,20.150853546319542],[106.1679485745695,20.170537708343808],[106.15686209250984,20.2212187691879],[106.11025361691215,20.2151098913183],[106.10256095589118,20.249048101704968],[106.1398929873165,20.266469716370125],[106.14713313886567,20.303122983587727],[106.15143197884798,20.308779351985503],[106.1803925850446,20.24927435644088],[106.20233929442797,20.2069647208255],[106.18197636819598,20.139993318995806],[106.21138948386442,20.08614469184896],[106.20143427548433,20.009896845846914],[106.17405745243909,19.937721585091264],[106.12496017474638,19.892696892644953],[106.07903046335642,19.894054421060417],[106.10980110744033,19.943604208224954],[106.1174937684613,20.030486026814824]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11317,"E":"District","POPULATION":197844,"LVLID":"VNP055006000000000000","NAME":"Nghia Hung","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.73","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18197636819598,20.139993318995806],[106.24487518477926,20.15673616945323],[106.24600645845882,20.2354728175503],[106.29985508560567,20.243165478571278],[106.36863652532266,20.236830345965767],[106.36863652532266,20.236830345965767],[106.36049135482985,20.175967822005674],[106.31818171921446,20.119177883291986],[106.20143427548433,20.009896845846914],[106.21138948386442,20.08614469184896],[106.18197636819598,20.139993318995806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11319,"E":"District","POPULATION":275367,"LVLID":"VNP055010000000000000","NAME":"Hai Hau","PROV_CODE":113}},{"type":"Feature","id":"vn_admin2.74","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33605584335145,20.481411715485688],[106.37565042213589,20.477112875503376],[106.36795776111492,20.42507428624382],[106.32225430446087,20.395661170575373],[106.29985508560567,20.442269646173067],[106.33605584335145,20.481411715485688]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11501,"E":"Town","POPULATION":133471,"LVLID":"VNP025008000000000000","NAME":"Thai Binh town","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.75","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2536991194798,20.692959893562588],[106.26908444152176,20.70201008299903],[106.30619021821119,20.68775603463663],[106.41117241567395,20.726898103949257],[106.40528979254026,20.690018581995744],[106.46909362806718,20.61286571705005],[106.44239556922967,20.56580473198054],[106.40008593361429,20.601326725518582],[106.38537937578008,20.587977696099827],[106.3188604834222,20.607435603388183],[106.25664043104665,20.672370712594674],[106.27474080991954,20.682325920974765],[106.2536991194798,20.692959893562588]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11503,"E":"District","POPULATION":337529,"LVLID":"VNP025003000000000000","NAME":"Quynh Phu","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.76","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11545747583811,20.637527483264364],[106.19396786919927,20.65132902215494],[106.25664043104665,20.672370712594674],[106.3188604834222,20.607435603388183],[106.2475902416102,20.541595475238047],[106.23989758058923,20.51761247323147],[106.24080259953287,20.51580243534418],[106.18333389661144,20.520780039534223],[106.13717793048558,20.573044883529693],[106.12722272210549,20.61512826440916],[106.11545747583811,20.637527483264364]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11505,"E":"District","POPULATION":243687,"LVLID":"VNP025007000000000000","NAME":"Hung Ha","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.77","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44239556922967,20.56580473198054],[106.46909362806718,20.61286571705005],[106.52384727415767,20.600874216046762],[106.60688276223706,20.63662246432072],[106.63290205686684,20.62440470858152],[106.62566190531768,20.589335224515295],[106.58357852443821,20.56263716567778],[106.59240245913875,20.470551488161956],[106.51479708472124,20.441590881965332],[106.48674149746826,20.450414816665866],[106.46637857123625,20.49973834909449],[106.43922800292692,20.49159317860169],[106.44239556922967,20.56580473198054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11507,"E":"District","POPULATION":267837,"LVLID":"VNP025001000000000000","NAME":"Thai Thuy","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.78","geometry":{"type":"MultiPolygon","coordinates":[[[[106.23989758058923,20.51761247323147],[106.2475902416102,20.541595475238047],[106.3188604834222,20.607435603388183],[106.38537937578008,20.587977696099827],[106.40008593361429,20.601326725518582],[106.44239556922967,20.56580473198054],[106.43922800292692,20.49159317860169],[106.37565042213589,20.477112875503376],[106.33605584335145,20.481411715485688],[106.33922340965421,20.506525991171824],[106.29306744352833,20.49362947122489],[106.24080259953287,20.51580243534418],[106.23989758058923,20.51761247323147]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11509,"E":"District","POPULATION":245047,"LVLID":"VNP025006000000000000","NAME":"Dong Hung","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.79","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1824288776678,20.49973834909449],[106.18333389661144,20.520780039534223],[106.24080259953287,20.51580243534418],[106.29306744352833,20.49362947122489],[106.33922340965421,20.506525991171824],[106.33605584335145,20.481411715485688],[106.29985508560567,20.442269646173067],[106.32225430446087,20.395661170575373],[106.36795776111492,20.42507428624382],[106.36049135482985,20.379370829589774],[106.38718941366736,20.341586288692618],[106.34465352331607,20.373714461191994],[106.30460643505981,20.340907524484884],[106.26908444152176,20.323938419291547],[106.2781346309582,20.401091284237243],[106.22043967330086,20.41308278524053],[106.2152358143749,20.42688432413111],[106.22745357011411,20.468515195538757],[106.18718022712193,20.482995498637067],[106.1824288776678,20.49973834909449]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11511,"E":"District","POPULATION":225056,"LVLID":"VNP025002000000000000","NAME":"Vu Thu","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.80","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36049135482985,20.379370829589774],[106.36795776111492,20.42507428624382],[106.37565042213589,20.477112875503376],[106.43922800292692,20.49159317860169],[106.46637857123625,20.49973834909449],[106.48674149746826,20.450414816665866],[106.46547355229261,20.376203263287017],[106.47904883644728,20.30629054989048],[106.4998642721511,20.303122983587727],[106.43651294609599,20.297692869925857],[106.38718941366736,20.341586288692618],[106.36049135482985,20.379370829589774]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11513,"E":"District","POPULATION":233171,"LVLID":"VNP025004000000000000","NAME":"Kien Xuong","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.81","geometry":{"type":"MultiPolygon","coordinates":[[[[106.46547355229261,20.376203263287017],[106.48674149746826,20.450414816665866],[106.51479708472124,20.441590881965332],[106.59240245913875,20.470551488161956],[106.5953437707056,20.410367728409597],[106.56525189082942,20.28004500052479],[106.53538626568914,20.311720663552347],[106.4998642721511,20.303122983587727],[106.47904883644728,20.30629054989048],[106.46547355229261,20.376203263287017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11515,"E":"District","POPULATION":203092,"LVLID":"VNP025005000000000000","NAME":"Tien Hai","PROV_CODE":115}},{"type":"Feature","id":"vn_admin2.82","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11701,"E":"Town","POPULATION":43515,"LVLID":"VNP033008000000000000","NAME":"Ninh Binh town","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.83","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7959857887316,20.1682751609847],[105.87472243682868,20.17913538830843],[105.89463285358885,20.21465738184648],[105.95187530177436,20.177099095685232],[105.92947608291917,20.098814957059982],[105.91454327034903,20.10401881598594],[105.91341199666948,20.104923834929583],[105.86431471897676,20.13026436535163],[105.81996879073819,20.15243732947092],[105.7959857887316,20.1682751609847]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11703,"E":"Town","POPULATION":45560,"LVLID":"VNP033007000000000000","NAME":"Tam Diep town","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.84","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5477843434371,20.359686667565505],[105.55027314553213,20.359460412829595],[105.58602139380608,20.367153073850574],[105.6921348649484,20.302896728851813],[105.73444450056378,20.33638242976666],[105.6903248270611,20.407652671578663],[105.70344760174396,20.41104649261733],[105.80096339292164,20.441590881965332],[105.82064755494592,20.421680465205153],[105.7998321192421,20.403353831596352],[105.81974253600227,20.37439322539973],[105.80526223290396,20.315793248798748],[105.82494639492823,20.27189983003199],[105.85254947270938,20.274162377391104],[105.8833201167933,20.230947722832077],[105.88286760732147,20.228458920737054],[105.89463285358885,20.21465738184648],[105.87472243682868,20.17913538830843],[105.7959857887316,20.1682751609847],[105.74553098262342,20.18275546408301],[105.64869395565346,20.274162377391104],[105.56769476019728,20.315566994062838],[105.5477843434371,20.359686667565505]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11705,"E":"District","POPULATION":145832,"LVLID":"VNP033003000000000000","NAME":"Nho Quan","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.85","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7998321192421,20.403353831596352],[105.82064755494592,20.421680465205153],[105.86182591688174,20.423943012564266],[105.90662435459214,20.37077314962515],[105.9405625649788,20.36511678122737],[105.94078881971473,20.325069692971105],[105.88694019256788,20.28773766154577],[105.8833201167933,20.230947722832077],[105.85254947270938,20.274162377391104],[105.82494639492823,20.27189983003199],[105.80526223290396,20.315793248798748],[105.81974253600227,20.37439322539973],[105.7998321192421,20.403353831596352]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11707,"E":"District","POPULATION":109734,"LVLID":"VNP033006000000000000","NAME":"Gia Vien","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.86","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88286760732147,20.228458920737054],[105.8833201167933,20.230947722832077],[105.88694019256788,20.28773766154577],[105.94078881971473,20.325069692971105],[105.98784980478423,20.270089792144702],[105.98784980478423,20.270089792144702],[105.9871710405765,20.268053499521503],[105.99871003210797,20.252441922743635],[106.02156176043499,20.24746431855359],[106.02834940251232,20.24746431855359],[106.02902816672005,20.24746431855359],[105.99260115423837,20.197688276653142],[105.99350617318201,20.195878238765854],[105.95187530177436,20.177099095685232],[105.89463285358885,20.21465738184648],[105.88286760732147,20.228458920737054]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11709,"E":"District","POPULATION":115412,"LVLID":"VNP033002000000000000","NAME":"Hoa Lu","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.87","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92947608291917,20.098814957059982],[105.95187530177436,20.177099095685232],[105.99350617318201,20.195878238765854],[106.05482120661392,20.170311453607898],[106.06794398129676,20.12641803484114],[106.03717333721286,20.058767868803717],[105.97450077536548,20.06329296352194],[105.93558496078876,20.08795472973625],[105.92947608291917,20.098814957059982]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11711,"E":"District","POPULATION":115731,"LVLID":"VNP033001000000000000","NAME":"Yen Mo","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.88","geometry":{"type":"MultiPolygon","coordinates":[[[[105.99260115423837,20.197688276653142],[106.02902816672005,20.24746431855359],[106.05323742346255,20.214431127110565],[106.10256095589118,20.249048101704968],[106.11025361691215,20.2151098913183],[106.15686209250984,20.2212187691879],[106.1679485745695,20.170537708343808],[106.16930610298495,20.150853546319542],[106.16681730088993,20.121666685387005],[106.14464433677064,20.153794857886385],[106.06794398129676,20.12641803484114],[106.05482120661392,20.170311453607898],[105.99350617318201,20.195878238765854],[105.99260115423837,20.197688276653142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11713,"E":"District","POPULATION":136594,"LVLID":"VNP033005000000000000","NAME":"Yen Khanh","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.89","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03943588457197,19.998357854315447],[106.03717333721286,20.058767868803717],[106.06794398129676,20.12641803484114],[106.14464433677064,20.153794857886385],[106.16681730088993,20.121666685387005],[106.1579933661894,20.10831765596825],[106.1174937684613,20.030486026814824],[106.0808405012437,19.940436641922197],[106.03332700670236,19.97550612598842],[106.03943588457197,19.998357854315447]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":11715,"E":"District","POPULATION":160384,"LVLID":"VNP033004000000000000","NAME":"Kim Son","PROV_CODE":117}},{"type":"Feature","id":"vn_admin2.90","geometry":{"type":"MultiPolygon","coordinates":[[[[105.08034205904472,22.83875980894366],[105.05590654756632,22.817491863768012],[105.11292274101594,22.770657133434412],[105.13871578090979,22.723596148364898],[105.11563779784686,22.711152137889787],[105.04572508445032,22.737623941991387],[104.95997453954001,22.84056984683095],[105.02830346978517,22.876091840368993],[105.08034205904472,22.83875980894366]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20101,"E":"Town","POPULATION":32992,"LVLID":"VNP029003000000000000","NAME":"Ha Giang town","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.91","geometry":{"type":"MultiPolygon","coordinates":[[[[105.38533344305291,23.31095344279017],[105.40456509560536,23.26411871245657],[105.37424696099328,23.265249986136123],[105.37492572520101,23.199183603250074],[105.3097643612586,23.200088622193718],[105.30433424759674,23.12972339932536],[105.3095381065227,23.115016841491137],[105.27627866034376,23.09080758474865],[105.18577676597931,23.140583626649093],[105.18012039758153,23.184929554887674],[105.15002851770535,23.19035966854954],[105.12581926096286,23.24918589988643],[105.1776315954865,23.286291676575857],[105.27605240560784,23.2566523061715],[105.31406320124091,23.280182798706257],[105.29030645397025,23.306202093336037],[105.25546322463994,23.296246884955945],[105.26360839513274,23.341045322666346],[105.32944852328288,23.390595109830883],[105.38533344305291,23.31095344279017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20103,"E":"District","POPULATION":44536,"LVLID":"VNP029009000000000000","NAME":"Dong Van","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.92","geometry":{"type":"MultiPolygon","coordinates":[[[[105.30433424759674,23.12972339932536],[105.3097643612586,23.200088622193718],[105.37492572520101,23.199183603250074],[105.37424696099328,23.265249986136123],[105.40456509560536,23.26411871245657],[105.38533344305291,23.31095344279017],[105.4154253229291,23.285839167104033],[105.44325465544617,23.299866960730522],[105.49732953732892,23.230859266277633],[105.50637972676537,23.19827858430643],[105.54801059817301,23.191264687493184],[105.596429111658,23.142846174008206],[105.53036272877195,23.107097925734248],[105.49235193313888,23.00664082298971],[105.37945081991923,22.987409170437264],[105.37198441363417,23.036053938658156],[105.33374736326519,23.052118024907845],[105.33781994851158,23.100989047864648],[105.3095381065227,23.115016841491137],[105.30433424759674,23.12972339932536]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20105,"E":"District","POPULATION":45414,"LVLID":"VNP029008000000000000","NAME":"Meo Vac","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.93","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12581926096286,23.24918589988643],[105.15002851770535,23.19035966854954],[105.18012039758153,23.184929554887674],[105.18577676597931,23.140583626649093],[105.27627866034376,23.09080758474865],[105.3095381065227,23.115016841491137],[105.33781994851158,23.100989047864648],[105.33374736326519,23.052118024907845],[105.37198441363417,23.036053938658156],[105.37945081991923,22.987409170437264],[105.36610179050048,22.934691816969973],[105.31632574860002,22.910935069699306],[105.31202690861771,22.872245509858505],[105.27673116981558,22.876318095104907],[105.23102771316154,22.881748208766773],[105.17469028391966,22.920211513871664],[105.14799222508215,22.91930649492802],[105.13894203564571,22.957317290561086],[105.13713199775842,23.023609928183046],[105.09165479584028,23.064335780647045],[105.02739845084153,23.15189636344465],[104.96223708689912,23.19035966854954],[105.00386795830677,23.203256188496475],[105.08848722953753,23.267512533495232],[105.12581926096286,23.24918589988643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20107,"E":"District","POPULATION":52133,"LVLID":"VNP029006000000000000","NAME":"Yen Minh","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.94","geometry":{"type":"MultiPolygon","coordinates":[[[[104.96223708689912,23.19035966854954],[105.02739845084153,23.15189636344465],[105.09165479584028,23.064335780647045],[105.13713199775842,23.023609928183046],[105.13894203564571,22.957317290561086],[105.06450422753095,22.945325789557796],[105.03373358344703,22.989897972532287],[104.99119769309574,22.979490254680375],[104.9353127733257,22.995101831458243],[104.93983786804392,23.04261532599958],[104.89752823242854,23.020894871352112],[104.88395294827387,22.98650415149362],[104.84096454845076,22.972928867338954],[104.80634757385636,23.112301784660204],[104.86766260728827,23.121351974096648],[104.88621549563298,23.16388786444794],[104.96223708689912,23.19035966854954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20109,"E":"District","POPULATION":29184,"LVLID":"VNP029005000000000000","NAME":"Quan Ba","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.95","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05590654756632,22.817491863768012],[105.08034205904472,22.83875980894366],[105.11428026943139,22.829709619507213],[105.1550061218954,22.860027754119304],[105.14799222508215,22.91930649492802],[105.17469028391966,22.920211513871664],[105.23102771316154,22.881748208766773],[105.27673116981558,22.876318095104907],[105.34958519477897,22.815455571144813],[105.47787163004057,22.7521042450897],[105.49529324470572,22.70164943898152],[105.50230714151897,22.641691933965074],[105.50547470782172,22.63309425400045],[105.44144461755887,22.603228628860183],[105.40117127456669,22.62743788560267],[105.33284234432153,22.63920313187005],[105.3199458243746,22.611826308824806],[105.27763618875923,22.64508575500374],[105.15093353664899,22.688526664298674],[105.13871578090979,22.723596148364898],[105.11292274101594,22.770657133434412],[105.05590654756632,22.817491863768012]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20111,"E":"District","POPULATION":30416,"LVLID":"VNP029007000000000000","NAME":"Bac Me","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.96","geometry":{"type":"MultiPolygon","coordinates":[[[[104.73326729415707,22.819980665863035],[104.78032827922658,22.79260384281779],[104.81358772540551,22.796902682800102],[104.81562401802871,22.741244017765965],[104.78055453396249,22.7154509778721],[104.80250124334587,22.674498870672185],[104.77761322239564,22.66771122859485],[104.78847344971938,22.61951896984578],[104.81811282012374,22.56838539952987],[104.78575839288845,22.53625722703049],[104.79593985600445,22.470643353616264],[104.73733987940346,22.43738390743733],[104.72353834051289,22.47720474095769],[104.68371750699254,22.466344513633953],[104.644349182944,22.42742869905724],[104.60814842519822,22.443945294778754],[104.64683798503901,22.469059570464886],[104.61946116199377,22.534899698615025],[104.62308123776835,22.591010873120982],[104.59638317893084,22.631284216113162],[104.61222101044461,22.661828605461164],[104.58710673475848,22.735361394632278],[104.60158703785679,22.761154434526144],[104.52895926762933,22.80459534382108],[104.55135848648453,22.83694977105637],[104.63281019141253,22.835365987904993],[104.67715611965112,22.815455571144813],[104.73326729415707,22.819980665863035]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20113,"E":"District","POPULATION":49657,"LVLID":"VNP029001000000000000","NAME":"Hoang Su Phi","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.97","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84096454845076,22.972928867338954],[104.88395294827387,22.98650415149362],[104.89752823242854,23.020894871352112],[104.93983786804392,23.04261532599958],[104.9353127733257,22.995101831458243],[104.99119769309574,22.979490254680375],[105.03373358344703,22.989897972532287],[105.06450422753095,22.945325789557796],[105.13894203564571,22.957317290561086],[105.14799222508215,22.91930649492802],[105.1550061218954,22.860027754119304],[105.11428026943139,22.829709619507213],[105.08034205904472,22.83875980894366],[105.02830346978517,22.876091840368993],[104.95997453954001,22.84056984683095],[105.04572508445032,22.737623941991387],[105.11563779784686,22.711152137889787],[105.13871578090979,22.723596148364898],[105.15093353664899,22.688526664298674],[105.15455361242357,22.637845603454583],[105.11495903363912,22.569742927945335],[105.1326069030402,22.531732132312268],[105.1122439768082,22.48806496828142],[105.05794284018953,22.50955916819298],[105.03984246131664,22.557525172206137],[104.98893514573663,22.508880403985245],[104.9416479059312,22.55616764379067],[104.92377378179422,22.531732132312268],[104.88825178825618,22.55232131328018],[104.89752823242854,22.579698136325426],[104.78847344971938,22.61951896984578],[104.77761322239564,22.66771122859485],[104.80250124334587,22.674498870672185],[104.78055453396249,22.7154509778721],[104.81562401802871,22.741244017765965],[104.81358772540551,22.796902682800102],[104.78032827922658,22.79260384281779],[104.73326729415707,22.819980665863035],[104.78349584552933,22.903242408678327],[104.84503713369716,22.91975900439984],[104.86653133360872,22.945099534821885],[104.84096454845076,22.972928867338954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20115,"E":"District","POPULATION":68991,"LVLID":"VNP029002000000000000","NAME":"Vi Xuyen","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.98","geometry":{"type":"MultiPolygon","coordinates":[[[[104.52895926762933,22.80459534382108],[104.60158703785679,22.761154434526144],[104.58710673475848,22.735361394632278],[104.61222101044461,22.661828605461164],[104.59638317893084,22.631284216113162],[104.62308123776835,22.591010873120982],[104.61946116199377,22.534899698615025],[104.64683798503901,22.469059570464886],[104.60814842519822,22.443945294778754],[104.5486434296536,22.44756537055333],[104.46854925314106,22.47403717465493],[104.44999636479635,22.498698940869243],[104.4187732112406,22.52607576391449],[104.4266921269975,22.57019543741716],[104.46900176261288,22.573589258455826],[104.4656079415742,22.611600054088893],[104.42216703227928,22.630152942433604],[104.4002203228959,22.67992898433405],[104.36718713145288,22.66952126648214],[104.3452404220695,22.710247118946143],[104.40293537972683,22.699160636886496],[104.42623961752568,22.73400386621681],[104.47511064048248,22.754819301920634],[104.52895926762933,22.80459534382108]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20117,"E":"District","POPULATION":43926,"LVLID":"VNP029004000000000000","NAME":"Xi Man","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.99","geometry":{"type":"MultiPolygon","coordinates":[[[[104.46854925314106,22.47403717465493],[104.5486434296536,22.44756537055333],[104.60814842519822,22.443945294778754],[104.644349182944,22.42742869905724],[104.68371750699254,22.466344513633953],[104.72353834051289,22.47720474095769],[104.73733987940346,22.43738390743733],[104.79593985600445,22.470643353616264],[104.78575839288845,22.53625722703049],[104.81811282012374,22.56838539952987],[104.78847344971938,22.61951896984578],[104.89752823242854,22.579698136325426],[104.88825178825618,22.55232131328018],[104.92377378179422,22.531732132312268],[104.9416479059312,22.55616764379067],[104.98893514573663,22.508880403985245],[105.03984246131664,22.557525172206137],[105.05794284018953,22.50955916819298],[105.1122439768082,22.48806496828142],[105.11767409047006,22.48195609041182],[105.1224254399242,22.453221738951108],[105.07740074747788,22.379915204515907],[105.09165479584028,22.357289730924794],[105.05432276441495,22.293485895397858],[105.0147281856305,22.264977798673055],[104.98576757943388,22.321993992122657],[104.92377378179422,22.301404811154747],[104.89798074190037,22.268371619711722],[104.92060621549147,22.247103674536078],[104.89933827031584,22.180584782178208],[104.85295604945405,22.18329983900914],[104.7604178624664,22.17108208326994],[104.73077849206204,22.193707556861053],[104.7280634352311,22.253891316613412],[104.61063722729324,22.287150762792347],[104.5875592442303,22.24936622189519],[104.54705964650222,22.275159261789057],[104.5855229516071,22.309097472175726],[104.55520481699502,22.37833142136453],[104.47103805523608,22.421998585395375],[104.46854925314106,22.47403717465493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20119,"E":"District","POPULATION":129835,"LVLID":"VNP029010000000000000","NAME":"Bac Quang","PROV_CODE":201}},{"type":"Feature","id":"vn_admin2.100","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21568832384673,22.645764519211472],[106.25075780791296,22.700518165301965],[106.31569291711945,22.636261820303204],[106.2822072162046,22.606396195162937],[106.26569062048308,22.635583056095474],[106.21568832384673,22.645764519211472]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20301,"E":"Town","POPULATION":37604,"LVLID":"VNP053002000000000000","NAME":"Cao Bang town","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.101","geometry":{"type":"MultiPolygon","coordinates":[[[[105.87517494630049,22.923152825438507],[105.84304677380112,22.922021551758952],[105.87155487052591,22.870435471971216],[105.87607996524414,22.812288004842056],[105.85368074638895,22.799391484895125],[105.81747998864316,22.737171432519567],[105.74982982260573,22.73423012095272],[105.60728933898173,22.686490371675475],[105.535340332962,22.631962980320896],[105.50230714151897,22.641691933965074],[105.49529324470572,22.70164943898152],[105.47787163004057,22.7521042450897],[105.34958519477897,22.815455571144813],[105.31202690861771,22.872245509858505],[105.31632574860002,22.910935069699306],[105.36610179050048,22.934691816969973],[105.37945081991923,22.987409170437264],[105.49235193313888,23.00664082298971],[105.53036272877195,23.107097925734248],[105.56927854334866,23.116374369906605],[105.5821750632956,23.06682458274207],[105.64959897459711,23.079721102689003],[105.738969595282,23.060263195400648],[105.7369333026588,23.03876899548909],[105.85345449165303,22.975643924169887],[105.87517494630049,22.923152825438507]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20303,"E":"District","POPULATION":83508,"LVLID":"VNP053003000000000000","NAME":"Bao Lac","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.102","geometry":{"type":"MultiPolygon","coordinates":[[[[106.26840567731402,22.90957754128384],[106.2312999006246,22.88695206769273],[106.21116322912852,22.83921231841548],[106.215009559639,22.80663163644428],[106.10007215379615,22.817491863768012],[106.0602513202758,22.856633933080637],[106.03445828038193,22.821790703750324],[105.9627355290981,22.91319761705842],[105.96047298173899,22.937180619064996],[105.99689999422068,22.936954364329086],[106.0075339668085,22.989897972532287],[106.0969045874934,22.99645935987371],[106.2027918038998,22.987409170437264],[106.26840567731402,22.90957754128384]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20305,"E":"District","POPULATION":34641,"LVLID":"VNP053004000000000000","NAME":"Ha Quang","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.103","geometry":{"type":"MultiPolygon","coordinates":[[[[105.84304677380112,22.922021551758952],[105.87517494630049,22.923152825438507],[105.92472473346503,22.9534709600506],[105.96047298173899,22.937180619064996],[105.9627355290981,22.91319761705842],[106.03445828038193,22.821790703750324],[106.06522892446584,22.761154434526144],[106.01748917518859,22.716129742079833],[106.01929921307588,22.712962175777076],[105.99146988055881,22.680155239069965],[105.92110465769045,22.71567723260801],[105.92404596925729,22.755271811392454],[105.87585371050822,22.769978369226678],[105.85368074638895,22.799391484895125],[105.87607996524414,22.812288004842056],[105.87155487052591,22.870435471971216],[105.84304677380112,22.922021551758952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20307,"E":"District","POPULATION":22282,"LVLID":"VNP053005000000000000","NAME":"Thong Nong","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.104","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21116322912852,22.83921231841548],[106.2312999006246,22.88695206769273],[106.26840567731402,22.90957754128384],[106.27655084780683,22.874508057217618],[106.34963112750611,22.85459764045744],[106.37451914845634,22.882200718238593],[106.41320870829715,22.876544349840817],[106.45891216495119,22.822695722693968],[106.4023484809734,22.794866390176903],[106.40868361357892,22.789210021779123],[106.36252764745305,22.781291106022234],[106.35053614644976,22.696219325319653],[106.25483039315935,22.802106541726058],[106.215009559639,22.80663163644428],[106.21116322912852,22.83921231841548]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20309,"E":"District","POPULATION":20881,"LVLID":"VNP053001000000000000","NAME":"Tra Linh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.105","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4023484809734,22.794866390176903],[106.45891216495119,22.822695722693968],[106.41320870829715,22.876544349840817],[106.50235307424612,22.902563644470597],[106.51728588681625,22.94419451587824],[106.57181327817084,22.916591438097086],[106.60235766751885,22.930845486459486],[106.65937386096844,22.866589141460725],[106.71276997864346,22.886725812956815],[106.73697923538596,22.84645246996464],[106.7030410249993,22.80459534382108],[106.58154223181502,22.75866563243112],[106.55801173928026,22.710247118946143],[106.47361872278542,22.743506565125077],[106.45031448498656,22.78491118179681],[106.40868361357892,22.789210021779123],[106.4023484809734,22.794866390176903]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20311,"E":"District","POPULATION":51436,"LVLID":"VNP053007000000000000","NAME":"Trung Khanh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.106","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74982982260573,22.73423012095272],[105.81747998864316,22.737171432519567],[105.85368074638895,22.799391484895125],[105.87585371050822,22.769978369226678],[105.92404596925729,22.755271811392454],[105.92110465769045,22.71567723260801],[105.99146988055881,22.680155239069965],[106.01929921307588,22.712962175777076],[106.0462235266493,22.676082653823563],[106.10007215379615,22.704817005284276],[106.15030070516842,22.65345718023245],[106.1679485745695,22.533315915463646],[106.123376391595,22.508880403985245],[106.05391618767028,22.575173041607204],[105.90752937353578,22.492816317735556],[105.87426992735685,22.518609357629423],[105.80910856341445,22.520871904988535],[105.73240820794058,22.635809310831384],[105.7817317403692,22.68943168324232],[105.74982982260573,22.73423012095272]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20313,"E":"District","POPULATION":39062,"LVLID":"VNP053008000000000000","NAME":"Nguyen Binh","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.107","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01748917518859,22.716129742079833],[106.06522892446584,22.761154434526144],[106.03445828038193,22.821790703750324],[106.0602513202758,22.856633933080637],[106.10007215379615,22.817491863768012],[106.215009559639,22.80663163644428],[106.25483039315935,22.802106541726058],[106.35053614644976,22.696219325319653],[106.35030989171385,22.693051759016896],[106.37067281794585,22.59892978887787],[106.40868361357892,22.52969583968907],[106.36298015692488,22.523134452347644],[106.36388517586852,22.5548101153752],[106.3229330686686,22.584449485779558],[106.2883160940742,22.574041767927646],[106.2496265342334,22.60073982676516],[106.2025655491639,22.575173041607204],[106.20573311546664,22.542818614371914],[106.1679485745695,22.533315915463646],[106.15030070516842,22.65345718023245],[106.10007215379615,22.704817005284276],[106.0462235266493,22.676082653823563],[106.01929921307588,22.712962175777076],[106.01748917518859,22.716129742079833]],[[106.21568832384673,22.645764519211472],[106.26569062048308,22.635583056095474],[106.2822072162046,22.606396195162937],[106.31569291711945,22.636261820303204],[106.25075780791296,22.700518165301965],[106.21568832384673,22.645764519211472]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20315,"E":"District","POPULATION":70806,"LVLID":"VNP053009000000000000","NAME":"Hoa An","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.108","geometry":{"type":"MultiPolygon","coordinates":[[[[106.35030989171385,22.693051759016896],[106.35053614644976,22.696219325319653],[106.36252764745305,22.781291106022234],[106.40868361357892,22.789210021779123],[106.45031448498656,22.78491118179681],[106.47361872278542,22.743506565125077],[106.55801173928026,22.710247118946143],[106.5568804656007,22.704138241076542],[106.60937156433208,22.662281114932984],[106.59013991177964,22.640560660285516],[106.61095534748345,22.592142146800537],[106.58719860021279,22.517478083949868],[106.58923489283599,22.474489684126755],[106.56547814556532,22.453221738951108],[106.5347075014814,22.48172983567591],[106.46072220283848,22.50050897875653],[106.40868361357892,22.52969583968907],[106.37067281794585,22.59892978887787],[106.35030989171385,22.693051759016896]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20317,"E":"District","POPULATION":63552,"LVLID":"VNP053010000000000000","NAME":"Quang Hoa","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.109","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5568804656007,22.704138241076542],[106.55801173928026,22.710247118946143],[106.58154223181502,22.75866563243112],[106.7030410249993,22.80459534382108],[106.73697923538596,22.84645246996464],[106.77182246471627,22.816360590088458],[106.823408544504,22.81681309956028],[106.84422398020783,22.795545154384634],[106.76978617209306,22.726989969403565],[106.76141474686436,22.67155755910534],[106.72883406489315,22.616125148807114],[106.7381105090655,22.58829581629005],[106.65779007781707,22.57291049424809],[106.61095534748345,22.592142146800537],[106.59013991177964,22.640560660285516],[106.60937156433208,22.662281114932984],[106.5568804656007,22.704138241076542]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20319,"E":"District","POPULATION":26339,"LVLID":"VNP053011000000000000","NAME":"Ha Lang","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.110","geometry":{"type":"MultiPolygon","coordinates":[[[[106.123376391595,22.508880403985245],[106.1679485745695,22.533315915463646],[106.20573311546664,22.542818614371914],[106.2025655491639,22.575173041607204],[106.2496265342334,22.60073982676516],[106.2883160940742,22.574041767927646],[106.3229330686686,22.584449485779558],[106.36388517586852,22.5548101153752],[106.36298015692488,22.523134452347644],[106.40868361357892,22.52969583968907],[106.46072220283848,22.50050897875653],[106.5347075014814,22.48172983567591],[106.56547814556532,22.453221738951108],[106.56185806979074,22.419283528564442],[106.49895925320746,22.39507427182195],[106.45868591021528,22.354122164622037],[106.4023484809734,22.371091269815373],[106.36592146849172,22.35457467409386],[106.3491786180343,22.38873913921644],[106.2435176563638,22.45955687155662],[106.18944277448104,22.38421404449822],[106.16161344196398,22.408197046504796],[106.10957485270441,22.399373111804262],[106.0989408801166,22.442814021099196],[106.123376391595,22.508880403985245]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20321,"E":"District","POPULATION":30122,"LVLID":"VNP053006000000000000","NAME":"Thach An","PROV_CODE":203}},{"type":"Feature","id":"vn_admin2.111","geometry":{"type":"MultiPolygon","coordinates":[[[[104.01015715818512,22.514763027118935],[104.0056320634669,22.505712837682488],[104.05133552012094,22.48172983567591],[104.03142510336077,22.450054172648354],[103.96626373941837,22.439646454796442],[103.93345680271125,22.48172983567591],[103.9427332468836,22.524491980763113],[103.96807377730566,22.504807818738843],[104.01015715818512,22.514763027118935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20501,"E":"Town","POPULATION":34948,"LVLID":"VNP038006000000000000","NAME":"Lao Cai town","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.112","geometry":{"type":"MultiPolygon","coordinates":[[[[103.93594560480628,22.403898206522484],[103.96626373941837,22.439646454796442],[104.03142510336077,22.450054172648354],[104.06513705901153,22.405708244409773],[104.03459266966352,22.379010185572263],[104.02848379179393,22.33172294576684],[103.99364056246361,22.34258317309057],[103.92485912274664,22.308871217439815],[103.90178113968369,22.34394070150604],[103.93594560480628,22.403898206522484]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20503,"E":"Town","POPULATION":34219,"LVLID":"VNP038007000000000000","NAME":"Cam Duong town","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.113","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27351767078567,22.74033899882232],[104.24342579090948,22.702780712661074],[104.22442039309296,22.728573752554944],[104.1845995595726,22.721107346269875],[104.17984821011846,22.67992898433405],[104.21401267524105,22.581734428948625],[104.20858256157918,22.533768424935467],[104.17758566275936,22.5263020186504],[104.12215325246113,22.545533671202847],[104.05608686957508,22.52403947129129],[104.01626603605473,22.559561464829336],[104.04296409489224,22.720881091533965],[104.11762815774291,22.807762910123834],[104.14342119763677,22.803464070141523],[104.24704586668408,22.841701120510503],[104.27962654865527,22.836044752112727],[104.26062115083873,22.777444775511746],[104.27351767078567,22.74033899882232]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20505,"E":"District","POPULATION":39689,"LVLID":"VNP038008000000000000","NAME":"Muong Khuong","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.114","geometry":{"type":"MultiPolygon","coordinates":[[[[103.9427332468836,22.524491980763113],[103.93345680271125,22.48172983567591],[103.96626373941837,22.439646454796442],[103.93594560480628,22.403898206522484],[103.89454098813454,22.433990086398662],[103.86829543876885,22.41724723594124],[103.78525995068946,22.489196241960975],[103.73344761616582,22.41724723594124],[103.73571016352494,22.413627160166662],[103.6332167681572,22.393490488670572],[103.55877896004243,22.46770204204942],[103.58298821678493,22.488517477753245],[103.57710559365124,22.57607806055085],[103.53592723171542,22.59259465627236],[103.58411949046449,22.660471077045695],[103.56782914947888,22.697350598999208],[103.62733414502351,22.786947474420014],[103.67145381852617,22.76794207660348],[103.76919586443978,22.68762164535503],[103.87847690188485,22.564086559547558],[103.9427332468836,22.524491980763113]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20507,"E":"District","POPULATION":49214,"LVLID":"VNP038010000000000000","NAME":"Bat Xat","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.115","geometry":{"type":"MultiPolygon","coordinates":[[[[104.17758566275936,22.5263020186504],[104.20858256157918,22.533768424935467],[104.21401267524105,22.581734428948625],[104.17984821011846,22.67992898433405],[104.1845995595726,22.721107346269875],[104.22442039309296,22.728573752554944],[104.24342579090948,22.702780712661074],[104.27351767078567,22.74033899882232],[104.3452404220695,22.710247118946143],[104.36718713145288,22.66952126648214],[104.4002203228959,22.67992898433405],[104.42216703227928,22.630152942433604],[104.4656079415742,22.611600054088893],[104.46900176261288,22.573589258455826],[104.4266921269975,22.57019543741716],[104.4187732112406,22.52607576391449],[104.44999636479635,22.498698940869243],[104.39456395449812,22.468833315728975],[104.3943376997622,22.39892060233244],[104.4656079415742,22.339415606787814],[104.43981490168035,22.32222024685857],[104.35338559256229,22.36068355196346],[104.32962884529162,22.33783182363644],[104.23867444145536,22.389644158160085],[104.21242889208966,22.446886606345597],[104.17509686066433,22.46181941891573],[104.17758566275936,22.5263020186504]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20509,"E":"District","POPULATION":69811,"LVLID":"VNP038001000000000000","NAME":"Bac Ha","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.116","geometry":{"type":"MultiPolygon","coordinates":[[[[104.0056320634669,22.505712837682488],[104.01015715818512,22.514763027118935],[104.01626603605473,22.559561464829336],[104.05608686957508,22.52403947129129],[104.12215325246113,22.545533671202847],[104.17758566275936,22.5263020186504],[104.17509686066433,22.46181941891573],[104.21242889208966,22.446886606345597],[104.23867444145536,22.389644158160085],[104.32962884529162,22.33783182363644],[104.28007905812709,22.314980095309412],[104.26016864136692,22.270860421806745],[104.21333391103332,22.27629053546861],[104.21853776995927,22.249139967159277],[104.17735940802345,22.21927434201901],[104.08165365473305,22.19732763263563],[104.08595249471536,22.236469701948256],[104.02848379179393,22.33172294576684],[104.03459266966352,22.379010185572263],[104.06513705901153,22.405708244409773],[104.03142510336077,22.450054172648354],[104.05133552012094,22.48172983567591],[104.0056320634669,22.505712837682488]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20511,"E":"District","POPULATION":109221,"LVLID":"VNP038009000000000000","NAME":"Bao  Thang","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.117","geometry":{"type":"MultiPolygon","coordinates":[[[[103.73344761616582,22.41724723594124],[103.78525995068946,22.489196241960975],[103.86829543876885,22.41724723594124],[103.89454098813454,22.433990086398662],[103.93594560480628,22.403898206522484],[103.90178113968369,22.34394070150604],[103.92485912274664,22.308871217439815],[103.99364056246361,22.34258317309057],[104.02848379179393,22.33172294576684],[104.08595249471536,22.236469701948256],[104.08165365473305,22.19732763263563],[104.08391620209215,22.165878224343984],[104.04500038751544,22.169498300118562],[104.01988611182931,22.13850140129874],[103.9425069921477,22.135786344467807],[103.91920275434886,22.141442712865583],[103.84748000306503,22.222215653585856],[103.82960587892805,22.268597874447636],[103.7796035822917,22.300726046947013],[103.77304219495026,22.378105166628618],[103.73571016352494,22.413627160166662],[103.73344761616582,22.41724723594124]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20513,"E":"District","POPULATION":34779,"LVLID":"VNP038002000000000000","NAME":"Sa Pa","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.118","geometry":{"type":"MultiPolygon","coordinates":[[[[104.21333391103332,22.27629053546861],[104.26016864136692,22.270860421806745],[104.28007905812709,22.314980095309412],[104.32962884529162,22.33783182363644],[104.35338559256229,22.36068355196346],[104.43981490168035,22.32222024685857],[104.4656079415742,22.339415606787814],[104.3943376997622,22.39892060233244],[104.39456395449812,22.468833315728975],[104.44999636479635,22.498698940869243],[104.46854925314106,22.47403717465493],[104.47103805523608,22.421998585395375],[104.55520481699502,22.37833142136453],[104.5855229516071,22.309097472175726],[104.54705964650222,22.275159261789057],[104.5875592442303,22.24936622189519],[104.62896386090205,22.216559285188076],[104.62579629459928,22.17922725376274],[104.58823800843804,22.173344630629053],[104.56629129905465,22.08420026468007],[104.41945197544834,22.198458906315185],[104.40203036078319,22.133523797108694],[104.33121262844301,22.194612575804697],[104.28664044546852,22.17877474429092],[104.23799567724762,22.249139967159277],[104.21853776995927,22.249139967159277],[104.21333391103332,22.27629053546861]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20515,"E":"District","POPULATION":61167,"LVLID":"VNP038003000000000000","NAME":"Bao Yen","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.119","geometry":{"type":"MultiPolygon","coordinates":[[[[103.59316967990092,22.166104479079895],[103.69883064157142,22.231944607230034],[103.69883064157142,22.2536650618775],[103.7796035822917,22.300726046947013],[103.82960587892805,22.268597874447636],[103.84748000306503,22.222215653585856],[103.91920275434886,22.141442712865583],[103.9425069921477,22.135786344467807],[103.94001819005268,22.121306041369493],[103.96105988049241,22.04777325219838],[103.96173864470015,21.99505589873109],[103.99024674142494,21.96519027359082],[103.94748459633774,21.915414231690374],[103.89046840288815,21.903875240158907],[103.89476724287046,21.86156560454353],[103.97259887202388,21.76766988914041],[103.92169155644388,21.73305291454601],[103.9262166511621,21.698435939951608],[103.88526454396218,21.685539420004677],[103.81195800952699,21.73463669769739],[103.76444451498564,21.80545443003757],[103.70109318893053,21.822876044702724],[103.72733873829623,21.876498417113662],[103.68706539530405,21.918355543257217],[103.65629475122013,21.990757058748777],[103.53886854328226,22.024921523871356],[103.53999981696181,22.075376329979537],[103.56918667789435,22.147551590735183],[103.59316967990092,22.166104479079895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20517,"E":"District","POPULATION":68603,"LVLID":"VNP038004000000000000","NAME":"Than Uyen","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.120","geometry":{"type":"MultiPolygon","coordinates":[[[[103.94001819005268,22.121306041369493],[103.9425069921477,22.135786344467807],[104.01988611182931,22.13850140129874],[104.04500038751544,22.169498300118562],[104.08391620209215,22.165878224343984],[104.08165365473305,22.19732763263563],[104.17735940802345,22.21927434201901],[104.21853776995927,22.249139967159277],[104.23799567724762,22.249139967159277],[104.28664044546852,22.17877474429092],[104.33121262844301,22.194612575804697],[104.40203036078319,22.133523797108694],[104.38144117981527,22.065421121599446],[104.41899946597653,22.024469014399536],[104.43302725960301,21.933967120035085],[104.35904196096007,21.872878341339085],[104.32985510002754,21.916092995898108],[104.28799797388398,21.937813450545576],[104.23482811094487,21.921296854824064],[104.21831151522336,21.889168682324684],[104.1440999618445,21.89414628651473],[104.09183511784904,21.913151684331265],[104.01513476237517,21.915866741162198],[103.99024674142494,21.96519027359082],[103.96173864470015,21.99505589873109],[103.96105988049241,22.04777325219838],[103.94001819005268,22.121306041369493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20519,"E":"District","POPULATION":56036,"LVLID":"VNP038005000000000000","NAME":"Van Ban","PROV_CODE":205}},{"type":"Feature","id":"vn_admin2.121","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78060046668965,22.168140771703097],[105.8201950454741,22.20909287890301],[105.89304907043747,22.15049290230203],[105.89418034411703,22.11813847506674],[105.93332241342965,22.088951614134203],[105.8670297758077,22.05388213006798],[105.8570745674276,22.08782034045465],[105.80503597816805,22.094607982531983],[105.78060046668965,22.168140771703097]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20701,"E":"Town","POPULATION":24853,"LVLID":"VNP058001000000000000","NAME":"Bac Kan town","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.122","geometry":{"type":"MultiPolygon","coordinates":[[[[105.535340332962,22.631962980320896],[105.60728933898173,22.686490371675475],[105.74982982260573,22.73423012095272],[105.7817317403692,22.68943168324232],[105.73240820794058,22.635809310831384],[105.80910856341445,22.520871904988535],[105.87426992735685,22.518609357629423],[105.90752937353578,22.492816317735556],[105.85549078427623,22.361362316171192],[105.8914652872861,22.314980095309412],[105.84191550012156,22.304798632193414],[105.76815645621454,22.268145364975812],[105.73308697214831,22.27018165759901],[105.70616265857488,22.296879716436525],[105.66294800401586,22.287377017528257],[105.62538971785462,22.3086449627039],[105.65480283352306,22.34258317309057],[105.64371635146342,22.376068874005416],[105.57900749699284,22.392811724462838],[105.57651869489781,22.417473490677153],[105.55389322130671,22.433763831662752],[105.60118046111212,22.487159949337777],[105.59756038533754,22.494626355622845],[105.60344300847125,22.51770433868578],[105.59937042322484,22.52652827338631],[105.59959667796075,22.528790820745424],[105.59778664007347,22.53399467967138],[105.55117816447577,22.585807014195026],[105.535340332962,22.631962980320896]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20703,"E":"District","POPULATION":68720,"LVLID":"VNP058006000000000000","NAME":"Ba Be","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.123","geometry":{"type":"MultiPolygon","coordinates":[[[[105.85549078427623,22.361362316171192],[105.90752937353578,22.492816317735556],[106.05391618767028,22.575173041607204],[106.123376391595,22.508880403985245],[106.0989408801166,22.442814021099196],[106.10957485270441,22.399373111804262],[106.16161344196398,22.408197046504796],[106.18944277448104,22.38421404449822],[106.12450766527455,22.342130663618747],[106.11885129687677,22.319957699499458],[105.97563204904503,22.292354621718303],[105.93309615869374,22.282851922810035],[105.8914652872861,22.314980095309412],[105.85549078427623,22.361362316171192]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20705,"E":"District","POPULATION":27988,"LVLID":"VNP058005000000000000","NAME":"Ngan Son","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.124","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50230714151897,22.32878163419999],[105.50208088678306,22.332854219446393],[105.50162837731123,22.33647429522097],[105.50140212257533,22.336926804692794],[105.50162837731123,22.339415606787814],[105.50434343414217,22.34054688046737],[105.51701369935319,22.34461946571377],[105.52629014352554,22.400278130747907],[105.52674265299737,22.40095689495564],[105.52877894562057,22.40276693284293],[105.53669786137746,22.402540678107016],[105.5373766255852,22.40276693284293],[105.55479824025035,22.402088168635196],[105.55728704234537,22.40095689495564],[105.56294341074315,22.400051876011997],[105.56565846757408,22.400730640219727],[105.57086232650003,22.409780829656174],[105.57583993069008,22.41656847173351],[105.57651869489781,22.417473490677153],[105.57900749699284,22.392811724462838],[105.64371635146342,22.376068874005416],[105.65480283352306,22.34258317309057],[105.62538971785462,22.3086449627039],[105.66294800401586,22.287377017528257],[105.70616265857488,22.296879716436525],[105.73308697214831,22.27018165759901],[105.6941711575716,22.197780142107455],[105.69258737442023,22.13080874027776],[105.65661287141035,22.111350832989405],[105.69281362915613,22.087594085718738],[105.70118505438484,22.034424222779624],[105.59507158324253,22.00523736184709],[105.56068086338404,21.953877536795265],[105.51090482148359,21.988268256653754],[105.46882144060412,22.074245056299983],[105.46746391218865,22.112934616140784],[105.49823455627256,22.154339232812518],[105.43578824916109,22.214070483093053],[105.4418971270307,22.2577376471239],[105.4905418952516,22.289413310151456],[105.50230714151897,22.32878163419999]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20707,"E":"District","POPULATION":44506,"LVLID":"VNP058004000000000000","NAME":"Cho Don","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.125","geometry":{"type":"MultiPolygon","coordinates":[[[[105.97563204904503,22.292354621718303],[106.11885129687677,22.319957699499458],[106.12450766527455,22.342130663618747],[106.18944277448104,22.38421404449822],[106.225191022755,22.34642950360106],[106.204828096523,22.310681255327104],[106.24804275108202,22.2455198913847],[106.23831379743784,22.175607177988162],[106.18627520817829,22.12628364555954],[106.16138718722806,22.078996405754115],[106.1050497579862,22.068136178430382],[106.1193038063486,21.964737764118997],[106.10301346536299,21.936229667394198],[106.0235980530582,21.946184875774286],[105.9772158321964,21.97740802933002],[105.96793938802405,22.022885231248157],[106.00481890997757,22.08578404783145],[105.96952317117544,22.101621879345227],[105.98287220059419,22.164294441192606],[106.01228531626263,22.154791742284342],[106.05368993293438,22.207735350487543],[105.9851347479533,22.250497495574745],[105.97563204904503,22.292354621718303]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20709,"E":"District","POPULATION":35729,"LVLID":"VNP058003000000000000","NAME":"Na Ri","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.126","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65661287141035,22.111350832989405],[105.69258737442023,22.13080874027776],[105.6941711575716,22.197780142107455],[105.73308697214831,22.27018165759901],[105.76815645621454,22.268145364975812],[105.84191550012156,22.304798632193414],[105.8914652872861,22.314980095309412],[105.93309615869374,22.282851922810035],[105.97563204904503,22.292354621718303],[105.9851347479533,22.250497495574745],[106.05368993293438,22.207735350487543],[106.01228531626263,22.154791742284342],[105.98287220059419,22.164294441192606],[105.96952317117544,22.101621879345227],[106.00481890997757,22.08578404783145],[105.96793938802405,22.022885231248157],[105.9772158321964,21.97740802933002],[106.0235980530582,21.946184875774286],[105.9810621627069,21.937134686337842],[105.95097028283072,21.89867138123295],[105.9159007987645,21.892109993891527],[105.86748228527952,21.846632791973395],[105.81612246022769,21.838713876216506],[105.80345219501667,21.802060608998904],[105.76498888991178,21.814957128945835],[105.76974023936592,21.911567901179886],[105.78286301404876,21.929894534788687],[105.75706997415489,22.009762456565312],[105.70118505438484,22.034424222779624],[105.69281362915613,22.087594085718738],[105.65661287141035,22.111350832989405]],[[105.78060046668965,22.168140771703097],[105.80503597816805,22.094607982531983],[105.8570745674276,22.08782034045465],[105.8670297758077,22.05388213006798],[105.93332241342965,22.088951614134203],[105.89418034411703,22.11813847506674],[105.89304907043747,22.15049290230203],[105.8201950454741,22.20909287890301],[105.78060046668965,22.168140771703097]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20711,"E":"District","POPULATION":67752,"LVLID":"VNP058002000000000000","NAME":"Bach Thong","PROV_CODE":207}},{"type":"Feature","id":"vn_admin2.127","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71706881862578,21.831473724667347],[106.70666110077387,21.866995718205395],[106.7582471805616,21.874688379226374],[106.80598692983885,21.83577256464966],[106.73132286698818,21.78758030590059],[106.72430897017493,21.778982625935967],[106.71706881862578,21.831473724667347]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20901,"E":"Town","POPULATION":68590,"LVLID":"VNP002008000000000000","NAME":"Lang Son town","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.128","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18944277448104,22.38421404449822],[106.2435176563638,22.45955687155662],[106.3491786180343,22.38873913921644],[106.36592146849172,22.35457467409386],[106.4023484809734,22.371091269815373],[106.45868591021528,22.354122164622037],[106.49895925320746,22.39507427182195],[106.56185806979074,22.419283528564442],[106.59240245913875,22.377200147684974],[106.6648039746303,22.33240170997457],[106.70756611971751,22.224704455680875],[106.6770217303695,22.179453508498653],[106.60281017699066,22.147551590735183],[106.55416540876978,22.172213356949495],[106.50846195211572,22.14076394865785],[106.49013531850693,22.153434213868874],[106.42633148297999,22.167914516967187],[106.40076469782203,22.222894417793587],[106.34035468333376,22.22741951251181],[106.31297786028851,22.254570080821143],[106.24804275108202,22.2455198913847],[106.204828096523,22.310681255327104],[106.225191022755,22.34642950360106],[106.18944277448104,22.38421404449822]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20903,"E":"District","POPULATION":52631,"LVLID":"VNP002007000000000000","NAME":"Trang Dinh","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.129","geometry":{"type":"MultiPolygon","coordinates":[[[[106.49013531850693,22.153434213868874],[106.50846195211572,22.14076394865785],[106.55416540876978,22.172213356949495],[106.60281017699066,22.147551590735183],[106.6770217303695,22.179453508498653],[106.71774758283351,22.09415547306016],[106.68969199558053,22.002522305016157],[106.70009971343244,21.970167877780867],[106.63063950950773,21.883512313926907],[106.63177078318728,21.87989223815233],[106.61072909274755,21.883738568662817],[106.61480167799395,21.964285254647177],[106.5851623075896,22.008178673413934],[106.49217161113012,21.969715368309043],[106.44692066394789,21.982159378784154],[106.44216931449377,22.080580188905493],[106.49013531850693,22.153434213868874]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20905,"E":"District","POPULATION":43404,"LVLID":"VNP002009000000000000","NAME":"Van Lang","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.130","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10301346536299,21.936229667394198],[106.1193038063486,21.964737764118997],[106.1050497579862,22.068136178430382],[106.16138718722806,22.078996405754115],[106.18627520817829,22.12628364555954],[106.23831379743784,22.175607177988162],[106.24804275108202,22.2455198913847],[106.31297786028851,22.254570080821143],[106.34035468333376,22.22741951251181],[106.40076469782203,22.222894417793587],[106.42633148297999,22.167914516967187],[106.49013531850693,22.153434213868874],[106.44216931449377,22.080580188905493],[106.44692066394789,21.982159378784154],[106.49217161113012,21.969715368309043],[106.53787506778417,21.943243564207442],[106.4632110049335,21.87627216237775],[106.42316391667723,21.865411935054016],[106.38334308315687,21.929442025316863],[106.31026280345758,21.95500881047482],[106.30121261402114,21.93260959161962],[106.18469142502691,21.941886035791974],[106.17903505662913,21.907042806461664],[106.13536789259828,21.903422730687083],[106.10301346536299,21.936229667394198]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20907,"E":"District","POPULATION":46248,"LVLID":"VNP002005000000000000","NAME":"Binh Gia","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.131","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13536789259828,21.903422730687083],[106.17903505662913,21.907042806461664],[106.18469142502691,21.941886035791974],[106.30121261402114,21.93260959161962],[106.31026280345758,21.95500881047482],[106.38334308315687,21.929442025316863],[106.42316391667723,21.865411935054016],[106.41004114199438,21.756357152344854],[106.39759713151928,21.74934325553161],[106.34171221174923,21.69866219468752],[106.24532769425109,21.66381896535721],[106.22338098486772,21.669022824283164],[106.24238638268424,21.7145000262013],[106.11794627793313,21.778982625935967],[106.09939338958841,21.816088402625393],[106.13536789259828,21.903422730687083]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20909,"E":"District","POPULATION":55068,"LVLID":"VNP002004000000000000","NAME":"Bac Son","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.132","geometry":{"type":"MultiPolygon","coordinates":[[[[106.39759713151928,21.74934325553161],[106.41004114199438,21.756357152344854],[106.42316391667723,21.865411935054016],[106.4632110049335,21.87627216237775],[106.53787506778417,21.943243564207442],[106.49217161113012,21.969715368309043],[106.5851623075896,22.008178673413934],[106.61480167799395,21.964285254647177],[106.61072909274755,21.883738568662817],[106.63177078318728,21.87989223815233],[106.70666110077387,21.866995718205395],[106.71706881862578,21.831473724667347],[106.68969199558053,21.833283762554636],[106.63584336843368,21.78712779642877],[106.64376228419057,21.754320859721656],[106.62679317899725,21.735767971376944],[106.55959552243164,21.7633710491581],[106.5242997836295,21.74119808503881],[106.4571021270639,21.7368992450565],[106.46999864701084,21.697983430479788],[106.42587897350816,21.693458335761566],[106.3921670178574,21.7165363188245],[106.39759713151928,21.74934325553161]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20911,"E":"District","POPULATION":53720,"LVLID":"VNP002003000000000000","NAME":"Van Quan","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.133","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63063950950773,21.883512313926907],[106.70009971343244,21.970167877780867],[106.74489815114285,22.006142380790735],[106.78947033411734,22.004106088167532],[106.81028576982116,21.973561698819534],[106.92318688304081,21.97129915146042],[106.96527026392027,21.917224269577662],[106.99943472904286,21.950709970492507],[107.06572736666482,21.927179477957754],[107.06731114981619,21.890752465476062],[107.0308841373345,21.862696878223083],[106.96594902812801,21.832604998346905],[106.91006410835796,21.847311556181126],[106.87069578430943,21.838487621480592],[106.83087495078907,21.778982625935967],[106.78177767309636,21.766086105989036],[106.73132286698818,21.78758030590059],[106.80598692983885,21.83577256464966],[106.7582471805616,21.874688379226374],[106.70666110077387,21.866995718205395],[106.63177078318728,21.87989223815233],[106.63063950950773,21.883512313926907]]],[[[106.63584336843368,21.78712779642877],[106.68969199558053,21.833283762554636],[106.71706881862578,21.831473724667347],[106.72430897017493,21.778982625935967],[106.69353832609102,21.750022019739344],[106.64376228419057,21.754320859721656],[106.63584336843368,21.78712779642877]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20913,"E":"District","POPULATION":67860,"LVLID":"VNP002002000000000000","NAME":"Cao Loc","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.134","geometry":{"type":"MultiPolygon","coordinates":[[[[106.83087495078907,21.778982625935967],[106.87069578430943,21.838487621480592],[106.91006410835796,21.847311556181126],[106.96594902812801,21.832604998346905],[107.0308841373345,21.862696878223083],[107.02568027840854,21.82355480891046],[107.08971036867139,21.80726446792486],[107.19718136822918,21.73350542401783],[107.05961848879521,21.661556417998096],[107.05554590354882,21.628975736026895],[107.01097372057433,21.624676896044583],[107.02409649525717,21.584856062524228],[106.97839303860312,21.519468443845913],[106.9066702873193,21.509965744937645],[106.894678786316,21.486208997666978],[106.84490274441556,21.501594319708932],[106.86933825589396,21.53123369011329],[106.84603401809511,21.55680047527125],[106.77634755943448,21.56947074048227],[106.78200392783226,21.630333264442363],[106.76277227527983,21.68259810843783],[106.8211459971449,21.730111602979164],[106.83087495078907,21.778982625935967]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20915,"E":"District","POPULATION":69759,"LVLID":"VNP002006000000000000","NAME":"Loc Binh","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.135","geometry":{"type":"MultiPolygon","coordinates":[[[[106.42587897350816,21.693458335761566],[106.46999864701084,21.697983430479788],[106.4571021270639,21.7368992450565],[106.5242997836295,21.74119808503881],[106.55959552243164,21.7633710491581],[106.62679317899725,21.735767971376944],[106.64376228419057,21.754320859721656],[106.69353832609102,21.750022019739344],[106.72430897017493,21.778982625935967],[106.73132286698818,21.78758030590059],[106.78177767309636,21.766086105989036],[106.83087495078907,21.778982625935967],[106.8211459971449,21.730111602979164],[106.76277227527983,21.68259810843783],[106.78200392783226,21.630333264442363],[106.77634755943448,21.56947074048227],[106.75756841635386,21.53666380377516],[106.67566420195404,21.605445243492138],[106.57543335394541,21.599110110886627],[106.52543105730906,21.532364963792848],[106.45212452287386,21.564719391028138],[106.45574459864844,21.59549003511205],[106.42474769982861,21.648886152787075],[106.42587897350816,21.693458335761566]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20917,"E":"District","POPULATION":62808,"LVLID":"VNP002001000000000000","NAME":"Chi Lang","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.136","geometry":{"type":"MultiPolygon","coordinates":[[[[106.894678786316,21.486208997666978],[106.9066702873193,21.509965744937645],[106.97839303860312,21.519468443845913],[107.02409649525717,21.584856062524228],[107.01097372057433,21.624676896044583],[107.05554590354882,21.628975736026895],[107.05961848879521,21.661556417998096],[107.19718136822918,21.73350542401783],[107.25216126905558,21.701377251518455],[107.30510487725878,21.739840556623346],[107.36234732544429,21.667439041131786],[107.36619365595479,21.595263780376136],[107.29786472570963,21.589154902506536],[107.27727554474171,21.559741786838092],[107.20872035976065,21.538700096398358],[107.25012497643237,21.481910157684666],[107.24695741012962,21.43213411578422],[107.26980913845665,21.39774339592573],[107.25600759956606,21.364257695010885],[107.22116437023575,21.38597814965835],[107.1752346588458,21.361090128708128],[107.11482464435753,21.374439158126883],[107.0369930152041,21.322626823603237],[106.9942308701169,21.354302486630793],[106.99174206802188,21.43665921050244],[106.96436524497663,21.421500143196397],[106.89671507893921,21.448198202033907],[106.894678786316,21.486208997666978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20919,"E":"District","POPULATION":22822,"LVLID":"VNP002010000000000000","NAME":"Dinh Lap","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.137","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18899026500922,21.601372658245737],[106.22338098486772,21.669022824283164],[106.24532769425109,21.66381896535721],[106.34171221174923,21.69866219468752],[106.39759713151928,21.74934325553161],[106.3921670178574,21.7165363188245],[106.42587897350816,21.693458335761566],[106.42474769982861,21.648886152787075],[106.45574459864844,21.59549003511205],[106.45212452287386,21.564719391028138],[106.52543105730906,21.532364963792848],[106.52452603836541,21.49639046078298],[106.46094845757439,21.435754191558797],[106.41071990620212,21.426477747386443],[106.41999635037448,21.404983547474885],[106.35483498643207,21.394123320151152],[106.33786588123874,21.435754191558797],[106.2880898393383,21.449555730449376],[106.29057864143331,21.487340271346532],[106.25121031738477,21.4825889218924],[106.17269992402362,21.511549528089024],[106.17541498085455,21.594358761432492],[106.18899026500922,21.601372658245737]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":20921,"E":"District","POPULATION":95359,"LVLID":"VNP002011000000000000","NAME":"Huu Lung","PROV_CODE":209}},{"type":"Feature","id":"vn_admin2.138","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1794416333738,21.812242072114902],[105.22084625004554,21.862696878223083],[105.25206940360127,21.830342450987793],[105.20908100377815,21.788711579580145],[105.1794416333738,21.812242072114902]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21101,"E":"Town","POPULATION":54566,"LVLID":"VNP023004000000000000","NAME":"Tuyen Quang town","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.139","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1122439768082,22.48806496828142],[105.1326069030402,22.531732132312268],[105.11495903363912,22.569742927945335],[105.15455361242357,22.637845603454583],[105.15093353664899,22.688526664298674],[105.27763618875923,22.64508575500374],[105.3199458243746,22.611826308824806],[105.33284234432153,22.63920313187005],[105.40117127456669,22.62743788560267],[105.44144461755887,22.603228628860183],[105.50547470782172,22.63309425400045],[105.53647160664154,22.631510470849072],[105.55117816447577,22.585807014195026],[105.59778664007347,22.53399467967138],[105.59959667796075,22.528790820745424],[105.59937042322484,22.52652827338631],[105.60344300847125,22.51770433868578],[105.59756038533754,22.494626355622845],[105.60118046111212,22.487159949337777],[105.55389322130671,22.433763831662752],[105.57583993069008,22.41656847173351],[105.57086232650003,22.409780829656174],[105.56565846757408,22.400730640219727],[105.56294341074315,22.400051876011997],[105.55728704234537,22.40095689495564],[105.55479824025035,22.402088168635196],[105.5373766255852,22.40276693284293],[105.53669786137746,22.402540678107016],[105.52877894562057,22.40276693284293],[105.52674265299737,22.40095689495564],[105.52629014352554,22.400278130747907],[105.51701369935319,22.34461946571377],[105.50434343414217,22.34054688046737],[105.50162837731123,22.339415606787814],[105.50140212257533,22.336926804692794],[105.50162837731123,22.33647429522097],[105.50208088678306,22.332854219446393],[105.50230714151897,22.32878163419999],[105.4905418952516,22.289413310151456],[105.44121836282297,22.256606373444345],[105.41633034187274,22.269050383919456],[105.32220837173372,22.25185502399021],[105.28419757610065,22.272444204958123],[105.29777286025532,22.354122164622037],[105.28465008557247,22.393264233934662],[105.20953351324998,22.42720244432133],[105.20297212590856,22.44801788002515],[105.11767409047006,22.48195609041182],[105.1122439768082,22.48806496828142]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21103,"E":"District","POPULATION":51795,"LVLID":"VNP023005000000000000","NAME":"Na Hang","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.140","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0147281856305,22.264977798673055],[105.05432276441495,22.293485895397858],[105.09165479584028,22.357289730924794],[105.07740074747788,22.379915204515907],[105.1224254399242,22.453221738951108],[105.11767409047006,22.48195609041182],[105.20297212590856,22.44801788002515],[105.20953351324998,22.42720244432133],[105.28465008557247,22.393264233934662],[105.29777286025532,22.354122164622037],[105.28419757610065,22.272444204958123],[105.32220837173372,22.25185502399021],[105.41633034187274,22.269050383919456],[105.44121836282297,22.256606373444345],[105.43895581546386,22.207735350487543],[105.49823455627256,22.154339232812518],[105.46746391218865,22.112934616140784],[105.49416197102617,22.02741032596638],[105.46701140271684,21.96564278306264],[105.38261838622199,21.945732366302465],[105.37243692310598,22.0115724944526],[105.32876975907514,22.038496808026025],[105.29347402027301,22.008631182885757],[105.24211419522118,22.016550098642647],[105.24234044995708,22.055692167955268],[105.21224857008092,22.066778650014914],[105.17559530286331,22.013835041811713],[105.14980226296944,22.0176813723222],[105.16088874502908,22.10456319091207],[105.12287794939601,22.133976306580518],[105.13034435568109,22.17243961168541],[105.06427797279504,22.23352839038141],[105.0004741372681,22.236695956684166],[105.0147281856305,22.264977798673055]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21105,"E":"District","POPULATION":114231,"LVLID":"VNP023006000000000000","NAME":"Chiem Hoa","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.141","geometry":{"type":"MultiPolygon","coordinates":[[[[104.85295604945405,22.18329983900914],[104.89933827031584,22.180584782178208],[104.92060621549147,22.247103674536078],[104.89798074190037,22.268371619711722],[104.92377378179422,22.301404811154747],[104.98576757943388,22.321993992122657],[105.0147281856305,22.264977798673055],[105.0004741372681,22.236695956684166],[105.06427797279504,22.23352839038141],[105.13034435568109,22.17243961168541],[105.12287794939601,22.133976306580518],[105.16088874502908,22.10456319091207],[105.14980226296944,22.0176813723222],[105.13781076196615,22.00523736184709],[105.16315129238819,21.926048204278196],[105.12898682726562,21.92672696848593],[105.07400692643921,21.83803511200877],[105.02264710138739,21.93306210109144],[104.99097143835984,21.933514610563265],[105.00409421304268,21.985100690351],[104.93010891439974,22.05999100793758],[104.88621549563298,22.070851235261316],[104.86924639043966,22.095060492003803],[104.85295604945405,22.18329983900914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21107,"E":"District","POPULATION":87641,"LVLID":"VNP023002000000000000","NAME":"Ham Yen","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.142","geometry":{"type":"MultiPolygon","coordinates":[[[[105.07400692643921,21.83803511200877],[105.12898682726562,21.92672696848593],[105.16315129238819,21.926048204278196],[105.13781076196615,22.00523736184709],[105.14980226296944,22.0176813723222],[105.17559530286331,22.013835041811713],[105.21224857008092,22.066778650014914],[105.24234044995708,22.055692167955268],[105.24211419522118,22.016550098642647],[105.29347402027301,22.008631182885757],[105.32876975907514,22.038496808026025],[105.37243692310598,22.0115724944526],[105.38261838622199,21.945732366302465],[105.46701140271684,21.96564278306264],[105.49416197102617,22.02741032596638],[105.51090482148359,21.988268256653754],[105.55728704234537,21.959533905193044],[105.55864457076083,21.90659029698984],[105.52357508669462,21.873330850810905],[105.53285153086696,21.831473724667347],[105.50230714151897,21.82943743204415],[105.48239672475879,21.843691480406548],[105.42447551236555,21.824459827854103],[105.33736743903977,21.757714680760323],[105.25930955515042,21.764502322837657],[105.27605240560784,21.725812762996856],[105.23894662891843,21.65657881380805],[105.09255981478393,21.714273771465386],[105.07083936013646,21.74889074605979],[105.10432506105131,21.80975327001988],[105.07400692643921,21.83803511200877]],[[105.1794416333738,21.812242072114902],[105.20908100377815,21.788711579580145],[105.25206940360127,21.830342450987793],[105.22084625004554,21.862696878223083],[105.1794416333738,21.812242072114902]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21109,"E":"District","POPULATION":163949,"LVLID":"VNP023003000000000000","NAME":"Yen Son","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.143","geometry":{"type":"MultiPolygon","coordinates":[[[[105.23894662891843,21.65657881380805],[105.27605240560784,21.725812762996856],[105.25930955515042,21.764502322837657],[105.33736743903977,21.757714680760323],[105.42447551236555,21.824459827854103],[105.48239672475879,21.843691480406548],[105.50230714151897,21.82943743204415],[105.51407238778634,21.745723179757032],[105.49416197102617,21.700245977838897],[105.48239672475879,21.695268373648855],[105.48782683842066,21.66268769167765],[105.4885056026284,21.656805068543964],[105.48963687630794,21.654995030656675],[105.49348320681844,21.647076114899786],[105.49303069734661,21.64617109595614],[105.49303069734661,21.645492331748407],[105.49461448049799,21.643229784389295],[105.49823455627256,21.638478434935163],[105.50162837731123,21.63644214231196],[105.50456968887808,21.61155412136174],[105.5231225772228,21.595263780376136],[105.54439052239843,21.566981938387247],[105.53466156875426,21.552501635288937],[105.52832643614875,21.536211294303335],[105.51497740673,21.531686199585113],[105.51407238778634,21.529876161697825],[105.51203609516314,21.528744888018267],[105.51090482148359,21.527387359602802],[105.51045231201176,21.526029831187333],[105.4278693334042,21.4948066776316],[105.40049251035896,21.508381961786267],[105.39619367037665,21.509060725994],[105.39393112301754,21.510191999673555],[105.37809329150376,21.52150473646911],[105.32944852328288,21.505893159691244],[105.27582615087194,21.539831370077913],[105.23894662891843,21.65657881380805]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21111,"E":"District","POPULATION":146250,"LVLID":"VNP023001000000000000","NAME":"Son Duong","PROV_CODE":211}},{"type":"Feature","id":"vn_admin2.144","geometry":{"type":"MultiPolygon","coordinates":[[[[104.89526568506943,21.790521617467434],[104.95658071850134,21.72309770616592],[104.9538656616704,21.699793468367076],[104.94368419855441,21.685765674740587],[104.86902013570374,21.711332459898543],[104.9047683839777,21.75952471864761],[104.89526568506943,21.790521617467434]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21301,"E":"Town","POPULATION":72301,"LVLID":"VNP027002000000000000","NAME":"Yen Bai town","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.145","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21303,"E":"Town","POPULATION":18621,"LVLID":"VNP027004000000000000","NAME":"Nghia Lo town","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.146","geometry":{"type":"MultiPolygon","coordinates":[[[[104.56629129905465,22.08420026468007],[104.58823800843804,22.173344630629053],[104.62579629459928,22.17922725376274],[104.62896386090205,22.216559285188076],[104.5875592442303,22.24936622189519],[104.61063722729324,22.287150762792347],[104.7280634352311,22.253891316613412],[104.73077849206204,22.193707556861053],[104.7604178624664,22.17108208326994],[104.85295604945405,22.18329983900914],[104.86924639043966,22.095060492003803],[104.88621549563298,22.070851235261316],[104.86472129572142,22.03216167542051],[104.87829657987609,21.978765557745486],[104.8355344347889,21.932157082147796],[104.80453753596908,21.96496401885491],[104.75182018250177,21.933740865299175],[104.71313062266098,21.938039705281486],[104.56629129905465,22.08420026468007]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21305,"E":"District","POPULATION":81118,"LVLID":"VNP027008000000000000","NAME":"Luc Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.147","geometry":{"type":"MultiPolygon","coordinates":[[[[104.35904196096007,21.872878341339085],[104.43302725960301,21.933967120035085],[104.41899946597653,22.024469014399536],[104.38144117981527,22.065421121599446],[104.40203036078319,22.133523797108694],[104.41945197544834,22.198458906315185],[104.56629129905465,22.08420026468007],[104.71313062266098,21.938039705281486],[104.75182018250177,21.933740865299175],[104.74955763514266,21.922880637975442],[104.79684487494809,21.87581965290593],[104.74684257831173,21.837808857272858],[104.76856303295921,21.792784164826546],[104.69095765854169,21.708164893595786],[104.68281248804888,21.659520125374897],[104.59140557474079,21.728301565091876],[104.5242079181752,21.75703591655259],[104.47669442363386,21.73938804715152],[104.41945197544834,21.776041314369124],[104.34659795048496,21.826722375213215],[104.35904196096007,21.872878341339085]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21307,"E":"District","POPULATION":93110,"LVLID":"VNP027003000000000000","NAME":"Van Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.148","geometry":{"type":"MultiPolygon","coordinates":[[[[103.89046840288815,21.903875240158907],[103.94748459633774,21.915414231690374],[103.99024674142494,21.96519027359082],[104.01513476237517,21.915866741162198],[104.09183511784904,21.913151684331265],[104.1440999618445,21.89414628651473],[104.21831151522336,21.889168682324684],[104.23482811094487,21.921296854824064],[104.28799797388398,21.937813450545576],[104.32985510002754,21.916092995898108],[104.35904196096007,21.872878341339085],[104.34659795048496,21.826722375213215],[104.41945197544834,21.776041314369124],[104.39343268081856,21.765859851253122],[104.27193388763429,21.80771697739668],[104.3027045317182,21.750474529211168],[104.29817943699999,21.707712384123965],[104.34976551678771,21.665402748508587],[104.34388289365403,21.650696190674363],[104.21627522260016,21.66811780533952],[104.09771774098273,21.639835963350627],[104.03142510336077,21.669475333754985],[103.94092320899632,21.667439041131786],[103.9262166511621,21.698435939951608],[103.92169155644388,21.73305291454601],[103.97259887202388,21.76766988914041],[103.89476724287046,21.86156560454353],[103.89046840288815,21.903875240158907]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21309,"E":"District","POPULATION":32506,"LVLID":"VNP027001000000000000","NAME":"Mu Cang Chai","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.149","geometry":{"type":"MultiPolygon","coordinates":[[[[104.68281248804888,21.659520125374897],[104.69095765854169,21.708164893595786],[104.76856303295921,21.792784164826546],[104.74684257831173,21.837808857272858],[104.79684487494809,21.87581965290593],[104.83960702003529,21.826496120477305],[104.89526568506943,21.790521617467434],[104.9047683839777,21.75952471864761],[104.86902013570374,21.711332459898543],[104.94368419855441,21.685765674740587],[104.9538656616704,21.699793468367076],[104.98463630575432,21.66992784322681],[104.91155602605504,21.63010700970645],[104.90092205346721,21.560420551045826],[104.87150893779877,21.54458271953205],[104.87264021147831,21.539831370077913],[104.85680237996453,21.530102416433735],[104.78937846866303,21.56336186261267],[104.77354063714925,21.531459944849203],[104.73123100153387,21.528292378546446],[104.66154454287324,21.572185797313203],[104.65611442921137,21.61178037609765],[104.68281248804888,21.659520125374897]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21311,"E":"District","POPULATION":92587,"LVLID":"VNP027009000000000000","NAME":"Tran Yen","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.150","geometry":{"type":"MultiPolygon","coordinates":[[[[104.74955763514266,21.922880637975442],[104.75182018250177,21.933740865299175],[104.80453753596908,21.96496401885491],[104.8355344347889,21.932157082147796],[104.87829657987609,21.978765557745486],[104.86472129572142,22.03216167542051],[104.88621549563298,22.070851235261316],[104.93010891439974,22.05999100793758],[105.00409421304268,21.985100690351],[104.99097143835984,21.933514610563265],[105.02264710138739,21.93306210109144],[105.07400692643921,21.83803511200877],[105.10432506105131,21.80975327001988],[105.07083936013646,21.74889074605979],[105.09255981478393,21.714273771465386],[105.10206251369219,21.67829926845552],[105.02626717716197,21.68825447683561],[104.98463630575432,21.66992784322681],[104.9538656616704,21.699793468367076],[104.95658071850134,21.72309770616592],[104.89526568506943,21.790521617467434],[104.83960702003529,21.826496120477305],[104.79684487494809,21.87581965290593],[104.74955763514266,21.922880637975442]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21313,"E":"District","POPULATION":91250,"LVLID":"VNP027007000000000000","NAME":"Yen Binh","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.151","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27193388763429,21.80771697739668],[104.39343268081856,21.765859851253122],[104.41945197544834,21.776041314369124],[104.47669442363386,21.73938804715152],[104.5242079181752,21.75703591655259],[104.59140557474079,21.728301565091876],[104.68281248804888,21.659520125374897],[104.65611442921137,21.61178037609765],[104.66154454287324,21.572185797313203],[104.73123100153387,21.528292378546446],[104.77354063714925,21.531459944849203],[104.78937846866303,21.56336186261267],[104.85680237996453,21.530102416433735],[104.87264021147831,21.539831370077913],[104.88282167459433,21.532817473264668],[104.91517610182962,21.446614418882533],[104.88734676931254,21.388240697017462],[104.90205332714676,21.341405966683862],[104.8579336536441,21.362673911859506],[104.81788656538782,21.33122450356786],[104.78349584552933,21.32375809728279],[104.75249894670951,21.35000364664848],[104.73756613413939,21.40407852853124],[104.6484217681904,21.38167930967604],[104.59117932000488,21.419690105309108],[104.6099584630855,21.451139513600754],[104.6669746565351,21.46267850513222],[104.64706423977493,21.51494334912769],[104.59932449049768,21.54322519111658],[104.5527160149,21.546845266891157],[104.50588128456639,21.515848368071335],[104.44977011006043,21.594358761432492],[104.45474771425047,21.626486933931872],[104.34976551678771,21.665402748508587],[104.29817943699999,21.707712384123965],[104.3027045317182,21.750474529211168],[104.27193388763429,21.80771697739668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21315,"E":"District","POPULATION":136752,"LVLID":"VNP027006000000000000","NAME":"Van Chan","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.152","geometry":{"type":"MultiPolygon","coordinates":[[[[104.34388289365403,21.650696190674363],[104.34976551678771,21.665402748508587],[104.45474771425047,21.626486933931872],[104.44977011006043,21.594358761432492],[104.50588128456639,21.515848368071335],[104.5527160149,21.546845266891157],[104.59932449049768,21.54322519111658],[104.64706423977493,21.51494334912769],[104.6669746565351,21.46267850513222],[104.6099584630855,21.451139513600754],[104.59117932000488,21.419690105309108],[104.55429979805137,21.407019840098084],[104.53438938129119,21.411318680080395],[104.4755631499543,21.348646118233017],[104.3024782769823,21.437111719974265],[104.2864141907326,21.469692401945466],[104.29795318226407,21.522183500676846],[104.28121033180665,21.548881559514356],[104.29410685175358,21.59978887509436],[104.34388289365403,21.650696190674363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21317,"E":"District","POPULATION":18884,"LVLID":"VNP027005000000000000","NAME":"Tram Tau","PROV_CODE":213}},{"type":"Feature","id":"vn_admin2.153","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70752018699035,21.574448344672316],[105.71815415957818,21.60386146034076],[105.77584911723551,21.58779737409107],[105.78014795721782,21.61178037609765],[105.81091860130174,21.61562670660814],[105.86137340740991,21.601372658245737],[105.8812838241701,21.57150703310547],[105.91069693983854,21.51652713227907],[105.88988150413472,21.488019035554267],[105.88264135258557,21.48485146925151],[105.87245988946957,21.521730991205022],[105.82969774438236,21.52897114275418],[105.81612246022769,21.506119414427157],[105.75797499309853,21.50453563127578],[105.70752018699035,21.574448344672316]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21501,"E":"City","POPULATION":186630,"LVLID":"VNP032002000000000000","NAME":"Thai Nguyen city","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.154","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81612246022769,21.506119414427157],[105.82969774438236,21.52897114275418],[105.87245988946957,21.521730991205022],[105.88264135258557,21.48485146925151],[105.8672560305436,21.436885465238355],[105.80888230867853,21.446614418882533],[105.81612246022769,21.506119414427157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21503,"E":"Town","POPULATION":35014,"LVLID":"VNP032001000000000000","NAME":"Song Cong town","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.155","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56068086338404,21.953877536795265],[105.59507158324253,22.00523736184709],[105.70118505438484,22.034424222779624],[105.75706997415489,22.009762456565312],[105.78286301404876,21.929894534788687],[105.76974023936592,21.911567901179886],[105.67674954290644,21.869032010828594],[105.66000669244902,21.848442829860684],[105.68874104390973,21.818350949984502],[105.6312723409883,21.778530116464147],[105.63240361466787,21.77491004068957],[105.57538742121827,21.743913141869744],[105.53013647403604,21.762013520742634],[105.49981833942394,21.776267569105034],[105.49913957521622,21.82581735626957],[105.53285153086696,21.831473724667347],[105.52357508669462,21.873330850810905],[105.55864457076083,21.90659029698984],[105.56068086338404,21.953877536795265]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21505,"E":"District","POPULATION":92145,"LVLID":"VNP032005000000000000","NAME":"Dinh Hoa","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.156","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86748228527952,21.846632791973395],[105.9159007987645,21.892109993891527],[105.95097028283072,21.89867138123295],[105.9810621627069,21.937134686337842],[106.0235980530582,21.946184875774286],[106.10301346536299,21.936229667394198],[106.13536789259828,21.903422730687083],[106.09939338958841,21.816088402625393],[106.11794627793313,21.778982625935967],[106.24238638268424,21.7145000262013],[106.22338098486772,21.669022824283164],[106.18899026500922,21.601372658245737],[106.1661385366822,21.623319367629115],[106.07903046335642,21.60951782873854],[106.00323512682618,21.67671548530414],[106.00187759841073,21.716083809352675],[105.9057193356485,21.687575712627876],[105.89802667462752,21.724228979845478],[105.92517724293685,21.772647493330457],[105.86454097371268,21.778530116464147],[105.86748228527952,21.846632791973395]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21507,"E":"District","POPULATION":50101,"LVLID":"VNP032004000000000000","NAME":"Vo Nhai","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.157","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6312723409883,21.778530116464147],[105.68874104390973,21.818350949984502],[105.66000669244902,21.848442829860684],[105.67674954290644,21.869032010828594],[105.76974023936592,21.911567901179886],[105.76498888991178,21.814957128945835],[105.80345219501667,21.802060608998904],[105.79870084556254,21.751153293418902],[105.82766145175916,21.720382649334987],[105.79078192980565,21.691422043138363],[105.81091860130174,21.61562670660814],[105.78014795721782,21.61178037609765],[105.73240820794058,21.663366455885384],[105.68964606285337,21.677620504247788],[105.64801519144574,21.717893847239967],[105.63240361466787,21.77491004068957],[105.6312723409883,21.778530116464147]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21509,"E":"District","POPULATION":101638,"LVLID":"VNP032006000000000000","NAME":"Phu Luong","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.158","geometry":{"type":"MultiPolygon","coordinates":[[[[105.79078192980565,21.691422043138363],[105.82766145175916,21.720382649334987],[105.79870084556254,21.751153293418902],[105.80345219501667,21.802060608998904],[105.81612246022769,21.838713876216506],[105.86748228527952,21.846632791973395],[105.86454097371268,21.778530116464147],[105.92517724293685,21.772647493330457],[105.89802667462752,21.724228979845478],[105.9057193356485,21.687575712627876],[106.00187759841073,21.716083809352675],[106.00323512682618,21.67671548530414],[106.07903046335642,21.60951782873854],[106.03491078985375,21.560194296309913],[106.0482598192725,21.51856342490227],[105.99622123001295,21.561099315253557],[105.99599497527703,21.560646805781737],[105.92314095031365,21.587118609883337],[105.8812838241701,21.57150703310547],[105.86137340740991,21.601372658245737],[105.81091860130174,21.61562670660814],[105.79078192980565,21.691422043138363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21511,"E":"District","POPULATION":105575,"LVLID":"VNP032007000000000000","NAME":"Dong Hy","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.159","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48239672475879,21.695268373648855],[105.49416197102617,21.700245977838897],[105.53013647403604,21.762013520742634],[105.57538742121827,21.743913141869744],[105.63240361466787,21.77491004068957],[105.64801519144574,21.717893847239967],[105.68964606285337,21.677620504247788],[105.73240820794058,21.663366455885384],[105.78014795721782,21.61178037609765],[105.77584911723551,21.58779737409107],[105.71815415957818,21.60386146034076],[105.70752018699035,21.574448344672316],[105.67154568398048,21.546845266891157],[105.74236341632067,21.489602818705645],[105.71724914063454,21.427382766330087],[105.65729163561808,21.454985844111242],[105.61769705683363,21.50272559338849],[105.5477843434371,21.57128077836956],[105.5231225772228,21.595263780376136],[105.50456968887808,21.61155412136174],[105.50162837731123,21.63644214231196],[105.49823455627256,21.638478434935163],[105.49461448049799,21.643229784389295],[105.49303069734661,21.645492331748407],[105.49303069734661,21.64617109595614],[105.49348320681844,21.647076114899786],[105.48963687630794,21.654995030656675],[105.4885056026284,21.656805068543964],[105.48782683842066,21.66268769167765],[105.48239672475879,21.695268373648855]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21513,"E":"District","POPULATION":151569,"LVLID":"VNP032003000000000000","NAME":"Dai Tu","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.160","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8812838241701,21.57150703310547],[105.92314095031365,21.587118609883337],[105.99599497527703,21.560646805781737],[105.99622123001295,21.561099315253557],[106.0482598192725,21.51856342490227],[106.05572622555756,21.457700900942175],[106.01658415624495,21.400232198020753],[105.97766834166823,21.417427557949996],[105.94576642390477,21.396612122246175],[105.92155716716228,21.41154493481631],[105.88988150413472,21.488019035554267],[105.91069693983854,21.51652713227907],[105.8812838241701,21.57150703310547]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21515,"E":"District","POPULATION":125111,"LVLID":"VNP032009000000000000","NAME":"Phu Binh","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.161","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67154568398048,21.546845266891157],[105.70752018699035,21.574448344672316],[105.75797499309853,21.50453563127578],[105.81612246022769,21.506119414427157],[105.80888230867853,21.446614418882533],[105.8672560305436,21.436885465238355],[105.88264135258557,21.48485146925151],[105.88988150413472,21.488019035554267],[105.92155716716228,21.41154493481631],[105.94576642390477,21.396612122246175],[105.8853564094165,21.334165815134703],[105.89621663674023,21.32353184254688],[105.8711023610541,21.32534188043417],[105.86182591688174,21.373081629711418],[105.80661976131942,21.382584328619686],[105.78942440139018,21.35724379819764],[105.75503368153169,21.413354972703598],[105.73059817005328,21.40996115166493],[105.71724914063454,21.427382766330087],[105.74236341632067,21.489602818705645],[105.67154568398048,21.546845266891157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21517,"E":"District","POPULATION":136067,"LVLID":"VNP032008000000000000","NAME":"Pho Yen","PROV_CODE":215}},{"type":"Feature","id":"vn_admin2.162","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33487863694474,21.313576634166793],[105.3380462032475,21.358827581349015],[105.38148711254243,21.36765151604955],[105.45728244907265,21.31335037943088],[105.44529094806937,21.27850715010057],[105.33487863694474,21.313576634166793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21701,"E":"City","POPULATION":125083,"LVLID":"VNP035009000000000000","NAME":"Viet Tri city","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.163","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19595822909531,21.38982448016884],[105.2036508901163,21.426704002122353],[105.2446029973162,21.45453333463942],[105.25727326252722,21.417201303214085],[105.20500841853176,21.362447657123596],[105.19595822909531,21.38982448016884]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21703,"E":"Town","POPULATION":38022,"LVLID":"VNP035008000000000000","NAME":"Phu Tho town","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.164","geometry":{"type":"MultiPolygon","coordinates":[[[[105.02626717716197,21.68825447683561],[105.10206251369219,21.67829926845552],[105.09255981478393,21.714273771465386],[105.23894662891843,21.65657881380805],[105.27582615087194,21.539831370077913],[105.21677366479913,21.507703197578532],[105.16337754712411,21.538700096398358],[105.15161230085673,21.573995835200492],[105.05387025494312,21.610875357154004],[105.02626717716197,21.68825447683561]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21705,"E":"District","POPULATION":96642,"LVLID":"VNP035007000000000000","NAME":"Doan Hung","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.165","geometry":{"type":"MultiPolygon","coordinates":[[[[104.87150893779877,21.54458271953205],[104.90092205346721,21.560420551045826],[104.91155602605504,21.63010700970645],[104.98463630575432,21.66992784322681],[105.02626717716197,21.68825447683561],[105.05387025494312,21.610875357154004],[105.15161230085673,21.573995835200492],[105.08124707798837,21.499105517613913],[105.08735595585797,21.481005138741022],[104.98305252260295,21.49231787553658],[104.98373128681068,21.485303978723334],[104.94526798170578,21.501594319708932],[104.91766490392463,21.5416414079652],[104.88282167459433,21.532817473264668],[104.87264021147831,21.539831370077913],[104.87150893779877,21.54458271953205]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21707,"E":"District","POPULATION":107297,"LVLID":"VNP035010000000000000","NAME":"Ha Hoa","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.166","geometry":{"type":"MultiPolygon","coordinates":[[[[105.08124707798837,21.499105517613913],[105.15161230085673,21.573995835200492],[105.16337754712411,21.538700096398358],[105.21677366479913,21.507703197578532],[105.21632115532731,21.49028158291338],[105.23510029840793,21.463357269339955],[105.19595822909531,21.38982448016884],[105.21994123110188,21.36561522342635],[105.20772347536268,21.32488937096235],[105.16066249029318,21.393444555943418],[105.15658990504677,21.425346473706885],[105.08735595585797,21.481005138741022],[105.08124707798837,21.499105517613913]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21709,"E":"District","POPULATION":112628,"LVLID":"VNP035006000000000000","NAME":"Thanh Ba","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.167","geometry":{"type":"MultiPolygon","coordinates":[[[[105.21632115532731,21.49028158291338],[105.21677366479913,21.507703197578532],[105.27582615087194,21.539831370077913],[105.32944852328288,21.505893159691244],[105.34053500534252,21.468108618794087],[105.34189253375799,21.46448854301951],[105.35456279896901,21.413807482175418],[105.40275505771808,21.406567330626263],[105.39777745352804,21.360185109764483],[105.3380462032475,21.358827581349015],[105.33465238220883,21.313576634166793],[105.35954040315904,21.307920265769013],[105.35773036527176,21.2567866954531],[105.31768327701549,21.24841527022439],[105.26451341407638,21.282127225875147],[105.27876746243878,21.331903267775594],[105.24098292154163,21.39389706541524],[105.25727326252722,21.417201303214085],[105.23510029840793,21.463357269339955],[105.21632115532731,21.49028158291338]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21711,"E":"District","POPULATION":234731,"LVLID":"VNP035003000000000000","NAME":"Phong Chau","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.168","geometry":{"type":"MultiPolygon","coordinates":[[[[104.98305252260295,21.49231787553658],[105.08735595585797,21.481005138741022],[105.15658990504677,21.425346473706885],[105.16066249029318,21.393444555943418],[105.20772347536268,21.32488937096235],[105.15229106506446,21.265610630153635],[105.12785555358606,21.340953457212038],[105.08124707798837,21.362447657123596],[104.9984378446449,21.435754191558797],[104.98373128681068,21.485303978723334],[104.98305252260295,21.49231787553658]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21713,"E":"District","POPULATION":121741,"LVLID":"VNP035004000000000000","NAME":"Song Thao","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.169","geometry":{"type":"MultiPolygon","coordinates":[[[[104.88282167459433,21.532817473264668],[104.91766490392463,21.5416414079652],[104.94526798170578,21.501594319708932],[104.98373128681068,21.485303978723334],[104.9984378446449,21.435754191558797],[105.08124707798837,21.362447657123596],[105.12785555358606,21.340953457212038],[105.15229106506446,21.265610630153635],[105.16496133027549,21.24637897760119],[105.16790264184233,21.19863922832394],[105.09436985267122,21.228731108200122],[105.06993434119282,21.2649318659459],[105.02355212033103,21.289367377424302],[104.94391045329031,21.301811387899413],[104.90205332714676,21.341405966683862],[104.88734676931254,21.388240697017462],[104.91517610182962,21.446614418882533],[104.88282167459433,21.532817473264668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21715,"E":"District","POPULATION":71957,"LVLID":"VNP035001000000000000","NAME":"Yen Lap","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.170","geometry":{"type":"MultiPolygon","coordinates":[[[[105.15229106506446,21.265610630153635],[105.20772347536268,21.32488937096235],[105.21994123110188,21.36561522342635],[105.24098292154163,21.39389706541524],[105.27876746243878,21.331903267775594],[105.26451341407638,21.282127225875147],[105.31768327701549,21.24841527022439],[105.35773036527176,21.2567866954531],[105.35116897793034,21.20633188934492],[105.30569177601221,21.188910274679763],[105.29370027500892,21.154972064293098],[105.32447091909283,21.112436173941806],[105.29845162446304,21.047501064735314],[105.32039833384643,21.01288409014091],[105.29483154868846,21.005870193327667],[105.25591573411175,21.070805302534158],[105.2891751802907,21.10112343714625],[105.24437674258029,21.138681723307496],[105.23939913839024,21.2058793798731],[105.21790493847868,21.251356581791235],[105.16496133027549,21.24637897760119],[105.15229106506446,21.265610630153635]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21717,"E":"District","POPULATION":143262,"LVLID":"VNP035005000000000000","NAME":"Tam Thanh","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.171","geometry":{"type":"MultiPolygon","coordinates":[[[[104.81788656538782,21.33122450356786],[104.8579336536441,21.362673911859506],[104.90205332714676,21.341405966683862],[104.94391045329031,21.301811387899413],[105.02355212033103,21.289367377424302],[105.06993434119282,21.2649318659459],[105.09436985267122,21.228731108200122],[105.16790264184233,21.19863922832394],[105.16496133027549,21.24637897760119],[105.21790493847868,21.251356581791235],[105.23939913839024,21.2058793798731],[105.24437674258029,21.138681723307496],[105.2891751802907,21.10112343714625],[105.25591573411175,21.070805302534158],[105.29483154868846,21.005870193327667],[105.32039833384643,21.01288409014091],[105.34890643057123,20.938898791497977],[105.28148251926972,20.92125092209691],[105.19776826698259,20.95586789669131],[105.1366794882866,20.9352787157234],[105.09527487161486,20.959035462994066],[105.07197063381602,20.999308805986246],[104.96721469108917,21.057682527851313],[104.91630737550916,21.069447774118693],[104.91743864918872,21.070579047798248],[104.92422629126605,21.072389085685536],[104.91653363024507,21.10904235290314],[104.85815990838,21.14773191274394],[104.86856762623192,21.2079156724963],[104.85001473788721,21.223527249274166],[104.84752593579218,21.308825284712658],[104.81788656538782,21.33122450356786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21719,"E":"District","POPULATION":170697,"LVLID":"VNP035002000000000000","NAME":"Thanh Son","PROV_CODE":217}},{"type":"Feature","id":"vn_admin2.172","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5984654042812,21.293892472142524],[105.59688162112981,21.293439962670703],[105.57674494963372,21.32307933307506],[105.62425844417507,21.33959592879657],[105.6455263893507,21.29728629318119],[105.5984654042812,21.293892472142524]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21901,"E":"Town","POPULATION":32747,"LVLID":"VNP026004000000000000","NAME":"Vinh Yen town","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.173","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37809329150376,21.52150473646911],[105.39393112301754,21.510191999673555],[105.39619367037665,21.509060725994],[105.40049251035896,21.508381961786267],[105.4278693334042,21.4948066776316],[105.51045231201176,21.526029831187333],[105.51090482148359,21.527387359602802],[105.51203609516314,21.528744888018267],[105.51407238778634,21.529876161697825],[105.51497740673,21.531686199585113],[105.52832643614875,21.536211294303335],[105.53466156875426,21.552501635288937],[105.54439052239843,21.566981938387247],[105.5477843434371,21.57128077836956],[105.61769705683363,21.50272559338849],[105.52583763405373,21.429419058953286],[105.53262527613106,21.401363471700307],[105.50389092467034,21.342989749835237],[105.50932103833222,21.336202107757906],[105.45298360909034,21.29706003844528],[105.405470114549,21.34751484455346],[105.40275505771808,21.406567330626263],[105.35456279896901,21.413807482175418],[105.34189253375799,21.46448854301951],[105.34053500534252,21.468108618794087],[105.32831724960332,21.491639111328844],[105.37809329150376,21.52150473646911]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21903,"E":"District","POPULATION":211376,"LVLID":"VNP026003000000000000","NAME":"Lap Thach","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.174","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50389092467034,21.342989749835237],[105.53262527613106,21.401363471700307],[105.52583763405373,21.429419058953286],[105.61769705683363,21.50272559338849],[105.65729163561808,21.454985844111242],[105.71724914063454,21.427382766330087],[105.73059817005328,21.40996115166493],[105.71408157433177,21.36946155393684],[105.71385531959587,21.36946155393684],[105.68263216604014,21.225789796633276],[105.64009627568885,21.21357204089408],[105.60638432003809,21.24004384499568],[105.5984654042812,21.293892472142524],[105.6455263893507,21.29728629318119],[105.62425844417507,21.33959592879657],[105.57674494963372,21.32307933307506],[105.59688162112981,21.293439962670703],[105.53918666347248,21.280995952195592],[105.50932103833222,21.336202107757906],[105.50389092467034,21.342989749835237]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21905,"E":"District","POPULATION":232707,"LVLID":"VNP026001000000000000","NAME":"Tam Dao","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.175","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44891102384395,21.261538044907233],[105.44891102384395,21.26266931858679],[105.45298360909034,21.29706003844528],[105.50932103833222,21.336202107757906],[105.53918666347248,21.280995952195592],[105.52651639826146,21.261990554379057],[105.55140441921168,21.23099365555923],[105.54280673924706,21.15316202640581],[105.51904999197639,21.15316202640581],[105.4785503942483,21.170131131599142],[105.44891102384395,21.261538044907233]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21907,"E":"District","POPULATION":180063,"LVLID":"VNP026005000000000000","NAME":"Vinh Tuong","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.176","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52651639826146,21.261990554379057],[105.53918666347248,21.280995952195592],[105.59688162112981,21.293439962670703],[105.5984654042812,21.293892472142524],[105.60638432003809,21.24004384499568],[105.64009627568885,21.21357204089408],[105.61860207577729,21.202485558834432],[105.63014106730876,21.16990487686323],[105.54280673924706,21.15316202640581],[105.55140441921168,21.23099365555923],[105.52651639826146,21.261990554379057]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21909,"E":"District","POPULATION":138214,"LVLID":"VNP026006000000000000","NAME":"Yen Lac","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.177","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61860207577729,21.202485558834432],[105.64009627568885,21.21357204089408],[105.68263216604014,21.225789796633276],[105.71385531959587,21.36946155393684],[105.71408157433177,21.36946155393684],[105.73059817005328,21.40996115166493],[105.75503368153169,21.413354972703598],[105.78942440139018,21.35724379819764],[105.72946689637374,21.239591335523855],[105.79440200558022,21.18800525573612],[105.77720664565098,21.140265506458874],[105.73829083107427,21.118997561283226],[105.63172485046013,21.168094838975943],[105.63014106730876,21.16990487686323],[105.61860207577729,21.202485558834432]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":21911,"E":"District","POPULATION":207986,"LVLID":"VNP026002000000000000","NAME":"Me Linh","PROV_CODE":219}},{"type":"Feature","id":"vn_admin2.178","geometry":{"type":"MultiPolygon","coordinates":[[[[106.15708834724575,21.31131408680768],[106.18695397238602,21.318554238356835],[106.23062113641687,21.297738802653015],[106.22654855117047,21.267420668040923],[106.18627520817829,21.260859280699503],[106.18333389661144,21.265384375417725],[106.15867213039714,21.279638423780124],[106.15708834724575,21.31131408680768]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22101,"E":"Town","POPULATION":74887,"LVLID":"VNP031006000000000000","NAME":"Bac Giang town","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.179","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03491078985375,21.560194296309913],[106.07903046335642,21.60951782873854],[106.1661385366822,21.623319367629115],[106.18899026500922,21.601372658245737],[106.17541498085455,21.594358761432492],[106.17269992402362,21.511549528089024],[106.25121031738477,21.4825889218924],[106.29057864143331,21.487340271346532],[106.2880898393383,21.449555730449376],[106.25845046893393,21.45679588199853],[106.18175011346007,21.420368869516842],[106.13717793048558,21.4459356546748],[106.05572622555756,21.457700900942175],[106.0482598192725,21.51856342490227],[106.03491078985375,21.560194296309913]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22103,"E":"District","POPULATION":89858,"LVLID":"VNP031007000000000000","NAME":"Yen The","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.180","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01658415624495,21.400232198020753],[106.05572622555756,21.457700900942175],[106.13717793048558,21.4459356546748],[106.18175011346007,21.420368869516842],[106.17066363140042,21.403173509587596],[106.19781419970975,21.344347278250705],[106.18695397238602,21.318554238356835],[106.15708834724575,21.31131408680768],[106.14939568622478,21.327830682529193],[106.03898337510014,21.335749598286082],[106.0116065520549,21.366972751841818],[106.01658415624495,21.400232198020753]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22105,"E":"District","POPULATION":153824,"LVLID":"VNP031003000000000000","NAME":"Tan Yen","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.181","geometry":{"type":"MultiPolygon","coordinates":[[[[106.46094845757439,21.435754191558797],[106.52452603836541,21.49639046078298],[106.52543105730906,21.532364963792848],[106.57543335394541,21.599110110886627],[106.67566420195404,21.605445243492138],[106.75756841635386,21.53666380377516],[106.77634755943448,21.56947074048227],[106.84603401809511,21.55680047527125],[106.86933825589396,21.53123369011329],[106.84490274441556,21.501594319708932],[106.81051202455707,21.502046829180756],[106.78155141836045,21.45023449465711],[106.78562400360684,21.39615961277435],[106.75145953848427,21.347741099289372],[106.76571358684667,21.29728629318119],[106.69851593028106,21.263800592266346],[106.61819549903262,21.263348082794522],[106.54443645512559,21.30927779418448],[106.45800714600755,21.338690909852925],[106.48538396905279,21.380321781260573],[106.46094845757439,21.435754191558797]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22107,"E":"District","POPULATION":158513,"LVLID":"VNP031001000000000000","NAME":"Luc Ngan","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.182","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8853564094165,21.334165815134703],[105.94576642390477,21.396612122246175],[105.97766834166823,21.417427557949996],[106.01658415624495,21.400232198020753],[106.0116065520549,21.366972751841818],[106.03898337510014,21.335749598286082],[106.04328221508246,21.275565838533723],[106.00662894786485,21.254976657565813],[105.98219343638645,21.22035968297141],[105.94146758392246,21.241175118675233],[105.93332241342965,21.29253494372706],[105.89621663674023,21.32353184254688],[105.8853564094165,21.334165815134703]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22109,"E":"District","POPULATION":194113,"LVLID":"VNP031010000000000000","NAME":"Hiep Hoa","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.183","geometry":{"type":"MultiPolygon","coordinates":[[[[106.17066363140042,21.403173509587596],[106.18175011346007,21.420368869516842],[106.25845046893393,21.45679588199853],[106.2880898393383,21.449555730449376],[106.33786588123874,21.435754191558797],[106.35483498643207,21.394123320151152],[106.31682419079901,21.370592827616395],[106.29487748141563,21.327830682529193],[106.30528519926753,21.28280599008288],[106.22654855117047,21.267420668040923],[106.23062113641687,21.297738802653015],[106.18695397238602,21.318554238356835],[106.19781419970975,21.344347278250705],[106.17066363140042,21.403173509587596]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22111,"E":"District","POPULATION":179875,"LVLID":"VNP031002000000000000","NAME":"Lang Giang","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.184","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66208891779938,21.171036150542786],[106.69037075978827,21.205200615665365],[106.69851593028106,21.263800592266346],[106.76571358684667,21.29728629318119],[106.75145953848427,21.347741099289372],[106.78562400360684,21.39615961277435],[106.78155141836045,21.45023449465711],[106.81051202455707,21.502046829180756],[106.84490274441556,21.501594319708932],[106.894678786316,21.486208997666978],[106.89671507893921,21.448198202033907],[106.96436524497663,21.421500143196397],[106.99174206802188,21.43665921050244],[106.9942308701169,21.354302486630793],[107.0369930152041,21.322626823603237],[106.97748801965948,21.281900971139237],[106.98337064279316,21.2242060134819],[106.94060849770597,21.16628480108865],[106.92137684515352,21.181443868394698],[106.82883865816586,21.158818394803586],[106.83291124341227,21.149768205367142],[106.71978387545671,21.158592140067675],[106.66208891779938,21.171036150542786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22113,"E":"District","POPULATION":58200,"LVLID":"VNP031009000000000000","NAME":"Son Dong","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.185","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29487748141563,21.327830682529193],[106.31682419079901,21.370592827616395],[106.35483498643207,21.394123320151152],[106.41999635037448,21.404983547474885],[106.41071990620212,21.426477747386443],[106.46094845757439,21.435754191558797],[106.48538396905279,21.380321781260573],[106.45800714600755,21.338690909852925],[106.54443645512559,21.30927779418448],[106.61819549903262,21.263348082794522],[106.69851593028106,21.263800592266346],[106.69037075978827,21.205200615665365],[106.66208891779938,21.171036150542786],[106.61412291378622,21.168094838975943],[106.54964031405154,21.188231510472033],[106.50642565949252,21.221264701915054],[106.42791526613136,21.227373579784654],[106.34849985382657,21.162212215842253],[106.32881569180229,21.188684019943853],[106.33130449389732,21.231672419766966],[106.30528519926753,21.28280599008288],[106.29487748141563,21.327830682529193]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22115,"E":"District","POPULATION":177105,"LVLID":"VNP031008000000000000","NAME":"Luc Nam","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.186","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00662894786485,21.254976657565813],[106.04328221508246,21.275565838533723],[106.03898337510014,21.335749598286082],[106.14939568622478,21.327830682529193],[106.15708834724575,21.31131408680768],[106.15867213039714,21.279638423780124],[106.14441808203473,21.2710407438155],[106.14690688412975,21.24615272286528],[106.14645437465794,21.24027009973159],[106.15459954515073,21.20814192723221],[106.11047987164807,21.19841297358803],[106.08989069068015,21.20633188934492],[106.00662894786485,21.254976657565813]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22117,"E":"District","POPULATION":147958,"LVLID":"VNP031004000000000000","NAME":"Viet Yen","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.187","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14441808203473,21.2710407438155],[106.15867213039714,21.279638423780124],[106.18333389661144,21.265384375417725],[106.18627520817829,21.260859280699503],[106.22654855117047,21.267420668040923],[106.30528519926753,21.28280599008288],[106.33130449389732,21.231672419766966],[106.32881569180229,21.188684019943853],[106.30370141611616,21.11922381601914],[106.25686668578255,21.168999857919587],[106.17450996191091,21.178955066299675],[106.15459954515073,21.20814192723221],[106.14645437465794,21.24027009973159],[106.14690688412975,21.24615272286528],[106.14441808203473,21.2710407438155]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22119,"E":"District","POPULATION":159435,"LVLID":"VNP031005000000000000","NAME":"Yen Dung","PROV_CODE":221}},{"type":"Feature","id":"vn_admin2.188","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03920962983605,21.15180449799034],[106.08989069068015,21.20633188934492],[106.11047987164807,21.19841297358803],[106.07925671809232,21.155877083236742],[106.03920962983605,21.15180449799034]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22301,"E":"Town","POPULATION":64080,"LVLID":"VNP020001000000000000","NAME":"Bac Ninh town","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.189","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90798188300761,21.222395975594612],[105.94146758392246,21.241175118675233],[105.98219343638645,21.22035968297141],[106.00662894786485,21.254976657565813],[106.08989069068015,21.20633188934492],[106.03920962983605,21.15180449799034],[106.01205906152673,21.180312594715144],[105.96205676489036,21.15316202640581],[105.92766604503187,21.16130719689861],[105.91069693983854,21.19004154835932],[105.90798188300761,21.222395975594612]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22303,"E":"District","POPULATION":128875,"LVLID":"VNP020006000000000000","NAME":"Yen Phong","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.190","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07925671809232,21.155877083236742],[106.11047987164807,21.19841297358803],[106.15459954515073,21.20814192723221],[106.17450996191091,21.178955066299675],[106.25686668578255,21.168999857919587],[106.30370141611616,21.11922381601914],[106.29985508560567,21.10519602239265],[106.28492227303553,21.102480965561718],[106.2516628268566,21.11198366446998],[106.194646633407,21.093883285597094],[106.15324201673526,21.104064748713093],[106.13536789259828,21.077366689875582],[106.10459724851437,21.071484066741892],[106.07925671809232,21.155877083236742]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22305,"E":"District","POPULATION":141643,"LVLID":"VNP020002000000000000","NAME":"Que Vo","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.191","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92042589348272,21.121938872850073],[105.92766604503187,21.16130719689861],[105.96205676489036,21.15316202640581],[106.01205906152673,21.180312594715144],[106.03920962983605,21.15180449799034],[106.07925671809232,21.155877083236742],[106.10459724851437,21.071484066741892],[106.062287612899,21.08279680353745],[106.0075339668085,21.06695897202367],[105.97404826589366,21.06899526464687],[105.92110465769045,21.116735013924117],[105.92042589348272,21.121938872850073]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22307,"E":"District","POPULATION":225175,"LVLID":"VNP020003000000000000","NAME":"Tien Son","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.192","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00617643839304,21.003833900704468],[106.02472932673774,21.038450875298867],[106.0075339668085,21.06695897202367],[106.062287612899,21.08279680353745],[106.10459724851437,21.071484066741892],[106.13536789259828,21.077366689875582],[106.133557854711,21.071484066741892],[106.14509684624247,21.00021382492989],[106.13061654314416,20.981434681849265],[106.09124821909562,21.003381391232644],[106.00640269312895,20.998856296514422],[106.00617643839304,21.003833900704468]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22309,"E":"District","POPULATION":132515,"LVLID":"VNP020004000000000000","NAME":"Thuan Thanh","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.193","geometry":{"type":"MultiPolygon","coordinates":[[[[106.133557854711,21.071484066741892],[106.13536789259828,21.077366689875582],[106.15324201673526,21.104064748713093],[106.194646633407,21.093883285597094],[106.2516628268566,21.11198366446998],[106.28492227303553,21.102480965561718],[106.29985508560567,21.10519602239265],[106.31410913396807,21.057908782587226],[106.27745586675047,20.989127342870244],[106.25188908159251,20.994783711268024],[106.17518872611865,20.970574454525533],[106.14509684624247,21.00021382492989],[106.133557854711,21.071484066741892]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22311,"E":"District","POPULATION":216443,"LVLID":"VNP020005000000000000","NAME":"Gia Luong","PROV_CODE":223}},{"type":"Feature","id":"vn_admin2.194","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17342462095851,21.028948176390603],[107.18270106513087,21.023970572200557],[107.17229334727895,20.963560557712288],[107.19650260402145,20.94591268831122],[107.16799450729664,20.92577601681513],[107.07206249927033,20.95405785880402],[107.11889722960393,21.00813274068678],[107.17342462095851,21.028948176390603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22501,"E":"City","POPULATION":133254,"LVLID":"VNP014005000000000000","NAME":"Ha Long city","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.195","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17229334727895,20.963560557712288],[107.18270106513087,21.023970572200557],[107.22093811549985,21.081439275121983],[107.27320295949531,21.102028456089894],[107.23768096595727,21.140039251722964],[107.25849640166109,21.183706415753807],[107.34469945604323,21.19253035045434],[107.36415736333159,21.217644626140476],[107.37139751488074,21.219228409291855],[107.36528863701113,21.1732986979019],[107.39040291269727,21.150220714838962],[107.36415736333159,21.10089718241034],[107.37637511907079,21.021481770105535],[107.3460569844587,20.994783711268024],[107.25623385430198,20.997272513363043],[107.19650260402145,20.94591268831122],[107.17229334727895,20.963560557712288]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22503,"E":"Town","POPULATION":254576,"LVLID":"VNP014013000000000000","NAME":"Cam Pha town","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.196","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71978387545671,21.158592140067675],[106.83291124341227,21.149768205367142],[106.85146413175698,21.129631533871052],[106.83766259286641,21.029853195334248],[106.78290894677592,21.018314203802777],[106.76752362473395,20.990937380757533],[106.73177537645999,20.996820003891223],[106.70960241234071,21.04501226264029],[106.72249893228765,21.081439275121983],[106.721593913344,21.082344294065628],[106.69489585450648,21.11764003286776],[106.71978387545671,21.158592140067675]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22505,"E":"Town","POPULATION":136879,"LVLID":"VNP014012000000000000","NAME":"Uong Bi town","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.197","geometry":{"type":"MultiPolygon","coordinates":[[[[107.27727554474171,21.559741786838092],[107.29786472570963,21.589154902506536],[107.36619365595479,21.595263780376136],[107.47208087236119,21.66246143694174],[107.5008152238219,21.604087715076673],[107.5476499541555,21.586892355147427],[107.56575033302839,21.611101611889918],[107.60828622337968,21.604540224548494],[107.61394259177746,21.558384258422624],[107.58385071190128,21.51494334912769],[107.52660826371577,21.525577321715513],[107.54018354787044,21.488697799762],[107.47343840077666,21.44231557890022],[107.39854808319008,21.465846071434978],[107.37366006223985,21.435075427351062],[107.34288941815593,21.488471545026087],[107.30035352780465,21.514490839655867],[107.27727554474171,21.559741786838092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22507,"E":"District","POPULATION":20264,"LVLID":"VNP014011000000000000","NAME":"Binh Lieu","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.198","geometry":{"type":"MultiPolygon","coordinates":[[[[107.78906375737267,21.50430937653987],[107.76689079325338,21.50317810286031],[107.73951397020814,21.553859163704402],[107.74946917858823,21.63644214231196],[107.8202869109284,21.65590004960032],[107.86350156548743,21.651374954882098],[107.90513243689507,21.586439845675603],[107.92979420310938,21.587118609883337],[107.9585285545701,21.536211294303335],[108.00581579437552,21.544130210060224],[108.01916482379428,21.495711696575245],[107.92345907050388,21.441636814692487],[107.90445367268734,21.497747989198444],[107.83725601612174,21.475348770343242],[107.83612474244218,21.500463046029378],[107.78906375737267,21.50430937653987]]],[[[107.83182590245987,21.362673911859506],[107.94902585566183,21.38982448016884],[107.95558724300325,21.356338779253996],[107.83182590245987,21.362673911859506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22509,"E":"District","POPULATION":42875,"LVLID":"VNP014010000000000000","NAME":"Hai Ninh","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.199","geometry":{"type":"MultiPolygon","coordinates":[[[[107.47343840077666,21.44231557890022],[107.54018354787044,21.488697799762],[107.52660826371577,21.525577321715513],[107.58385071190128,21.51494334912769],[107.61394259177746,21.558384258422624],[107.60828622337968,21.604540224548494],[107.68272403149444,21.607255281379427],[107.74946917858823,21.63644214231196],[107.73951397020814,21.553859163704402],[107.76689079325338,21.50317810286031],[107.78906375737267,21.50430937653987],[107.8039965699428,21.479647610325554],[107.765307010102,21.444804380995244],[107.7571618396092,21.40566231168262],[107.7205085723916,21.38529938545062],[107.68114024834307,21.40566231168262],[107.67141129469888,21.36516271395453],[107.63702057484039,21.35339746768715],[107.64380821691773,21.307920265769013],[107.62389780015755,21.273982055382348],[107.58181441927807,21.276244602741457],[107.53927852892679,21.330545739360126],[107.51167545114563,21.37602294127826],[107.47683222181531,21.38213181914786],[107.47343840077666,21.44231557890022]]],[[[107.70738579770875,21.29932258580439],[107.80150776784778,21.35000364664848],[107.80037649416822,21.330545739360126],[107.70738579770875,21.29932258580439]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22511,"E":"District","POPULATION":58883,"LVLID":"VNP014009000000000000","NAME":"Quang Ha","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.200","geometry":{"type":"MultiPolygon","coordinates":[[[[107.20872035976065,21.538700096398358],[107.27727554474171,21.559741786838092],[107.30035352780465,21.514490839655867],[107.34288941815593,21.488471545026087],[107.37366006223985,21.435075427351062],[107.39854808319008,21.465846071434978],[107.47343840077666,21.44231557890022],[107.47683222181531,21.38213181914786],[107.51167545114563,21.37602294127826],[107.53927852892679,21.330545739360126],[107.55737890779967,21.287331084801103],[107.49176503438545,21.285973556385635],[107.42863996306625,21.31900674782866],[107.36732492963434,21.283937263762436],[107.36732492963434,21.283937263762436],[107.37139751488074,21.219228409291855],[107.36415736333159,21.217644626140476],[107.34990331496918,21.296155019501636],[107.25736512798153,21.32692566358555],[107.25600759956606,21.364257695010885],[107.26980913845665,21.39774339592573],[107.24695741012962,21.43213411578422],[107.25012497643237,21.481910157684666],[107.20872035976065,21.538700096398358]]],[[[107.3704924959371,21.19411413360572],[107.39628553583096,21.251356581791235],[107.43407007672812,21.231219910295145],[107.3908554221691,21.182575142074253],[107.3704924959371,21.19411413360572]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22513,"E":"District","POPULATION":35438,"LVLID":"VNP014008000000000000","NAME":"Tien Yen","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.201","geometry":{"type":"MultiPolygon","coordinates":[[[[106.97748801965948,21.281900971139237],[107.0369930152041,21.322626823603237],[107.11482464435753,21.374439158126883],[107.1752346588458,21.361090128708128],[107.22116437023575,21.38597814965835],[107.25600759956606,21.364257695010885],[107.25736512798153,21.32692566358555],[107.34990331496918,21.296155019501636],[107.36415736333159,21.217644626140476],[107.34469945604323,21.19253035045434],[107.25849640166109,21.183706415753807],[107.23768096595727,21.140039251722964],[107.17908098935628,21.142075544346163],[107.21482923763024,21.1997705020035],[107.17568716831762,21.23054114608741],[107.09966557705148,21.228504853464212],[107.09536673706917,21.227826089256478],[107.04581694990463,21.18596896311292],[107.02183394789806,21.229409872407857],[106.98337064279316,21.2242060134819],[106.97748801965948,21.281900971139237]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22515,"E":"District","POPULATION":27582,"LVLID":"VNP014007000000000000","NAME":"Ba Che","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.202","geometry":{"type":"MultiPolygon","coordinates":[[[[107.38225774220447,21.06650646255185],[107.42207857572483,21.134382883325184],[107.4193635188939,21.183706415753807],[107.4621256639811,21.209273200911767],[107.46257817345293,21.27239827223097],[107.5313596131699,21.221038447179144],[107.56914415406706,21.158592140067675],[107.38927163901772,21.037998365827047],[107.38225774220447,21.06650646255185]]],[[[107.39786931898234,20.898851703241707],[107.47728473128714,20.942745122008464],[107.50353028065284,21.005191429119936],[107.55194879413781,20.99206865443709],[107.5171055648075,20.918535865265977],[107.39786931898234,20.898851703241707]]],[[[107.47185461762528,20.815589960426415],[107.54516115206049,20.961298010353175],[107.56416654987702,20.930979875741087],[107.52706077318759,20.89749417482624],[107.47185461762528,20.815589960426415]]],[[[107.56710786144386,20.970348199789623],[107.59222213713,21.071710321477802],[107.61235880862608,21.061528858361804],[107.56710786144386,20.970348199789623]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22517,"E":"District","POPULATION":37645,"LVLID":"VNP014006000000000000","NAME":"Van Don","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.203","geometry":{"type":"MultiPolygon","coordinates":[[[[106.82883865816586,21.158818394803586],[106.92137684515352,21.181443868394698],[106.94060849770597,21.16628480108865],[106.98337064279316,21.2242060134819],[107.02183394789806,21.229409872407857],[107.04581694990463,21.18596896311292],[107.09536673706917,21.227826089256478],[107.09966557705148,21.228504853464212],[107.17568716831762,21.23054114608741],[107.21482923763024,21.1997705020035],[107.17908098935628,21.142075544346163],[107.23768096595727,21.140039251722964],[107.27320295949531,21.102028456089894],[107.22093811549985,21.081439275121983],[107.18270106513087,21.023970572200557],[107.17342462095851,21.028948176390603],[107.13541382532544,21.029174431126513],[107.08654280236864,20.990484871285712],[107.04581694990463,21.011074052253623],[106.99988723851467,21.000892589137624],[106.99490963432463,20.958582953522242],[106.93087954406178,20.954510368275844],[106.8924162389569,20.993426182852556],[106.83766259286641,21.029853195334248],[106.85146413175698,21.129631533871052],[106.83291124341227,21.149768205367142],[106.82883865816586,21.158818394803586]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22519,"E":"District","POPULATION":41683,"LVLID":"VNP014004000000000000","NAME":"Hoanh Bo","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.204","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44375309764514,21.10542227712856],[106.47656003435226,21.116282504452293],[106.50642565949252,21.221264701915054],[106.54964031405154,21.188231510472033],[106.61412291378622,21.168094838975943],[106.66208891779938,21.171036150542786],[106.71978387545671,21.158592140067675],[106.69489585450648,21.11764003286776],[106.721593913344,21.082344294065628],[106.72249893228765,21.081439275121983],[106.70960241234071,21.04501226264029],[106.73177537645999,20.996820003891223],[106.73290665013955,20.995462475475755],[106.61661171588123,21.0187667132746],[106.58086346760729,21.053836197340825],[106.53606502989687,21.04501226264029],[106.45823340074345,21.064017660456827],[106.44375309764514,21.10542227712856]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22521,"E":"District","POPULATION":113946,"LVLID":"VNP014003000000000000","NAME":"Dong Trieu","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.205","geometry":{"type":"MultiPolygon","coordinates":[[[[107.80874791939694,20.991616144965267],[107.84336489399134,21.041844696337535],[107.86734789599791,21.027590647975135],[107.82481200564662,20.982565955528823],[107.80874791939694,20.991616144965267]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22523,"E":"District","POPULATION":2100,"LVLID":"VNP014002000000000000","NAME":"Co To","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.206","geometry":{"type":"MultiPolygon","coordinates":[[[[106.76752362473395,20.990937380757533],[106.78290894677592,21.018314203802777],[106.83766259286641,21.029853195334248],[106.8924162389569,20.993426182852556],[106.86164559487298,20.99206865443709],[106.86345563276028,20.937541263082508],[106.78856531517368,20.932337404156552],[106.76752362473395,20.990937380757533]]],[[[106.87431586008401,20.831201537204283],[106.86006181172161,20.826450187750147],[106.79241164568418,20.89364784431575],[106.78494523939911,20.9291698378538],[106.82861240342996,20.920345903153265],[106.87431586008401,20.831201537204283]]],[[[106.88902241791823,20.934373696779755],[106.91843553358667,20.945460178839397],[106.93404711036455,20.90541309058313],[106.90033515471379,20.900887995864906],[106.88902241791823,20.934373696779755]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":22525,"E":"District","POPULATION":108448,"LVLID":"VNP014001000000000000","NAME":"Yen Hung","PROV_CODE":225}},{"type":"Feature","id":"vn_admin2.207","geometry":{"type":"MultiPolygon","coordinates":[[[[103.09586177036829,21.38190556441195],[103.0739150609849,21.372176610767774],[103.01757763174304,21.38213181914786],[103.04472820005238,21.45837966514991],[103.0859065619882,21.434622917879242],[103.09586177036829,21.38190556441195]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30101,"E":"Town","POPULATION":16285,"LVLID":"VNP015002000000000000","NAME":"Dien Bien Phu town","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.208","geometry":{"type":"MultiPolygon","coordinates":[[[[103.09495675142465,22.069267452109937],[103.1632856816698,22.120853531897673],[103.19677138258464,22.108862030894382],[103.18229107948633,22.0115724944526],[103.1510679259306,22.014287551283534],[103.09495675142465,22.069267452109937]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30103,"E":"Town","POPULATION":37209,"LVLID":"VNP015003000000000000","NAME":"Lai Chau town","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.209","geometry":{"type":"MultiPolygon","coordinates":[[[[103.02956913274633,22.444171549514664],[103.01938766963032,22.381951497139106],[103.10129188403015,22.340094370995548],[103.11645095133619,22.277195554412256],[103.07097374941806,22.255022590292967],[103.00377609285246,22.258416411331634],[102.97594676033539,22.232623371437764],[102.93770970996641,22.092797944644694],[102.86892827024943,22.057049696370736],[102.78204645165955,22.084879028887805],[102.77231749801538,22.115197163499893],[102.7180163613967,22.071077489997226],[102.68385189627413,21.9606651788726],[102.62570442914497,21.898218871761127],[102.52004346747448,21.963380235703532],[102.4919878802215,21.99505589873109],[102.47682881291546,22.05953849846576],[102.4469631877752,22.07175625420496],[102.43927052675421,22.114744654028073],[102.38994699432558,22.127867428710918],[102.34017095242514,22.166104479079895],[102.3270481777423,22.201400217882032],[102.24514396334247,22.238732249307365],[102.23632002864194,22.278553082827724],[102.18247140149509,22.296879716436525],[102.19966676142434,22.333985493125947],[102.15079573846754,22.404124461258395],[102.25442040751483,22.458878107348887],[102.32636941353456,22.55594138905476],[102.35895009550576,22.565444087963026],[102.40940490161394,22.632415489792717],[102.3881369564383,22.679023965390407],[102.44130681937742,22.700291910566055],[102.45895468877848,22.754593047184724],[102.51461335381262,22.776087247096278],[102.5548866968048,22.74441158406872],[102.57457085882906,22.702328203189253],[102.6119028902544,22.730836299914053],[102.6607739132112,22.688300409562764],[102.69290208571057,22.70142318424561],[102.7562534117657,22.66544868123574],[102.791096641096,22.626080357187206],[102.86598695868258,22.609790016201604],[102.93635218155094,22.481277326204086],[102.99268961079281,22.47720474095769],[103.02956913274633,22.444171549514664]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30105,"E":"District","POPULATION":31873,"LVLID":"VNP015001000000000000","NAME":"Muong Te","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.210","geometry":{"type":"MultiPolygon","coordinates":[[[[103.53592723171542,22.59259465627236],[103.57710559365124,22.57607806055085],[103.58298821678493,22.488517477753245],[103.55877896004243,22.46770204204942],[103.6332167681572,22.393490488670572],[103.73571016352494,22.413627160166662],[103.77304219495026,22.378105166628618],[103.7796035822917,22.300726046947013],[103.69883064157142,22.2536650618775],[103.69883064157142,22.231944607230034],[103.59316967990092,22.166104479079895],[103.56511409264795,22.226061984096344],[103.4827573687763,22.29574844275697],[103.37438135027487,22.402314423371106],[103.34768329143736,22.45525803157431],[103.2648740580939,22.50164025243609],[103.28863080536456,22.541687340692356],[103.24767869816465,22.605717430955206],[103.16713201218029,22.59508345836738],[103.1897574857714,22.64123942449325],[103.23274588559451,22.64553826447556],[103.28455822011816,22.676987672767208],[103.29111960745958,22.73558764936819],[103.33750182832136,22.805952872236546],[103.44248402578413,22.75843937769521],[103.4318500531963,22.711378392625697],[103.49407010557186,22.61703016775076],[103.53592723171542,22.59259465627236]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30107,"E":"District","POPULATION":85894,"LVLID":"VNP015010000000000000","NAME":"Phong Tho","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.211","geometry":{"type":"MultiPolygon","coordinates":[[[[103.01938766963032,22.381951497139106],[103.02956913274633,22.444171549514664],[103.08522779778046,22.450280427384264],[103.08930038302687,22.50978542292889],[103.1877211931482,22.557072662734313],[103.16713201218029,22.59508345836738],[103.24767869816465,22.605717430955206],[103.28863080536456,22.541687340692356],[103.2648740580939,22.50164025243609],[103.34768329143736,22.45525803157431],[103.37438135027487,22.402314423371106],[103.4827573687763,22.29574844275697],[103.56511409264795,22.226061984096344],[103.59316967990092,22.166104479079895],[103.56918667789435,22.147551590735183],[103.53999981696181,22.075376329979537],[103.53886854328226,22.024921523871356],[103.50176276659283,21.967452820949934],[103.45651181941061,22.012703768132155],[103.47076586777301,22.02718407123047],[103.42393113743941,22.071077489997226],[103.39474427650687,22.155923015963896],[103.3361442999059,22.15275544966114],[103.28795204115683,22.102526898288872],[103.29338215481869,22.039175572233756],[103.25401383077016,22.063611083712157],[103.26080147284749,22.100490605665673],[103.2200756203835,22.135560089731896],[103.20989415726748,22.20321025576932],[103.16803703112393,22.238279739835544],[103.16554822902891,22.299368518531548],[103.13047874496269,22.305477396401148],[103.11645095133619,22.277195554412256],[103.10129188403015,22.340094370995548],[103.01938766963032,22.381951497139106]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30109,"E":"District","POPULATION":53480,"LVLID":"VNP015008000000000000","NAME":"Sin Ho","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.212","geometry":{"type":"MultiPolygon","coordinates":[[[[102.62570442914497,21.898218871761127],[102.68385189627413,21.9606651788726],[102.7180163613967,22.071077489997226],[102.77231749801538,22.115197163499893],[102.78204645165955,22.084879028887805],[102.86892827024943,22.057049696370736],[102.93770970996641,22.092797944644694],[102.97594676033539,22.232623371437764],[103.00377609285246,22.258416411331634],[103.07097374941806,22.255022590292967],[103.11645095133619,22.277195554412256],[103.13047874496269,22.305477396401148],[103.16554822902891,22.299368518531548],[103.16803703112393,22.238279739835544],[103.20989415726748,22.20321025576932],[103.2200756203835,22.135560089731896],[103.26080147284749,22.100490605665673],[103.25401383077016,22.063611083712157],[103.29338215481869,22.039175572233756],[103.2669103507171,22.011119984980777],[103.25537135918563,21.931478317940062],[103.29700223059326,21.87876096447277],[103.30831496738882,21.80771697739668],[103.22211191300669,21.7104274409549],[103.17052583321896,21.71291624304992],[103.1571768038002,21.638478434935163],[103.10966330925886,21.611327866625828],[103.08183397674179,21.590286176186094],[103.02979538748224,21.605218988756228],[102.99879848866242,21.586892355147427],[102.98544945924365,21.646849860163872],[102.9904270634337,21.724228979845478],[102.96938537299397,21.7409718303029],[102.88227729966819,21.703866053613474],[102.862366882908,21.718346356711788],[102.85671051451023,21.838713876216506],[102.81643717151805,21.823328554174548],[102.83091747461636,21.733957933489656],[102.74245187287511,21.657257578015784],[102.68611444363324,21.652732483297562],[102.6505924500952,21.731016621922812],[102.66778781002445,21.78893783431606],[102.65217623324658,21.856814255089393],[102.62570442914497,21.898218871761127]],[[103.09495675142465,22.069267452109937],[103.1510679259306,22.014287551283534],[103.18229107948633,22.0115724944526],[103.19677138258464,22.108862030894382],[103.1632856816698,22.120853531897673],[103.09495675142465,22.069267452109937]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30111,"E":"District","POPULATION":50582,"LVLID":"VNP015004000000000000","NAME":"Muong Lay","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.213","geometry":{"type":"MultiPolygon","coordinates":[[[[103.25537135918563,21.931478317940062],[103.2669103507171,22.011119984980777],[103.29338215481869,22.039175572233756],[103.28795204115683,22.102526898288872],[103.3361442999059,22.15275544966114],[103.39474427650687,22.155923015963896],[103.42393113743941,22.071077489997226],[103.47076586777301,22.02718407123047],[103.45651181941061,22.012703768132155],[103.50176276659283,21.967452820949934],[103.48479366139951,21.90681655172575],[103.5234832212403,21.86179185927944],[103.46918208462164,21.832604998346905],[103.42076357113666,21.843012716198814],[103.3707612745003,21.80930076054806],[103.36329486821523,21.782376446974634],[103.30831496738882,21.80771697739668],[103.29700223059326,21.87876096447277],[103.25537135918563,21.931478317940062]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30113,"E":"District","POPULATION":33590,"LVLID":"VNP015006000000000000","NAME":"Tua Chua","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.214","geometry":{"type":"MultiPolygon","coordinates":[[[[103.10966330925886,21.611327866625828],[103.1571768038002,21.638478434935163],[103.17052583321896,21.71291624304992],[103.22211191300669,21.7104274409549],[103.30831496738882,21.80771697739668],[103.36329486821523,21.782376446974634],[103.3707612745003,21.80930076054806],[103.42076357113666,21.843012716198814],[103.46918208462164,21.832604998346905],[103.5234832212403,21.86179185927944],[103.54723996851097,21.771968729122722],[103.60221986933738,21.68056181581463],[103.54610869483142,21.643456039125205],[103.56443532844021,21.624224386572763],[103.52642453280716,21.539831370077913],[103.45560680046697,21.499558027085733],[103.44700912050234,21.429192804217376],[103.3972330786019,21.434622917879242],[103.33523928096226,21.412676208495864],[103.29247713587505,21.40000594328484],[103.24790495290056,21.426477747386443],[103.19247254260233,21.434622917879242],[103.15876058695157,21.54480897426796],[103.10966330925886,21.611327866625828]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30115,"E":"District","POPULATION":87976,"LVLID":"VNP015009000000000000","NAME":"Tuan Giao","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.215","geometry":{"type":"MultiPolygon","coordinates":[[[[102.99879848866242,21.586892355147427],[103.02979538748224,21.605218988756228],[103.08183397674179,21.590286176186094],[103.10966330925886,21.611327866625828],[103.15876058695157,21.54480897426796],[103.19247254260233,21.434622917879242],[103.16057062483887,21.40385227379533],[103.09586177036829,21.38190556441195],[103.0859065619882,21.434622917879242],[103.04472820005238,21.45837966514991],[103.01757763174304,21.38213181914786],[103.0739150609849,21.372176610767774],[103.07301004204126,21.367877770785462],[103.07504633466446,21.310182813128126],[103.12142855552624,21.279864678516034],[103.09744555351966,21.234613731333813],[103.13726638704001,21.156782102180387],[103.17980227739132,21.14727940327212],[103.16238066272615,21.11198366446998],[103.15853433221567,21.027590647975135],[103.22279067721442,21.043202224753003],[103.2872732769491,21.038450875298867],[103.28274818223088,20.9963674944194],[103.30582616529381,20.943197631480288],[103.29338215481869,20.906318109526776],[103.22165940353487,20.892969080108017],[103.17007332374713,20.912200732660462],[103.11464091344891,20.898851703241707],[103.04042936007006,21.05474121628447],[102.97934058137406,21.063565150985003],[102.94336607836419,21.15542457376492],[102.9092016132416,21.164474763201362],[102.90241397116428,21.239591335523855],[102.81259084100756,21.26018051649177],[102.85671051451023,21.296381274237547],[102.9008301880129,21.301132623691682],[102.9008301880129,21.383263092827416],[102.87548965759085,21.42579898317871],[102.91802554794215,21.499331772349823],[102.99879848866242,21.586892355147427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30117,"E":"District","POPULATION":85156,"LVLID":"VNP015007000000000000","NAME":"Dien Bien","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.216","geometry":{"type":"MultiPolygon","coordinates":[[[[103.07301004204126,21.367877770785462],[103.0739150609849,21.372176610767774],[103.09586177036829,21.38190556441195],[103.16057062483887,21.40385227379533],[103.19247254260233,21.434622917879242],[103.24790495290056,21.426477747386443],[103.29247713587505,21.40000594328484],[103.33523928096226,21.412676208495864],[103.33501302622633,21.41199744428813],[103.39225547441185,21.364710204482705],[103.37551262395444,21.328509446736927],[103.4196322974571,21.316744200469547],[103.44565159208688,21.275792093269636],[103.4422577710482,21.188910274679763],[103.39972188069692,21.144111836969362],[103.42528866585488,21.070805302534158],[103.37596513342625,21.06039758468225],[103.29813350427283,21.095919578220293],[103.2872732769491,21.038450875298867],[103.22279067721442,21.043202224753003],[103.15853433221567,21.027590647975135],[103.16238066272615,21.11198366446998],[103.17980227739132,21.14727940327212],[103.13726638704001,21.156782102180387],[103.09744555351966,21.234613731333813],[103.12142855552624,21.279864678516034],[103.07504633466446,21.310182813128126],[103.07301004204126,21.367877770785462]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30119,"E":"District","POPULATION":29012,"LVLID":"VNP015005000000000000","NAME":"Dien Bien Dong","PROV_CODE":301}},{"type":"Feature","id":"vn_admin2.217","geometry":{"type":"MultiPolygon","coordinates":[[[[103.93617185954218,21.42421520002733],[103.97531392885482,21.403173509587596],[104.0056320634669,21.35362372242306],[103.99567685508681,21.252035345998966],[103.9526884552637,21.276470857477367],[103.88300199660307,21.2466052323371],[103.83978734204405,21.273529545910524],[103.84408618202636,21.35928009082084],[103.81286302847063,21.384394366506974],[103.83933483257223,21.437790484182],[103.93617185954218,21.42421520002733]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30301,"E":"Town","POPULATION":61740,"LVLID":"VNP046004000000000000","NAME":"Son La town","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.218","geometry":{"type":"MultiPolygon","coordinates":[[[[103.48479366139951,21.90681655172575],[103.50176276659283,21.967452820949934],[103.53886854328226,22.024921523871356],[103.65629475122013,21.990757058748777],[103.68706539530405,21.918355543257217],[103.72733873829623,21.876498417113662],[103.70109318893053,21.822876044702724],[103.76444451498564,21.80545443003757],[103.81195800952699,21.73463669769739],[103.75788312764422,21.663366455885384],[103.80788542428058,21.635537123368316],[103.81150550005516,21.568565721538626],[103.77236343074253,21.63417959495285],[103.71489472782112,21.663592710621295],[103.67892022481125,21.657031323279874],[103.60221986933738,21.68056181581463],[103.54723996851097,21.771968729122722],[103.5234832212403,21.86179185927944],[103.48479366139951,21.90681655172575]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30303,"E":"District","POPULATION":32399,"LVLID":"VNP046005000000000000","NAME":"Quynh Nhai","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.219","geometry":{"type":"MultiPolygon","coordinates":[[[[103.75788312764422,21.663366455885384],[103.81195800952699,21.73463669769739],[103.88526454396218,21.685539420004677],[103.9262166511621,21.698435939951608],[103.94092320899632,21.667439041131786],[104.03142510336077,21.669475333754985],[104.09771774098273,21.639835963350627],[104.21627522260016,21.66811780533952],[104.34388289365403,21.650696190674363],[104.29410685175358,21.59978887509436],[104.28121033180665,21.548881559514356],[104.29795318226407,21.522183500676846],[104.2864141907326,21.469692401945466],[104.3024782769823,21.437111719974265],[104.2515709614023,21.388466951753372],[104.17554937013615,21.360411364500393],[104.11604437459152,21.322626823603237],[104.05382432221597,21.372855374975504],[104.0056320634669,21.35362372242306],[103.97531392885482,21.403173509587596],[103.93617185954218,21.42421520002733],[103.98911546774539,21.473764987191867],[103.9689787962493,21.5172058964868],[103.89408847866272,21.54277268164476],[103.86263907037107,21.53892635113427],[103.81150550005516,21.568565721538626],[103.80788542428058,21.635537123368316],[103.75788312764422,21.663366455885384]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30305,"E":"District","POPULATION":64344,"LVLID":"VNP046006000000000000","NAME":"Muong La","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.220","geometry":{"type":"MultiPolygon","coordinates":[[[[103.33501302622633,21.41199744428813],[103.33523928096226,21.412676208495864],[103.3972330786019,21.434622917879242],[103.44700912050234,21.429192804217376],[103.45560680046697,21.499558027085733],[103.52642453280716,21.539831370077913],[103.56443532844021,21.624224386572763],[103.54610869483142,21.643456039125205],[103.60221986933738,21.68056181581463],[103.67892022481125,21.657031323279874],[103.71489472782112,21.663592710621295],[103.77236343074253,21.63417959495285],[103.81150550005516,21.568565721538626],[103.86263907037107,21.53892635113427],[103.89408847866272,21.54277268164476],[103.9689787962493,21.5172058964868],[103.98911546774539,21.473764987191867],[103.93617185954218,21.42421520002733],[103.83933483257223,21.437790484182],[103.81286302847063,21.384394366506974],[103.84408618202636,21.35928009082084],[103.83978734204405,21.273529545910524],[103.81874565160432,21.249094034432122],[103.81942441581205,21.199317992531675],[103.78118736544307,21.208820691439943],[103.7513217403028,21.253392874414434],[103.66602370486432,21.26651564909728],[103.59565848199595,21.309730303656302],[103.55742143162698,21.289367377424302],[103.55063378954964,21.237328788164746],[103.50832415393425,21.255429167037633],[103.46216818780839,21.352266194007594],[103.4196322974571,21.316744200469547],[103.37551262395444,21.328509446736927],[103.39225547441185,21.364710204482705],[103.33501302622633,21.41199744428813]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30307,"E":"District","POPULATION":145483,"LVLID":"VNP046007000000000000","NAME":"Thuan Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.221","geometry":{"type":"MultiPolygon","coordinates":[[[[104.17554937013615,21.360411364500393],[104.2515709614023,21.388466951753372],[104.3024782769823,21.437111719974265],[104.4755631499543,21.348646118233017],[104.53438938129119,21.411318680080395],[104.55429979805137,21.407019840098084],[104.57443646954746,21.36380518553906],[104.57149515798062,21.305657718409904],[104.5468333917663,21.25701295018901],[104.4898171983167,21.20406934198581],[104.53823571180168,21.122391382321894],[104.53190057919618,21.06514893413638],[104.56674380852648,21.08121302038607],[104.57398396007564,21.052026159453536],[104.55656234541048,21.063112641513182],[104.54253455178399,21.004965174384022],[104.4549739689864,21.050216121566248],[104.38483500085394,21.073746614101005],[104.35021802625954,21.11741377813185],[104.27940029391937,21.142754308553897],[104.23052927096256,21.18415892522563],[104.26016864136692,21.21990717349959],[104.24546208353269,21.26470561120999],[104.17668064381571,21.320364276244124],[104.17554937013615,21.360411364500393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30309,"E":"District","POPULATION":44083,"LVLID":"VNP046003000000000000","NAME":"Bac Yen","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.222","geometry":{"type":"MultiPolygon","coordinates":[[[[104.4898171983167,21.20406934198581],[104.5468333917663,21.25701295018901],[104.57149515798062,21.305657718409904],[104.57443646954746,21.36380518553906],[104.55429979805137,21.407019840098084],[104.59117932000488,21.419690105309108],[104.6484217681904,21.38167930967604],[104.73756613413939,21.40407852853124],[104.75249894670951,21.35000364664848],[104.78349584552933,21.32375809728279],[104.81788656538782,21.33122450356786],[104.84752593579218,21.308825284712658],[104.85001473788721,21.223527249274166],[104.86856762623192,21.2079156724963],[104.85815990838,21.14773191274394],[104.91653363024507,21.10904235290314],[104.85680237996453,21.073972868836915],[104.86721009781645,21.041165932129804],[104.86743635255236,21.04048716792207],[104.87105642832694,21.027590647975135],[104.75001014461449,21.04682230052758],[104.71720320790737,21.063112641513182],[104.67330978914062,21.02804315744696],[104.57398396007564,21.052026159453536],[104.56674380852648,21.08121302038607],[104.53190057919618,21.06514893413638],[104.53823571180168,21.122391382321894],[104.4898171983167,21.20406934198581]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30311,"E":"District","POPULATION":94044,"LVLID":"VNP046002000000000000","NAME":"Phu Yen","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.223","geometry":{"type":"MultiPolygon","coordinates":[[[[103.7513217403028,21.253392874414434],[103.78118736544307,21.208820691439943],[103.81942441581205,21.199317992531675],[103.81874565160432,21.249094034432122],[103.83978734204405,21.273529545910524],[103.88300199660307,21.2466052323371],[103.9526884552637,21.276470857477367],[103.99567685508681,21.252035345998966],[104.0056320634669,21.35362372242306],[104.05382432221597,21.372855374975504],[104.11604437459152,21.322626823603237],[104.17554937013615,21.360411364500393],[104.17668064381571,21.320364276244124],[104.24546208353269,21.26470561120999],[104.26016864136692,21.21990717349959],[104.23052927096256,21.18415892522563],[104.20428372159687,21.155198319029008],[104.2131076562974,21.075782906724204],[104.15699648179144,21.014920382764114],[104.1196644503661,21.00202386281718],[104.12441579982024,20.971931982941],[104.0746397579198,20.959035462994066],[104.01400348869561,21.0004400796658],[104.00653708241055,21.02645937429558],[103.96739501309793,21.009490269102244],[103.97237261728797,21.04252346054527],[103.90200739441961,21.04071342265798],[103.81376804741427,21.07125781200598],[103.74589162664094,21.159270904275406],[103.70199820787418,21.18189637786652],[103.7513217403028,21.253392874414434]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30313,"E":"District","POPULATION":102905,"LVLID":"VNP046008000000000000","NAME":"Mai Son","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.224","geometry":{"type":"MultiPolygon","coordinates":[[[[103.22165940353487,20.892969080108017],[103.29338215481869,20.906318109526776],[103.30582616529381,20.943197631480288],[103.28274818223088,20.9963674944194],[103.2872732769491,21.038450875298867],[103.29813350427283,21.095919578220293],[103.37596513342625,21.06039758468225],[103.42528866585488,21.070805302534158],[103.39972188069692,21.144111836969362],[103.4422577710482,21.188910274679763],[103.44565159208688,21.275792093269636],[103.4196322974571,21.316744200469547],[103.46216818780839,21.352266194007594],[103.50832415393425,21.255429167037633],[103.55063378954964,21.237328788164746],[103.55742143162698,21.289367377424302],[103.59565848199595,21.309730303656302],[103.66602370486432,21.26651564909728],[103.7513217403028,21.253392874414434],[103.70199820787418,21.18189637786652],[103.74589162664094,21.159270904275406],[103.81376804741427,21.07125781200598],[103.90200739441961,21.04071342265798],[103.97237261728797,21.04252346054527],[103.96739501309793,21.009490269102244],[104.00653708241055,21.02645937429558],[104.01400348869561,21.0004400796658],[104.0746397579198,20.959035462994066],[104.03572394334309,20.902245524280374],[103.97825524042166,20.911974477924552],[103.94884212475321,20.892969080108017],[103.90223364915552,20.905186835847218],[103.85630393776556,20.859709633929082],[103.80449160324191,20.847718132925795],[103.78367616753809,20.80043089312037],[103.79408388539001,20.749523577540366],[103.73593641826085,20.730970689195654],[103.74068776771497,20.666714344196897],[103.68729165003995,20.65879542844001],[103.67122756379027,20.698390007224454],[103.58683454729542,20.747487284917167],[103.51194422970883,20.753143653314947],[103.47099212250892,20.825771423542417],[103.44293653525594,20.792285722627568],[103.38682536074998,20.785498080550237],[103.23161461191496,20.841609255056195],[103.22165940353487,20.892969080108017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30315,"E":"District","POPULATION":115725,"LVLID":"VNP046009000000000000","NAME":"Song Ma","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.225","geometry":{"type":"MultiPolygon","coordinates":[[[[104.1196644503661,21.00202386281718],[104.15699648179144,21.014920382764114],[104.2131076562974,21.075782906724204],[104.20428372159687,21.155198319029008],[104.23052927096256,21.18415892522563],[104.27940029391937,21.142754308553897],[104.35021802625954,21.11741377813185],[104.38483500085394,21.073746614101005],[104.4549739689864,21.050216121566248],[104.54253455178399,21.004965174384022],[104.50112993511226,20.968538161902334],[104.4999986614327,20.922155941040554],[104.44615003428585,20.880525069632906],[104.42148826807154,20.79658456260988],[104.35248057361865,20.841835509792105],[104.34659795048496,20.86762854968597],[104.2884504833558,20.92577601681513],[104.2619786792542,20.89749417482624],[104.2477246308918,20.930979875741087],[104.19432851321677,20.95541538721949],[104.13527602714397,20.948627745142154],[104.12441579982024,20.971931982941],[104.1196644503661,21.00202386281718]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30317,"E":"District","POPULATION":53900,"LVLID":"VNP046010000000000000","NAME":"Yen Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.226","geometry":{"type":"MultiPolygon","coordinates":[[[[104.42148826807154,20.79658456260988],[104.44615003428585,20.880525069632906],[104.4999986614327,20.922155941040554],[104.50112993511226,20.968538161902334],[104.54253455178399,21.004965174384022],[104.55656234541048,21.063112641513182],[104.57398396007564,21.052026159453536],[104.67330978914062,21.02804315744696],[104.71720320790737,21.063112641513182],[104.75001014461449,21.04682230052758],[104.87105642832694,21.027590647975135],[104.88553673142525,21.0187667132746],[104.88621549563298,21.018087949066867],[104.90861471448818,20.974873294507844],[104.90929347869591,20.9739682755642],[104.92377378179422,20.965144340863667],[104.92558381968152,20.963108048240464],[104.97083476686375,20.90903316635771],[104.97219229527921,20.908806911621795],[104.99572278781397,20.87305866334784],[104.99594904254988,20.872379899140107],[105.00137915621174,20.81264864885957],[105.03282856450339,20.79816834576126],[105.03418609291886,20.797037072081704],[105.03622238554206,20.771922796395568],[105.03599613080615,20.771244032187834],[104.99549653307805,20.75201237963539],[104.99504402360624,20.721015480815566],[104.99346024045485,20.721241735551477],[104.96834596476872,20.732328217611123],[104.96540465320187,20.732328217611123],[104.8703776641192,20.759252531184547],[104.8701514093833,20.758573766976813],[104.86879388096783,20.756989983825434],[104.86788886202419,20.756537474353614],[104.84141705792258,20.752917398579033],[104.84051203897894,20.693864912506232],[104.85069350209494,20.649971493739475],[104.80001244125084,20.616259538088716],[104.80453753596908,20.58300009190978],[104.74548504989627,20.572818628793783],[104.72715841628747,20.602005489726317],[104.66720091127102,20.621689651750582],[104.64276539979262,20.652460295834498],[104.59615692419493,20.673275731538318],[104.55701485488231,20.720110461871922],[104.52533919185474,20.698390007224454],[104.49841487828132,20.7155853671537],[104.48416082991892,20.76830272062099],[104.42148826807154,20.79658456260988]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30319,"E":"District","POPULATION":96990,"LVLID":"VNP046001000000000000","NAME":"Moc Chau","PROV_CODE":303}},{"type":"Feature","id":"vn_admin2.227","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26858599932278,20.77441159849059],[105.30342922865309,20.853827010795396],[105.31655200333594,20.92125092209691],[105.34890643057123,20.938898791497977],[105.34325006217345,20.857899596041793],[105.38940602829932,20.820341309880547],[105.37786703676785,20.781199240567926],[105.37990332939106,20.750654851219924],[105.35207399687398,20.741378407047566],[105.2995828981426,20.781878004775656],[105.26858599932278,20.77441159849059]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30501,"E":"Town","POPULATION":90174,"LVLID":"VNP017001000000000000","NAME":"Hoa Binh town","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.228","geometry":{"type":"MultiPolygon","coordinates":[[[[104.85680237996453,21.073972868836915],[104.91653363024507,21.10904235290314],[104.92422629126605,21.072389085685536],[104.91743864918872,21.070579047798248],[104.91630737550916,21.069447774118693],[104.96721469108917,21.057682527851313],[105.07197063381602,20.999308805986246],[105.09527487161486,20.959035462994066],[105.1366794882866,20.9352787157234],[105.19776826698259,20.95586789669131],[105.31655200333594,20.92125092209691],[105.30342922865309,20.853827010795396],[105.26858599932278,20.77441159849059],[105.23804160997477,20.781878004775656],[105.18238294494064,20.75744249329726],[105.12084165677282,20.7481660491249],[105.0859984274425,20.75766874803317],[105.07921078536518,20.796810817345794],[105.03373358344703,20.797489581553524],[105.03282856450339,20.79816834576126],[105.00137915621174,20.81264864885957],[104.99594904254988,20.872379899140107],[104.99572278781397,20.87305866334784],[104.97219229527921,20.908806911621795],[104.97083476686375,20.90903316635771],[104.92558381968152,20.963108048240464],[104.92377378179422,20.965144340863667],[104.90929347869591,20.9739682755642],[104.90861471448818,20.974873294507844],[104.88621549563298,21.018087949066867],[104.88553673142525,21.0187667132746],[104.87105642832694,21.027590647975135],[104.86743635255236,21.04048716792207],[104.86721009781645,21.041165932129804],[104.85680237996453,21.073972868836915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30503,"E":"District","POPULATION":52945,"LVLID":"VNP017008000000000000","NAME":"Da Bac","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.229","geometry":{"type":"MultiPolygon","coordinates":[[[[104.84051203897894,20.693864912506232],[104.84141705792258,20.752917398579033],[104.86788886202419,20.756537474353614],[104.86879388096783,20.756989983825434],[104.8701514093833,20.758573766976813],[104.8703776641192,20.759252531184547],[104.96540465320187,20.732328217611123],[104.96834596476872,20.732328217611123],[104.99346024045485,20.721241735551477],[104.99504402360624,20.721015480815566],[104.99549653307805,20.75201237963539],[105.03599613080615,20.771244032187834],[105.03622238554206,20.771922796395568],[105.03418609291886,20.797037072081704],[105.03373358344703,20.797489581553524],[105.07921078536518,20.796810817345794],[105.0859984274425,20.75766874803317],[105.12084165677282,20.7481660491249],[105.13735825249432,20.719431697664188],[105.11631656205459,20.6911498556753],[105.16383005659593,20.630287331715206],[105.12423547781148,20.56014836358276],[105.09934745686127,20.56422094882916],[105.02762470557744,20.555623268864537],[104.90567340292134,20.666035579989163],[104.85069350209494,20.649971493739475],[104.84051203897894,20.693864912506232]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30505,"E":"District","POPULATION":45848,"LVLID":"VNP017002000000000000","NAME":"Mai Chau","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.230","geometry":{"type":"MultiPolygon","coordinates":[[[[105.18238294494064,20.75744249329726],[105.23804160997477,20.781878004775656],[105.26858599932278,20.77441159849059],[105.2995828981426,20.781878004775656],[105.35207399687398,20.741378407047566],[105.37990332939106,20.750654851219924],[105.37492572520101,20.7359482933857],[105.42402300289372,20.66151048527094],[105.40886393558768,20.605399310764984],[105.38940602829932,20.593860319233517],[105.32152960752599,20.61512826440916],[105.2749211319283,20.67146569365103],[105.2851025950443,20.70970274402001],[105.24641303520349,20.710834017699565],[105.18238294494064,20.75744249329726]]],[[[105.32266088120554,21.010169033309978],[105.3970986893203,21.011979071197267],[105.38895351882749,20.964465576655932],[105.46927395007594,20.944555159895753],[105.43420446600972,20.825771423542417],[105.37786703676785,20.781199240567926],[105.38940602829932,20.820341309880547],[105.34325006217345,20.857899596041793],[105.34890643057123,20.938898791497977],[105.32266088120554,21.010169033309978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30507,"E":"District","POPULATION":67611,"LVLID":"VNP017009000000000000","NAME":"Ky Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.231","geometry":{"type":"MultiPolygon","coordinates":[[[[105.38895351882749,20.964465576655932],[105.3970986893203,21.011979071197267],[105.47425155426599,21.017409184859133],[105.52810018141284,20.9698956903178],[105.51135733095542,20.922834705248285],[105.57764996857738,20.911295713716818],[105.55932333496857,20.881882598048374],[105.59009397905248,20.854053265531306],[105.5600020991763,20.79613205313806],[105.49167316893114,20.79047568474028],[105.43420446600972,20.825771423542417],[105.46927395007594,20.944555159895753],[105.38895351882749,20.964465576655932]]],[[[105.56045460864813,20.7950007794585],[105.596429111658,20.82690269722197],[105.64032253042475,20.833237829827482],[105.65254028616395,20.790928194212103],[105.65502908825897,20.756989983825434],[105.62448469891098,20.750654851219924],[105.56045460864813,20.7950007794585]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30509,"E":"District","POPULATION":68728,"LVLID":"VNP017010000000000000","NAME":"Luong Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.232","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37492572520101,20.7359482933857],[105.37990332939106,20.750654851219924],[105.37786703676785,20.781199240567926],[105.43420446600972,20.825771423542417],[105.49167316893114,20.79047568474028],[105.5600020991763,20.79613205313806],[105.56045460864813,20.7950007794585],[105.62448469891098,20.750654851219924],[105.65502908825897,20.756989983825434],[105.68670475128653,20.693864912506232],[105.67335572186778,20.676669552576985],[105.7145340838036,20.59680163080036],[105.64643140829435,20.522816332157426],[105.62357967996734,20.520327530062403],[105.56565846757408,20.547478098371737],[105.50886852886039,20.60494680129316],[105.52561137931781,20.620332123335118],[105.5253851245819,20.62101088754285],[105.49122065945933,20.63503868116934],[105.40886393558768,20.605399310764984],[105.42402300289372,20.66151048527094],[105.37492572520101,20.7359482933857]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30511,"E":"District","POPULATION":117513,"LVLID":"VNP017003000000000000","NAME":"Kim Boi","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.233","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11631656205459,20.6911498556753],[105.13735825249432,20.719431697664188],[105.12084165677282,20.7481660491249],[105.18238294494064,20.75744249329726],[105.24641303520349,20.710834017699565],[105.2851025950443,20.70970274402001],[105.2749211319283,20.67146569365103],[105.32152960752599,20.61512826440916],[105.38940602829932,20.593860319233517],[105.40004000088715,20.57191360985014],[105.35773036527176,20.499059584886755],[105.31044312546634,20.510598576418225],[105.3136106917691,20.474850328144267],[105.27220607509736,20.452677364024975],[105.2079497300986,20.51602869008009],[105.17559530286331,20.51195610483369],[105.12423547781148,20.56014836358276],[105.16383005659593,20.630287331715206],[105.11631656205459,20.6911498556753]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30513,"E":"District","POPULATION":68191,"LVLID":"VNP017004000000000000","NAME":"Tan Lac","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.234","geometry":{"type":"MultiPolygon","coordinates":[[[[105.27220607509736,20.452677364024975],[105.3136106917691,20.474850328144267],[105.31044312546634,20.510598576418225],[105.35773036527176,20.499059584886755],[105.40004000088715,20.57191360985014],[105.38940602829932,20.593860319233517],[105.40886393558768,20.605399310764984],[105.49122065945933,20.63503868116934],[105.5253851245819,20.62101088754285],[105.52561137931781,20.620332123335118],[105.50886852886039,20.60494680129316],[105.56565846757408,20.547478098371737],[105.5457480508139,20.518517492175114],[105.59688162112981,20.46693141238738],[105.56792101493319,20.43163567358524],[105.55027314553213,20.359460412829595],[105.5477843434371,20.359686667565505],[105.50660598150128,20.358102884414127],[105.43284693759425,20.38276465062844],[105.41519906819319,20.37077314962515],[105.26360839513274,20.43095690937751],[105.27220607509736,20.452677364024975]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30515,"E":"District","POPULATION":117420,"LVLID":"VNP017005000000000000","NAME":"Lac Son","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.235","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62357967996734,20.520327530062403],[105.64643140829435,20.522816332157426],[105.7145340838036,20.59680163080036],[105.7493773131339,20.594991592913072],[105.7753966077637,20.561505891998227],[105.80933481815036,20.49951209435858],[105.85616954848396,20.475302837616088],[105.86182591688174,20.423943012564266],[105.82064755494592,20.421680465205153],[105.80096339292164,20.441590881965332],[105.70344760174396,20.41104649261733],[105.67471325028325,20.45539242085591],[105.68376343971968,20.49204568807351],[105.63715496412199,20.488425612298933],[105.62357967996734,20.520327530062403]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30517,"E":"District","POPULATION":39527,"LVLID":"VNP017006000000000000","NAME":"Lac Thuy","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.236","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5457480508139,20.518517492175114],[105.56565846757408,20.547478098371737],[105.62357967996734,20.520327530062403],[105.63715496412199,20.488425612298933],[105.68376343971968,20.49204568807351],[105.67471325028325,20.45539242085591],[105.70344760174396,20.41104649261733],[105.6903248270611,20.407652671578663],[105.73444450056378,20.33638242976666],[105.6921348649484,20.302896728851813],[105.58602139380608,20.367153073850574],[105.55027314553213,20.359460412829595],[105.56792101493319,20.43163567358524],[105.59688162112981,20.46693141238738],[105.5457480508139,20.518517492175114]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":30519,"E":"District","POPULATION":51902,"LVLID":"VNP017007000000000000","NAME":"Yen Thuy","PROV_CODE":305}},{"type":"Feature","id":"vn_admin2.237","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78195799510512,19.85400733280415],[105.79010316559791,19.855138606483706],[105.83942669802654,19.784094619407615],[105.79824833609071,19.75241895638006],[105.76928772989409,19.7696143163093],[105.75639120994715,19.81350773507606],[105.78195799510512,19.85400733280415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40101,"E":"City","POPULATION":153821,"LVLID":"VNP040016000000000000","NAME":"Thanh Hoa city","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.238","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86431471897676,20.13026436535163],[105.91341199666948,20.104923834929583],[105.91454327034903,20.10401881598594],[105.92947608291917,20.098814957059982],[105.93558496078876,20.08795472973625],[105.92268844084182,20.042930037289935],[105.91906836506725,20.04134625413856],[105.83920044329062,20.06962809612745],[105.86431471897676,20.13026436535163]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40103,"E":"Town","POPULATION":50920,"LVLID":"VNP040015000000000000","NAME":"Bim Son town","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.239","geometry":{"type":"MultiPolygon","coordinates":[[[[105.89915794830708,19.771876863668414],[105.93400117763738,19.78296334572806],[105.90074173145845,19.7187070007293],[105.8833201167933,19.72662591648619],[105.89915794830708,19.771876863668414]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40105,"E":"Town","POPULATION":51273,"LVLID":"VNP040014000000000000","NAME":"Sam Son town","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.240","geometry":{"type":"MultiPolygon","coordinates":[[[[104.64276539979262,20.652460295834498],[104.66720091127102,20.621689651750582],[104.72715841628747,20.602005489726317],[104.74548504989627,20.572818628793783],[104.80453753596908,20.58300009190978],[104.87648654198881,20.55856458043138],[104.87874908934792,20.509014793266847],[104.84910971894357,20.478922913390665],[104.78055453396249,20.458107477686845],[104.70770050899911,20.418060389430575],[104.66335458076053,20.47190901657742],[104.63258393667662,20.460596279781864],[104.60384958521591,20.41489282312782],[104.5364256739144,20.41082023788142],[104.47873071625706,20.367153073850574],[104.42329830595884,20.374845734871553],[104.4185469565047,20.423716757828352],[104.38121492507936,20.4409121177576],[104.3920751524031,20.48548430073209],[104.42013073965607,20.487294338619378],[104.52805424868568,20.544989296276714],[104.54615462755856,20.595217847648982],[104.6099584630855,20.605851820236804],[104.64276539979262,20.652460295834498]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40107,"E":"District","POPULATION":19609,"LVLID":"VNP040013000000000000","NAME":"Muong Lat","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.241","geometry":{"type":"MultiPolygon","coordinates":[[[[104.70770050899911,20.418060389430575],[104.78055453396249,20.458107477686845],[104.84910971894357,20.478922913390665],[104.87874908934792,20.509014793266847],[104.87648654198881,20.55856458043138],[104.80453753596908,20.58300009190978],[104.80001244125084,20.616259538088716],[104.85069350209494,20.649971493739475],[104.90567340292134,20.666035579989163],[105.02762470557744,20.555623268864537],[105.09934745686127,20.56422094882916],[105.10477757052313,20.532545285801604],[105.0715181243442,20.49928583962267],[105.13170188409656,20.41760787995875],[105.16993893446553,20.40086502950133],[105.16880766078597,20.355840337055017],[105.12672427990651,20.341133779220794],[105.08102082325246,20.375750753815197],[105.06744553909779,20.348600185505862],[104.98350503207477,20.34498010973128],[104.89571819454125,20.29995541728497],[104.84843095473583,20.318960815101505],[104.79412981811716,20.408105181050487],[104.77716071292383,20.387063490610753],[104.71810822685103,20.39679244425493],[104.70770050899911,20.418060389430575]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40109,"E":"District","POPULATION":39884,"LVLID":"VNP040012000000000000","NAME":"Quan Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.242","geometry":{"type":"MultiPolygon","coordinates":[[[[104.71810822685103,20.39679244425493],[104.77716071292383,20.387063490610753],[104.79412981811716,20.408105181050487],[104.84843095473583,20.318960815101505],[104.89571819454125,20.29995541728497],[104.98350503207477,20.34498010973128],[105.06744553909779,20.348600185505862],[105.08102082325246,20.375750753815197],[105.12672427990651,20.341133779220794],[105.0880347200657,20.270089792144702],[105.01223938353549,20.2395454027967],[105.02015829929238,20.1886380872167],[104.9780749184129,20.104697580193672],[104.97830117314881,20.095194881285405],[104.90567340292134,20.145649687393586],[104.86381627677778,20.14089833793945],[104.7787444960752,20.196330748237678],[104.72896845417476,20.198140786124966],[104.6178773788424,20.2415816954199],[104.623986256712,20.362175469660528],[104.71810822685103,20.39679244425493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40111,"E":"District","POPULATION":27982,"LVLID":"VNP040018000000000000","NAME":"Quan Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.243","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0715181243442,20.49928583962267],[105.10477757052313,20.532545285801604],[105.09934745686127,20.56422094882916],[105.12423547781148,20.56014836358276],[105.17559530286331,20.51195610483369],[105.2079497300986,20.51602869008009],[105.27220607509736,20.452677364024975],[105.26360839513274,20.43095690937751],[105.41519906819319,20.37077314962515],[105.42176045553461,20.33366737293573],[105.3950623966971,20.25922956482097],[105.32311339067736,20.25153690379999],[105.34211878849389,20.22710139232159],[105.32537593803647,20.187506813537144],[105.2871388876675,20.183660483026653],[105.25161689412944,20.21148981554372],[105.25229565833718,20.203797154522743],[105.20772347536268,20.21465738184648],[105.18238294494064,20.24542802593039],[105.16224627344455,20.212168579751456],[105.09278606951985,20.251084394328167],[105.0880347200657,20.270089792144702],[105.12672427990651,20.341133779220794],[105.16880766078597,20.355840337055017],[105.16993893446553,20.40086502950133],[105.13170188409656,20.41760787995875],[105.0715181243442,20.49928583962267]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40113,"E":"District","POPULATION":85042,"LVLID":"VNP040010000000000000","NAME":"Ba Thuoc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.244","geometry":{"type":"MultiPolygon","coordinates":[[[[105.32311339067736,20.25153690379999],[105.3950623966971,20.25922956482097],[105.42176045553461,20.33366737293573],[105.52221755827915,20.254704470102745],[105.51769246356092,20.225970118642035],[105.57832873278511,20.198593295596787],[105.59891791375301,20.121440430651095],[105.55909708023266,20.08999102235945],[105.57176734544369,20.06940184139154],[105.50321216046261,20.079357049771627],[105.46067627011132,20.130943129559363],[105.3830708956938,20.17280025570292],[105.32537593803647,20.187506813537144],[105.34211878849389,20.22710139232159],[105.32311339067736,20.25153690379999]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40115,"E":"District","POPULATION":100729,"LVLID":"VNP040005000000000000","NAME":"Cam Thuy","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.245","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9780749184129,20.104697580193672],[105.02015829929238,20.1886380872167],[105.01223938353549,20.2395454027967],[105.0880347200657,20.270089792144702],[105.09278606951985,20.251084394328167],[105.16224627344455,20.212168579751456],[105.18238294494064,20.24542802593039],[105.20772347536268,20.21465738184648],[105.25229565833718,20.203797154522743],[105.28849641608296,20.166012613625586],[105.2771836792874,20.004692986920958],[105.17355901024011,20.00921808163918],[105.1690339155219,20.058541614067803],[105.13034435568109,20.118046609612428],[105.06020538754863,20.07008060559927],[104.99798533517308,20.091801060246738],[104.97830117314881,20.095194881285405],[104.9780749184129,20.104697580193672]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40117,"E":"District","POPULATION":38543,"LVLID":"VNP040004000000000000","NAME":"Lang Chanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.246","geometry":{"type":"MultiPolygon","coordinates":[[[[105.41519906819319,20.37077314962515],[105.43284693759425,20.38276465062844],[105.50660598150128,20.358102884414127],[105.5477843434371,20.359686667565505],[105.56769476019728,20.315566994062838],[105.64869395565346,20.274162377391104],[105.74553098262342,20.18275546408301],[105.7959857887316,20.1682751609847],[105.81996879073819,20.15243732947092],[105.79643829820343,20.14089833793945],[105.77901668353827,20.073021917166116],[105.7552599362676,20.06193543510647],[105.73172944373285,20.03387984785349],[105.69168235547657,20.04949142463136],[105.66928313662137,20.10175626862683],[105.63964376621702,20.090669786567183],[105.59891791375301,20.121440430651095],[105.57832873278511,20.198593295596787],[105.51769246356092,20.225970118642035],[105.52221755827915,20.254704470102745],[105.42176045553461,20.33366737293573],[105.41519906819319,20.37077314962515]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40119,"E":"District","POPULATION":115607,"LVLID":"VNP040003000000000000","NAME":"Thach Thanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.247","geometry":{"type":"MultiPolygon","coordinates":[[[[105.25161689412944,20.21148981554372],[105.2871388876675,20.183660483026653],[105.32537593803647,20.187506813537144],[105.3830708956938,20.17280025570292],[105.46067627011132,20.130943129559363],[105.50321216046261,20.079357049771627],[105.50027084889577,20.028223479455715],[105.46407009114999,20.03387984785349],[105.43465697548154,19.947903048207266],[105.37786703676785,19.921431244105666],[105.31270567282544,19.947450538735442],[105.2771836792874,20.004692986920958],[105.28849641608296,20.166012613625586],[105.25229565833718,20.203797154522743],[105.25161689412944,20.21148981554372]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40121,"E":"District","POPULATION":111612,"LVLID":"VNP040002000000000000","NAME":"Ngoc Lac","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.248","geometry":{"type":"MultiPolygon","coordinates":[[[[104.99798533517308,20.091801060246738],[105.06020538754863,20.07008060559927],[105.13034435568109,20.118046609612428],[105.1690339155219,20.058541614067803],[105.17355901024011,20.00921808163918],[105.2771836792874,20.004692986920958],[105.31270567282544,19.947450538735442],[105.37786703676785,19.921431244105666],[105.4075064071722,19.873691494828417],[105.39234733986616,19.847445945462727],[105.43262068285834,19.814186499283792],[105.43216817338651,19.806267583526903],[105.45320986382626,19.788393459389926],[105.4520785901467,19.786357166766724],[105.45954499643176,19.75264521111597],[105.36451800734909,19.706941754461923],[105.25749951726314,19.743595021679525],[105.21767868374278,19.710109320764676],[105.1672238776346,19.719838274408854],[105.13826327143798,19.740879964848588],[105.1328331577761,19.798801177241838],[105.1570424145186,19.853781078068238],[105.19324317226437,19.859663701201928],[105.17401151971193,19.91034476204602],[105.09957371159717,19.934327764052597],[105.0615629159641,19.928218886182997],[104.9658571626737,19.986818862783977],[104.92535756494561,19.994059014333136],[104.92286876285058,20.013064412149667],[104.99798533517308,20.091801060246738]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40123,"E":"District","POPULATION":114173,"LVLID":"VNP040009000000000000","NAME":"Thuong Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.249","geometry":{"type":"MultiPolygon","coordinates":[[[[105.1672238776346,19.719838274408854],[105.21767868374278,19.710109320764676],[105.25749951726314,19.743595021679525],[105.36451800734909,19.706941754461923],[105.45954499643176,19.75264521111597],[105.49959208468803,19.72866220910939],[105.48352799843835,19.68046995036032],[105.52991021930012,19.639065333688585],[105.51045231201176,19.58589547074947],[105.47719286583283,19.572320186594805],[105.45298360909034,19.513946464729734],[105.50796350991675,19.48860593430769],[105.51791871829684,19.461002856526534],[105.44981604278759,19.43860363767133],[105.39415737775346,19.45398895971329],[105.35682534632812,19.535893174113113],[105.29822536972713,19.471863083850266],[105.27220607509736,19.52661672994076],[105.28623386872384,19.601959556999162],[105.16880766078597,19.683637516663076],[105.1672238776346,19.719838274408854]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40125,"E":"District","POPULATION":47372,"LVLID":"VNP040008000000000000","NAME":"Nhu Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.250","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4520785901467,19.786357166766724],[105.45320986382626,19.788393459389926],[105.52289632248689,19.797896158298194],[105.58375884644697,19.786809676238548],[105.57244610965141,19.737486143809924],[105.62448469891098,19.7105618302365],[105.64801519144574,19.648341777860942],[105.5986916590171,19.625263794798006],[105.65706538088217,19.546300891965025],[105.64507387987888,19.50874260580378],[105.6758445239628,19.494941066913203],[105.6554815977308,19.475935669096668],[105.66385302295951,19.397425275735507],[105.63738121885791,19.368690924274794],[105.59507158324253,19.368690924274794],[105.51791871829684,19.461002856526534],[105.50796350991675,19.48860593430769],[105.45298360909034,19.513946464729734],[105.47719286583283,19.572320186594805],[105.51045231201176,19.58589547074947],[105.52991021930012,19.639065333688585],[105.48352799843835,19.68046995036032],[105.49959208468803,19.72866220910939],[105.45954499643176,19.75264521111597],[105.4520785901467,19.786357166766724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40127,"E":"District","POPULATION":75519,"LVLID":"VNP040011000000000000","NAME":"Nhu Thanh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.251","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55909708023266,20.08999102235945],[105.59891791375301,20.121440430651095],[105.63964376621702,20.090669786567183],[105.66928313662137,20.10175626862683],[105.69168235547657,20.04949142463136],[105.73172944373285,20.03387984785349],[105.7552599362676,20.06193543510647],[105.74779352998253,19.998810363787268],[105.76589390885542,19.954238180812776],[105.67720205237826,20.016231978452424],[105.59190401693978,20.024829658417048],[105.57176734544369,20.06940184139154],[105.55909708023266,20.08999102235945]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40129,"E":"District","POPULATION":81326,"LVLID":"VNP040006000000000000","NAME":"Vinh Loc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.252","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74779352998253,19.998810363787268],[105.7552599362676,20.06193543510647],[105.77901668353827,20.073021917166116],[105.79643829820343,20.14089833793945],[105.81996879073819,20.15243732947092],[105.86431471897676,20.13026436535163],[105.83920044329062,20.06962809612745],[105.91906836506725,20.04134625413856],[105.91499577982086,20.027092205776157],[105.9260822618805,19.968265974439266],[105.86838730422316,19.983877551217134],[105.81747998864316,19.957405747115534],[105.77494409829187,19.958310766059178],[105.76589390885542,19.954238180812776],[105.74779352998253,19.998810363787268]]],[[[105.92268844084182,20.042930037289935],[105.93558496078876,20.08795472973625],[105.97450077536548,20.06329296352194],[105.92268844084182,20.042930037289935]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40131,"E":"District","POPULATION":114809,"LVLID":"VNP040007000000000000","NAME":"Ha Trung","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.253","geometry":{"type":"MultiPolygon","coordinates":[[[[105.91499577982086,20.027092205776157],[105.91906836506725,20.04134625413856],[105.92268844084182,20.042930037289935],[105.97450077536548,20.06329296352194],[106.03717333721286,20.058767868803717],[106.03943588457197,19.998357854315447],[106.00391389103392,19.96306211551331],[105.94712395232023,19.947450538735442],[105.9260822618805,19.968265974439266],[105.91499577982086,20.027092205776157]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40133,"E":"District","POPULATION":134816,"LVLID":"VNP040017000000000000","NAME":"Nga Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.254","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50027084889577,20.028223479455715],[105.50321216046261,20.079357049771627],[105.57176734544369,20.06940184139154],[105.59190401693978,20.024829658417048],[105.67720205237826,20.016231978452424],[105.76589390885542,19.954238180812776],[105.76974023936592,19.94722428399953],[105.7509610962853,19.92844514091891],[105.7041263659517,19.94088915139402],[105.62765226521373,19.93478027352442],[105.60796810318946,19.954464435548687],[105.57538742121827,19.96102582289011],[105.50027084889577,20.028223479455715]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40135,"E":"District","POPULATION":146666,"LVLID":"VNP040001000000000000","NAME":"Yen Dinh","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.255","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37786703676785,19.921431244105666],[105.43465697548154,19.947903048207266],[105.46407009114999,20.03387984785349],[105.50027084889577,20.028223479455715],[105.57538742121827,19.96102582289011],[105.60796810318946,19.954464435548687],[105.58851019590111,19.88613550530353],[105.53420905928243,19.887945543190817],[105.47787163004057,19.85762740857873],[105.43262068285834,19.814186499283792],[105.39234733986616,19.847445945462727],[105.4075064071722,19.873691494828417],[105.37786703676785,19.921431244105666]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40137,"E":"District","POPULATION":212710,"LVLID":"VNP040019000000000000","NAME":"Tho Xuan","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.256","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77494409829187,19.958310766059178],[105.81747998864316,19.957405747115534],[105.86838730422316,19.983877551217134],[105.9260822618805,19.968265974439266],[105.94712395232023,19.947450538735442],[106.00391389103392,19.96306211551331],[105.95730541543624,19.909665997838285],[105.9566266512285,19.88613550530353],[105.89780041989161,19.87821658954664],[105.85277572744529,19.921431244105666],[105.79689080767525,19.925277574616153],[105.77494409829187,19.958310766059178]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40139,"E":"District","POPULATION":164326,"LVLID":"VNP040020000000000000","NAME":"Hau Loc","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.257","geometry":{"type":"MultiPolygon","coordinates":[[[[105.58851019590111,19.88613550530353],[105.60796810318946,19.954464435548687],[105.62765226521373,19.93478027352442],[105.7041263659517,19.94088915139402],[105.7509610962853,19.92844514091891],[105.76974023936592,19.94722428399953],[105.7613688141372,19.917584913595174],[105.79010316559791,19.855138606483706],[105.78195799510512,19.85400733280415],[105.7041263659517,19.859211191730108],[105.65480283352306,19.84405212442406],[105.58851019590111,19.88613550530353]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40141,"E":"District","POPULATION":186429,"LVLID":"VNP040021000000000000","NAME":"Thieu Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.258","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7613688141372,19.917584913595174],[105.76974023936592,19.94722428399953],[105.76589390885542,19.954238180812776],[105.77494409829187,19.958310766059178],[105.79689080767525,19.925277574616153],[105.85277572744529,19.921431244105666],[105.89780041989161,19.87821658954664],[105.9566266512285,19.88613550530353],[105.93400117763738,19.78296334572806],[105.89915794830708,19.771876863668414],[105.83942669802654,19.784094619407615],[105.79010316559791,19.855138606483706],[105.7613688141372,19.917584913595174]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40143,"E":"District","POPULATION":247952,"LVLID":"VNP040022000000000000","NAME":"Hoang Hoa","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.259","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65480283352306,19.84405212442406],[105.7041263659517,19.859211191730108],[105.78195799510512,19.85400733280415],[105.75639120994715,19.81350773507606],[105.76928772989409,19.7696143163093],[105.7163441216909,19.729567228053035],[105.69462366704342,19.743595021679525],[105.7104614985572,19.77119809946068],[105.6781070713219,19.78477338361535],[105.65480283352306,19.84405212442406]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40145,"E":"District","POPULATION":116360,"LVLID":"VNP040025000000000000","NAME":"Dong Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.260","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43216817338651,19.806267583526903],[105.43262068285834,19.814186499283792],[105.47787163004057,19.85762740857873],[105.53420905928243,19.887945543190817],[105.58851019590111,19.88613550530353],[105.65480283352306,19.84405212442406],[105.6781070713219,19.78477338361535],[105.7104614985572,19.77119809946068],[105.69462366704342,19.743595021679525],[105.66317425875178,19.752192701644145],[105.62448469891098,19.7105618302365],[105.57244610965141,19.737486143809924],[105.58375884644697,19.786809676238548],[105.52289632248689,19.797896158298194],[105.45320986382626,19.788393459389926],[105.43216817338651,19.806267583526903]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40147,"E":"District","POPULATION":195950,"LVLID":"VNP040027000000000000","NAME":"Trieu Son","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.261","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7163441216909,19.729567228053035],[105.76928772989409,19.7696143163093],[105.79824833609071,19.75241895638006],[105.83942669802654,19.784094619407615],[105.89915794830708,19.771876863668414],[105.8833201167933,19.72662591648619],[105.84598808536796,19.675266091434366],[105.81929002653045,19.574808988689828],[105.76793020147862,19.604900868566006],[105.7715502772532,19.634540238970363],[105.7267518395428,19.640649116839963],[105.7163441216909,19.729567228053035]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40149,"E":"District","POPULATION":236068,"LVLID":"VNP040024000000000000","NAME":"Quang Xuong","PROV_CODE":401}},{"type":"Feature","id":"vn_admin2.262","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5986916590171,19.625263794798006],[105.64801519144574,19.648341777860942],[105.62448469891098,19.7105618302365],[105.66317425875178,19.752192701644145],[105.69462366704342,19.743595021679525],[105.7163441216909,19.729567228053035],[105.7267518395428,19.640649116839963],[105.7715502772532,19.634540238970363],[105.76793020147862,19.604900868566006],[105.6758445239628,19.494941066913203],[105.64507387987888,19.50874260580378],[105.65706538088217,19.546300891965025],[105.5986916590171,19.625263794798006]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40151,"E":"District","POPULATION":153442,"LVLID":"VNP040026000000000000","NAME":"Nong Cong","PROV_CODE":402}},{"type":"Feature","id":"vn_admin2.263","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63738121885791,19.368690924274794],[105.66385302295951,19.397425275735507],[105.6554815977308,19.475935669096668],[105.6758445239628,19.494941066913203],[105.76793020147862,19.604900868566006],[105.81929002653045,19.574808988689828],[105.81069234656583,19.493809793233645],[105.81634871496361,19.423897079837108],[105.78851938244654,19.392900181017286],[105.82132631915366,19.314163532920215],[105.80978732762217,19.28475041725177],[105.77087151304546,19.289275511969993],[105.74620974683116,19.320498665525726],[105.69598119545888,19.297646937198703],[105.63738121885791,19.368690924274794]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40153,"E":"District","POPULATION":213939,"LVLID":"VNP040023000000000000","NAME":"Tinh Gia","PROV_CODE":402}},{"type":"Feature","id":"vn_admin2.264","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6432638419916,18.7096108785657],[105.68331093024787,18.724543691135835],[105.73738581213063,18.688569188125967],[105.76227383308084,18.69965567018561],[105.7733603151405,18.67793521553814],[105.71385531959587,18.64671206198241],[105.71023524382129,18.63698310833823],[105.65299279563577,18.66911128083761],[105.6432638419916,18.7096108785657]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40301,"E":"City","POPULATION":215261,"LVLID":"VNP039014000000000000","NAME":"Vinh city","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.265","geometry":{"type":"MultiPolygon","coordinates":[[[[105.74734102051072,18.7442278531601],[105.70276883753623,18.797850225571036],[105.7247155469196,18.831335926485885],[105.76838271095045,18.761423213089348],[105.74734102051072,18.7442278531601]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40303,"E":"Town","POPULATION":18519,"LVLID":"VNP039013000000000000","NAME":"Cua Lo town","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.266","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92535756494561,19.994059014333136],[104.9658571626737,19.986818862783977],[105.0615629159641,19.928218886182997],[105.09957371159717,19.934327764052597],[105.17401151971193,19.91034476204602],[105.19324317226437,19.859663701201928],[105.1570424145186,19.853781078068238],[105.1328331577761,19.798801177241838],[105.13826327143798,19.740879964848588],[105.08712970112207,19.746536333246368],[104.9964015520217,19.689972649268586],[105.00748803408135,19.602185811735072],[104.9762648805256,19.587705508636763],[105.00748803408135,19.546527146700935],[104.94458921749805,19.475709414360757],[104.90997224290365,19.469374281755243],[104.8235429337856,19.410095540946532],[104.76584797612827,19.450595138674622],[104.715619424756,19.45896656390333],[104.68145495963343,19.553993552986004],[104.634167719828,19.586121725485384],[104.63891906928212,19.618702407456585],[104.67376229861244,19.683411261927166],[104.66561712811965,19.699249093440944],[104.72218081209742,19.75671779636237],[104.76132288141005,19.74902513534139],[104.80023869598676,19.787488440446282],[104.83824949161983,19.79314480884406],[104.84752593579218,19.92278877252113],[104.89888576084401,19.9546906902846],[104.92535756494561,19.994059014333136]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40305,"E":"District","POPULATION":52801,"LVLID":"VNP039011000000000000","NAME":"Que Phong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.267","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8235429337856,19.410095540946532],[104.90997224290365,19.469374281755243],[104.94458921749805,19.475709414360757],[105.00748803408135,19.546527146700935],[104.9762648805256,19.587705508636763],[105.00748803408135,19.602185811735072],[104.9964015520217,19.689972649268586],[105.08712970112207,19.746536333246368],[105.13826327143798,19.740879964848588],[105.1672238776346,19.719838274408854],[105.16880766078597,19.683637516663076],[105.28623386872384,19.601959556999162],[105.27220607509736,19.52661672994076],[105.29822536972713,19.471863083850266],[105.29980915287851,19.46665922492431],[105.2265026184433,19.469826791227067],[105.17514279339149,19.427290900875775],[105.14233585668437,19.469826791227067],[105.1206154020369,19.44765382710778],[105.02196833717966,19.42434958930893],[104.98576757943388,19.350364290665993],[104.93599153753343,19.320272410789816],[104.8235429337856,19.410095540946532]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40307,"E":"District","POPULATION":48546,"LVLID":"VNP039003000000000000","NAME":"Quy Chau","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.268","geometry":{"type":"MultiPolygon","coordinates":[[[[104.45452145951457,19.65648694835374],[104.39795777553678,19.582275394974893],[104.43166973118754,19.562364978214717],[104.40157785131136,19.508063841596048],[104.45949906370461,19.452857686033735],[104.443208722719,19.377967368447152],[104.4065554555014,19.36529710323613],[104.36944967881199,19.396067747320043],[104.35406435677002,19.325928779187596],[104.29252306860221,19.279772813061726],[104.27057635921882,19.24221452690048],[104.27351767078567,19.21393268491159],[104.33958405367171,19.170944285088478],[104.30564584328505,19.10962925165656],[104.21831151522336,19.117774422149363],[104.22894548781117,19.154653944102876],[104.1866358521958,19.1958323060387],[104.10812545883464,19.211217628080657],[104.07577103159934,19.244929583731412],[104.00631082767464,19.227055459594435],[103.91920275434886,19.30126701297328],[103.96467995626699,19.38136118948582],[104.05405057695188,19.422765806157553],[104.12735711138708,19.501049944782803],[104.11310306302468,19.564175016102006],[104.06558956848335,19.621191209551608],[104.08074863578939,19.67843365773712],[104.09771774098273,19.662822080959252],[104.16242659545331,19.668930958828852],[104.16378412386878,19.694045234514988],[104.23890069619127,19.705584226046454],[104.34365663891812,19.67436107249072],[104.42148826807154,19.70264291447961],[104.45452145951457,19.65648694835374]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40309,"E":"District","POPULATION":49177,"LVLID":"VNP039016000000000000","NAME":"Ky Son","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.269","geometry":{"type":"MultiPolygon","coordinates":[[[[104.98576757943388,19.350364290665993],[105.02196833717966,19.42434958930893],[105.1206154020369,19.44765382710778],[105.14233585668437,19.469826791227067],[105.17514279339149,19.427290900875775],[105.2265026184433,19.469826791227067],[105.29980915287851,19.46665922492431],[105.31496822018455,19.400592842038265],[105.30931185178679,19.35534189485604],[105.34551260953256,19.31461604239204],[105.33827245798341,19.26212494366066],[105.31066938020224,19.21461144911932],[105.25591573411175,19.1958323060387],[105.23713659103113,19.216873996478434],[105.14572967772304,19.219136543837546],[105.14324087562802,19.19764234392599],[105.07966329483699,19.170718030352564],[105.04663010339397,19.166645445106166],[105.00002162779629,19.191985975528212],[104.98463630575432,19.283392888836303],[104.98576757943388,19.350364290665993]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40311,"E":"District","POPULATION":107198,"LVLID":"VNP039012000000000000","NAME":"Quy Hop","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.270","geometry":{"type":"MultiPolygon","coordinates":[[[[105.29822536972713,19.471863083850266],[105.35682534632812,19.535893174113113],[105.39415737775346,19.45398895971329],[105.44981604278759,19.43860363767133],[105.51791871829684,19.461002856526534],[105.59507158324253,19.368690924274794],[105.53601909716973,19.28837049302635],[105.53149400245151,19.231806809048567],[105.44031334387932,19.171170539824388],[105.4400870891434,19.170718030352564],[105.35252650634581,19.22049407225301],[105.31066938020224,19.21461144911932],[105.33827245798341,19.26212494366066],[105.34551260953256,19.31461604239204],[105.30931185178679,19.35534189485604],[105.31496822018455,19.400592842038265],[105.29980915287851,19.46665922492431],[105.29822536972713,19.471863083850266]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40313,"E":"District","POPULATION":149424,"LVLID":"VNP039009000000000000","NAME":"Nghia Dan","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.271","geometry":{"type":"MultiPolygon","coordinates":[[[[104.27057635921882,19.24221452690048],[104.29252306860221,19.279772813061726],[104.35406435677002,19.325928779187596],[104.36944967881199,19.396067747320043],[104.4065554555014,19.36529710323613],[104.443208722719,19.377967368447152],[104.45949906370461,19.452857686033735],[104.40157785131136,19.508063841596048],[104.43166973118754,19.562364978214717],[104.39795777553678,19.582275394974893],[104.45452145951457,19.65648694835374],[104.49524731197857,19.65196185363552],[104.50950136034096,19.621191209551608],[104.56131369486462,19.607842180132852],[104.6181036335783,19.63001514425214],[104.63891906928212,19.618702407456585],[104.634167719828,19.586121725485384],[104.68145495963343,19.553993552986004],[104.715619424756,19.45896656390333],[104.76584797612827,19.450595138674622],[104.8235429337856,19.410095540946532],[104.93599153753343,19.320272410789816],[104.90408961976996,19.29945697508599],[104.90748344080863,19.2609936699811],[104.8599699462673,19.239046960597722],[104.8439058600176,19.20782380704199],[104.76516921192054,19.211443882816567],[104.72331208577698,19.175243125070786],[104.72104953841787,19.132933489455407],[104.64321790926444,19.035417698277715],[104.56878010114968,19.022973687802605],[104.53416312655528,18.9842841279618],[104.53438938129119,18.982926599546335],[104.48755465095759,19.001705742626957],[104.45633149740186,18.980437797451312],[104.40542418182186,19.051029275055583],[104.31039719273919,19.09107636331185],[104.30564584328505,19.10962925165656],[104.33958405367171,19.170944285088478],[104.27351767078567,19.21393268491159],[104.27057635921882,19.24221452690048]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40315,"E":"District","POPULATION":68639,"LVLID":"VNP039006000000000000","NAME":"Tuong Duong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.272","geometry":{"type":"MultiPolygon","coordinates":[[[[105.44031334387932,19.171170539824388],[105.53149400245151,19.231806809048567],[105.53601909716973,19.28837049302635],[105.59507158324253,19.368690924274794],[105.63738121885791,19.368690924274794],[105.69598119545888,19.297646937198703],[105.74620974683116,19.320498665525726],[105.77087151304546,19.289275511969993],[105.80978732762217,19.28475041725177],[105.77471784355596,19.2304492806331],[105.74417345420795,19.219136543837546],[105.7407796331693,19.100126552748296],[105.66113796612858,19.08474123070634],[105.62244840628777,19.09695898644554],[105.54620056028573,19.179089455581277],[105.49099440472341,19.15374892515923],[105.46678514798093,19.13519603681452],[105.4398608344075,19.162799114595675],[105.4400870891434,19.170718030352564],[105.44031334387932,19.171170539824388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40317,"E":"District","POPULATION":361124,"LVLID":"VNP039019000000000000","NAME":"Quynh Luu","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.273","geometry":{"type":"MultiPolygon","coordinates":[[[[105.07966329483699,19.170718030352564],[105.14324087562802,19.19764234392599],[105.14572967772304,19.219136543837546],[105.23713659103113,19.216873996478434],[105.25591573411175,19.1958323060387],[105.31066938020224,19.21461144911932],[105.35252650634581,19.22049407225301],[105.4400870891434,19.170718030352564],[105.4400870891434,19.170718030352564],[105.4398608344075,19.162799114595675],[105.3912160661866,19.08428872123452],[105.31247941808954,19.053518077150603],[105.22989643948198,18.994691845813712],[105.17174897235282,18.973197645902157],[105.07830576642152,19.007135856288823],[105.0493451602249,19.089718834896384],[105.07966329483699,19.170718030352564]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40319,"E":"District","POPULATION":105739,"LVLID":"VNP039018000000000000","NAME":"Tan Ky","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.274","geometry":{"type":"MultiPolygon","coordinates":[[[[104.53416312655528,18.9842841279618],[104.56878010114968,19.022973687802605],[104.64321790926444,19.035417698277715],[104.72104953841787,19.132933489455407],[104.72331208577698,19.175243125070786],[104.76516921192054,19.211443882816567],[104.8439058600176,19.20782380704199],[104.8599699462673,19.239046960597722],[104.90748344080863,19.2609936699811],[104.90408961976996,19.29945697508599],[104.93599153753343,19.320272410789816],[104.98576757943388,19.350364290665993],[104.98463630575432,19.283392888836303],[105.00002162779629,19.191985975528212],[105.04663010339397,19.166645445106166],[104.98327877733885,19.04899298243238],[104.91223479026276,19.059174445548383],[104.90431587450587,19.041752830883226],[104.93282397123068,19.040169047731847],[104.94051663225166,18.99627562896509],[104.98124248471565,18.965957494353],[105.01110810985593,18.904868715657],[104.98033746577201,18.86459537266482],[104.93802783015663,18.87319305262944],[104.91743864918872,18.788347526662772],[104.79978618651494,18.781559884585437],[104.68032368595387,18.835861021204106],[104.634167719828,18.884505789424995],[104.5855229516071,18.89694979990011],[104.53438938129119,18.982926599546335],[104.53416312655528,18.9842841279618]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40321,"E":"District","POPULATION":61760,"LVLID":"VNP039017000000000000","NAME":"Con Cuong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.275","geometry":{"type":"MultiPolygon","coordinates":[[[[105.31247941808954,19.053518077150603],[105.3912160661866,19.08428872123452],[105.4398608344075,19.162799114595675],[105.46678514798093,19.13519603681452],[105.49099440472341,19.15374892515923],[105.55344071183488,19.113701836902962],[105.58489012012653,19.065962087625717],[105.52493261511007,19.022973687802605],[105.52832643614875,18.9313405197586],[105.51610868040954,18.894234743069173],[105.48420676264608,18.874324326308997],[105.39868247247168,18.894687252540997],[105.3624817147259,18.953965993349712],[105.31926706016687,18.971161353278955],[105.31247941808954,19.053518077150603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40323,"E":"District","POPULATION":239202,"LVLID":"VNP039007000000000000","NAME":"Yen Thanh","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.276","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49099440472341,19.15374892515923],[105.54620056028573,19.179089455581277],[105.62244840628777,19.09695898644554],[105.66113796612858,19.08474123070634],[105.61928083998502,18.987225439528647],[105.64439511567116,18.89513976201282],[105.59982293269667,18.86459537266482],[105.59982293269667,18.86459537266482],[105.54846310764484,18.85871274953113],[105.53398280454653,18.888804629407307],[105.53239902139515,18.88970964835095],[105.51610868040954,18.894234743069173],[105.52832643614875,18.9313405197586],[105.52493261511007,19.022973687802605],[105.58489012012653,19.065962087625717],[105.55344071183488,19.113701836902962],[105.49099440472341,19.15374892515923]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40325,"E":"District","POPULATION":272732,"LVLID":"VNP039010000000000000","NAME":"Dien Chau","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.277","geometry":{"type":"MultiPolygon","coordinates":[[[[104.90431587450587,19.041752830883226],[104.91223479026276,19.059174445548383],[104.98327877733885,19.04899298243238],[105.04663010339397,19.166645445106166],[105.07966329483699,19.170718030352564],[105.0493451602249,19.089718834896384],[105.07830576642152,19.007135856288823],[105.17174897235282,18.973197645902157],[105.22989643948198,18.994691845813712],[105.25930955515042,18.908262536695663],[105.22243003319691,18.88722084625593],[105.18193043546881,18.875455599988552],[105.06405171805913,18.867762938967573],[104.99979537306037,18.825679558088105],[104.9414216511953,18.757124373107036],[104.91743864918872,18.788347526662772],[104.93802783015663,18.87319305262944],[104.98033746577201,18.86459537266482],[105.01110810985593,18.904868715657],[104.98124248471565,18.965957494353],[104.94051663225166,18.99627562896509],[104.93282397123068,19.040169047731847],[104.90431587450587,19.041752830883226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40327,"E":"District","POPULATION":97835,"LVLID":"VNP039008000000000000","NAME":"Anh Son","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.278","geometry":{"type":"MultiPolygon","coordinates":[[[[105.22243003319691,18.88722084625593],[105.25930955515042,18.908262536695663],[105.22989643948198,18.994691845813712],[105.31247941808954,19.053518077150603],[105.31926706016687,18.971161353278955],[105.3624817147259,18.953965993349712],[105.39868247247168,18.894687252540997],[105.48420676264608,18.874324326308997],[105.47176275217096,18.819570680218504],[105.48941062157203,18.772735949884904],[105.43307319233017,18.79083632875779],[105.4093164450595,18.778844827754504],[105.36406549787728,18.83902858750686],[105.36383924314136,18.83902858750686],[105.33714118430385,18.831562181221795],[105.2973203507835,18.886542082048198],[105.23917288365433,18.871835524213974],[105.22243003319691,18.88722084625593]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40329,"E":"District","POPULATION":191546,"LVLID":"VNP039005000000000000","NAME":"Do Luong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.279","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9414216511953,18.757124373107036],[104.99979537306037,18.825679558088105],[105.06405171805913,18.867762938967573],[105.18193043546881,18.875455599988552],[105.22243003319691,18.88722084625593],[105.23917288365433,18.871835524213974],[105.2973203507835,18.886542082048198],[105.33714118430385,18.831562181221795],[105.36383924314136,18.83902858750686],[105.36406549787728,18.83902858750686],[105.4093164450595,18.778844827754504],[105.40841142611585,18.773188459356724],[105.41180524715452,18.742870324744636],[105.4645226006218,18.7014657080729],[105.44461218386164,18.67951899868952],[105.49144691419524,18.649427118813342],[105.50524845308581,18.609606285292983],[105.3810346030706,18.576573093849962],[105.26949101826642,18.615941417898497],[105.22944393001016,18.590148378004628],[105.19233815332073,18.599877331648806],[105.20297212590856,18.638340636753696],[105.14165709247663,18.68336532920001],[105.13848952617388,18.712778444868455],[105.07717449274197,18.70123945333699],[105.01970578982055,18.742191560536902],[104.94617300064944,18.73789272055459],[104.9414216511953,18.757124373107036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40331,"E":"District","POPULATION":229442,"LVLID":"VNP039002000000000000","NAME":"Thanh Chuong","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.280","geometry":{"type":"MultiPolygon","coordinates":[[[[105.47176275217096,18.819570680218504],[105.48420676264608,18.874324326308997],[105.51610868040954,18.894234743069173],[105.53239902139515,18.88970964835095],[105.53398280454653,18.888804629407307],[105.54846310764484,18.85871274953113],[105.59982293269667,18.86459537266482],[105.59982293269667,18.86459537266482],[105.64439511567116,18.89513976201282],[105.69575494072298,18.87138301474215],[105.7247155469196,18.831335926485885],[105.70276883753623,18.797850225571036],[105.74734102051072,18.7442278531601],[105.76227383308084,18.69965567018561],[105.73738581213063,18.688569188125967],[105.68331093024787,18.724543691135835],[105.6432638419916,18.7096108785657],[105.61656578315409,18.741512796329168],[105.55773955181719,18.751468004709256],[105.48941062157203,18.772735949884904],[105.47176275217096,18.819570680218504]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40333,"E":"District","POPULATION":196954,"LVLID":"VNP039001000000000000","NAME":"Nghi Loc","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.281","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40841142611585,18.773188459356724],[105.4093164450595,18.778844827754504],[105.43307319233017,18.79083632875779],[105.48941062157203,18.772735949884904],[105.55773955181719,18.751468004709256],[105.60434802741489,18.713004699604365],[105.55932333496857,18.622955314711742],[105.61837582104137,18.604402426367027],[105.61928083998502,18.575668074906318],[105.55208318341941,18.550553799220182],[105.50524845308581,18.609606285292983],[105.49144691419524,18.649427118813342],[105.44461218386164,18.67951899868952],[105.4645226006218,18.7014657080729],[105.41180524715452,18.742870324744636],[105.40841142611585,18.773188459356724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40335,"E":"District","POPULATION":150004,"LVLID":"VNP039004000000000000","NAME":"Nam Dan","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.282","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55773955181719,18.751468004709256],[105.61656578315409,18.741512796329168],[105.6432638419916,18.7096108785657],[105.65299279563577,18.66911128083761],[105.71023524382129,18.63698310833823],[105.67403448607551,18.573631782283115],[105.61928083998502,18.575668074906318],[105.61837582104137,18.604402426367027],[105.55932333496857,18.622955314711742],[105.60434802741489,18.713004699604365],[105.55773955181719,18.751468004709256]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40337,"E":"District","POPULATION":123186,"LVLID":"VNP039015000000000000","NAME":"Hung Nguyen","PROV_CODE":403}},{"type":"Feature","id":"vn_admin2.283","geometry":{"type":"MultiPolygon","coordinates":[[[[105.92268844084182,18.30959250547484],[105.90956566615898,18.304841156020704],[105.86499348318449,18.33583805484053],[105.88264135258557,18.377695180984087],[105.94078881971473,18.32362029910133],[105.92268844084182,18.30959250547484]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40501,"E":"Town","POPULATION":41220,"LVLID":"VNP018001000000000000","NAME":"Ha Tinh town","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.284","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67403448607551,18.573631782283115],[105.72629933007097,18.543087392935114],[105.7674776920068,18.54602870450196],[105.7407796331693,18.492180077355112],[105.68172714709648,18.50960169202027],[105.67403448607551,18.573631782283115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40503,"E":"Town","POPULATION":34091,"LVLID":"VNP018006000000000000","NAME":"Hong Linh town","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.285","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67403448607551,18.573631782283115],[105.71023524382129,18.63698310833823],[105.71385531959587,18.64671206198241],[105.7735865698764,18.666396224006675],[105.75390240785214,18.741965305800992],[105.7837680329924,18.751468004709256],[105.81182362024538,18.64060318411281],[105.87042359684636,18.52611828774178],[105.84259426432929,18.544444921350582],[105.7674776920068,18.54602870450196],[105.72629933007097,18.543087392935114],[105.67403448607551,18.573631782283115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40505,"E":"District","POPULATION":102110,"LVLID":"VNP018010000000000000","NAME":"Nghi Xuan","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.286","geometry":{"type":"MultiPolygon","coordinates":[[[[105.52176504880732,18.4939901152424],[105.55819206128902,18.509149182548448],[105.55208318341941,18.550553799220182],[105.61928083998502,18.575668074906318],[105.67403448607551,18.573631782283115],[105.68172714709648,18.50960169202027],[105.64869395565346,18.477021010049068],[105.63670245465018,18.41525346714533],[105.64032253042475,18.389686681987374],[105.61973334945684,18.359821056847107],[105.57900749699284,18.359594802111197],[105.48918436683613,18.4023569471984],[105.48533803632563,18.42928126077182],[105.52108628459959,18.49376386050649],[105.52176504880732,18.4939901152424]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40507,"E":"District","POPULATION":152428,"LVLID":"VNP018009000000000000","NAME":"Duc Tho","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.287","geometry":{"type":"MultiPolygon","coordinates":[[[[105.19233815332073,18.599877331648806],[105.22944393001016,18.590148378004628],[105.26949101826642,18.615941417898497],[105.3810346030706,18.576573093849962],[105.50524845308581,18.609606285292983],[105.55208318341941,18.550553799220182],[105.55819206128902,18.509149182548448],[105.52176504880732,18.4939901152424],[105.52108628459959,18.49376386050649],[105.48533803632563,18.42928126077182],[105.48918436683613,18.4023569471984],[105.41791412502413,18.39647432406471],[105.40388633139763,18.372265067322218],[105.35320527055354,18.377242671512263],[105.30297671918127,18.276333059295904],[105.26202461198136,18.263889048820793],[105.24686554467532,18.29375467396106],[105.1896230964898,18.324299063309063],[105.18781305860252,18.38832915357191],[105.15455361242357,18.3901391914592],[105.1081713915618,18.445571601757422],[105.13894203564571,18.589695868532807],[105.19233815332073,18.599877331648806]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40509,"E":"District","POPULATION":133898,"LVLID":"VNP018008000000000000","NAME":"Huong Son","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.288","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63670245465018,18.41525346714533],[105.64869395565346,18.477021010049068],[105.68172714709648,18.50960169202027],[105.7407796331693,18.492180077355112],[105.7674776920068,18.54602870450196],[105.84259426432929,18.544444921350582],[105.87042359684636,18.52611828774178],[105.91250697772583,18.474079698482225],[105.86544599265632,18.43335384601822],[105.79010316559791,18.421588599750844],[105.80073713818574,18.38289903991004],[105.7552599362676,18.318868949647193],[105.75548619100351,18.318190185439462],[105.64032253042475,18.389686681987374],[105.63670245465018,18.41525346714533]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40511,"E":"District","POPULATION":176743,"LVLID":"VNP018007000000000000","NAME":"Can Loc","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.289","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7552599362676,18.318868949647193],[105.80073713818574,18.38289903991004],[105.79010316559791,18.421588599750844],[105.86544599265632,18.43335384601822],[105.91250697772583,18.474079698482225],[105.94486140496112,18.45982565011982],[106.03015944039961,18.34420948006924],[105.9873972953124,18.301447334982036],[105.92268844084182,18.30959250547484],[105.94078881971473,18.32362029910133],[105.88264135258557,18.377695180984087],[105.86499348318449,18.33583805484053],[105.90956566615898,18.304841156020704],[105.91499577982086,18.258458935158924],[105.86340970003312,18.16886205973812],[105.84304677380112,18.25121878360977],[105.75548619100351,18.318190185439462],[105.7552599362676,18.318868949647193]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40513,"E":"District","POPULATION":202619,"LVLID":"VNP018002000000000000","NAME":"Thach Ha","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.290","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86340970003312,18.16886205973812],[105.91499577982086,18.258458935158924],[105.90956566615898,18.304841156020704],[105.92268844084182,18.30959250547484],[105.9873972953124,18.301447334982036],[106.03015944039961,18.34420948006924],[106.12360264633091,18.26343653934897],[106.15731460198167,18.266830360387637],[106.1294852694646,18.227009526867278],[106.14713313886567,18.145784076675188],[106.13785669469331,18.119538527309498],[106.09328451171882,18.113429649439897],[106.06771772656086,18.064784881219005],[106.04260345087472,18.076550127486385],[106.01884670360405,18.03310921819145],[105.93603747026059,18.086505335866473],[105.86340970003312,18.16886205973812]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40515,"E":"District","POPULATION":147510,"LVLID":"VNP018005000000000000","NAME":"Cam Xuyen","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.291","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26202461198136,18.263889048820793],[105.30297671918127,18.276333059295904],[105.35320527055354,18.377242671512263],[105.40388633139763,18.372265067322218],[105.41791412502413,18.39647432406471],[105.48918436683613,18.4023569471984],[105.57900749699284,18.359594802111197],[105.61973334945684,18.359821056847107],[105.64032253042475,18.389686681987374],[105.75548619100351,18.318190185439462],[105.84304677380112,18.25121878360977],[105.86340970003312,18.16886205973812],[105.93603747026059,18.086505335866473],[105.85549078427623,18.065011135954915],[105.86951857790272,18.03537176555056],[105.78082672142556,18.014782584582647],[105.74372094473614,18.034466746606913],[105.70933022487765,17.984464449970556],[105.64484762514297,17.984011940498736],[105.58534262959834,18.011841273015804],[105.57357738333097,18.082659005355985],[105.50977354780403,18.12225358414043],[105.50570096255764,18.1846998912519],[105.46474885535773,18.203931543804345],[105.41700910608047,18.15687055873483],[105.37537823467282,18.1582280871503],[105.32492342856465,18.199858958557943],[105.33533114641656,18.252576312025237],[105.26202461198136,18.263889048820793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40517,"E":"District","POPULATION":112461,"LVLID":"VNP018004000000000000","NAME":"Huong Khe","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.292","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01884670360405,18.03310921819145],[106.04260345087472,18.076550127486385],[106.06771772656086,18.064784881219005],[106.09328451171882,18.113429649439897],[106.13785669469331,18.119538527309498],[106.14713313886567,18.145784076675188],[106.1294852694646,18.227009526867278],[106.15731460198167,18.266830360387637],[106.25483039315935,18.213660497448522],[106.36252764745305,18.106642007362563],[106.4265577377159,18.099628110549318],[106.43945425766283,18.05754472966985],[106.49895925320746,17.9568613721894],[106.34374850437243,17.987632016273313],[106.30958403924984,17.960028938492155],[106.28537478250736,17.903465254514376],[106.24623271319473,17.927448256520954],[106.14916943148886,17.914551736574023],[106.04984360242388,17.94622739960158],[106.07495787811001,17.9914783467838],[106.01884670360405,18.03310921819145]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40519,"E":"District","POPULATION":155440,"LVLID":"VNP018003000000000000","NAME":"Ky Anh","PROV_CODE":405}},{"type":"Feature","id":"vn_admin2.293","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4957916869047,17.382853107182886],[106.52475229310133,17.458648443713113],[106.60416770540613,17.528108647637826],[106.69218079767555,17.412944987059067],[106.64195224630329,17.433534168026977],[106.60167890331111,17.42222143123142],[106.51547584892897,17.36339519989453],[106.4957916869047,17.382853107182886]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40701,"E":"Town","POPULATION":90414,"LVLID":"VNP019004000000000000","NAME":"Dong Hoi town","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.294","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64484762514297,17.984011940498736],[105.70933022487765,17.984464449970556],[105.74372094473614,18.034466746606913],[105.78082672142556,18.014782584582647],[105.86951857790272,18.03537176555056],[105.85549078427623,18.065011135954915],[105.93603747026059,18.086505335866473],[106.01884670360405,18.03310921819145],[106.07495787811001,17.9914783467838],[106.04984360242388,17.94622739960158],[106.14916943148886,17.914551736574023],[106.24623271319473,17.927448256520954],[106.28537478250736,17.903465254514376],[106.27632459307091,17.78558653710468],[106.30732149189073,17.758209714059436],[106.2475902416102,17.711148728989922],[106.25392537421571,17.7045873416485],[106.15573081883029,17.727212815239614],[106.11817253266904,17.721103937370014],[106.11455245689446,17.78898035814335],[106.04509225296975,17.81499965277313],[105.98355096480192,17.895772593493398],[105.9507440280948,17.8937363008702],[105.88015255049054,17.955503843773933],[105.84236800959339,17.9385347385806],[105.85458576533259,17.911836679743086],[105.79530702452386,17.917719302876776],[105.76793020147862,17.888758696680153],[105.7063889133108,17.908895368176243],[105.64416886093524,17.964327778474466],[105.64484762514297,17.984011940498736]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40703,"E":"District","POPULATION":70854,"LVLID":"VNP019002000000000000","NAME":"Tuyen Hoa","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.295","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64416886093524,17.964327778474466],[105.7063889133108,17.908895368176243],[105.76793020147862,17.888758696680153],[105.79530702452386,17.917719302876776],[105.85458576533259,17.911836679743086],[105.84236800959339,17.9385347385806],[105.88015255049054,17.955503843773933],[105.9507440280948,17.8937363008702],[105.98355096480192,17.895772593493398],[106.04509225296975,17.81499965277313],[106.11455245689446,17.78898035814335],[106.11817253266904,17.721103937370014],[106.11613624004583,17.7208776826341],[106.11387369268672,17.72065142789819],[106.06907525497633,17.64983369555801],[106.02631310988913,17.618610542002276],[106.03966213930788,17.541683931792495],[105.97269073747819,17.502089353008046],[105.86589850212815,17.624945674607787],[105.78648308982334,17.673137933356855],[105.75616495521125,17.66635029127952],[105.72381052797596,17.751422071982102],[105.69711246913845,17.76522361087268],[105.68987231758929,17.828122427455973],[105.62516346311871,17.869753298863618],[105.64416886093524,17.964327778474466]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40705,"E":"District","POPULATION":45396,"LVLID":"VNP019003000000000000","NAME":"Minh Hoa","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.296","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2475902416102,17.711148728989922],[106.30732149189073,17.758209714059436],[106.27632459307091,17.78558653710468],[106.28537478250736,17.903465254514376],[106.30958403924984,17.960028938492155],[106.34374850437243,17.987632016273313],[106.49895925320746,17.9568613721894],[106.4489569565711,17.83219501270237],[106.49420790375332,17.701646030081655],[106.42225889773358,17.72517652261641],[106.40687357569163,17.68807074592699],[106.36230139271714,17.672911678620945],[106.34691607067518,17.697120935363433],[106.25392537421571,17.7045873416485],[106.2475902416102,17.711148728989922]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40707,"E":"District","POPULATION":169687,"LVLID":"VNP019001000000000000","NAME":"Quang Trach","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.297","geometry":{"type":"MultiPolygon","coordinates":[[[[105.97269073747819,17.502089353008046],[106.03966213930788,17.541683931792495],[106.02631310988913,17.618610542002276],[106.06907525497633,17.64983369555801],[106.11387369268672,17.72065142789819],[106.11613624004583,17.7208776826341],[106.11817253266904,17.721103937370014],[106.15573081883029,17.727212815239614],[106.25392537421571,17.7045873416485],[106.34691607067518,17.697120935363433],[106.36230139271714,17.672911678620945],[106.40687357569163,17.68807074592699],[106.42225889773358,17.72517652261641],[106.49420790375332,17.701646030081655],[106.60416770540613,17.528108647637826],[106.52475229310133,17.458648443713113],[106.4957916869047,17.382853107182886],[106.43764421977555,17.38534190927791],[106.40777859463527,17.433081658555157],[106.3718040916254,17.4115874586436],[106.2903523866974,17.332850810546528],[106.306642727683,17.293029977026173],[106.28017092358141,17.259996785583148],[106.23582499534282,17.249136558259416],[106.09667833275748,17.358417595704484],[105.97269073747819,17.502089353008046]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40709,"E":"District","POPULATION":133965,"LVLID":"VNP019007000000000000","NAME":"Bo Trach","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.298","geometry":{"type":"MultiPolygon","coordinates":[[[[106.2903523866974,17.332850810546528],[106.3718040916254,17.4115874586436],[106.40777859463527,17.433081658555157],[106.43764421977555,17.38534190927791],[106.4957916869047,17.382853107182886],[106.51547584892897,17.36339519989453],[106.60167890331111,17.42222143123142],[106.64195224630329,17.433534168026977],[106.69218079767555,17.412944987059067],[106.80055681617698,17.31113035589906],[106.78856531517368,17.29076742966706],[106.74218309431191,17.32900448003604],[106.71639005441804,17.27854967392786],[106.67430667353858,17.240765133030703],[106.61548044220169,17.236918802520215],[106.59375998755422,17.150715748138076],[106.59285496861057,17.150489493402166],[106.50212681951021,17.11700379248732],[106.49647045111243,17.089400714706162],[106.42135387878994,17.074920411607852],[106.37678169581545,17.109763640938162],[106.32542187076362,17.1898578174507],[106.306642727683,17.293029977026173],[106.2903523866974,17.332850810546528]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40711,"E":"District","POPULATION":80210,"LVLID":"VNP019005000000000000","NAME":"Quang Ninh","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.299","geometry":{"type":"MultiPolygon","coordinates":[[[[106.42135387878994,17.074920411607852],[106.49647045111243,17.089400714706162],[106.50212681951021,17.11700379248732],[106.59285496861057,17.150489493402166],[106.59375998755422,17.150715748138076],[106.61548044220169,17.236918802520215],[106.67430667353858,17.240765133030703],[106.71639005441804,17.27854967392786],[106.74218309431191,17.32900448003604],[106.78856531517368,17.29076742966706],[106.80055681617698,17.31113035589906],[106.99694592694783,17.162254739669542],[106.9494324324065,17.114288735656388],[106.86096683066525,17.070395316889627],[106.8537266791161,17.03080073810518],[106.82657611080676,17.041208455957094],[106.78811280570187,16.9844185172434],[106.7765738141704,16.928986106945178],[106.70507731762248,16.938488805853446],[106.61163411169119,16.936678767966157],[106.58968740230782,16.98735982881025],[106.55461791824159,16.995957508774868],[106.52791985940408,16.976047092014692],[106.43244036084958,17.002518896116293],[106.40687357569163,17.051389919073095],[106.42135387878994,17.074920411607852]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40713,"E":"District","POPULATION":127379,"LVLID":"VNP019006000000000000","NAME":"Le Thuy","PROV_CODE":407}},{"type":"Feature","id":"vn_admin2.300","geometry":{"type":"MultiPolygon","coordinates":[[[[107.10781074754428,16.857715865133173],[107.13020996639949,16.84481934518624],[107.1528354399906,16.80183094536313],[107.03337293942953,16.748661082424015],[107.06550111192891,16.82852900420064],[107.10781074754428,16.857715865133173]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40901,"E":"Town","POPULATION":52841,"LVLID":"VNP052005000000000000","NAME":"Dong Ha town","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.301","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40903,"E":"Town","POPULATION":14853,"LVLID":"VNP052002000000000000","NAME":"Quang Tri town","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.302","geometry":{"type":"MultiPolygon","coordinates":[[[[106.70507731762248,16.938488805853446],[106.7765738141704,16.928986106945178],[106.78811280570187,16.9844185172434],[106.82657611080676,17.041208455957094],[106.8537266791161,17.03080073810518],[106.86096683066525,17.070395316889627],[106.9494324324065,17.114288735656388],[106.99694592694783,17.162254739669542],[107.1202547580194,17.082386817892917],[107.10690572860064,16.997088782454426],[107.0593922340593,17.005460207683136],[107.05871346985157,16.981250950940648],[106.95259999870926,16.962019298388203],[106.94309729980098,16.922198464867844],[106.80168808985654,16.889617782896643],[106.691049523996,16.90070426495629],[106.70507731762248,16.938488805853446]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40905,"E":"District","POPULATION":94478,"LVLID":"VNP052009000000000000","NAME":"Vinh Linh","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.303","geometry":{"type":"MultiPolygon","coordinates":[[[[106.691049523996,16.90070426495629],[106.80168808985654,16.889617782896643],[106.94309729980098,16.922198464867844],[106.95259999870926,16.962019298388203],[107.05871346985157,16.981250950940648],[107.0593922340593,17.005460207683136],[107.10690572860064,16.997088782454426],[107.11414588014979,17.009759047665447],[107.20283773662696,16.904776850202687],[107.13020996639949,16.84481934518624],[107.10781074754428,16.857715865133173],[107.04197061939415,16.882377631347488],[107.0186663815953,16.85454829883042],[106.94716988504739,16.851833241999486],[106.91187414624525,16.867671073513264],[106.9130054199248,16.829660277880194],[106.83472128129957,16.80839233270455],[106.78336145624773,16.831244061031573],[106.77544254049084,16.850928223055842],[106.691049523996,16.90070426495629]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40907,"E":"District","POPULATION":72078,"LVLID":"VNP052004000000000000","NAME":"Gio Linh","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.304","geometry":{"type":"MultiPolygon","coordinates":[[[[106.83472128129957,16.80839233270455],[106.9130054199248,16.829660277880194],[106.91187414624525,16.867671073513264],[106.94716988504739,16.851833241999486],[107.0186663815953,16.85454829883042],[107.04197061939415,16.882377631347488],[107.10781074754428,16.857715865133173],[107.06550111192891,16.82852900420064],[107.03337293942953,16.748661082424015],[107.00509109744064,16.695943728956724],[106.91956680726624,16.684404737425258],[106.87657840744312,16.763141385522324],[106.83472128129957,16.80839233270455]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40909,"E":"District","POPULATION":46034,"LVLID":"VNP052003000000000000","NAME":"Cam Lo","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.305","geometry":{"type":"MultiPolygon","coordinates":[[[[107.00509109744064,16.695943728956724],[107.03337293942953,16.748661082424015],[107.1528354399906,16.80183094536313],[107.13020996639949,16.84481934518624],[107.20283773662696,16.904776850202687],[107.31392881195931,16.80069967168357],[107.26370026058704,16.766987716032816],[107.1996701703242,16.755222469765435],[107.18632114090545,16.731918231966592],[107.1222910506426,16.669698179591034],[107.0716099897985,16.645715177584453],[107.07319377294988,16.643905139697164],[107.06301230983388,16.6832734637457],[107.00509109744064,16.695943728956724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40911,"E":"District","POPULATION":107790,"LVLID":"VNP052001000000000000","NAME":"Trieu Phong","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.306","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0716099897985,16.645715177584453],[107.1222910506426,16.669698179591034],[107.18632114090545,16.731918231966592],[107.1996701703242,16.755222469765435],[107.26370026058704,16.766987716032816],[107.31392881195931,16.80069967168357],[107.38972414848953,16.74390973296988],[107.31189251933611,16.637343752355743],[107.33338671924767,16.604989325120453],[107.27569176159034,16.563132198976895],[107.25216126905558,16.583268870472985],[107.14559528844144,16.569241076846495],[107.07319377294988,16.643905139697164],[107.0716099897985,16.645715177584453]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40913,"E":"District","POPULATION":94278,"LVLID":"VNP052006000000000000","NAME":"Hai Lang","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.307","geometry":{"type":"MultiPolygon","coordinates":[[[[106.55461791824159,16.995957508774868],[106.58968740230782,16.98735982881025],[106.61163411169119,16.936678767966157],[106.70507731762248,16.938488805853446],[106.691049523996,16.90070426495629],[106.77544254049084,16.850928223055842],[106.78336145624773,16.831244061031573],[106.71593754494621,16.76970277286375],[106.79580546672285,16.746851044536726],[106.80598692983885,16.672865745893787],[106.77317999313173,16.669698179591034],[106.82386105397583,16.59639164515583],[106.8354000455073,16.546615603255383],[106.80621318457476,16.46131756781689],[106.7745375215472,16.464032624647825],[106.76661860579031,16.422175498504266],[106.69964720396062,16.43733456581031],[106.6645777198944,16.488015626654402],[106.65303872836293,16.53756541381894],[106.67770049457724,16.559512123202317],[106.65168119994746,16.591640295701698],[106.59194994966693,16.599106701986763],[106.55574919192115,16.69096612476668],[106.55529668244932,16.864050997738687],[106.52045345311902,16.912017001751842],[106.55212911614657,16.923782248019222],[106.55461791824159,16.995957508774868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40915,"E":"District","POPULATION":44060,"LVLID":"VNP052007000000000000","NAME":"Huong Hoa","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.308","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71593754494621,16.76970277286375],[106.78336145624773,16.831244061031573],[106.83472128129957,16.80839233270455],[106.87657840744312,16.763141385522324],[106.91956680726624,16.684404737425258],[107.00509109744064,16.695943728956724],[107.06301230983388,16.6832734637457],[107.07319377294988,16.643905139697164],[107.14559528844144,16.569241076846495],[107.06097601721068,16.52172758230516],[107.13450880638179,16.472177795140624],[107.15034663789558,16.38461721234302],[107.1062269643929,16.3841647028712],[107.08790033078411,16.33642495359395],[107.09468797286144,16.306559328453684],[107.04740073305601,16.29818790322497],[107.00735364479975,16.31402573473875],[106.96753281127938,16.300450450584083],[106.96685404707165,16.35610911561822],[106.90169268312926,16.39072609021262],[106.87635215270721,16.43258321635618],[106.894678786316,16.508378552886402],[106.8354000455073,16.546615603255383],[106.82386105397583,16.59639164515583],[106.77317999313173,16.669698179591034],[106.80598692983885,16.672865745893787],[106.79580546672285,16.746851044536726],[106.71593754494621,16.76970277286375]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":40917,"E":"District","POPULATION":22685,"LVLID":"VNP052008000000000000","NAME":"Da Krong","PROV_CODE":409}},{"type":"Feature","id":"vn_admin2.309","geometry":{"type":"MultiPolygon","coordinates":[[[[107.58294569295764,16.492993230844448],[107.61009626126697,16.48145423931298],[107.63317424432991,16.470367757253335],[107.61801517702386,16.405658902782754],[107.56914415406706,16.422175498504266],[107.53226463211355,16.439370858433513],[107.5374684910395,16.49140944769307],[107.58294569295764,16.492993230844448]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41101,"E":"City","POPULATION":309378,"LVLID":"VNP060007000000000000","NAME":"Hue city","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.310","geometry":{"type":"MultiPolygon","coordinates":[[[[107.06097601721068,16.52172758230516],[107.14559528844144,16.569241076846495],[107.25216126905558,16.583268870472985],[107.27569176159034,16.563132198976895],[107.33338671924767,16.604989325120453],[107.31189251933611,16.637343752355743],[107.38972414848953,16.74390973296988],[107.50850788484289,16.651824055454053],[107.49244379859319,16.62286344925743],[107.43203378410492,16.661779263834145],[107.41280213155247,16.63508120499663],[107.42094730204528,16.608156891423207],[107.46687701343524,16.592092805173518],[107.4639357018684,16.54412680116036],[107.44606157773141,16.52964649806205],[107.44560906825959,16.52557391281565],[107.43610636935132,16.466295172006934],[107.33270795503994,16.36448054084693],[107.33429173819131,16.34819019986133],[107.27999060157265,16.380997136568443],[107.21030414291202,16.343212595671286],[107.15034663789558,16.38461721234302],[107.13450880638179,16.472177795140624],[107.06097601721068,16.52172758230516]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41103,"E":"District","POPULATION":100674,"LVLID":"VNP060001000000000000","NAME":"Phong Dien","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.311","geometry":{"type":"MultiPolygon","coordinates":[[[[107.41280213155247,16.63508120499663],[107.43203378410492,16.661779263834145],[107.49244379859319,16.62286344925743],[107.50850788484289,16.651824055454053],[107.57457426772892,16.60227426828952],[107.5741217582571,16.530325262269784],[107.48135731653355,16.52399012966427],[107.4639357018684,16.54412680116036],[107.46687701343524,16.592092805173518],[107.42094730204528,16.608156891423207],[107.41280213155247,16.63508120499663]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41105,"E":"District","POPULATION":165190,"LVLID":"VNP060008000000000000","NAME":"Quang Dien","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.312","geometry":{"type":"MultiPolygon","coordinates":[[[[107.33270795503994,16.36448054084693],[107.43610636935132,16.466295172006934],[107.44560906825959,16.52557391281565],[107.44606157773141,16.52964649806205],[107.4639357018684,16.54412680116036],[107.48135731653355,16.52399012966427],[107.5741217582571,16.530325262269784],[107.57457426772892,16.60227426828952],[107.62729162119622,16.572408643149252],[107.63045918749897,16.54412680116036],[107.57887310771123,16.524895148607914],[107.58294569295764,16.492993230844448],[107.5374684910395,16.49140944769307],[107.53226463211355,16.439370858433513],[107.56914415406706,16.422175498504266],[107.61100128021062,16.367421852413774],[107.53407467000083,16.31764581051333],[107.53724223630358,16.287780185373062],[107.50194649750145,16.26696474966924],[107.46348319239657,16.252258191835015],[107.4175534810066,16.27737246752115],[107.41121834840109,16.33981877463262],[107.33429173819131,16.34819019986133],[107.33270795503994,16.36448054084693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41107,"E":"District","POPULATION":103688,"LVLID":"VNP060009000000000000","NAME":"Huong Tra","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.313","geometry":{"type":"MultiPolygon","coordinates":[[[[107.57887310771123,16.524895148607914],[107.63045918749897,16.54412680116036],[107.62729162119622,16.572408643149252],[107.69539429670546,16.539149196970317],[107.85580890446644,16.410183997500976],[107.81304675937925,16.393441147043553],[107.85151006448413,16.341176303048087],[107.76236569853516,16.365385559790575],[107.7082908166524,16.43280947109209],[107.65828852001604,16.450231085757245],[107.65421593476964,16.47941794668978],[107.61009626126697,16.48145423931298],[107.58294569295764,16.492993230844448],[107.57887310771123,16.524895148607914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41109,"E":"District","POPULATION":153364,"LVLID":"VNP060006000000000000","NAME":"Phu Vang","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.314","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50194649750145,16.26696474966924],[107.53724223630358,16.287780185373062],[107.53407467000083,16.31764581051333],[107.61100128021062,16.367421852413774],[107.56914415406706,16.422175498504266],[107.61801517702386,16.405658902782754],[107.63317424432991,16.470367757253335],[107.61009626126697,16.48145423931298],[107.65421593476964,16.47941794668978],[107.65828852001604,16.450231085757245],[107.7082908166524,16.43280947109209],[107.76236569853516,16.365385559790575],[107.73114254497942,16.367195597677863],[107.68385530517399,16.281218798031638],[107.653310915826,16.27329988227475],[107.67661515362484,16.23958792662399],[107.66846998313204,16.207912263596434],[107.56756037091569,16.159493750111455],[107.52615575424394,16.153158617505945],[107.5331696510572,16.209269792011902],[107.50194649750145,16.26696474966924]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41111,"E":"District","POPULATION":84394,"LVLID":"VNP060005000000000000","NAME":"Huong Thuy","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.315","geometry":{"type":"MultiPolygon","coordinates":[[[[107.653310915826,16.27329988227475],[107.68385530517399,16.281218798031638],[107.73114254497942,16.367195597677863],[107.76236569853516,16.365385559790575],[107.85151006448413,16.341176303048087],[107.81304675937925,16.393441147043553],[107.85580890446644,16.410183997500976],[107.92187528735249,16.351131511428175],[107.96508994191151,16.330768585196175],[108.03771771213898,16.33054233046026],[108.08364742352894,16.240492945567638],[108.12301574757748,16.209948556219636],[108.19835857463589,16.20678098991688],[108.09722270768361,16.177820383720256],[108.06056944046601,16.176236600568878],[107.99269301969268,16.210401065691457],[107.95762353562645,16.1868705731567],[107.91486139053926,16.21311612252239],[107.87481430228299,16.175784091097057],[107.83589848770627,16.176236600568878],[107.75218423541915,16.235741596113503],[107.67661515362484,16.23958792662399],[107.653310915826,16.27329988227475]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41113,"E":"District","POPULATION":141360,"LVLID":"VNP060004000000000000","NAME":"Phu Loc","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.316","geometry":{"type":"MultiPolygon","coordinates":[[[[107.08790033078411,16.33642495359395],[107.1062269643929,16.3841647028712],[107.15034663789558,16.38461721234302],[107.21030414291202,16.343212595671286],[107.27999060157265,16.380997136568443],[107.33429173819131,16.34819019986133],[107.41121834840109,16.33981877463262],[107.4175534810066,16.27737246752115],[107.46348319239657,16.252258191835015],[107.50194649750145,16.26696474966924],[107.5331696510572,16.209269792011902],[107.52615575424394,16.153158617505945],[107.5128067248252,16.13822580493581],[107.5252507353003,16.01333319071287],[107.4926700533291,16.038447466399006],[107.45149169139327,16.035958664303983],[107.45081292718554,16.088449763035364],[107.34243690868412,16.05338027896914],[107.2503512311683,16.14478719227723],[107.19899140611646,16.14229839018221],[107.16233813889886,16.168770194283812],[107.16052810101158,16.252258191835015],[107.09468797286144,16.306559328453684],[107.08790033078411,16.33642495359395]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41115,"E":"District","POPULATION":41355,"LVLID":"VNP060003000000000000","NAME":"A Luoi","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.317","geometry":{"type":"MultiPolygon","coordinates":[[[[107.5128067248252,16.13822580493581],[107.52615575424394,16.153158617505945],[107.56756037091569,16.159493750111455],[107.66846998313204,16.207912263596434],[107.67661515362484,16.23958792662399],[107.75218423541915,16.235741596113503],[107.83589848770627,16.176236600568878],[107.87481430228299,16.175784091097057],[107.86101276339241,16.11243276504194],[107.82187069407978,16.05383278844096],[107.79042128578814,16.064014251556962],[107.73091629024351,16.026682220131626],[107.71191089242697,15.99319651921678],[107.65172713267462,16.020573342262026],[107.65104836846689,16.02079959699794],[107.64267694323817,16.025098436980247],[107.63747308431222,16.02758723907527],[107.632947989594,16.027813493811184],[107.63023293276306,16.02917102222665],[107.62389780015755,16.035732409568073],[107.62435030962938,16.036411173775804],[107.62163525279844,16.060620430518295],[107.61846768649568,16.059036647366916],[107.61100128021062,16.056774100007807],[107.60987000653105,16.056321590535983],[107.58837580661951,16.05360653370505],[107.58068314559853,16.05179649581776],[107.57661056035212,16.052701514761406],[107.56303527619745,16.02283588962114],[107.56416654987702,16.020573342262026],[107.56439280461292,16.020120832790205],[107.55421134149692,16.009939369674203],[107.55059126572235,16.007676822315094],[107.5252507353003,16.01333319071287],[107.5128067248252,16.13822580493581]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":41117,"E":"District","POPULATION":48708,"LVLID":"VNP060002000000000000","NAME":"Nam Dong","PROV_CODE":411}},{"type":"Feature","id":"vn_admin2.318","geometry":{"type":"MultiPolygon","coordinates":[[[[108.22799794504024,16.086639725148075],[108.23365431343802,16.04749765583545],[108.2370481344767,16.023967163300693],[108.19496475359722,16.02532469171616],[108.2126126229983,16.07374320520114],[108.22799794504024,16.086639725148075]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50101,"E":"District","POPULATION":194933,"LVLID":"VNP024004000000000000","NAME":"Hai Chau","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.319","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2126126229983,16.07374320520114],[108.19496475359722,16.02532469171616],[108.18342576206575,16.058584137895096],[108.17301804421385,16.078268299919362],[108.2126126229983,16.07374320520114]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50103,"E":"District","POPULATION":137021,"LVLID":"VNP024001000000000000","NAME":"Thanh Khe","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.320","geometry":{"type":"MultiPolygon","coordinates":[[[[108.25265971125455,16.05338027896914],[108.23365431343802,16.04749765583545],[108.22799794504024,16.086639725148075],[108.26306742910647,16.098857480887276],[108.25265971125455,16.05338027896914]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50105,"E":"District","POPULATION":88994,"LVLID":"VNP024005000000000000","NAME":"Son Tra","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.321","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2370481344767,16.023967163300693],[108.23365431343802,16.04749765583545],[108.25265971125455,16.05338027896914],[108.26193615542691,15.972381083512959],[108.22890296398388,15.952923176224601],[108.2370481344767,16.023967163300693]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50107,"E":"District","POPULATION":30485,"LVLID":"VNP024003000000000000","NAME":"Ngu Hanh Son","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.322","geometry":{"type":"MultiPolygon","coordinates":[[[[108.09722270768361,16.177820383720256],[108.19835857463589,16.20678098991688],[108.15989526953099,16.1868705731567],[108.12776709703162,16.131438162858476],[108.17301804421385,16.078268299919362],[108.18342576206575,16.058584137895096],[108.16238407162602,16.031207314849848],[108.13229219174984,16.046592636891805],[108.12278949284158,16.095011150376784],[108.09066132034219,16.137094531256253],[108.09722270768361,16.177820383720256]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50109,"E":"District","POPULATION":40049,"LVLID":"VNP024007000000000000","NAME":"Lien Chieu","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.323","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82187069407978,16.05383278844096],[107.86101276339241,16.11243276504194],[107.87481430228299,16.175784091097057],[107.91486139053926,16.21311612252239],[107.95762353562645,16.1868705731567],[107.99269301969268,16.210401065691457],[108.06056944046601,16.176236600568878],[108.09722270768361,16.177820383720256],[108.09066132034219,16.137094531256253],[108.12278949284158,16.095011150376784],[108.13229219174984,16.046592636891805],[108.16238407162602,16.031207314849848],[108.18342576206575,16.058584137895096],[108.19496475359722,16.02532469171616],[108.2370481344767,16.023967163300693],[108.22890296398388,15.952923176224601],[108.11351304866922,15.945456769939534],[108.00558953963962,15.91807994689429],[107.99540807652362,15.917174927950644],[107.99269301969268,15.917174927950644],[107.98816792497445,15.916269909007],[107.98590537761534,15.91807994689429],[107.97662893344298,15.925320098443445],[107.96825750821428,15.931655231048957],[107.96735248927064,15.93233399525669],[107.95762353562645,15.943420477316334],[107.9544559693237,15.946361788883179],[107.97843897133028,15.979621235062114],[107.98545286814353,15.985730112931714],[107.98613163235126,15.992744009744959],[107.98590537761534,15.993422773952693],[107.96441117770378,16.061977958933763],[107.90603745583871,16.03143356958576],[107.86757415073383,16.05926290210283],[107.83476721402671,16.052701514761406],[107.82730080774165,16.05338027896914],[107.82481200564662,16.054285297912784],[107.82458575091071,16.054511552648695],[107.82187069407978,16.05383278844096]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50111,"E":"District","POPULATION":133505,"LVLID":"VNP024006000000000000","NAME":"Hoa Vang","PROV_CODE":501}},{"type":"Feature","id":"vn_admin2.324","geometry":{"type":"MultiPolygon","coordinates":[[[[108.32641875516158,15.584580466161297],[108.42031447056469,15.628247630192142],[108.5200928091015,15.642275423818633],[108.56127117103732,15.584806720897207],[108.50900632704186,15.552452293661917],[108.52280786593244,15.528243036919427],[108.47371058823973,15.459235342466535],[108.42619709369839,15.44000368991409],[108.46986425772923,15.397015290090977],[108.38524498649848,15.39158517642911],[108.39633146855812,15.466475494015691],[108.36804962656923,15.543175849489561],[108.32777628357705,15.55086851051054],[108.32641875516158,15.584580466161297]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50301,"E":"Town","POPULATION":150588,"LVLID":"VNP004010000000000000","NAME":"Tam Ky town","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.325","geometry":{"type":"MultiPolygon","coordinates":[[[[108.39452143067084,15.873281509183887],[108.37483726864656,15.85766993240602],[108.30560331945776,15.866041357634732],[108.29791065843678,15.897717020662288],[108.33365890671074,15.917627437422466],[108.39452143067084,15.873281509183887]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50303,"E":"Town","POPULATION":66755,"LVLID":"VNP004011000000000000","NAME":"Hoi An town","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.326","geometry":{"type":"MultiPolygon","coordinates":[[[[107.55059126572235,16.007676822315094],[107.55421134149692,16.009939369674203],[107.56439280461292,16.020120832790205],[107.56416654987702,16.020573342262026],[107.56303527619745,16.02283588962114],[107.57661056035212,16.052701514761406],[107.58068314559853,16.05179649581776],[107.58837580661951,16.05360653370505],[107.60987000653105,16.056321590535983],[107.61100128021062,16.056774100007807],[107.61846768649568,16.059036647366916],[107.62163525279844,16.060620430518295],[107.62435030962938,16.036411173775804],[107.62389780015755,16.035732409568073],[107.63023293276306,16.02917102222665],[107.632947989594,16.027813493811184],[107.63747308431222,16.02758723907527],[107.64267694323817,16.025098436980247],[107.65104836846689,16.02079959699794],[107.65172713267462,16.020573342262026],[107.71191089242697,15.99319651921678],[107.77865603952075,16.063787996821052],[107.82458575091071,16.054511552648695],[107.82481200564662,16.054285297912784],[107.82730080774165,16.05338027896914],[107.83476721402671,16.052701514761406],[107.86757415073383,16.05926290210283],[107.90603745583871,16.03143356958576],[107.96441117770378,16.061977958933763],[107.98590537761534,15.993422773952693],[107.98613163235126,15.992744009744959],[107.98545286814353,15.985730112931714],[107.97843897133028,15.979621235062114],[107.9544559693237,15.946361788883179],[107.95762353562645,15.943420477316334],[107.96735248927064,15.93233399525669],[107.96825750821428,15.931655231048957],[107.97662893344298,15.925320098443445],[107.98590537761534,15.91807994689429],[107.98816792497445,15.916269909007],[107.91870772104974,15.908577247986022],[107.85354635710733,15.931202721577135],[107.83340968561124,15.857443677670108],[107.80558035309419,15.824636740962996],[107.74245528177498,15.805857597882373],[107.72231861027889,15.775539463270283],[107.63611555589675,15.755176537038281],[107.58679202346812,15.773729425382994],[107.46710326817114,15.76083290543606],[107.37320755276802,15.723500874010725],[107.34175814447639,15.74680511180957],[107.25578134483015,15.72870473293668],[107.217996803933,15.73662364869357],[107.23451339965452,15.781195831668061],[107.21663927551754,15.824184231491174],[107.35126084338465,15.890929378584955],[107.39741680951052,15.884367991243533],[107.43135501989718,15.926677626858911],[107.47502218392803,16.027813493811184],[107.55059126572235,16.007676822315094]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50305,"E":"District","POPULATION":31529,"LVLID":"VNP004002000000000000","NAME":"Hien","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.327","geometry":{"type":"MultiPolygon","coordinates":[[[[107.80558035309419,15.824636740962996],[107.83340968561124,15.857443677670108],[107.85354635710733,15.931202721577135],[107.91870772104974,15.908577247986022],[107.98816792497445,15.916269909007],[107.98816792497445,15.916269909007],[107.99269301969268,15.917174927950644],[107.99540807652362,15.917174927950644],[108.00558953963962,15.91807994689429],[108.11351304866922,15.945456769939534],[108.1517500990382,15.93075021210531],[108.13251844648575,15.88821432175402],[108.149713806415,15.84771472402593],[108.07685978145162,15.814002768375174],[108.04427909948042,15.771693132759793],[108.05061423208592,15.762190433851526],[107.96961503662975,15.717844505612947],[107.89042587906086,15.73639739395766],[107.83861354453721,15.818301608357485],[107.80558035309419,15.824636740962996]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50307,"E":"District","POPULATION":214937,"LVLID":"VNP004003000000000000","NAME":"Dai Loc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.328","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13251844648575,15.88821432175402],[108.1517500990382,15.93075021210531],[108.19202344203038,15.959258308830114],[108.21578018930104,15.939800401541756],[108.24632457864904,15.969213517210202],[108.2942905826622,15.962199620396957],[108.33365890671074,15.917627437422466],[108.29791065843678,15.897717020662288],[108.30560331945776,15.866041357634732],[108.21578018930104,15.83165063777624],[108.149713806415,15.84771472402593],[108.13251844648575,15.88821432175402]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50309,"E":"District","POPULATION":181850,"LVLID":"VNP004004000000000000","NAME":"Dien Ban","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.329","geometry":{"type":"MultiPolygon","coordinates":[[[[108.04427909948042,15.771693132759793],[108.07685978145162,15.814002768375174],[108.149713806415,15.84771472402593],[108.21578018930104,15.83165063777624],[108.30560331945776,15.866041357634732],[108.37483726864656,15.85766993240602],[108.39452143067084,15.873281509183887],[108.41692064952603,15.816039060998373],[108.38863880753713,15.828256816737573],[108.33365890671074,15.81332400416744],[108.28252533639483,15.82554175990664],[108.27098634486336,15.766263019097927],[108.20220490514637,15.744995073922281],[108.17279178947793,15.711056863535614],[108.14315241907357,15.73255106344717],[108.08093236669801,15.734134846598547],[108.05061423208592,15.762190433851526],[108.04427909948042,15.771693132759793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50311,"E":"District","POPULATION":179974,"LVLID":"VNP004005000000000000","NAME":"Duy Xuyen","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.330","geometry":{"type":"MultiPolygon","coordinates":[[[[107.25578134483015,15.72870473293668],[107.34175814447639,15.74680511180957],[107.37320755276802,15.723500874010725],[107.46710326817114,15.76083290543606],[107.58679202346812,15.773729425382994],[107.63611555589675,15.755176537038281],[107.72231861027889,15.775539463270283],[107.74245528177498,15.805857597882373],[107.80558035309419,15.824636740962996],[107.83861354453721,15.818301608357485],[107.89042587906086,15.73639739395766],[107.8831857275117,15.70245918357099],[107.84291238451952,15.682096257338989],[107.88771082222992,15.61738740286841],[107.86350156548743,15.555167350492852],[107.82187069407978,15.578471588291697],[107.7001456461596,15.559466190475161],[107.7103271092756,15.47846699501898],[107.68747538094857,15.455389011956047],[107.66417114314973,15.383892515408132],[107.62819664013986,15.412174357397022],[107.55873643621514,15.394073978524133],[107.52253567846937,15.413984395284311],[107.51778432901523,15.470095569790269],[107.47366465551256,15.495888609684137],[107.39062916743319,15.490005986550448],[107.340174361325,15.618971186019786],[107.29650719729416,15.621007478642987],[107.26935662898482,15.652230632198721],[107.28134812998812,15.694992777285924],[107.25578134483015,15.72870473293668]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50313,"E":"District","POPULATION":16642,"LVLID":"VNP004001000000000000","NAME":"Giang","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.331","geometry":{"type":"MultiPolygon","coordinates":[[[[108.2230203408502,15.620328714435253],[108.26487746699375,15.652456886934633],[108.28026278903572,15.694766522550012],[108.32098864149971,15.698160343588679],[108.34044654878807,15.762190433851526],[108.33365890671074,15.81332400416744],[108.38863880753713,15.828256816737573],[108.41692064952603,15.816039060998373],[108.5200928091015,15.642275423818633],[108.42031447056469,15.628247630192142],[108.32641875516158,15.584580466161297],[108.25695855123686,15.588200541935874],[108.2230203408502,15.620328714435253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50315,"E":"District","POPULATION":171003,"LVLID":"VNP004007000000000000","NAME":"Thang Binh","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.332","geometry":{"type":"MultiPolygon","coordinates":[[[[107.84291238451952,15.682096257338989],[107.8831857275117,15.70245918357099],[107.89042587906086,15.73639739395766],[107.96961503662975,15.717844505612947],[108.05061423208592,15.762190433851526],[108.08093236669801,15.734134846598547],[108.14315241907357,15.73255106344717],[108.17279178947793,15.711056863535614],[108.20220490514637,15.744995073922281],[108.27098634486336,15.766263019097927],[108.28252533639483,15.82554175990664],[108.33365890671074,15.81332400416744],[108.34044654878807,15.762190433851526],[108.32098864149971,15.698160343588679],[108.28026278903572,15.694766522550012],[108.26487746699375,15.652456886934633],[108.2230203408502,15.620328714435253],[108.16102654321055,15.617839912340232],[108.10468911396869,15.641370404874987],[108.00988837962193,15.60335960924192],[107.95196716722867,15.560823718890628],[107.91011004108512,15.53706697161996],[107.86350156548743,15.555167350492852],[107.88771082222992,15.61738740286841],[107.84291238451952,15.682096257338989]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50317,"E":"District","POPULATION":119969,"LVLID":"VNP004008000000000000","NAME":"Que Son","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.333","geometry":{"type":"MultiPolygon","coordinates":[[[[107.95196716722867,15.560823718890628],[108.00988837962193,15.60335960924192],[108.10468911396869,15.641370404874987],[108.16102654321055,15.617839912340232],[108.2230203408502,15.620328714435253],[108.25695855123686,15.588200541935874],[108.20831378301598,15.532541876901739],[108.13070840859847,15.485933401304047],[108.15491766534095,15.471453098205735],[108.1397585980349,15.430500991005824],[108.09043506560629,15.390227648013644],[108.02776250375891,15.41556817843569],[107.99540807652362,15.46805927716707],[107.99540807652362,15.529374310598984],[107.95196716722867,15.560823718890628]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50319,"E":"District","POPULATION":37255,"LVLID":"VNP004009000000000000","NAME":"Hiep Duc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.334","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13070840859847,15.485933401304047],[108.20831378301598,15.532541876901739],[108.25695855123686,15.588200541935874],[108.32641875516158,15.584580466161297],[108.32777628357705,15.55086851051054],[108.36804962656923,15.543175849489561],[108.39633146855812,15.466475494015691],[108.38524498649848,15.39158517642911],[108.36171449396372,15.380951203841288],[108.2981369131727,15.400182856393732],[108.18885587572763,15.376426109123065],[108.1397585980349,15.430500991005824],[108.15491766534095,15.471453098205735],[108.13070840859847,15.485933401304047]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50321,"E":"District","POPULATION":63902,"LVLID":"VNP004014000000000000","NAME":"Tien Phuoc","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.335","geometry":{"type":"MultiPolygon","coordinates":[[[[107.66417114314973,15.383892515408132],[107.68747538094857,15.455389011956047],[107.7103271092756,15.47846699501898],[107.7001456461596,15.559466190475161],[107.82187069407978,15.578471588291697],[107.86350156548743,15.555167350492852],[107.91011004108512,15.53706697161996],[107.95196716722867,15.560823718890628],[107.99540807652362,15.529374310598984],[107.99540807652362,15.46805927716707],[108.02776250375891,15.41556817843569],[108.0216536258893,15.370090976517554],[107.95807604509828,15.364208353383864],[107.96848376295019,15.32280373671213],[107.9422382135845,15.285245450550883],[107.93250925994032,15.206961311925635],[107.89449846430725,15.19180224461959],[107.74155026283134,15.226419219213993],[107.73091629024351,15.30040451785693],[107.6657549263011,15.354931909211508],[107.66417114314973,15.383892515408132]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50323,"E":"District","POPULATION":14109,"LVLID":"VNP004012000000000000","NAME":"Phuoc Son","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.336","geometry":{"type":"MultiPolygon","coordinates":[[[[108.42619709369839,15.44000368991409],[108.47371058823973,15.459235342466535],[108.52280786593244,15.528243036919427],[108.50900632704186,15.552452293661917],[108.56127117103732,15.584806720897207],[108.64792673489129,15.495209845476404],[108.69634524837626,15.499056175986892],[108.70064408835857,15.441134963593646],[108.74317997870986,15.396562780619155],[108.73118847770658,15.374616071235776],[108.64679546121172,15.36556588179933],[108.59158930564942,15.339772841905464],[108.50900632704186,15.32302999144804],[108.4854758345071,15.304929612575151],[108.43321099051163,15.32076744408893],[108.47257931456016,15.366923410214799],[108.46986425772923,15.397015290090977],[108.42619709369839,15.44000368991409]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50325,"E":"District","POPULATION":134496,"LVLID":"VNP004013000000000000","NAME":"Nui Thanh","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.337","geometry":{"type":"MultiPolygon","coordinates":[[[[107.93250925994032,15.206961311925635],[107.9422382135845,15.285245450550883],[107.96848376295019,15.32280373671213],[107.95807604509828,15.364208353383864],[108.0216536258893,15.370090976517554],[108.02776250375891,15.41556817843569],[108.09043506560629,15.390227648013644],[108.1397585980349,15.430500991005824],[108.18885587572763,15.376426109123065],[108.2981369131727,15.400182856393732],[108.36171449396372,15.380951203841288],[108.38524498649848,15.39158517642911],[108.46986425772923,15.397015290090977],[108.47257931456016,15.366923410214799],[108.43321099051163,15.32076744408893],[108.40787046008958,15.297463206290084],[108.31963111308424,15.295200658930973],[108.29383807319039,15.199042396168746],[108.31125968785554,15.171213063651678],[108.26532997646558,15.115554398617542],[108.24066821025127,15.074376036681718],[108.2433832670822,15.028672580027672],[108.16668291160833,15.057633186224296],[108.15107133483046,15.041795354710517],[108.16577789266468,14.971203877106248],[108.1295771349189,14.958533611895225],[108.09654394347588,14.950388441402424],[108.05061423208592,14.990435529658694],[107.97572391449934,15.010572201154783],[107.96237488508059,15.037044005256384],[108.00898336067827,15.138858636416389],[107.95422971458778,15.172796846803056],[107.93250925994032,15.206961311925635]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50327,"E":"District","POPULATION":50706,"LVLID":"VNP004006000000000000","NAME":"Tra My","PROV_CODE":503}},{"type":"Feature","id":"vn_admin2.338","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7721405849065,15.126867135413098],[108.86309498874276,15.136369834321366],[108.84997221405992,15.09881154816012],[108.77078305649103,15.099264057631942],[108.7721405849065,15.126867135413098]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50501,"E":"Town","POPULATION":104464,"LVLID":"VNP028004000000000000","NAME":"Quang Ngai town","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.339","geometry":{"type":"MultiPolygon","coordinates":[[[[108.59158930564942,15.339772841905464],[108.64679546121172,15.36556588179933],[108.73118847770658,15.374616071235776],[108.74317997870986,15.396562780619155],[108.77146182069876,15.384345024879954],[108.83594442043342,15.395205252203688],[108.84748341196489,15.35312187132422],[108.88662548127752,15.324840029335329],[108.8741814708024,15.298368225233729],[108.90925095486863,15.249044692805104],[108.9411528726321,15.24429334335097],[108.91988492745645,15.209676368756568],[108.88096911287974,15.23388562549906],[108.84906719511628,15.196553594073723],[108.82960928782792,15.23818446548137],[108.77395062279378,15.220762850816214],[108.74182245029439,15.245424617030526],[108.6400078191344,15.236600682329993],[108.58027656885386,15.322577481976218],[108.59158930564942,15.339772841905464]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50505,"E":"District","POPULATION":166588,"LVLID":"VNP028002000000000000","NAME":"Binh Son","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.340","geometry":{"type":"MultiPolygon","coordinates":[[[[108.26532997646558,15.115554398617542],[108.31125968785554,15.171213063651678],[108.29383807319039,15.199042396168746],[108.31963111308424,15.295200658930973],[108.40787046008958,15.297463206290084],[108.43321099051163,15.32076744408893],[108.4854758345071,15.304929612575151],[108.50900632704186,15.32302999144804],[108.59158930564942,15.339772841905464],[108.58027656885386,15.322577481976218],[108.6400078191344,15.236600682329993],[108.5809553330616,15.155601486873811],[108.50515999653136,15.105599190237454],[108.43728357575803,15.101979114462875],[108.41511061163874,15.079579895607674],[108.36872839077697,15.098132783952387],[108.32460871727429,15.071887234586697],[108.26532997646558,15.115554398617542]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50507,"E":"District","POPULATION":39434,"LVLID":"VNP028007000000000000","NAME":"Tra Bong","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.341","geometry":{"type":"MultiPolygon","coordinates":[[[[108.5809553330616,15.155601486873811],[108.6400078191344,15.236600682329993],[108.74182245029439,15.245424617030526],[108.77395062279378,15.220762850816214],[108.82960928782792,15.23818446548137],[108.84906719511628,15.196553594073723],[108.88096911287974,15.23388562549906],[108.91988492745645,15.209676368756568],[108.89952200122445,15.143157476398699],[108.86309498874276,15.136369834321366],[108.7721405849065,15.126867135413098],[108.70358539992542,15.150850137419678],[108.67982865265475,15.134786051169987],[108.64521167806035,15.161936619479322],[108.61602481712782,15.138632381680477],[108.61941863816648,15.123473314374431],[108.5809553330616,15.155601486873811]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50509,"E":"District","POPULATION":182112,"LVLID":"VNP028008000000000000","NAME":"Son Tinh","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.342","geometry":{"type":"MultiPolygon","coordinates":[[[[108.24066821025127,15.074376036681718],[108.26532997646558,15.115554398617542],[108.32460871727429,15.071887234586697],[108.42099323477242,15.014644786401183],[108.43818859470167,14.948352148779223],[108.47642564507065,14.93952821407869],[108.48027197558115,14.901969927917444],[108.4488225672895,14.85061010286562],[108.40696544114594,14.819839458781706],[108.36646584341786,14.879570709062243],[108.3268712646334,14.907852551051134],[108.2433832670822,15.028672580027672],[108.24066821025127,15.074376036681718]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50511,"E":"District","POPULATION":9906,"LVLID":"VNP028003000000000000","NAME":"Son Tay","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.343","geometry":{"type":"MultiPolygon","coordinates":[[[[108.32460871727429,15.071887234586697],[108.36872839077697,15.098132783952387],[108.41511061163874,15.079579895607674],[108.43728357575803,15.101979114462875],[108.50515999653136,15.105599190237454],[108.5809553330616,15.155601486873811],[108.61941863816648,15.123473314374431],[108.66127576431003,15.067135885132563],[108.64815298962719,15.024599994781273],[108.65946572642275,14.991340548602338],[108.61330976029689,14.958759866631135],[108.6178348550151,14.930478024642246],[108.58072907832567,14.903553711068822],[108.60833215610684,14.845858753411486],[108.59928196667039,14.805585410419305],[108.49859860918994,14.797440239926505],[108.4633028703878,14.786806267338681],[108.40696544114594,14.819839458781706],[108.4488225672895,14.85061010286562],[108.48027197558115,14.901969927917444],[108.47642564507065,14.93952821407869],[108.43818859470167,14.948352148779223],[108.42099323477242,15.014644786401183],[108.32460871727429,15.071887234586697]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50513,"E":"District","POPULATION":94736,"LVLID":"VNP028006000000000000","NAME":"Son Ha","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.344","geometry":{"type":"MultiPolygon","coordinates":[[[[108.61602481712782,15.138632381680477],[108.64521167806035,15.161936619479322],[108.67982865265475,15.134786051169987],[108.70358539992542,15.150850137419678],[108.7721405849065,15.126867135413098],[108.77078305649103,15.099264057631942],[108.84997221405992,15.09881154816012],[108.86309498874276,15.136369834321366],[108.89952200122445,15.143157476398699],[108.90653589803769,15.089082594515942],[108.84974595932401,15.017133588496204],[108.79340853008213,15.08274746191043],[108.72779465666791,15.085236264005452],[108.69204640839395,15.054918129393362],[108.69770277679173,15.043152883125984],[108.64815298962719,15.024599994781273],[108.66127576431003,15.067135885132563],[108.61941863816648,15.123473314374431],[108.61602481712782,15.138632381680477]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50515,"E":"District","POPULATION":172106,"LVLID":"VNP028009000000000000","NAME":"Tu Nghia","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.345","geometry":{"type":"MultiPolygon","coordinates":[[[[108.69204640839395,15.054918129393362],[108.72779465666791,15.085236264005452],[108.79340853008213,15.08274746191043],[108.84974595932401,15.017133588496204],[108.85019846879582,14.957854847687491],[108.7968023511208,14.92323787309309],[108.82644172152516,14.881833256421354],[108.81150890895502,14.844048715524197],[108.75471897024133,14.884322058516377],[108.72100701459057,14.88500082272411],[108.72892593034747,14.927536713075401],[108.76128035758275,14.961474923462069],[108.74838383763583,15.013287257985716],[108.69770277679173,15.043152883125984],[108.69204640839395,15.054918129393362]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50517,"E":"District","POPULATION":89896,"LVLID":"VNP028001000000000000","NAME":"Nghia Hanh","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.346","geometry":{"type":"MultiPolygon","coordinates":[[[[108.58072907832567,14.903553711068822],[108.6178348550151,14.930478024642246],[108.61330976029689,14.958759866631135],[108.65946572642275,14.991340548602338],[108.64815298962719,15.024599994781273],[108.69770277679173,15.043152883125984],[108.74838383763583,15.013287257985716],[108.76128035758275,14.961474923462069],[108.72892593034747,14.927536713075401],[108.72100701459057,14.88500082272411],[108.66715838744373,14.895634795311933],[108.60833215610684,14.845858753411486],[108.58072907832567,14.903553711068822]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50519,"E":"District","POPULATION":13245,"LVLID":"VNP028013000000000000","NAME":"Minh Long","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.347","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7968023511208,14.92323787309309],[108.85019846879582,14.957854847687491],[108.84974595932401,15.017133588496204],[108.90653589803769,15.089082594515942],[108.96038452518454,14.91554521207211],[108.92463627691059,14.877308161703132],[108.82644172152516,14.881833256421354],[108.7968023511208,14.92323787309309]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50521,"E":"District","POPULATION":139819,"LVLID":"VNP028012000000000000","NAME":"Mo Duc","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.348","geometry":{"type":"MultiPolygon","coordinates":[[[[108.81150890895502,14.844048715524197],[108.82644172152516,14.881833256421354],[108.92463627691059,14.877308161703132],[108.96038452518454,14.91554521207211],[109.01672195442642,14.801965334644727],[109.08188331836881,14.702865760315657],[109.0694393078937,14.650374661584276],[109.08527713940748,14.57661561767725],[109.04794510798214,14.609196299648453],[109.02124704914463,14.663723691003032],[108.97825864932152,14.670737587816276],[108.97350729986739,14.72390745075539],[108.9370802873857,14.773909747391748],[108.85200850668312,14.795177692567394],[108.79951740795174,14.82685335559495],[108.81150890895502,14.844048715524197]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50523,"E":"District","POPULATION":138158,"LVLID":"VNP028011000000000000","NAME":"Duc Pho","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.349","geometry":{"type":"MultiPolygon","coordinates":[[[[108.49859860918994,14.797440239926505],[108.59928196667039,14.805585410419305],[108.60833215610684,14.845858753411486],[108.66715838744373,14.895634795311933],[108.72100701459057,14.88500082272411],[108.75471897024133,14.884322058516377],[108.81150890895502,14.844048715524197],[108.79951740795174,14.82685335559495],[108.85200850668312,14.795177692567394],[108.9370802873857,14.773909747391748],[108.97350729986739,14.72390745075539],[108.97825864932152,14.670737587816276],[108.92803009794925,14.69539935403059],[108.8922818496753,14.679787777252722],[108.83933824147209,14.689064221425078],[108.76376915967778,14.66530747415441],[108.76738923545236,14.597657308116984],[108.71286184409777,14.603313676514762],[108.63118388443387,14.541772388346939],[108.55086345318541,14.586797080793252],[108.53072678168932,14.619377762764453],[108.49339475026399,14.618698998556718],[108.51715149753466,14.682050324611833],[108.50244493970044,14.694268080351033],[108.53208431010479,14.743139103307836],[108.49859860918994,14.797440239926505]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50525,"E":"District","POPULATION":41700,"LVLID":"VNP028010000000000000","NAME":"Ba To","PROV_CODE":505}},{"type":"Feature","id":"vn_admin2.350","geometry":{"type":"MultiPolygon","coordinates":[[[[109.26198208815407,13.899887702567087],[109.2689959849673,13.900340212038909],[109.29637280801256,13.887443692091976],[109.30406546903353,13.824092366036862],[109.29252647750207,13.757347218943082],[109.23732032193975,13.767302427323171],[109.21831492412322,13.744224444260237],[109.23732032193975,13.667750343522277],[109.19501068632438,13.691733345528856],[109.15994120225815,13.675669259279166],[109.14138831391344,13.717526385422724],[109.1366369644593,13.788796627234728],[109.18075663796198,13.812100865033573],[109.24275043560162,13.815042176600418],[109.26198208815407,13.899887702567087]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50701,"E":"City","POPULATION":238192,"LVLID":"VNP007003000000000000","NAME":"Quy Nhon city","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.351","geometry":{"type":"MultiPolygon","coordinates":[[[[108.63118388443387,14.541772388346939],[108.71286184409777,14.603313676514762],[108.76738923545236,14.597657308116984],[108.76376915967778,14.66530747415441],[108.83933824147209,14.689064221425078],[108.8922818496753,14.679787777252722],[108.92803009794925,14.69539935403059],[108.97825864932152,14.670737587816276],[108.95427564731494,14.637704396373254],[108.94273665578348,14.56620789982534],[108.9452254578785,14.546523737801072],[108.81309269210641,14.470049637063113],[108.77983324592746,14.480231100179113],[108.7906934732512,14.420499849898578],[108.77779695330426,14.36235238276942],[108.72575836404471,14.393123026853331],[108.72847342087564,14.416879774123998],[108.6422703664935,14.448329182415645],[108.63118388443387,14.541772388346939]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50703,"E":"District","POPULATION":30208,"LVLID":"VNP007010000000000000","NAME":"An Lao","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.352","geometry":{"type":"MultiPolygon","coordinates":[[[[108.94273665578348,14.56620789982534],[108.95427564731494,14.637704396373254],[108.97825864932152,14.670737587816276],[109.02124704914463,14.663723691003032],[109.04794510798214,14.609196299648453],[109.08527713940748,14.57661561767725],[109.07079683630917,14.561230295635294],[109.12871804870241,14.442220304546044],[109.13098059606153,14.391991753173777],[109.09523234778757,14.40488827312071],[109.06400919423183,14.359411071202574],[109.03097600278882,14.353075938597064],[108.99364397136348,14.385204111096442],[109.00586172710268,14.409865877310754],[108.971923516716,14.438600228771467],[108.9841412724552,14.475706005460891],[108.94861927891716,14.49968900746747],[108.9452254578785,14.546523737801072],[108.94273665578348,14.56620789982534]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50705,"E":"District","POPULATION":205078,"LVLID":"VNP007002000000000000","NAME":"Hoai Nhon","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.353","geometry":{"type":"MultiPolygon","coordinates":[[[[108.77779695330426,14.36235238276942],[108.7906934732512,14.420499849898578],[108.77983324592746,14.480231100179113],[108.81309269210641,14.470049637063113],[108.9452254578785,14.546523737801072],[108.94861927891716,14.49968900746747],[108.9841412724552,14.475706005460891],[108.971923516716,14.438600228771467],[109.00586172710268,14.409865877310754],[108.99364397136348,14.385204111096442],[109.03097600278882,14.353075938597064],[109.03007098384516,14.268909176838125],[108.97441231881103,14.214608040219456],[108.9044996054145,14.189720019269235],[108.87282394238694,14.14062274157652],[108.84250580777484,14.161211922544432],[108.82508419310969,14.218001861258124],[108.82508419310969,14.218001861258124],[108.80902010686,14.32207903977724],[108.77779695330426,14.36235238276942]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50707,"E":"District","POPULATION":85982,"LVLID":"VNP007001000000000000","NAME":"Hoai An","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.354","geometry":{"type":"MultiPolygon","coordinates":[[[[108.97441231881103,14.214608040219456],[109.03007098384516,14.268909176838125],[109.03097600278882,14.353075938597064],[109.06400919423183,14.359411071202574],[109.09523234778757,14.40488827312071],[109.13098059606153,14.391991753173777],[109.13822074761069,14.347419570199285],[109.18709177056749,14.280221913633682],[109.20270334734535,14.229993362261414],[109.1875442800393,14.204652831839368],[109.22465005672873,14.137228920537854],[109.21401608414091,14.125237419534564],[109.17962536428242,14.156008063618478],[109.08753968676659,14.091525463883807],[109.02509337965512,14.083606548126918],[108.9696609693569,14.184063650871456],[108.97441231881103,14.214608040219456]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50709,"E":"District","POPULATION":162172,"LVLID":"VNP007004000000000000","NAME":"Phu My","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.355","geometry":{"type":"MultiPolygon","coordinates":[[[[108.6422703664935,14.448329182415645],[108.72847342087564,14.416879774123998],[108.72575836404471,14.393123026853331],[108.77779695330426,14.36235238276942],[108.80902010686,14.32207903977724],[108.82508419310969,14.218001861258124],[108.82508419310969,14.218001861258124],[108.84250580777484,14.161211922544432],[108.87282394238694,14.14062274157652],[108.87848031078471,14.127499966893675],[108.86694131925324,14.078628943936874],[108.79974366268765,14.018671438920427],[108.75856530075183,14.04355945987065],[108.72598461878061,14.063243621894918],[108.69272517260168,14.12433240059092],[108.69159389892214,14.125689929006386],[108.67009969901058,14.16279570569581],[108.68548502105253,14.197865189762034],[108.6644433306128,14.278411875746393],[108.6277900633952,14.353980957540708],[108.63751901703937,14.369818789054486],[108.60697462769137,14.452628022397956],[108.6422703664935,14.448329182415645]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50711,"E":"District","POPULATION":24841,"LVLID":"VNP007005000000000000","NAME":"Vinh Thanh","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.356","geometry":{"type":"MultiPolygon","coordinates":[[[[108.87282394238694,14.14062274157652],[108.9044996054145,14.189720019269235],[108.97441231881103,14.214608040219456],[108.9696609693569,14.184063650871456],[109.02509337965512,14.083606548126918],[109.08753968676659,14.091525463883807],[109.17962536428242,14.156008063618478],[109.21401608414091,14.125237419534564],[109.20903847995086,14.111662135379897],[109.25768324817176,14.013920089466293],[109.24614425664029,13.952152546562557],[109.2689959849673,13.900340212038909],[109.26198208815407,13.899887702567087],[109.18166165690562,13.936314715048779],[109.08889721518206,13.955772622337134],[109.05676904268267,13.935409696105134],[109.0246408701833,13.958261424432157],[109.01581693548276,14.008489975804427],[108.92984013583654,14.02772162835687],[108.87848031078471,14.127499966893675],[108.87282394238694,14.14062274157652]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50713,"E":"District","POPULATION":171442,"LVLID":"VNP007006000000000000","NAME":"Phu Cat","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.357","geometry":{"type":"MultiPolygon","coordinates":[[[[108.75856530075183,14.04355945987065],[108.79974366268765,14.018671438920427],[108.86694131925324,14.078628943936874],[108.87848031078471,14.127499966893675],[108.92984013583654,14.02772162835687],[109.01581693548276,14.008489975804427],[109.0246408701833,13.958261424432157],[109.01264936918001,13.84377652806113],[108.95450190205085,13.826354913395972],[108.90902470013272,13.83359506494513],[108.83843322252845,13.755537181055793],[108.80064868163129,13.81956727131864],[108.79589733217716,13.851469189082108],[108.74702630922036,13.909164146739444],[108.76784174492418,13.992199634818824],[108.75856530075183,14.04355945987065]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50715,"E":"District","POPULATION":86555,"LVLID":"VNP007008000000000000","NAME":"Tay Son","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.358","geometry":{"type":"MultiPolygon","coordinates":[[[[108.95450190205085,13.826354913395972],[109.01264936918001,13.84377652806113],[109.0246408701833,13.958261424432157],[109.05676904268267,13.935409696105134],[109.08889721518206,13.955772622337134],[109.18166165690562,13.936314715048779],[109.12781302975877,13.905091561493043],[109.13822074761069,13.868438294275443],[109.10858137720632,13.82771244181144],[109.07871575206606,13.824771130244596],[109.0592578447777,13.78540280619606],[109.01264936918001,13.751917105281214],[108.95450190205085,13.826354913395972]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50717,"E":"District","POPULATION":186107,"LVLID":"VNP007009000000000000","NAME":"An Nhon","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.359","geometry":{"type":"MultiPolygon","coordinates":[[[[109.0592578447777,13.78540280619606],[109.07871575206606,13.824771130244596],[109.10858137720632,13.82771244181144],[109.13822074761069,13.868438294275443],[109.12781302975877,13.905091561493043],[109.18166165690562,13.936314715048779],[109.26198208815407,13.899887702567087],[109.24275043560162,13.815042176600418],[109.18075663796198,13.812100865033573],[109.1366369644593,13.788796627234728],[109.14138831391344,13.717526385422724],[109.15994120225815,13.675669259279166],[109.15722614542722,13.632228349984231],[109.11989411400188,13.605982800618541],[109.09319605516437,13.6926383644725],[109.11107017930135,13.75078583160166],[109.0692130531578,13.753727143168504],[109.0592578447777,13.78540280619606]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50719,"E":"District","POPULATION":170498,"LVLID":"VNP007011000000000000","NAME":"Tuy Phuoc","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.360","geometry":{"type":"MultiPolygon","coordinates":[[[[108.83843322252845,13.755537181055793],[108.90902470013272,13.83359506494513],[108.95450190205085,13.826354913395972],[109.01264936918001,13.751917105281214],[109.0592578447777,13.78540280619606],[109.0692130531578,13.753727143168504],[109.11107017930135,13.75078583160166],[109.09319605516437,13.6926383644725],[109.11989411400188,13.605982800618541],[109.12012036873779,13.582226053347874],[109.05676904268267,13.56729324077774],[109.0325597859402,13.529961209352404],[108.96106328939227,13.514123377838626],[108.92622006006197,13.537653870373383],[108.87214517817921,13.532902520919249],[108.85472356351404,13.566840731305918],[108.81807029629644,13.693995892887967],[108.83843322252845,13.755537181055793]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50721,"E":"District","POPULATION":20905,"LVLID":"VNP007007000000000000","NAME":"Van Canh","PROV_CODE":507}},{"type":"Feature","id":"vn_admin2.361","geometry":{"type":"MultiPolygon","coordinates":[[[[109.15745240016312,13.153247074060388],[109.18686551583157,13.165464829799589],[109.24523923769664,13.137182987810698],[109.30157666693852,13.132884147828387],[109.33506236785335,13.083560615399763],[109.27736741019602,13.033558318763404],[109.15880992857859,12.982651003183403],[109.08731343203068,13.04645483871034],[109.11853658558641,13.130395345733366],[109.15745240016312,13.153247074060388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50901,"E":"Town","POPULATION":180349,"LVLID":"VNP003001000000000000","NAME":"Tuy Hoa town","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.362","geometry":{"type":"MultiPolygon","coordinates":[[[[108.74544252606897,13.555980503982184],[108.79250351113849,13.576117175478274],[108.85472356351404,13.566840731305918],[108.87214517817921,13.532902520919249],[108.92622006006197,13.537653870373383],[108.96106328939227,13.514123377838626],[109.0325597859402,13.529961209352404],[109.05676904268267,13.56729324077774],[109.12012036873779,13.582226053347874],[109.10473504669584,13.536070087222004],[109.12555048239966,13.501226857891693],[109.09500609305167,13.463442316994534],[109.14229333285708,13.411177472999066],[109.17555277903602,13.404616085657644],[109.19229562949344,13.357781355324041],[109.18256667584926,13.32112808810644],[109.1160477834914,13.319544304955063],[109.09681613093895,13.244653987368482],[109.0223783228242,13.253477922069015],[108.98844011243752,13.327689475447862],[108.94205789157574,13.310267860782707],[108.8110563994832,13.398054698316221],[108.80019617215947,13.465026100145913],[108.71738693881599,13.461406024371335],[108.70811049464365,13.486294045321559],[108.74544252606897,13.555980503982184]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50903,"E":"District","POPULATION":53419,"LVLID":"VNP003002000000000000","NAME":"Dong Xuan","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.363","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09500609305167,13.463442316994534],[109.12555048239966,13.501226857891693],[109.10473504669584,13.536070087222004],[109.12012036873779,13.582226053347874],[109.11989411400188,13.605982800618541],[109.15722614542722,13.632228349984231],[109.15994120225815,13.675669259279166],[109.19501068632438,13.691733345528856],[109.23732032193975,13.667750343522277],[109.22940140618286,13.638563482589744],[109.29252647750207,13.562768146059517],[109.29207396803025,13.500095584212136],[109.32239210264234,13.460274750691779],[109.29682531748438,13.448735759160312],[109.25134811556624,13.488104083208848],[109.22306627357736,13.445341938121645],[109.25745699343584,13.35936513847542],[109.19229562949344,13.357781355324041],[109.17555277903602,13.404616085657644],[109.14229333285708,13.411177472999066],[109.09500609305167,13.463442316994534]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50905,"E":"District","POPULATION":150149,"LVLID":"VNP003003000000000000","NAME":"Song Cau","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.364","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09681613093895,13.244653987368482],[109.1160477834914,13.319544304955063],[109.18256667584926,13.32112808810644],[109.19229562949344,13.357781355324041],[109.25745699343584,13.35936513847542],[109.29569404380483,13.363663978457732],[109.29026393014296,13.309589096574973],[109.32148708369868,13.25257290312537],[109.29818284589985,13.21614589064368],[109.30157666693852,13.132884147828387],[109.24523923769664,13.137182987810698],[109.18686551583157,13.165464829799589],[109.15745240016312,13.153247074060388],[109.09681613093895,13.244653987368482]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50907,"E":"District","POPULATION":118279,"LVLID":"VNP003004000000000000","NAME":"Tuy An","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.365","geometry":{"type":"MultiPolygon","coordinates":[[[[108.8110563994832,13.398054698316221],[108.94205789157574,13.310267860782707],[108.98844011243752,13.327689475447862],[109.0223783228242,13.253477922069015],[109.09681613093895,13.244653987368482],[109.15745240016312,13.153247074060388],[109.11853658558641,13.130395345733366],[109.08731343203068,13.04645483871034],[109.0572215521545,13.02473438406287],[108.95291811889948,13.044418546087138],[108.87644401816152,13.011611609380026],[108.82169037207102,13.057767575505896],[108.81173516369094,13.089216983797542],[108.75947031969547,13.099850956385364],[108.77938073645565,13.14351812041621],[108.82666797626106,13.151889545644922],[108.8538185445704,13.180397642369723],[108.87689652763333,13.277687178811505],[108.81264018263458,13.355066298493108],[108.8110563994832,13.398054698316221]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50909,"E":"District","POPULATION":47346,"LVLID":"VNP003005000000000000","NAME":"Son Hoa","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.366","geometry":{"type":"MultiPolygon","coordinates":[[[[109.0572215521545,13.02473438406287],[109.08731343203068,13.04645483871034],[109.15880992857859,12.982651003183403],[109.27736741019602,13.033558318763404],[109.33506236785335,13.083560615399763],[109.38551717396153,12.99826257996127],[109.45972872734039,12.909796978220022],[109.39230481603887,12.841015538503042],[109.37013185191958,12.866582323660998],[109.32442839526554,12.834001641689797],[109.26333961656954,12.836490443784818],[109.23166395354198,12.81069740389095],[109.16718135380731,12.822010140686507],[109.14365086127255,12.779926759807038],[109.12034662347371,12.796217100792639],[109.07600069523512,12.857984643696375],[109.00405168921539,12.870428654171487],[109.0572215521545,13.02473438406287]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50911,"E":"District","POPULATION":251873,"LVLID":"VNP003006000000000000","NAME":"Tuy Hoa","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.367","geometry":{"type":"MultiPolygon","coordinates":[[[[108.67982865265475,12.993963739978959],[108.76037533863911,13.030617007196561],[108.75947031969547,13.099850956385364],[108.81173516369094,13.089216983797542],[108.82169037207102,13.057767575505896],[108.87644401816152,13.011611609380026],[108.95291811889948,13.044418546087138],[109.0572215521545,13.02473438406287],[109.00405168921539,12.870428654171487],[109.07600069523512,12.857984643696375],[109.12034662347371,12.796217100792639],[109.09048099833343,12.74191596417397],[109.0164956996905,12.726756896867926],[108.99387022609939,12.702321385389524],[108.99160767874028,12.779700505071128],[108.97531733775467,12.813638715457795],[108.87237143291512,12.81454373440144],[108.85449730877814,12.851875765826774],[108.79725486059263,12.865224795245531],[108.75856530075183,12.941020131775756],[108.71580315566462,12.939436348624378],[108.67982865265475,12.993963739978959]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":50913,"E":"District","POPULATION":26650,"LVLID":"VNP003007000000000000","NAME":"Song Hinh","PROV_CODE":509}},{"type":"Feature","id":"vn_admin2.368","geometry":{"type":"MultiPolygon","coordinates":[[[[109.11559527401957,12.341445081611287],[109.13460067183611,12.365654338353776],[109.20089330945807,12.376062056205688],[109.20587091364811,12.333526165854396],[109.23799908614748,12.30592308807324],[109.21039600836633,12.28782270920035],[109.20926473468677,12.169491482318834],[109.22713885882375,12.13849458349901],[109.14704468231122,12.161346311826033],[109.11853658558641,12.200714635874569],[109.14478213495211,12.264970980873327],[109.11559527401957,12.341445081611287]]],[[[109.2343790103729,12.223566364201591],[109.29863535537167,12.227865204183903],[109.33144229207878,12.197547069571813],[109.28868014699158,12.177862907547546],[109.2343790103729,12.223566364201591]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51101,"E":"City","POPULATION":314821,"LVLID":"VNP034003000000000000","NAME":"Nha Trang city","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.369","geometry":{"type":"MultiPolygon","coordinates":[[[[109.09048099833343,12.74191596417397],[109.12034662347371,12.796217100792639],[109.14365086127255,12.779926759807038],[109.16718135380731,12.822010140686507],[109.23166395354198,12.81069740389095],[109.26333961656954,12.836490443784818],[109.32442839526554,12.834001641689797],[109.37013185191958,12.866582323660998],[109.39230481603887,12.841015538503042],[109.36266544563452,12.823367669101973],[109.38596968343336,12.734675812624815],[109.44275962214705,12.645531446675832],[109.41153646859132,12.631729907785255],[109.37420443716599,12.653676617168633],[109.38325462660242,12.70526269695637],[109.35995038880358,12.757753795687748],[109.29976662905122,12.75413371991317],[109.23053267986242,12.689651120178501],[109.1997620357785,12.64100635195761],[109.1995357810426,12.587383979546674],[109.16197749488136,12.585347686923475],[109.12487171819193,12.645983956147655],[109.11039141509362,12.719969254790591],[109.09048099833343,12.74191596417397]]],[[[109.30700678060037,12.619738406781964],[109.32216584790642,12.63693376671121],[109.3886847402643,12.622227208876987],[109.4171928369891,12.555482061783206],[109.4011287507394,12.547789400762229],[109.30700678060037,12.619738406781964]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51103,"E":"District","POPULATION":103510,"LVLID":"VNP034008000000000000","NAME":"Van Ninh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.370","geometry":{"type":"MultiPolygon","coordinates":[[[[108.86309498874276,12.491451971520359],[108.8986169822808,12.561590939652806],[108.86648880978143,12.593266602680364],[108.90155829384766,12.623810992028366],[108.9047258601504,12.670193212890144],[108.99387022609939,12.702321385389524],[109.0164956996905,12.726756896867926],[109.09048099833343,12.74191596417397],[109.11039141509362,12.719969254790591],[109.12487171819193,12.645983956147655],[109.16197749488136,12.585347686923475],[109.1995357810426,12.587383979546674],[109.24908556820714,12.57856004484614],[109.23370024616517,12.533535352399827],[109.29795659116394,12.473804102119292],[109.30655427112856,12.379003367772532],[109.2463705113762,12.40298636977911],[109.18437671373655,12.450499864320447],[109.16446629697637,12.413394087631023],[109.20089330945807,12.376062056205688],[109.13460067183611,12.365654338353776],[109.11559527401957,12.341445081611287],[109.06898679842188,12.388279811944887],[109.00473045342312,12.393936180342665],[108.94861927891716,12.438055853845334],[108.92667256953378,12.481044253668447],[108.86309498874276,12.491451971520359]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51105,"E":"District","POPULATION":203526,"LVLID":"VNP034005000000000000","NAME":"Ninh Hoa","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.371","geometry":{"type":"MultiPolygon","coordinates":[[[[109.06898679842188,12.388279811944887],[109.11559527401957,12.341445081611287],[109.14478213495211,12.264970980873327],[109.11853658558641,12.200714635874569],[109.14704468231122,12.161346311826033],[109.020342030201,12.095279928939986],[109.00337292500765,12.050934000701407],[108.94794051470943,12.073106964820697],[108.94409418419895,12.099352514186386],[108.97893741352925,12.174016577037056],[108.94273665578348,12.335336203741686],[108.99047640506072,12.332847401646664],[109.04817136271805,12.357282913125065],[109.06898679842188,12.388279811944887]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51107,"E":"District","POPULATION":126511,"LVLID":"VNP034001000000000000","NAME":"Dien Khanh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.372","geometry":{"type":"MultiPolygon","coordinates":[[[[109.00337292500765,12.050934000701407],[109.020342030201,12.095279928939986],[109.14704468231122,12.161346311826033],[109.22713885882375,12.13849458349901],[109.20066705472215,12.115416600436076],[109.20609716838402,12.061341718553319],[109.24682302084803,11.983510089399893],[109.27352107968554,11.972197352604336],[109.26718594708002,11.858843729912865],[109.23030642512651,11.878980401408954],[109.19387941264482,11.867667664613398],[109.19885701683486,11.809067688012417],[109.09681613093895,11.813592782730641],[109.06287792055228,11.857259946761486],[109.05088641954899,11.896402016074111],[109.00812427446179,11.921290037024335],[109.00337292500765,12.050934000701407]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51109,"E":"District","POPULATION":183054,"LVLID":"VNP034006000000000000","NAME":"Cam Ranh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.373","geometry":{"type":"MultiPolygon","coordinates":[[[[108.70381165466134,12.47131530002427],[108.7823220480225,12.503217217787737],[108.86309498874276,12.491451971520359],[108.92667256953378,12.481044253668447],[108.94861927891716,12.438055853845334],[109.00473045342312,12.393936180342665],[109.06898679842188,12.388279811944887],[109.04817136271805,12.357282913125065],[108.99047640506072,12.332847401646664],[108.94273665578348,12.335336203741686],[108.97893741352925,12.174016577037056],[108.94409418419895,12.099352514186386],[108.92169496534375,12.086455994239452],[108.84589962881351,12.114737836228343],[108.7945398037617,12.156821217107812],[108.73277226085796,12.160215038146479],[108.71512439145688,12.189401899079012],[108.70471667360498,12.306149342809151],[108.68299621895751,12.313615749094218],[108.68978386103484,12.385112245642132],[108.67326726531333,12.4231230412752],[108.70381165466134,12.47131530002427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51111,"E":"District","POPULATION":21322,"LVLID":"VNP034007000000000000","NAME":"Khanh Vinh","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.374","geometry":{"type":"MultiPolygon","coordinates":[[[[108.7945398037617,12.156821217107812],[108.84589962881351,12.114737836228343],[108.92169496534375,12.086455994239452],[108.94409418419895,12.099352514186386],[108.94794051470943,12.073106964820697],[109.00337292500765,12.050934000701407],[109.00812427446179,11.921290037024335],[108.99228644294801,11.912692357059711],[108.84951970458809,11.977627466266203],[108.85879614876045,12.014959497691539],[108.8029112289904,12.042562575472695],[108.7945398037617,12.156821217107812]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":51113,"E":"District","POPULATION":12785,"LVLID":"VNP034004000000000000","NAME":"Khanh Son","PROV_CODE":511}},{"type":"Feature","id":"vn_admin2.375","geometry":{"type":"MultiPolygon","coordinates":[[[[107.88341198224761,14.434527643525067],[107.95196716722867,14.395159319476532],[107.9972181144109,14.445387870848801],[108.0845524424726,14.421404868842222],[108.08161113090574,14.387240403719643],[108.11260802972558,14.351492155445685],[108.06328449729695,14.267099138950837],[107.96327990402423,14.227957069638213],[107.89811854008182,14.277506856802749],[107.85513014025872,14.273208016820437],[107.85422512131507,14.309182519830305],[107.88703205802219,14.355564740692085],[107.8648590939029,14.394254300532888],[107.88341198224761,14.434527643525067]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60101,"E":"Town","POPULATION":106347,"LVLID":"VNP043003000000000000","NAME":"Kon Tum town","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.376","geometry":{"type":"MultiPolygon","coordinates":[[[[107.62819664013986,15.412174357397022],[107.66417114314973,15.383892515408132],[107.6657549263011,15.354931909211508],[107.73091629024351,15.30040451785693],[107.74155026283134,15.226419219213993],[107.89449846430725,15.19180224461959],[107.93250925994032,15.206961311925635],[107.95422971458778,15.172796846803056],[108.00898336067827,15.138858636416389],[107.96237488508059,15.037044005256384],[107.94698956303863,15.004237068549271],[107.81033170254831,15.005142087492915],[107.78453866265444,14.971430131842158],[107.72593868605347,14.923011618357178],[107.70942209033196,14.862375349132998],[107.59380592028137,14.862149094397086],[107.58656576873221,14.891109700593711],[107.4824885902131,14.956949828743847],[107.47185461762528,15.00604710643656],[107.54674493521186,15.047451723108296],[107.59199588239409,15.027315051612206],[107.63068544223488,15.1472300616451],[107.58792329714768,15.198816141432836],[107.62412405489346,15.210581387700213],[107.6189201959675,15.285471705286794],[107.63815184851995,15.31692111357844],[107.59968854341506,15.381856222784933],[107.62819664013986,15.412174357397022]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60103,"E":"District","POPULATION":28876,"LVLID":"VNP043004000000000000","NAME":"Dak Glei","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.377","geometry":{"type":"MultiPolygon","coordinates":[[[[107.59380592028137,14.862149094397086],[107.70942209033196,14.862375349132998],[107.72593868605347,14.923011618357178],[107.78453866265444,14.971430131842158],[107.79743518260138,14.904911239484289],[107.78114484161578,14.837939837654597],[107.7429077912468,14.812373052496639],[107.70376572193418,14.749926745385169],[107.76394948168654,14.611458847007563],[107.72231861027889,14.581593221867296],[107.67910395571987,14.581366967131384],[107.65579971792101,14.53023339681547],[107.55466385096875,14.502856573770226],[107.51936811216662,14.509644215847558],[107.52887081107488,14.596299779701518],[107.56054647410244,14.68318159829139],[107.54606617100413,14.74811670749788],[107.51348548903292,14.793593909416016],[107.59380592028137,14.862149094397086]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60105,"E":"District","POPULATION":40059,"LVLID":"VNP043001000000000000","NAME":"Ngoc Hoi","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.378","geometry":{"type":"MultiPolygon","coordinates":[[[[107.70376572193418,14.749926745385169],[107.7429077912468,14.812373052496639],[107.78114484161578,14.837939837654597],[107.79743518260138,14.904911239484289],[107.78453866265444,14.971430131842158],[107.81033170254831,15.005142087492915],[107.94698956303863,15.004237068549271],[107.96237488508059,15.037044005256384],[107.97572391449934,15.010572201154783],[108.05061423208592,14.990435529658694],[108.09654394347588,14.950388441402424],[108.1295771349189,14.958533611895225],[108.16080028847465,14.922785363621268],[108.12912462544708,14.882738275365],[108.1519763537741,14.83454601661593],[108.14518871169678,14.792915145208282],[108.09790147189135,14.822102006140817],[108.05151925102957,14.826400846123128],[108.00423201122415,14.794046418887838],[108.0033269922805,14.752868056952014],[107.9178027021061,14.726848762322234],[107.88974711485312,14.6793352677809],[107.91554015474699,14.617341470141252],[107.8791131422653,14.575031834525873],[107.86621662231836,14.519373169491738],[107.80444907941462,14.528649613664093],[107.76394948168654,14.611458847007563],[107.70376572193418,14.749926745385169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60107,"E":"District","POPULATION":37425,"LVLID":"VNP043005000000000000","NAME":"Dak To","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.379","geometry":{"type":"MultiPolygon","coordinates":[[[[108.14518871169678,14.792915145208282],[108.1519763537741,14.83454601661593],[108.12912462544708,14.882738275365],[108.16080028847465,14.922785363621268],[108.1295771349189,14.958533611895225],[108.16577789266468,14.971203877106248],[108.15107133483046,15.041795354710517],[108.16668291160833,15.057633186224296],[108.2433832670822,15.028672580027672],[108.3268712646334,14.907852551051134],[108.36646584341786,14.879570709062243],[108.40696544114594,14.819839458781706],[108.4633028703878,14.786806267338681],[108.49859860918994,14.797440239926505],[108.53208431010479,14.743139103307836],[108.50244493970044,14.694268080351033],[108.51715149753466,14.682050324611833],[108.49339475026399,14.618698998556718],[108.53072678168932,14.619377762764453],[108.55086345318541,14.586797080793252],[108.50697003441866,14.543129916762405],[108.44497623677901,14.554442653557961],[108.39904652538905,14.60037236494792],[108.36148823922781,14.567339173504894],[108.38750753385759,14.523445754738137],[108.29564811107767,14.403983254177065],[108.30062571526771,14.389955460550576],[108.23659562500487,14.387466658455553],[108.15763272217188,14.346740805991551],[108.11260802972558,14.351492155445685],[108.08161113090574,14.387240403719643],[108.0845524424726,14.421404868842222],[108.08817251824718,14.478421062291824],[108.11441806761286,14.532722198910493],[108.06237947835331,14.56258782405076],[108.07889607407482,14.633858065862764],[108.07753854565935,14.710332166600724],[108.14518871169678,14.792915145208282]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60109,"E":"District","POPULATION":31062,"LVLID":"VNP043002000000000000","NAME":"Kon Plong","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.380","geometry":{"type":"MultiPolygon","coordinates":[[[[107.86621662231836,14.519373169491738],[107.8791131422653,14.575031834525873],[107.91554015474699,14.617341470141252],[107.88974711485312,14.6793352677809],[107.9178027021061,14.726848762322234],[108.0033269922805,14.752868056952014],[108.00423201122415,14.794046418887838],[108.05151925102957,14.826400846123128],[108.09790147189135,14.822102006140817],[108.14518871169678,14.792915145208282],[108.07753854565935,14.710332166600724],[108.07889607407482,14.633858065862764],[108.06237947835331,14.56258782405076],[108.11441806761286,14.532722198910493],[108.08817251824718,14.478421062291824],[108.0845524424726,14.421404868842222],[107.9972181144109,14.445387870848801],[107.95196716722867,14.395159319476532],[107.88341198224761,14.434527643525067],[107.88997336958903,14.484303685425512],[107.86621662231836,14.519373169491738]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60111,"E":"District","POPULATION":46163,"LVLID":"VNP043007000000000000","NAME":"Dak Ha","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.381","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51936811216662,14.509644215847558],[107.55466385096875,14.502856573770226],[107.65579971792101,14.53023339681547],[107.67910395571987,14.581366967131384],[107.72231861027889,14.581593221867296],[107.76394948168654,14.611458847007563],[107.80444907941462,14.528649613664093],[107.86621662231836,14.519373169491738],[107.88997336958903,14.484303685425512],[107.88341198224761,14.434527643525067],[107.8648590939029,14.394254300532888],[107.88703205802219,14.355564740692085],[107.85422512131507,14.309182519830305],[107.85513014025872,14.273208016820437],[107.8220969488157,14.212119238124435],[107.7632707174788,14.200127737121145],[107.69245298513862,14.218906880201768],[107.66190859579062,14.161664432016254],[107.66914874733978,14.135192627914654],[107.65285840635417,14.062791112423096],[107.61801517702386,14.061433584007627],[107.60353487392555,14.02545908099776],[107.5250244805644,14.010073758955803],[107.53045459422626,13.982923190646469],[107.47298589130483,13.951247527618913],[107.46280442818883,13.919345609855444],[107.4478716156187,13.994688436913847],[107.3890453842818,13.988353304308337],[107.36212107070838,14.014598853674025],[107.36551489174705,14.081796510239629],[107.3422106539482,14.123427381647275],[107.41167085787292,14.231124635940969],[107.39560677162324,14.323436568192706],[107.43022374621764,14.370271298526308],[107.43067625568945,14.414617226764888],[107.4926700533291,14.402851980497509],[107.51936811216662,14.509644215847558]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60113,"E":"District","POPULATION":29665,"LVLID":"VNP043006000000000000","NAME":"Sa Thay","PROV_CODE":601}},{"type":"Feature","id":"vn_admin2.382","geometry":{"type":"MultiPolygon","coordinates":[[[[107.99224051022085,14.060754819799895],[108.05536558154006,14.082701529183273],[108.04292157106495,14.040391893567893],[108.09315012243721,14.001476078991182],[108.08523120668032,13.952152546562557],[108.01622351222744,13.87839350265553],[107.92255405156023,13.85984061431082],[107.84404365819907,13.87590470056051],[107.86802666020564,13.905317816228955],[107.95128840302094,13.90237650466211],[107.9626011398165,13.874773426880953],[108.01463972907605,13.88427612578922],[107.96825750821428,14.036093053585583],[107.99224051022085,14.060302310328073],[107.99224051022085,14.060754819799895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60301,"E":"Town","POPULATION":165639,"LVLID":"VNP045002000000000000","NAME":"Plei Ku town","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.383","geometry":{"type":"MultiPolygon","coordinates":[[[[108.29564811107767,14.403983254177065],[108.38750753385759,14.523445754738137],[108.36148823922781,14.567339173504894],[108.39904652538905,14.60037236494792],[108.44497623677901,14.554442653557961],[108.50697003441866,14.543129916762405],[108.55086345318541,14.586797080793252],[108.63118388443387,14.541772388346939],[108.6422703664935,14.448329182415645],[108.60697462769137,14.452628022397956],[108.63751901703937,14.369818789054486],[108.6277900633952,14.353980957540708],[108.6644433306128,14.278411875746393],[108.68548502105253,14.197865189762034],[108.67009969901058,14.16279570569581],[108.69159389892214,14.125689929006386],[108.69204640839395,14.125237419534564],[108.65290433908133,14.076818906049585],[108.65064179172222,14.075235122898206],[108.66534834955644,14.03156795886736],[108.60901092031457,14.00758495686078],[108.52348663014017,14.01120503263536],[108.44791754834586,14.066411188197673],[108.46443414406737,14.11641348483403],[108.43841484943759,14.167094545678122],[108.39090135489624,14.153293006787543],[108.3655608244742,14.2053315960471],[108.3307175951439,14.228635833845946],[108.30062571526771,14.389955460550576],[108.29564811107767,14.403983254177065]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60303,"E":"District","POPULATION":35362,"LVLID":"VNP045007000000000000","NAME":"Kbang","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.384","geometry":{"type":"MultiPolygon","coordinates":[[[[108.01622351222744,13.87839350265553],[108.08523120668032,13.952152546562557],[108.09315012243721,14.001476078991182],[108.04292157106495,14.040391893567893],[108.05536558154006,14.082701529183273],[108.0969964529477,14.112567154323541],[108.08342116879304,14.174108442491367],[108.1295771349189,14.222979465448168],[108.18976089467127,14.212119238124435],[108.21623269877287,14.260990261081236],[108.19767981042816,14.323436568192706],[108.23659562500487,14.387466658455553],[108.30062571526771,14.389955460550576],[108.3307175951439,14.228635833845946],[108.3655608244742,14.2053315960471],[108.39090135489624,14.153293006787543],[108.43841484943759,14.167094545678122],[108.46443414406737,14.11641348483403],[108.44791754834586,14.066411188197673],[108.4182781779415,13.97704056751278],[108.41873068741332,13.96866914228407],[108.36985966445651,13.896720136264332],[108.36804962656923,13.786986589347439],[108.35424808767866,13.771375012569571],[108.38298243913935,13.691733345528856],[108.31917860361243,13.67408547612779],[108.25605353229322,13.705534884419434],[108.2370481344767,13.681778137148767],[108.18681958310442,13.679289335053745],[108.19451224412539,13.748070774770726],[108.16487287372104,13.787439098819261],[108.1784481578757,13.824997384980506],[108.11826439812334,13.861650652198108],[108.00242197333685,13.853731736441219],[108.01622351222744,13.87839350265553]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60305,"E":"District","POPULATION":90508,"LVLID":"VNP045004000000000000","NAME":"Mang Yang","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.385","geometry":{"type":"MultiPolygon","coordinates":[[[[107.66190859579062,14.161664432016254],[107.69245298513862,14.218906880201768],[107.7632707174788,14.200127737121145],[107.8220969488157,14.212119238124435],[107.85513014025872,14.273208016820437],[107.89811854008182,14.277506856802749],[107.96327990402423,14.227957069638213],[108.06328449729695,14.267099138950837],[108.11260802972558,14.351492155445685],[108.15763272217188,14.346740805991551],[108.23659562500487,14.387466658455553],[108.19767981042816,14.323436568192706],[108.21623269877287,14.260990261081236],[108.18976089467127,14.212119238124435],[108.1295771349189,14.222979465448168],[108.08342116879304,14.174108442491367],[108.0969964529477,14.112567154323541],[108.05536558154006,14.082701529183273],[107.99224051022085,14.060754819799895],[107.99224051022085,14.060528565063983],[107.8892946053813,14.102838200679363],[107.87843437805756,14.080438981824162],[107.75241049015507,14.07410384921865],[107.72706995973302,14.124558655326831],[107.66914874733978,14.135192627914654],[107.66190859579062,14.161664432016254]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60307,"E":"District","POPULATION":56555,"LVLID":"VNP045001000000000000","NAME":"Chu Pah","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.386","geometry":{"type":"MultiPolygon","coordinates":[[[[107.46280442818883,13.919345609855444],[107.47298589130483,13.951247527618913],[107.53045459422626,13.982923190646469],[107.5250244805644,14.010073758955803],[107.60353487392555,14.02545908099776],[107.61801517702386,14.061433584007627],[107.65285840635417,14.062791112423096],[107.66914874733978,14.135192627914654],[107.72706995973302,14.124558655326831],[107.75241049015507,14.07410384921865],[107.87843437805756,14.080438981824162],[107.8892946053813,14.102838200679363],[107.99224051022085,14.060528565063983],[107.99224051022085,14.060302310328073],[107.96825750821428,14.036093053585583],[108.01463972907605,13.88427612578922],[107.9626011398165,13.874773426880953],[107.95128840302094,13.90237650466211],[107.86802666020564,13.905317816228955],[107.84404365819907,13.87590470056051],[107.82888459089303,13.850337915402552],[107.82096567513614,13.877488483711886],[107.75489929225009,13.887217437356066],[107.714399694522,13.920476883534999],[107.66484990735746,13.850111660666641],[107.52887081107488,13.839477688078818],[107.47705847655124,13.853279226969397],[107.46280442818883,13.919345609855444]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60309,"E":"District","POPULATION":52607,"LVLID":"VNP045003000000000000","NAME":"Ia Grai","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.387","geometry":{"type":"MultiPolygon","coordinates":[[[[108.4182781779415,13.97704056751278],[108.44791754834586,14.066411188197673],[108.52348663014017,14.01120503263536],[108.60901092031457,14.00758495686078],[108.66534834955644,14.03156795886736],[108.65064179172222,14.075235122898206],[108.65290433908133,14.076818906049585],[108.69204640839395,14.125237419534564],[108.69272517260168,14.12433240059092],[108.72598461878061,14.063243621894918],[108.75856530075183,14.04355945987065],[108.76784174492418,13.992199634818824],[108.74702630922036,13.909164146739444],[108.79589733217716,13.851469189082108],[108.80064868163129,13.81956727131864],[108.77824946277609,13.794905505104328],[108.73503480821707,13.797846816671171],[108.69951281467903,13.841061471230196],[108.67236224636969,13.81956727131864],[108.60833215610684,13.861650652198108],[108.47642564507065,13.927264525612333],[108.41873068741332,13.96866914228407],[108.4182781779415,13.97704056751278]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60311,"E":"District","POPULATION":86496,"LVLID":"VNP045005000000000000","NAME":"An Khe","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.388","geometry":{"type":"MultiPolygon","coordinates":[[[[108.35424808767866,13.771375012569571],[108.36804962656923,13.786986589347439],[108.36985966445651,13.896720136264332],[108.41873068741332,13.96866914228407],[108.47642564507065,13.927264525612333],[108.60833215610684,13.861650652198108],[108.67236224636969,13.81956727131864],[108.69951281467903,13.841061471230196],[108.73503480821707,13.797846816671171],[108.77824946277609,13.794905505104328],[108.80064868163129,13.81956727131864],[108.83843322252845,13.755537181055793],[108.81807029629644,13.693995892887967],[108.85472356351404,13.566840731305918],[108.79250351113849,13.576117175478274],[108.74544252606897,13.555980503982184],[108.72915218508338,13.574985901798717],[108.6605970001023,13.586977402802008],[108.64362789490897,13.607114074298098],[108.55765109526274,13.628608274209654],[108.48411830609163,13.610734150072675],[108.46217159670826,13.658926408821744],[108.38298243913935,13.691733345528856],[108.35424808767866,13.771375012569571]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60313,"E":"District","POPULATION":23737,"LVLID":"VNP045006000000000000","NAME":"Kong Chro","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.389","geometry":{"type":"MultiPolygon","coordinates":[[[[107.47705847655124,13.853279226969397],[107.52887081107488,13.839477688078818],[107.66484990735746,13.850111660666641],[107.714399694522,13.920476883534999],[107.75489929225009,13.887217437356066],[107.82096567513614,13.877488483711886],[107.82888459089303,13.850337915402552],[107.82662204353392,13.769791229418193],[107.75693558487329,13.690149562377478],[107.71213714716289,13.708023686514457],[107.64154566955862,13.658700154085833],[107.62027772438297,13.626345726850543],[107.5781943435035,13.618200556357742],[107.5741217582571,13.660510191973122],[107.53656347209586,13.742188151637036],[107.45533802190377,13.791964193537483],[107.47705847655124,13.853279226969397]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60315,"E":"District","POPULATION":27027,"LVLID":"VNP045008000000000000","NAME":"Duc Co","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.390","geometry":{"type":"MultiPolygon","coordinates":[[[[107.5781943435035,13.618200556357742],[107.62027772438297,13.626345726850543],[107.64154566955862,13.658700154085833],[107.71213714716289,13.708023686514457],[107.75693558487329,13.690149562377478],[107.82662204353392,13.769791229418193],[107.82888459089303,13.850337915402552],[107.84404365819907,13.87590470056051],[107.92255405156023,13.85984061431082],[108.01622351222744,13.87839350265553],[108.00242197333685,13.853731736441219],[108.0236899185125,13.796941797727527],[107.9990281522982,13.760062275774015],[108.0175810406429,13.63788471838201],[107.94947836513366,13.589239950161119],[107.92278030629615,13.528377426201027],[107.95377720511597,13.46434733593818],[107.92685289154254,13.448056994952578],[107.92640038207072,13.382895631010175],[107.84291238451952,13.398280953052133],[107.75467303751418,13.362080195306353],[107.71688849661702,13.37158289421462],[107.60987000653105,13.301670180818084],[107.63475802748128,13.35732884585222],[107.62050397911888,13.524304840954628],[107.5781943435035,13.618200556357742]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60317,"E":"District","POPULATION":53578,"LVLID":"VNP045009000000000000","NAME":"Chu Prong","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.391","geometry":{"type":"MultiPolygon","coordinates":[[[[107.92278030629615,13.528377426201027],[107.94947836513366,13.589239950161119],[108.0175810406429,13.63788471838201],[107.9990281522982,13.760062275774015],[108.0236899185125,13.796941797727527],[108.00242197333685,13.853731736441219],[108.11826439812334,13.861650652198108],[108.1784481578757,13.824997384980506],[108.16487287372104,13.787439098819261],[108.19451224412539,13.748070774770726],[108.18681958310442,13.679289335053745],[108.2370481344767,13.681778137148767],[108.25605353229322,13.705534884419434],[108.31917860361243,13.67408547612779],[108.28705043111304,13.659152663557656],[108.23682187974077,13.578605977573297],[108.23614311553304,13.472718761166892],[108.20627749039278,13.449414523368045],[108.22890296398388,13.396697169900754],[108.21329138720603,13.374524205781464],[108.11668061497197,13.41389252983],[108.03998025949811,13.400317245675332],[108.01237718171694,13.379049300499688],[107.9607911019292,13.379954319443332],[107.92640038207072,13.382895631010175],[107.92685289154254,13.448056994952578],[107.95377720511597,13.46434733593818],[107.92278030629615,13.528377426201027]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60319,"E":"District","POPULATION":87137,"LVLID":"VNP045010000000000000","NAME":"Chu Se","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.392","geometry":{"type":"MultiPolygon","coordinates":[[[[108.20627749039278,13.449414523368045],[108.23614311553304,13.472718761166892],[108.23682187974077,13.578605977573297],[108.28705043111304,13.659152663557656],[108.31917860361243,13.67408547612779],[108.38298243913935,13.691733345528856],[108.46217159670826,13.658926408821744],[108.48411830609163,13.610734150072675],[108.55765109526274,13.628608274209654],[108.64362789490897,13.607114074298098],[108.6605970001023,13.586977402802008],[108.72915218508338,13.574985901798717],[108.74544252606897,13.555980503982184],[108.70811049464365,13.486294045321559],[108.71738693881599,13.461406024371335],[108.6891050968271,13.462763552786802],[108.65267808434541,13.422942719266445],[108.58276537094888,13.4159288224532],[108.50470748705955,13.34307479748982],[108.45742024725412,13.27474586724466],[108.4714480408806,13.234698778988392],[108.44045114206078,13.1779088402747],[108.40877547903322,13.257776762051327],[108.35062801190406,13.336513410148397],[108.26736626908878,13.369320346855508],[108.21329138720603,13.374524205781464],[108.22890296398388,13.396697169900754],[108.20627749039278,13.449414523368045]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60321,"E":"District","POPULATION":114920,"LVLID":"VNP045011000000000000","NAME":"Ayun Pa","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.393","geometry":{"type":"MultiPolygon","coordinates":[[[[108.44045114206078,13.1779088402747],[108.4714480408806,13.234698778988392],[108.45742024725412,13.27474586724466],[108.50470748705955,13.34307479748982],[108.58276537094888,13.4159288224532],[108.65267808434541,13.422942719266445],[108.6891050968271,13.462763552786802],[108.71738693881599,13.461406024371335],[108.80019617215947,13.465026100145913],[108.8110563994832,13.398054698316221],[108.81264018263458,13.355066298493108],[108.87689652763333,13.277687178811505],[108.8538185445704,13.180397642369723],[108.82666797626106,13.151889545644922],[108.77938073645565,13.14351812041621],[108.75947031969547,13.099850956385364],[108.76037533863911,13.030617007196561],[108.67982865265475,12.993963739978959],[108.51715149753466,13.032200790347938],[108.5219028469888,13.069759076509184],[108.4612665777646,13.126549015222876],[108.47009051246515,13.14555441303941],[108.44045114206078,13.1779088402747]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60323,"E":"District","POPULATION":57747,"LVLID":"VNP045012000000000000","NAME":"Krong Pa","PROV_CODE":603}},{"type":"Feature","id":"vn_admin2.394","geometry":{"type":"MultiPolygon","coordinates":[[[[107.97255634819659,12.667025646587389],[107.98748916076673,12.697117526463568],[107.97029380083748,12.735580831568459],[108.03296636268486,12.74191596417397],[108.08364742352894,12.740105926286681],[108.09111382981402,12.767030239860105],[108.16917171370335,12.71363412218508],[108.13432848437304,12.6815059496857],[108.1499400611509,12.653450362432721],[108.1171331244438,12.646436465619477],[108.04043276896992,12.563853487011919],[107.97255634819659,12.667025646587389]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60501,"E":"City","POPULATION":230668,"LVLID":"VNP021013000000000000","NAME":"Buon Me Thuot city","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.395","geometry":{"type":"MultiPolygon","coordinates":[[[[107.9607911019292,13.379954319443332],[108.01237718171694,13.379049300499688],[108.03998025949811,13.400317245675332],[108.11668061497197,13.41389252983],[108.21329138720603,13.374524205781464],[108.26736626908878,13.369320346855508],[108.35062801190406,13.336513410148397],[108.40877547903322,13.257776762051327],[108.44045114206078,13.1779088402747],[108.47009051246515,13.14555441303941],[108.3696334097206,13.133110402564299],[108.31917860361243,13.141934337264832],[108.28297784586664,13.122476429976476],[108.22030528401926,13.105959834254964],[108.19903733884362,13.121571411032832],[108.1438311832813,13.110711183709098],[108.09925900030682,13.059351358657272],[108.10016401925046,13.05663630182634],[108.05061423208592,13.046002329238517],[108.04043276896992,13.072021623868295],[108.05197176050139,13.098719682705807],[107.98997796286174,13.119987627881454],[107.99540807652362,13.179492623426079],[107.98138028289712,13.231078703213814],[108.00400575648824,13.246916534727593],[107.9607911019292,13.379954319443332]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60503,"E":"District","POPULATION":53184,"LVLID":"VNP021012000000000000","NAME":"Ea H'leo","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.396","geometry":{"type":"MultiPolygon","coordinates":[[[[107.60987000653105,13.301670180818084],[107.71688849661702,13.37158289421462],[107.75467303751418,13.362080195306353],[107.84291238451952,13.398280953052133],[107.92640038207072,13.382895631010175],[107.9607911019292,13.379954319443332],[108.00400575648824,13.246916534727593],[107.98138028289712,13.231078703213814],[107.99540807652362,13.179492623426079],[107.98997796286174,13.119987627881454],[108.05197176050139,13.098719682705807],[108.04043276896992,13.072021623868295],[107.96644747032698,13.006634005189982],[107.90286988953596,12.963193095895047],[107.81960814672067,12.997357561017626],[107.77390469006663,12.989664899996647],[107.69041669251541,13.069306567037362],[107.56167774778199,13.086501926966607],[107.51552178165612,13.083786870135674],[107.60987000653105,13.301670180818084]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60505,"E":"District","POPULATION":24624,"LVLID":"VNP021011000000000000","NAME":"Ea Sup","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.397","geometry":{"type":"MultiPolygon","coordinates":[[[[108.28297784586664,13.122476429976476],[108.31917860361243,13.141934337264832],[108.3696334097206,13.133110402564299],[108.47009051246515,13.14555441303941],[108.4612665777646,13.126549015222876],[108.5219028469888,13.069759076509184],[108.51715149753466,13.032200790347938],[108.48117699452479,13.01839925145736],[108.50402872285181,12.932422451811133],[108.49339475026399,12.904366864558154],[108.462850360916,12.929028630772468],[108.43909361364533,12.868618616284198],[108.37642105179793,12.836037934312996],[108.37506352338247,12.83671669852073],[108.36442955079465,12.903009336142688],[108.30763961208096,12.914548327674156],[108.28184657218709,12.99215370209167],[108.30379328157046,13.039667196633005],[108.28433537428211,13.05867259444954],[108.28297784586664,13.122476429976476]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60507,"E":"District","POPULATION":57262,"LVLID":"VNP021010000000000000","NAME":"Krong Nang","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.398","geometry":{"type":"MultiPolygon","coordinates":[[[[108.09925900030682,13.059351358657272],[108.1438311832813,13.110711183709098],[108.19903733884362,13.121571411032832],[108.22030528401926,13.105959834254964],[108.28297784586664,13.122476429976476],[108.28433537428211,13.05867259444954],[108.30379328157046,13.039667196633005],[108.28184657218709,12.99215370209167],[108.30763961208096,12.914548327674156],[108.36442955079465,12.903009336142688],[108.37506352338247,12.83671669852073],[108.3146535088942,12.781284288222505],[108.31171219732735,12.752323682025882],[108.231165511343,12.755943757800459],[108.19157093255855,12.828119018556107],[108.2248303787375,12.865677304717353],[108.20695625460051,12.932196197075223],[108.15989526953099,12.976542125313802],[108.13636477699625,12.962288076951403],[108.10401034976096,13.00618149571816],[108.10016401925046,13.05663630182634],[108.09925900030682,13.059351358657272]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60509,"E":"District","POPULATION":109354,"LVLID":"VNP021009000000000000","NAME":"Krong Buk","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.399","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51552178165612,13.083786870135674],[107.56167774778199,13.086501926966607],[107.69041669251541,13.069306567037362],[107.77390469006663,12.989664899996647],[107.81960814672067,12.997357561017626],[107.90286988953596,12.963193095895047],[107.96644747032698,13.006634005189982],[107.97572391449934,12.974732087426514],[107.92775791048618,12.906855666653177],[107.9381656283381,12.870202399435575],[107.92006524946521,12.819973848063308],[107.94879960092592,12.799384667095396],[108.00785208699872,12.805041035493172],[108.03296636268486,12.74191596417397],[107.97029380083748,12.735580831568459],[107.98748916076673,12.697117526463568],[107.97255634819659,12.667025646587389],[107.90015483270503,12.708430263259125],[107.91327760738787,12.740558435758503],[107.85965523497694,12.76205263567006],[107.8546776307869,12.810244894419128],[107.80648537203783,12.777890467183838],[107.76666453851746,12.77630668403246],[107.63566304642492,12.801194704982684],[107.56348778566928,12.79418080816944],[107.49583761963186,12.896221694065355],[107.49357507227275,13.031069516668383],[107.51552178165612,13.083786870135674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60511,"E":"District","POPULATION":41131,"LVLID":"VNP021008000000000000","NAME":"Buon Don","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.400","geometry":{"type":"MultiPolygon","coordinates":[[[[107.92006524946521,12.819973848063308],[107.9381656283381,12.870202399435575],[107.92775791048618,12.906855666653177],[107.97572391449934,12.974732087426514],[107.96644747032698,13.006634005189982],[108.04043276896992,13.072021623868295],[108.05061423208592,13.046002329238517],[108.10016401925046,13.05663630182634],[108.10401034976096,13.00618149571816],[108.13636477699625,12.962288076951403],[108.15989526953099,12.976542125313802],[108.20695625460051,12.932196197075223],[108.2248303787375,12.865677304717353],[108.19157093255855,12.828119018556107],[108.231165511343,12.755943757800459],[108.16917171370335,12.71363412218508],[108.09111382981402,12.767030239860105],[108.08364742352894,12.740105926286681],[108.03296636268486,12.74191596417397],[108.00785208699872,12.805041035493172],[107.94879960092592,12.799384667095396],[107.92006524946521,12.819973848063308]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60513,"E":"District","POPULATION":93629,"LVLID":"VNP021004000000000000","NAME":"Cu M'gar","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.401","geometry":{"type":"MultiPolygon","coordinates":[[[[108.37642105179793,12.836037934312996],[108.43909361364533,12.868618616284198],[108.462850360916,12.929028630772468],[108.49339475026399,12.904366864558154],[108.50402872285181,12.932422451811133],[108.48117699452479,13.01839925145736],[108.51715149753466,13.032200790347938],[108.67982865265475,12.993963739978959],[108.71580315566462,12.939436348624378],[108.72666338298835,12.917489639241],[108.61806110975101,12.8910178351394],[108.58548042777981,12.795538336584906],[108.61172597714551,12.767256494596015],[108.6888788420912,12.757075031480015],[108.6786973789752,12.722684311621524],[108.6990603052072,12.632182417257077],[108.67914988844701,12.61657084047921],[108.60810590137093,12.571772402768808],[108.48841714607394,12.598922971078142],[108.50040864707724,12.653676617168633],[108.42393454633927,12.80436227128544],[108.37642105179793,12.836037934312996]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60515,"E":"District","POPULATION":88184,"LVLID":"VNP021006000000000000","NAME":"Ea Kar","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.402","geometry":{"type":"MultiPolygon","coordinates":[[[[108.58548042777981,12.795538336584906],[108.61806110975101,12.8910178351394],[108.72666338298835,12.917489639241],[108.71580315566462,12.939436348624378],[108.75856530075183,12.941020131775756],[108.79725486059263,12.865224795245531],[108.85449730877814,12.851875765826774],[108.87237143291512,12.81454373440144],[108.97531733775467,12.813638715457795],[108.99160767874028,12.779700505071128],[108.99387022609939,12.702321385389524],[108.9047258601504,12.670193212890144],[108.90155829384766,12.623810992028366],[108.86648880978143,12.593266602680364],[108.8986169822808,12.561590939652806],[108.86309498874276,12.491451971520359],[108.7823220480225,12.503217217787737],[108.70381165466134,12.47131530002427],[108.73277226085796,12.521543851396538],[108.67914988844701,12.61657084047921],[108.6990603052072,12.632182417257077],[108.6786973789752,12.722684311621524],[108.6888788420912,12.757075031480015],[108.61172597714551,12.767256494596015],[108.58548042777981,12.795538336584906]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60517,"E":"District","POPULATION":39441,"LVLID":"VNP021005000000000000","NAME":"M'Drak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.403","geometry":{"type":"MultiPolygon","coordinates":[[[[108.13432848437304,12.6815059496857],[108.16917171370335,12.71363412218508],[108.231165511343,12.755943757800459],[108.31171219732735,12.752323682025882],[108.3146535088942,12.781284288222505],[108.37506352338247,12.83671669852073],[108.37642105179793,12.836037934312996],[108.42393454633927,12.80436227128544],[108.50040864707724,12.653676617168633],[108.48841714607394,12.598922971078142],[108.42099323477242,12.534666626079384],[108.37438475917475,12.573129931184274],[108.34859171928088,12.620417170989699],[108.28886046900034,12.623358482556542],[108.26532997646558,12.645531446675832],[108.2232465955861,12.629919869897964],[108.21623269877287,12.6591067308305],[108.1499400611509,12.653450362432721],[108.13432848437304,12.6815059496857]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60519,"E":"District","POPULATION":318148,"LVLID":"VNP021018000000000000","NAME":"Krong Pak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.404","geometry":{"type":"MultiPolygon","coordinates":[[[[107.56348778566928,12.79418080816944],[107.63566304642492,12.801194704982684],[107.76666453851746,12.77630668403246],[107.80648537203783,12.777890467183838],[107.8546776307869,12.810244894419128],[107.85965523497694,12.76205263567006],[107.91327760738787,12.740558435758503],[107.90015483270503,12.708430263259125],[107.97255634819659,12.667025646587389],[108.04043276896992,12.563853487011919],[107.97119881978112,12.591230310057163],[107.95400345985188,12.555934571255028],[107.8954034832509,12.548920674441783],[107.87255175492388,12.545300598667206],[107.79585139945,12.571998657504718],[107.63860435799177,12.656617928735477],[107.62435030962938,12.69349745068899],[107.57344299404937,12.693044941217169],[107.56348778566928,12.79418080816944]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60521,"E":"District","POPULATION":77159,"LVLID":"VNP021017000000000000","NAME":"Cu Jut","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.405","geometry":{"type":"MultiPolygon","coordinates":[[[[107.8954034832509,12.548920674441783],[107.95400345985188,12.555934571255028],[107.97119881978112,12.591230310057163],[108.04043276896992,12.563853487011919],[108.1171331244438,12.646436465619477],[108.1499400611509,12.653450362432721],[108.21623269877287,12.6591067308305],[108.2232465955861,12.629919869897964],[108.26532997646558,12.645531446675832],[108.28886046900034,12.623358482556542],[108.28320410060256,12.571093638561074],[108.25514851334958,12.524485162963384],[108.19994235778726,12.517018756678317],[108.18003194102708,12.488058150481692],[108.18297325259392,12.480139234724803],[108.15763272217188,12.426290607577956],[108.09631768873997,12.428553154937067],[108.00015942597774,12.399140039268621],[107.95536098826734,12.398235020324977],[107.94902585566183,12.438282108581246],[108.00468452069596,12.472220318967913],[107.94812083671819,12.524032653491561],[107.8954034832509,12.548920674441783]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60523,"E":"District","POPULATION":133237,"LVLID":"VNP021001000000000000","NAME":"Krong Ana","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.406","geometry":{"type":"MultiPolygon","coordinates":[[[[108.18003194102708,12.488058150481692],[108.19994235778726,12.517018756678317],[108.25514851334958,12.524485162963384],[108.28320410060256,12.571093638561074],[108.28886046900034,12.623358482556542],[108.34859171928088,12.620417170989699],[108.37438475917475,12.573129931184274],[108.42099323477242,12.534666626079384],[108.48841714607394,12.598922971078142],[108.60810590137093,12.571772402768808],[108.67914988844701,12.61657084047921],[108.73277226085796,12.521543851396538],[108.70381165466134,12.47131530002427],[108.67326726531333,12.4231230412752],[108.68978386103484,12.385112245642132],[108.68299621895751,12.313615749094218],[108.59815069299084,12.274926189253417],[108.5447545753158,12.294836606013595],[108.51262640281644,12.27537869872524],[108.48886965554577,12.307280616488706],[108.50674377968275,12.321082155379285],[108.43818859470167,12.407285209761422],[108.41556312111057,12.400045058212266],[108.2716651090711,12.464301403211024],[108.18297325259392,12.480139234724803],[108.18003194102708,12.488058150481692]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60525,"E":"District","POPULATION":55463,"LVLID":"VNP021003000000000000","NAME":"Krong Bong","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.407","geometry":{"type":"MultiPolygon","coordinates":[[[[107.57344299404937,12.693044941217169],[107.62435030962938,12.69349745068899],[107.63860435799177,12.656617928735477],[107.79585139945,12.571998657504718],[107.87255175492388,12.545300598667206],[107.84404365819907,12.498465868333604],[107.77888229425666,12.501180925164537],[107.7472066312291,12.46113383690827],[107.75603056592965,12.428100645465245],[107.70399197667008,12.376967075149333],[107.73159505445125,12.325833504833419],[107.78906375737267,12.265197235609238],[107.72005606291978,12.22515014735297],[107.704218231406,12.248001875679993],[107.50782912063515,12.241892997810393],[107.43859517144634,12.24754936620817],[107.44855037982643,12.289180237615817],[107.5474236994196,12.347553959480885],[107.5474236994196,12.410452776064178],[107.58317194769354,12.494619537823114],[107.56620284250022,12.514077445111472],[107.59312715607363,12.55638708072685],[107.57344299404937,12.693044941217169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60527,"E":"District","POPULATION":53774,"LVLID":"VNP021007000000000000","NAME":"Dak Mil","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.408","geometry":{"type":"MultiPolygon","coordinates":[[[[107.70399197667008,12.376967075149333],[107.75603056592965,12.428100645465245],[107.7472066312291,12.46113383690827],[107.77888229425666,12.501180925164537],[107.84404365819907,12.498465868333604],[107.87255175492388,12.545300598667206],[107.8954034832509,12.548920674441783],[107.94812083671819,12.524032653491561],[108.00468452069596,12.472220318967913],[107.94902585566183,12.438282108581246],[107.95536098826734,12.398235020324977],[108.00015942597774,12.399140039268621],[108.00400575648824,12.371989470959287],[108.05129299629365,12.341445081611287],[108.09790147189135,12.341671336347197],[108.09382888664494,12.30795938069644],[108.12233698336975,12.262029669306482],[108.07844356460299,12.247775620944083],[108.10016401925046,12.207502277951903],[108.0684883562229,12.186234332776257],[107.99812313335454,12.219946288427014],[107.97708144291481,12.260219631419194],[107.9300204578453,12.266328509288794],[107.88657954855036,12.240309214659014],[107.80331780573506,12.220398797898836],[107.78906375737267,12.265197235609238],[107.73159505445125,12.325833504833419],[107.70399197667008,12.376967075149333]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60529,"E":"District","POPULATION":33067,"LVLID":"VNP021002000000000000","NAME":"Krong No","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.409","geometry":{"type":"MultiPolygon","coordinates":[[[[108.00015942597774,12.399140039268621],[108.09631768873997,12.428553154937067],[108.15763272217188,12.426290607577956],[108.18297325259392,12.480139234724803],[108.2716651090711,12.464301403211024],[108.41556312111057,12.400045058212266],[108.43818859470167,12.407285209761422],[108.50674377968275,12.321082155379285],[108.48886965554577,12.307280616488706],[108.41737315899785,12.24121423360266],[108.33863651090078,12.243476780961771],[108.30424579104229,12.20523973059279],[108.28116780797936,12.21112235372648],[108.241346974459,12.173111558093412],[108.20446745250548,12.168133953903368],[108.16080028847465,12.187818115927636],[108.11645436023606,12.182388002265768],[108.10016401925046,12.207502277951903],[108.07844356460299,12.247775620944083],[108.12233698336975,12.262029669306482],[108.09382888664494,12.30795938069644],[108.09790147189135,12.341671336347197],[108.05129299629365,12.341445081611287],[108.00400575648824,12.371989470959287],[108.00015942597774,12.399140039268621]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60531,"E":"District","POPULATION":40427,"LVLID":"VNP021015000000000000","NAME":"Lak","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.410","geometry":{"type":"MultiPolygon","coordinates":[[[[107.43859517144634,12.24754936620817],[107.50782912063515,12.241892997810393],[107.54131482154999,12.18872313487128],[107.59674723184821,12.061341718553319],[107.5800043813908,12.028534781846206],[107.60805996864377,11.989392712533581],[107.64154566955862,11.996406609346826],[107.66598118103701,11.884863024542645],[107.62186150753435,11.836444511057664],[107.55692639832786,11.790062290195884],[107.51439050797657,11.795944913329572],[107.45850558820652,11.755445315601483],[107.39447549794367,11.764042995566106],[107.43045000095354,11.84187462471953],[107.38452028956358,11.920158763344778],[107.35782223072607,11.936222849594468],[107.32750409611398,12.001836723008694],[107.23451339965452,12.026045979751183],[107.22976205020038,12.170622755998389],[107.21053039764793,12.294384096541773],[107.34831953181781,12.332394892174841],[107.42026853783754,12.243250526225859],[107.43859517144634,12.24754936620817]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60533,"E":"District","POPULATION":29208,"LVLID":"VNP021016000000000000","NAME":"Dak R'lap","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.411","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50782912063515,12.241892997810393],[107.704218231406,12.248001875679993],[107.72005606291978,12.22515014735297],[107.78906375737267,12.265197235609238],[107.80331780573506,12.220398797898836],[107.88657954855036,12.240309214659014],[107.9300204578453,12.266328509288794],[107.97708144291481,12.260219631419194],[107.99812313335454,12.219946288427014],[108.0684883562229,12.186234332776257],[108.10016401925046,12.207502277951903],[108.11645436023606,12.182388002265768],[108.11803814338744,12.144150951896789],[108.0379439668749,12.141888404537678],[107.99337178390041,12.1199416951543],[107.96644747032698,12.065640558535629],[108.01531849328379,12.050028981757762],[108.01034088909374,12.021520885032961],[108.11419181287695,11.898438308697312],[108.07007213937428,11.830788142659886],[107.97730769765072,11.788704761780417],[107.94450076094361,11.816534094297484],[107.94404825147178,11.816307839561574],[107.90264363480006,11.805900121709662],[107.89992857796912,11.867215155141576],[107.83838728980129,11.87603908984211],[107.77775102057711,11.847078483645486],[107.73747767758493,11.872645268803444],[107.73159505445125,11.913144866531534],[107.67661515362484,11.911334828644245],[107.66598118103701,11.884863024542645],[107.64154566955862,11.996406609346826],[107.60805996864377,11.989392712533581],[107.5800043813908,12.028534781846206],[107.59674723184821,12.061341718553319],[107.54131482154999,12.18872313487128],[107.50782912063515,12.241892997810393]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":60535,"E":"District","POPULATION":21199,"LVLID":"VNP021014000000000000","NAME":"Dak Nong","PROV_CODE":605}},{"type":"Feature","id":"vn_admin2.412","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6869769387496,10.76399706283895],[106.69037075978827,10.79001635746873],[106.69783716607333,10.79227890482784],[106.7195576207208,10.783002460655485],[106.71231746917164,10.768748412293084],[106.71276997864346,10.766938374405795],[106.69195454293964,10.750874288156105],[106.6869769387496,10.76399706283895]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70101,"E":"District","POPULATION":254169,"LVLID":"VNP030022000000000000","NAME":"District 1","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.413","geometry":{"type":"MultiPolygon","coordinates":[[[[106.71231746917164,10.768748412293084],[106.7195576207208,10.783002460655485],[106.75575837846658,10.811284302644374],[106.81390584559574,10.771237214388107],[106.77136995524445,10.73752525873735],[106.72634526279813,10.756983166025705],[106.71276997864346,10.766938374405795],[106.71231746917164,10.768748412293084]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70103,"E":"District","POPULATION":84856,"LVLID":"VNP030021000000000000","NAME":"District 2","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.414","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67136536197172,10.787301300637795],[106.69037075978827,10.79001635746873],[106.6869769387496,10.76399706283895],[106.67000783355627,10.78413373433504],[106.67136536197172,10.787301300637795]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70105,"E":"District","POPULATION":241725,"LVLID":"VNP030019000000000000","NAME":"District 3","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.415","geometry":{"type":"MultiPolygon","coordinates":[[[[106.691049523996,10.749290505004728],[106.69195454293964,10.750874288156105],[106.71276997864346,10.766938374405795],[106.72634526279813,10.756983166025705],[106.69421709029875,10.749516759740638],[106.691049523996,10.749290505004728]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70107,"E":"District","POPULATION":200195,"LVLID":"VNP030018000000000000","NAME":"District 4","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.416","geometry":{"type":"MultiPolygon","coordinates":[[[[106.65552753045795,10.751100542892017],[106.66616150304577,10.755625637610239],[106.6869769387496,10.76399706283895],[106.69195454293964,10.750874288156105],[106.691049523996,10.749290505004728],[106.65937386096844,10.74386039134286],[106.65552753045795,10.751100542892017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70109,"E":"District","POPULATION":213439,"LVLID":"VNP030020000000000000","NAME":"District 5","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.417","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62611441478951,10.731190126131837],[106.62973449056409,10.75788818496935],[106.63923718947235,10.756530656553883],[106.65552753045795,10.751100542892017],[106.65937386096844,10.74386039134286],[106.62611441478951,10.731190126131837]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70111,"E":"District","POPULATION":235894,"LVLID":"VNP030014000000000000","NAME":"District 6","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.418","geometry":{"type":"MultiPolygon","coordinates":[[[[106.69421709029875,10.749516759740638],[106.72634526279813,10.756983166025705],[106.77136995524445,10.73752525873735],[106.75598463320249,10.710827199899837],[106.69466959977058,10.722818700903126],[106.69625338292195,10.738882787152816],[106.69421709029875,10.749516759740638]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70113,"E":"District","POPULATION":82626,"LVLID":"VNP030017000000000000","NAME":"District 7","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.419","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62611441478951,10.731190126131837],[106.65937386096844,10.74386039134286],[106.691049523996,10.749290505004728],[106.69421709029875,10.749516759740638],[106.69625338292195,10.738882787152816],[106.62611441478951,10.731190126131837]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70115,"E":"District","POPULATION":281932,"LVLID":"VNP030012000000000000","NAME":"District 8","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.420","geometry":{"type":"MultiPolygon","coordinates":[[[[106.78720778675823,10.864001656111666],[106.84309270652827,10.896356083346955],[106.85463169805973,10.874183119227666],[106.85123787702108,10.861965363488466],[106.88630736108729,10.803591641623397],[106.87567338849948,10.774857290162684],[106.81390584559574,10.771237214388107],[106.75575837846658,10.811284302644374],[106.75304332163564,10.831873483612286],[106.78720778675823,10.864001656111666]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70117,"E":"District","POPULATION":124085,"LVLID":"VNP030006000000000000","NAME":"District 9","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.421","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66050513464799,10.775536054370416],[106.67000783355627,10.78413373433504],[106.6869769387496,10.76399706283895],[106.66616150304577,10.755625637610239],[106.66050513464799,10.775536054370416]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70119,"E":"District","POPULATION":237629,"LVLID":"VNP030016000000000000","NAME":"District 10","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.422","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63923718947235,10.756530656553883],[106.66050513464799,10.775536054370416],[106.66616150304577,10.755625637610239],[106.65552753045795,10.751100542892017],[106.63923718947235,10.756530656553883]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70121,"E":"District","POPULATION":248860,"LVLID":"VNP030010000000000000","NAME":"District 11","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.423","geometry":{"type":"MultiPolygon","coordinates":[[[[106.6077877811807,10.823954567855397],[106.63652213264142,10.88934218653371],[106.69647963765786,10.901107432801089],[106.71729507336168,10.864680420319399],[106.70281477026337,10.843412475143754],[106.70688735550978,10.836851087802332],[106.69942094922472,10.829610936253175],[106.65598003992977,10.857892778242066],[106.63652213264142,10.833457266763665],[106.63674838737732,10.830063445724997],[106.62136306533537,10.816940671042152],[106.6077877811807,10.823954567855397]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70123,"E":"District","POPULATION":132151,"LVLID":"VNP030009000000000000","NAME":"District 12","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.424","geometry":{"type":"MultiPolygon","coordinates":[[[[106.63652213264142,10.833457266763665],[106.65598003992977,10.857892778242066],[106.69942094922472,10.829610936253175],[106.68833446716506,10.807211717397974],[106.67770049457724,10.811058047908464],[106.63674838737732,10.830063445724997],[106.63652213264142,10.833457266763665]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70125,"E":"District","POPULATION":207293,"LVLID":"VNP030001000000000000","NAME":"Go Vap","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.425","geometry":{"type":"MultiPolygon","coordinates":[[[[106.62136306533537,10.816940671042152],[106.63674838737732,10.830063445724997],[106.67770049457724,10.811058047908464],[106.670686597764,10.788658829053261],[106.67136536197172,10.787301300637795],[106.67000783355627,10.78413373433504],[106.66050513464799,10.775536054370416],[106.63923718947235,10.756530656553883],[106.62973449056409,10.75788818496935],[106.62136306533537,10.816940671042152]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70127,"E":"District","POPULATION":450703,"LVLID":"VNP030015000000000000","NAME":"Tan Binh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.426","geometry":{"type":"MultiPolygon","coordinates":[[[[106.68833446716506,10.807211717397974],[106.69942094922472,10.829610936253175],[106.70688735550978,10.836851087802332],[106.75304332163564,10.831873483612286],[106.75575837846658,10.811284302644374],[106.7195576207208,10.783002460655485],[106.69783716607333,10.79227890482784],[106.68833446716506,10.807211717397974]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70129,"E":"District","POPULATION":374345,"LVLID":"VNP030011000000000000","NAME":"Binh Thanh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.427","geometry":{"type":"MultiPolygon","coordinates":[[[[106.670686597764,10.788658829053261],[106.67770049457724,10.811058047908464],[106.68833446716506,10.807211717397974],[106.69783716607333,10.79227890482784],[106.69037075978827,10.79001635746873],[106.67136536197172,10.787301300637795],[106.670686597764,10.788658829053261]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70131,"E":"District","POPULATION":185463,"LVLID":"VNP030005000000000000","NAME":"Phu Nhuan","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.428","geometry":{"type":"MultiPolygon","coordinates":[[[[106.70281477026337,10.843412475143754],[106.71729507336168,10.864680420319399],[106.73946803748098,10.881423270776821],[106.7378842543296,10.878481959209978],[106.78720778675823,10.864001656111666],[106.75304332163564,10.831873483612286],[106.70688735550978,10.836851087802332],[106.70281477026337,10.843412475143754]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70133,"E":"District","POPULATION":142847,"LVLID":"VNP030013000000000000","NAME":"Thu Duc","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.429","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36071760956577,10.987762996655048],[106.41705503880763,11.006315884999761],[106.4528032870816,11.13347104658181],[106.5118557731544,11.138901160243678],[106.52859862361181,11.06853593737532],[106.55552293718523,11.043647916425096],[106.60710901697297,11.037312783819583],[106.59873759174427,11.023284990193094],[106.65213370941929,10.977581533539048],[106.65484876625023,10.939796992641892],[106.65349123783476,10.93323560530047],[106.66095764411982,10.922601632712645],[106.62724568846906,10.912420169596645],[106.50461562160524,10.917397773786691],[106.41796005775127,10.970115127253981],[106.36071760956577,10.987762996655048]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70135,"E":"District","POPULATION":248072,"LVLID":"VNP030007000000000000","NAME":"Cu Chi","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.430","geometry":{"type":"MultiPolygon","coordinates":[[[[106.50461562160524,10.917397773786691],[106.62724568846906,10.912420169596645],[106.66095764411982,10.922601632712645],[106.69647963765786,10.901107432801089],[106.63652213264142,10.88934218653371],[106.6077877811807,10.823954567855397],[106.53334997306595,10.844317494087399],[106.53018240676319,10.871694317132643],[106.50461562160524,10.917397773786691]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70137,"E":"District","POPULATION":176922,"LVLID":"VNP030002000000000000","NAME":"Hoc Mon","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.431","geometry":{"type":"MultiPolygon","coordinates":[[[[106.53018240676319,10.871694317132643],[106.53334997306595,10.844317494087399],[106.6077877811807,10.823954567855397],[106.62136306533537,10.816940671042152],[106.62973449056409,10.75788818496935],[106.62611441478951,10.731190126131837],[106.69625338292195,10.738882787152816],[106.69466959977058,10.722818700903126],[106.67792674931316,10.690464273667835],[106.68969199558053,10.654263515922056],[106.64534606734195,10.623945381309966],[106.609597819068,10.655621044337524],[106.55507042771342,10.656299808545256],[106.53221869938639,10.70132450099157],[106.51751214155217,10.71376851146668],[106.46796235438764,10.754494363930682],[106.50914071632346,10.78639628169415],[106.53018240676319,10.871694317132643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70139,"E":"District","POPULATION":450615,"LVLID":"VNP030003000000000000","NAME":"Binh Chanh","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.432","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67792674931316,10.690464273667835],[106.69466959977058,10.722818700903126],[106.75598463320249,10.710827199899837],[106.75598463320249,10.70743337886117],[106.7806463994168,10.672363894794946],[106.77023868156489,10.640009467559656],[106.78517149413503,10.576884396240454],[106.75032826480471,10.573490575201786],[106.72340395123129,10.603129945606144],[106.73743174485777,10.627339202348633],[106.68969199558053,10.654263515922056],[106.67792674931316,10.690464273667835]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70141,"E":"District","POPULATION":66901,"LVLID":"VNP030008000000000000","NAME":"Nha Be","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.433","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75032826480471,10.573490575201786],[106.78517149413503,10.576884396240454],[106.77023868156489,10.640009467559656],[106.7806463994168,10.672363894794946],[106.82702862027858,10.625981673933167],[106.87635215270721,10.644534562277878],[106.9170780051712,10.605166238229343],[106.98766948277547,10.576431886768631],[106.9942308701169,10.52597708066045],[107.01708259844392,10.521451985942228],[107.00486484270472,10.502672842861605],[106.98337064279316,10.504935390220716],[106.95622007448384,10.440905299957869],[106.97907180281085,10.408098363250756],[106.87997222848179,10.370766331825422],[106.82770738448632,10.40674083483529],[106.81051202455707,10.396333116983378],[106.80734445825432,10.405157051683911],[106.80485565615929,10.41058716534578],[106.77589504996267,10.437963988391024],[106.74082556589644,10.492491379745605],[106.75032826480471,10.573490575201786]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70143,"E":"District","POPULATION":54331,"LVLID":"VNP030004000000000000","NAME":"Can Gio","PROV_CODE":701}},{"type":"Feature","id":"vn_admin2.434","geometry":{"type":"MultiPolygon","coordinates":[[[[108.34044654878807,11.977853721002115],[108.41103802639233,12.001836723008694],[108.53819318797439,11.981926306248514],[108.57484645519199,11.960432106336958],[108.56919008679421,11.935544085386734],[108.59566189089581,11.85567616361011],[108.53819318797439,11.805673866973752],[108.49067969343305,11.823095481638907],[108.495883552359,11.862463805687442],[108.495883552359,11.862916315159264],[108.46579167248284,11.8778491277294],[108.42959091473705,11.851377323627798],[108.38886506227306,11.887125571901755],[108.35447434241456,11.888483100317222],[108.31895234887651,11.923552584383446],[108.34044654878807,11.977853721002115]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70301,"E":"City","POPULATION":137930,"LVLID":"VNP011008000000000000","NAME":"Da Lat city","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.435","geometry":{"type":"MultiPolygon","coordinates":[[[[107.69991939142369,11.499551209286004],[107.78250237003125,11.564486318492497],[107.7978876920732,11.60159209518192],[107.87277800965978,11.59118437733001],[107.887484567494,11.51855660710254],[107.83499346876263,11.50090873770147],[107.81259424990742,11.516067805007516],[107.78951626684449,11.436199883230891],[107.74539659334182,11.442308761100492],[107.69991939142369,11.499551209286004]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70303,"E":"Town","POPULATION":233876,"LVLID":"VNP011001000000000000","NAME":"Bao Loc town","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.436","geometry":{"type":"MultiPolygon","coordinates":[[[[108.20446745250548,12.168133953903368],[108.241346974459,12.173111558093412],[108.28116780797936,12.21112235372648],[108.30424579104229,12.20523973059279],[108.33863651090078,12.243476780961771],[108.41737315899785,12.24121423360266],[108.48886965554577,12.307280616488706],[108.51262640281644,12.27537869872524],[108.5447545753158,12.294836606013595],[108.59815069299084,12.274926189253417],[108.68299621895751,12.313615749094218],[108.70471667360498,12.306149342809151],[108.71512439145688,12.189401899079012],[108.73277226085796,12.160215038146479],[108.67824486950337,12.116774128851542],[108.71648191987235,12.05975793540194],[108.66919468006692,11.96495720105518],[108.57484645519199,11.960432106336958],[108.53819318797439,11.981926306248514],[108.41103802639233,12.001836723008694],[108.34044654878807,11.977853721002115],[108.33886276563669,12.010886912445137],[108.28501413848984,12.067903105894741],[108.20627749039278,12.123788025664787],[108.20446745250548,12.168133953903368]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70305,"E":"District","POPULATION":20665,"LVLID":"VNP011007000000000000","NAME":"Lac Duong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.437","geometry":{"type":"MultiPolygon","coordinates":[[[[108.49067969343305,11.823095481638907],[108.53819318797439,11.805673866973752],[108.59566189089581,11.85567616361011],[108.56919008679421,11.935544085386734],[108.57484645519199,11.960432106336958],[108.66919468006692,11.96495720105518],[108.65539314117635,11.840064586832241],[108.62168118552559,11.80341131961464],[108.67190973689786,11.786442214421307],[108.67168348216195,11.744585088277748],[108.70381165466134,11.696619084264592],[108.68276996422159,11.668337242275701],[108.56715379417102,11.640507909758632],[108.54746963214674,11.679423724335345],[108.48886965554577,11.649558099195078],[108.43185346209616,11.655893231800588],[108.39565270435038,11.691641480074546],[108.43026967894478,11.774903222889838],[108.49067969343305,11.823095481638907]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70307,"E":"District","POPULATION":67214,"LVLID":"VNP011009000000000000","NAME":"Don Duong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.438","geometry":{"type":"MultiPolygon","coordinates":[[[[108.22211532190656,11.6561194865365],[108.26284117437055,11.747300145108682],[108.3062820836655,11.812914018522907],[108.3513067761118,11.779880827079884],[108.42959091473705,11.851377323627798],[108.46579167248284,11.8778491277294],[108.495883552359,11.862916315159264],[108.495883552359,11.862463805687442],[108.49067969343305,11.823095481638907],[108.43026967894478,11.774903222889838],[108.39565270435038,11.691641480074546],[108.43185346209616,11.655893231800588],[108.48886965554577,11.649558099195078],[108.54746963214674,11.679423724335345],[108.56715379417102,11.640507909758632],[108.55538854790363,11.600008312030543],[108.58615919198755,11.554078600640585],[108.56375997313235,11.52081915446165],[108.54498083005173,11.503850049268316],[108.49814609971813,11.528059306010805],[108.43343724524755,11.511768965025205],[108.38841255280123,11.523307956556673],[108.3065083384014,11.517199078687073],[108.2393106818358,11.548422232242807],[108.22211532190656,11.6561194865365]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70309,"E":"District","POPULATION":121111,"LVLID":"VNP011010000000000000","NAME":"Duc Trong","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.439","geometry":{"type":"MultiPolygon","coordinates":[[[[107.96644747032698,12.065640558535629],[107.99337178390041,12.1199416951543],[108.0379439668749,12.141888404537678],[108.11803814338744,12.144150951896789],[108.11645436023606,12.182388002265768],[108.16080028847465,12.187818115927636],[108.20446745250548,12.168133953903368],[108.20627749039278,12.123788025664787],[108.28501413848984,12.067903105894741],[108.33886276563669,12.010886912445137],[108.34044654878807,11.977853721002115],[108.31895234887651,11.923552584383446],[108.35447434241456,11.888483100317222],[108.38886506227306,11.887125571901755],[108.42959091473705,11.851377323627798],[108.3513067761118,11.779880827079884],[108.3062820836655,11.812914018522907],[108.26284117437055,11.747300145108682],[108.22211532190656,11.6561194865365],[108.11373930340513,11.658155779159701],[108.07210843199748,11.71042062315517],[108.0336451268926,11.705895528436947],[107.97730769765072,11.788704761780417],[108.07007213937428,11.830788142659886],[108.11419181287695,11.898438308697312],[108.01034088909374,12.021520885032961],[108.01531849328379,12.050028981757762],[107.96644747032698,12.065640558535629]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70311,"E":"District","POPULATION":85873,"LVLID":"VNP011006000000000000","NAME":"Lam Ha","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.440","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51439050797657,11.795944913329572],[107.55692639832786,11.790062290195884],[107.62186150753435,11.836444511057664],[107.66598118103701,11.884863024542645],[107.67661515362484,11.911334828644245],[107.73159505445125,11.913144866531534],[107.73747767758493,11.872645268803444],[107.77775102057711,11.847078483645486],[107.83838728980129,11.87603908984211],[107.89992857796912,11.867215155141576],[107.90264363480006,11.805900121709662],[107.92549536312707,11.730557294651259],[107.97052005557339,11.681007507486724],[107.93793937360219,11.631910229794011],[107.94812083671819,11.56946392268254],[107.8791131422653,11.469685584145736],[107.87956565173711,11.44796512949827],[107.93545057150716,11.356784470926087],[107.82752706247756,11.367644698249821],[107.80082900364005,11.370359755080754],[107.74539659334182,11.442308761100492],[107.78951626684449,11.436199883230891],[107.81259424990742,11.516067805007516],[107.83499346876263,11.50090873770147],[107.887484567494,11.51855660710254],[107.87277800965978,11.59118437733001],[107.7978876920732,11.60159209518192],[107.78250237003125,11.564486318492497],[107.69991939142369,11.499551209286004],[107.67141129469888,11.578514112118986],[107.64448698112547,11.65385693917739],[107.55308006781738,11.69232024428228],[107.4883712133468,11.701370433718724],[107.52411946162074,11.777844534456683],[107.51439050797657,11.795944913329572]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70313,"E":"District","POPULATION":73539,"LVLID":"VNP011005000000000000","NAME":"Bao Lam","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.441","geometry":{"type":"MultiPolygon","coordinates":[[[[107.8791131422653,11.469685584145736],[107.94812083671819,11.56946392268254],[107.93793937360219,11.631910229794011],[107.97052005557339,11.681007507486724],[107.92549536312707,11.730557294651259],[107.90264363480006,11.805900121709662],[107.94404825147178,11.816307839561574],[107.94450076094361,11.816534094297484],[107.97730769765072,11.788704761780417],[108.0336451268926,11.705895528436947],[108.07210843199748,11.71042062315517],[108.11373930340513,11.658155779159701],[108.22211532190656,11.6561194865365],[108.2393106818358,11.548422232242807],[108.3065083384014,11.517199078687073],[108.26238866489874,11.473984424128048],[108.31080717838371,11.419004523301645],[108.2598998628037,11.359047018285198],[108.18998714940717,11.305650900610173],[108.10898795395099,11.266961340769372],[108.06215322361739,11.240489536667772],[108.03070381532575,11.326240081578085],[107.93545057150716,11.356784470926087],[107.87956565173711,11.44796512949827],[107.8791131422653,11.469685584145736]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70315,"E":"District","POPULATION":84896,"LVLID":"VNP011004000000000000","NAME":"Di Linh","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.442","geometry":{"type":"MultiPolygon","coordinates":[[[[107.4784160049667,11.433711081135868],[107.4987789311987,11.469459329409826],[107.53294339632129,11.464934234691603],[107.58769704241178,11.495026114567782],[107.67141129469888,11.578514112118986],[107.69991939142369,11.499551209286004],[107.74539659334182,11.442308761100492],[107.80082900364005,11.370359755080754],[107.74132400809542,11.364477131947066],[107.69086920198724,11.321488732123953],[107.66122983158289,11.328728883673108],[107.61846768649568,11.340494129940486],[107.57932561718306,11.380314963460844],[107.54923373730688,11.36334585826751],[107.49131252491364,11.394569011823245],[107.4784160049667,11.433711081135868]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70317,"E":"District","POPULATION":24505,"LVLID":"VNP011011000000000000","NAME":"Da Huoai","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.443","geometry":{"type":"MultiPolygon","coordinates":[[[[107.4883712133468,11.701370433718724],[107.55308006781738,11.69232024428228],[107.64448698112547,11.65385693917739],[107.67141129469888,11.578514112118986],[107.58769704241178,11.495026114567782],[107.53294339632129,11.464934234691603],[107.4987789311987,11.469459329409826],[107.4784160049667,11.433711081135868],[107.44040520933363,11.434616100079513],[107.46732952290705,11.484844651451782],[107.40578823473923,11.526701777595338],[107.43067625568945,11.617203671959787],[107.4883712133468,11.701370433718724]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70319,"E":"District","POPULATION":34313,"LVLID":"VNP011003000000000000","NAME":"Da Teh","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.444","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39447549794367,11.764042995566106],[107.45850558820652,11.755445315601483],[107.51439050797657,11.795944913329572],[107.52411946162074,11.777844534456683],[107.4883712133468,11.701370433718724],[107.43067625568945,11.617203671959787],[107.40578823473923,11.526701777595338],[107.36506238227523,11.565617592172051],[107.33949559711728,11.545254665940051],[107.31347630248749,11.55339983643285],[107.3073674246179,11.616072398280233],[107.2727504500235,11.638471617135433],[107.289267045745,11.720375831535259],[107.39447549794367,11.764042995566106]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70321,"E":"District","POPULATION":36012,"LVLID":"VNP011002000000000000","NAME":"Cat Tien","PROV_CODE":703}},{"type":"Feature","id":"vn_admin2.445","geometry":{"type":"MultiPolygon","coordinates":[[[[108.96604089358232,11.654761958121034],[108.9594795062409,11.61991872879072],[109.0348223332993,11.57941913106263],[109.02305708703192,11.527833051274895],[108.93119766425201,11.602723368861476],[108.92350500323103,11.632815248737655],[108.9495242978608,11.671278553842546],[108.96604089358232,11.654761958121034]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70501,"E":"Town","POPULATION":127640,"LVLID":"VNP051004000000000000","NAME":"Phan Rang - Thap Cham town","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.446","geometry":{"type":"MultiPolygon","coordinates":[[[[108.55538854790363,11.600008312030543],[108.56715379417102,11.640507909758632],[108.68276996422159,11.668337242275701],[108.70381165466134,11.696619084264592],[108.67168348216195,11.744585088277748],[108.67190973689786,11.786442214421307],[108.62168118552559,11.80341131961464],[108.65539314117635,11.840064586832241],[108.66919468006692,11.96495720105518],[108.71648191987235,12.05975793540194],[108.67824486950337,12.116774128851542],[108.73277226085796,12.160215038146479],[108.7945398037617,12.156821217107812],[108.8029112289904,12.042562575472695],[108.85879614876045,12.014959497691539],[108.84951970458809,11.977627466266203],[108.99228644294801,11.912692357059711],[109.00812427446179,11.921290037024335],[109.05088641954899,11.896402016074111],[109.06287792055228,11.857259946761486],[109.06016286372135,11.836897020529486],[109.00337292500765,11.807710159596951],[108.97056598830055,11.74911018299597],[109.00269416079992,11.685758856940858],[108.96604089358232,11.654761958121034],[108.9495242978608,11.671278553842546],[108.92350500323103,11.632815248737655],[108.93119766425201,11.602723368861476],[108.87486023501013,11.6276113898117],[108.87214517817921,11.652725665497833],[108.82440542890195,11.635756560304499],[108.76241163126231,11.647295551835967],[108.72100701459057,11.545480920675962],[108.6685159158592,11.49660989771916],[108.64702171594764,11.548195977506895],[108.58615919198755,11.554078600640585],[108.55538854790363,11.600008312030543]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70503,"E":"District","POPULATION":72835,"LVLID":"VNP051002000000000000","NAME":"Ninh Son","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.447","geometry":{"type":"MultiPolygon","coordinates":[[[[108.9594795062409,11.61991872879072],[108.96604089358232,11.654761958121034],[109.00269416079992,11.685758856940858],[108.97056598830055,11.74911018299597],[109.00337292500765,11.807710159596951],[109.06016286372135,11.836897020529486],[109.06287792055228,11.857259946761486],[109.09681613093895,11.813592782730641],[109.19885701683486,11.809067688012417],[109.19342690317299,11.786215959685395],[109.23890410509114,11.725127180989393],[109.20406087576082,11.712909425250192],[109.17102768431779,11.618334945639344],[109.13211186974108,11.568106394267074],[109.09206478148481,11.585075499460409],[109.0348223332993,11.57941913106263],[108.9594795062409,11.61991872879072]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70505,"E":"District","POPULATION":108087,"LVLID":"VNP051001000000000000","NAME":"Ninh Hai","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.448","geometry":{"type":"MultiPolygon","coordinates":[[[[108.6685159158592,11.49660989771916],[108.72100701459057,11.545480920675962],[108.76241163126231,11.647295551835967],[108.82440542890195,11.635756560304499],[108.87214517817921,11.652725665497833],[108.87486023501013,11.6276113898117],[108.93119766425201,11.602723368861476],[109.02305708703192,11.527833051274895],[109.01106558602864,11.40769178650609],[109.02486712491921,11.360857056172488],[108.93866407053707,11.304067117458796],[108.87938532972836,11.335969035222265],[108.84748341196489,11.374658595063066],[108.76128035758275,11.409275569657467],[108.76557919756506,11.46810180099436],[108.71693442934418,11.459051611557914],[108.6685159158592,11.49660989771916]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70507,"E":"District","POPULATION":151380,"LVLID":"VNP051003000000000000","NAME":"Ninh Phuoc","PROV_CODE":705}},{"type":"Feature","id":"vn_admin2.449","geometry":{"type":"MultiPolygon","coordinates":[[[[106.78087265415272,11.602949623597388],[106.78856531517368,11.60362838780512],[106.85757300962658,11.570821451098007],[106.89286874842871,11.590731867858187],[106.92635444934356,11.571726470041652],[106.9270332135513,11.531905636521294],[106.99490963432463,11.516294059743428],[106.96255520708934,11.463802961012048],[106.89196372948507,11.47850951884627],[106.81164329823663,11.458599102086092],[106.77136995524445,11.478962028318092],[106.76164100160027,11.523534211292583],[106.78087265415272,11.602949623597388]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70701,"E":"Town","POPULATION":50758,"LVLID":"VNP022006000000000000","NAME":"Dong Xoai","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.450","geometry":{"type":"MultiPolygon","coordinates":[[[[106.81164329823663,11.458599102086092],[106.89196372948507,11.47850951884627],[106.96255520708934,11.463802961012048],[106.99490963432463,11.516294059743428],[106.9270332135513,11.531905636521294],[106.92635444934356,11.571726470041652],[106.89286874842871,11.590731867858187],[106.85757300962658,11.570821451098007],[106.78856531517368,11.60362838780512],[106.83811510233822,11.644806749740944],[106.95576756501201,11.6561194865365],[107.02794282576765,11.627158880339877],[107.0571296867002,11.645485513948678],[107.0978555391642,11.582134187893564],[107.11980224854757,11.584170480516764],[107.13473506111771,11.499777464021916],[107.07183624453441,11.443666289515958],[107.0614285266825,11.374432340327155],[107.00350731428925,11.326240081578085],[106.94173977138551,11.305424645874263],[106.94490733768828,11.347508026753731],[106.86707570853486,11.338910346789108],[106.86119308540115,11.37149102876031],[106.79014909832507,11.378504925573555],[106.77363250260356,11.423755872755779],[106.81164329823663,11.458599102086092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70703,"E":"District","POPULATION":40291,"LVLID":"VNP022005000000000000","NAME":"Dong Phu","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.451","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75734216161796,11.777618279720773],[106.76729736999805,11.817891622712953],[106.75236455742791,11.876265344578021],[106.84535525388738,11.927398914893935],[106.84852282019014,11.967672257886115],[106.90825407047068,11.97287611681207],[106.96956910390259,11.999800430385493],[106.97160539652579,12.050481491229585],[106.99671967221192,12.091433598429496],[107.05396212039743,12.133064469837143],[107.15600300629335,12.274247425045683],[107.21053039764793,12.294384096541773],[107.22976205020038,12.170622755998389],[107.23451339965452,12.026045979751183],[107.19061998088776,12.030118564997583],[107.12953120219176,11.971744843132514],[107.12115977696304,11.931245245404423],[107.07500381083717,11.897307035017755],[107.08337523606588,11.840290841568153],[107.05871346985157,11.830109378452152],[107.08767407604819,11.795718658593662],[107.06233354562615,11.740059993559527],[107.08043392449903,11.728294747292148],[107.05350961092562,11.657024505480145],[107.0571296867002,11.645485513948678],[107.02794282576765,11.627158880339877],[106.95576756501201,11.6561194865365],[106.83811510233822,11.644806749740944],[106.78856531517368,11.60362838780512],[106.78087265415272,11.602949623597388],[106.78630276781458,11.647069297100055],[106.74467189640693,11.696166574792768],[106.77363250260356,11.733272351482192],[106.75734216161796,11.777618279720773]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70705,"E":"District","POPULATION":146138,"LVLID":"VNP022004000000000000","NAME":"Phuoc Long","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.452","geometry":{"type":"MultiPolygon","coordinates":[[[[106.99671967221192,12.091433598429496],[106.97160539652579,12.050481491229585],[106.96956910390259,11.999800430385493],[106.90825407047068,11.97287611681207],[106.84852282019014,11.967672257886115],[106.84535525388738,11.927398914893935],[106.75236455742791,11.876265344578021],[106.76729736999805,11.817891622712953],[106.75734216161796,11.777618279720773],[106.68041555140817,11.767436816604771],[106.65960011570435,11.747752654580504],[106.51253453736213,11.720828341007081],[106.45891216495119,11.655214467592856],[106.4550658344407,11.669016006483433],[106.41999635037448,11.770151873435704],[106.4693198828031,11.869703957236599],[106.41750754827946,11.970613569452958],[106.45891216495119,11.986451400966738],[106.4978279795279,11.966314729470648],[106.62724568846906,11.971744843132514],[106.66073138938391,11.986677655702648],[106.68788195769324,11.962694653696069],[106.7258927533263,11.969934805245225],[106.78585025834276,12.071070672197497],[106.82386105397583,12.081252135313497],[106.92024557147397,12.05975793540194],[106.99671967221192,12.091433598429496]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70707,"E":"District","POPULATION":91197,"LVLID":"VNP022001000000000000","NAME":"Loc Ninh","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.453","geometry":{"type":"MultiPolygon","coordinates":[[[[107.05350961092562,11.657024505480145],[107.08043392449903,11.728294747292148],[107.06233354562615,11.740059993559527],[107.08767407604819,11.795718658593662],[107.05871346985157,11.830109378452152],[107.08337523606588,11.840290841568153],[107.07500381083717,11.897307035017755],[107.12115977696304,11.931245245404423],[107.12953120219176,11.971744843132514],[107.19061998088776,12.030118564997583],[107.23451339965452,12.026045979751183],[107.32750409611398,12.001836723008694],[107.35782223072607,11.936222849594468],[107.38452028956358,11.920158763344778],[107.43045000095354,11.84187462471953],[107.39447549794367,11.764042995566106],[107.289267045745,11.720375831535259],[107.2727504500235,11.638471617135433],[107.3073674246179,11.616072398280233],[107.31347630248749,11.55339983643285],[107.33949559711728,11.545254665940051],[107.1813435367154,11.509958927137916],[107.13473506111771,11.499777464021916],[107.11980224854757,11.584170480516764],[107.0978555391642,11.582134187893564],[107.0571296867002,11.645485513948678],[107.05350961092562,11.657024505480145]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70709,"E":"District","POPULATION":47685,"LVLID":"VNP022003000000000000","NAME":"Bu Dang","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.454","geometry":{"type":"MultiPolygon","coordinates":[[[[106.45891216495119,11.655214467592856],[106.51253453736213,11.720828341007081],[106.65960011570435,11.747752654580504],[106.68041555140817,11.767436816604771],[106.75734216161796,11.777618279720773],[106.77363250260356,11.733272351482192],[106.74467189640693,11.696166574792768],[106.78630276781458,11.647069297100055],[106.78087265415272,11.602949623597388],[106.76164100160027,11.523534211292583],[106.77136995524445,11.478962028318092],[106.71322248811529,11.397510323390089],[106.6625414272712,11.353843159359243],[106.61706422535306,11.384840058179066],[106.55823799401617,11.371264774024398],[106.54330518144603,11.385971331858622],[106.57475458973768,11.449548912649647],[106.52384727415767,11.479867047261736],[106.51457082998532,11.51063769134565],[106.46660482597217,11.541634590165472],[106.49420790375332,11.568106394267074],[106.45891216495119,11.655214467592856]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70711,"E":"District","POPULATION":140880,"LVLID":"VNP022002000000000000","NAME":"Binh Long","PROV_CODE":707}},{"type":"Feature","id":"vn_admin2.455","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07789918967686,11.40565549388289],[106.10188219168344,11.390722681312756],[106.1193038063486,11.321941241595775],[106.10052466326798,11.28868179541684],[106.08016173703597,11.299768277476485],[106.07789918967686,11.40565549388289]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70901,"E":"Town","POPULATION":39382,"LVLID":"VNP049002000000000000","NAME":"Tay Ninh town","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.456","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11387369268672,11.741417521974993],[106.11839878740496,11.55091103433783],[106.10799106955304,11.549553505922363],[106.11681500425357,11.434842354815425],[106.10188219168344,11.390722681312756],[106.07789918967686,11.40565549388289],[106.03988839404379,11.399094106541467],[105.98784980478423,11.44411879898778],[105.90458806196894,11.448417638970092],[105.87902127681099,11.459956630501559],[105.89010775887063,11.52873807021854],[105.86589850212815,11.56335504481294],[105.81996879073819,11.571500215305742],[105.81634871496361,11.616524907752055],[105.89191779675792,11.67421986540939],[105.95775792490805,11.636435324512233],[106.01952546781179,11.72467467151757],[106.02767063830458,11.772188166058905],[106.07088529286362,11.77920206287215],[106.11387369268672,11.741417521974993]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70903,"E":"District","POPULATION":61945,"LVLID":"VNP049004000000000000","NAME":"Tan Bien","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.457","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10799106955304,11.549553505922363],[106.11839878740496,11.55091103433783],[106.11387369268672,11.741417521974993],[106.2007555112766,11.736892427256771],[106.26953695099358,11.718113284176148],[106.3206705213095,11.673541101201657],[106.37338787477678,11.693677772697747],[106.4550658344407,11.669016006483433],[106.45891216495119,11.655214467592856],[106.49420790375332,11.568106394267074],[106.46660482597217,11.541634590165472],[106.43017781349047,11.533489419672673],[106.32836318233048,11.538693278598629],[106.34487977805199,11.49072727458547],[106.32813692759456,11.463124196804314],[106.22338098486772,11.466744272578891],[106.18537018923465,11.404071710731511],[106.16319722511535,11.436878647438624],[106.11681500425357,11.434842354815425],[106.10799106955304,11.549553505922363]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70905,"E":"District","POPULATION":146085,"LVLID":"VNP049008000000000000","NAME":"Tan Chau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.458","geometry":{"type":"MultiPolygon","coordinates":[[[[106.18537018923465,11.404071710731511],[106.22338098486772,11.466744272578891],[106.32813692759456,11.463124196804314],[106.34487977805199,11.49072727458547],[106.32836318233048,11.538693278598629],[106.43017781349047,11.533489419672673],[106.41501874618443,11.466970527314803],[106.37565042213589,11.45022767685738],[106.36252764745305,11.3916277002564],[106.33039947495367,11.341851658355953],[106.34872610856247,11.319452439500752],[106.36003884535803,11.243883357706437],[106.357550043263,11.210850166263414],[106.33560333387963,11.221257884115326],[106.28989987722558,11.184152107425902],[106.20754315335394,11.25858991554066],[106.19826670918158,11.288003031209106],[106.1457756104502,11.293433144870974],[106.18944277448104,11.364477131947066],[106.18537018923465,11.404071710731511]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70907,"E":"District","POPULATION":82632,"LVLID":"VNP049003000000000000","NAME":"Duong Minh Chau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.459","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90458806196894,11.448417638970092],[105.98784980478423,11.44411879898778],[106.03988839404379,11.399094106541467],[106.07789918967686,11.40565549388289],[106.08016173703597,11.299768277476485],[106.10052466326798,11.28868179541684],[106.09170072856743,11.227819271456749],[106.11772002319722,11.245693395593726],[106.15278950726344,11.209266383112036],[106.1518844883198,11.198406155788302],[106.09826211590887,11.204288778921992],[106.08016173703597,11.176459446404923],[106.01884670360405,11.18369959795408],[105.93060735659871,11.214922751509814],[105.91228072298992,11.277595313357194],[105.86838730422316,11.288229285945018],[105.88716644730378,11.364703386682976],[105.87517494630049,11.401130399164668],[105.90458806196894,11.448417638970092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70909,"E":"District","POPULATION":97782,"LVLID":"VNP049005000000000000","NAME":"Chau Thanh","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.460","geometry":{"type":"MultiPolygon","coordinates":[[[[106.09170072856743,11.227819271456749],[106.10052466326798,11.28868179541684],[106.1193038063486,11.321941241595775],[106.10188219168344,11.390722681312756],[106.11681500425357,11.434842354815425],[106.16319722511535,11.436878647438624],[106.18537018923465,11.404071710731511],[106.18944277448104,11.364477131947066],[106.1457756104502,11.293433144870974],[106.19826670918158,11.288003031209106],[106.20754315335394,11.25858991554066],[106.18604895344238,11.218542827284391],[106.15278950726344,11.209266383112036],[106.11772002319722,11.245693395593726],[106.09170072856743,11.227819271456749]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70911,"E":"District","POPULATION":189785,"LVLID":"VNP049006000000000000","NAME":"Hoa Thanh","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.461","geometry":{"type":"MultiPolygon","coordinates":[[[[106.01884670360405,11.18369959795408],[106.08016173703597,11.176459446404923],[106.09826211590887,11.204288778921992],[106.1518844883198,11.198406155788302],[106.14215553467562,11.171934351686701],[106.16138718722806,11.153833972813812],[106.23288368377598,11.15134517071879],[106.22903735326548,11.103379166705631],[106.26863193204994,11.055639417428385],[106.18808524606558,11.054281889012918],[106.1579933661894,11.098627817251499],[106.11296867374308,11.069214701583052],[106.03061194987144,11.135054829733189],[106.01884670360405,11.18369959795408]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70913,"E":"District","POPULATION":54360,"LVLID":"VNP049009000000000000","NAME":"Ben Cau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.462","geometry":{"type":"MultiPolygon","coordinates":[[[[106.14215553467562,11.171934351686701],[106.1518844883198,11.198406155788302],[106.15278950726344,11.209266383112036],[106.18604895344238,11.218542827284391],[106.20754315335394,11.25858991554066],[106.28989987722558,11.184152107425902],[106.33560333387963,11.221257884115326],[106.357550043263,11.210850166263414],[106.32972071074593,11.182568324274524],[106.3593600811503,11.127814678184032],[106.31863422868629,11.06061702161843],[106.26863193204994,11.055639417428385],[106.22903735326548,11.103379166705631],[106.23288368377598,11.15134517071879],[106.16138718722806,11.153833972813812],[106.14215553467562,11.171934351686701]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70915,"E":"District","POPULATION":124949,"LVLID":"VNP049007000000000000","NAME":"Go Dau","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.463","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1684010840413,10.972603929349004],[106.16862733877721,10.974187712500381],[106.21025821018486,10.976450259859492],[106.18808524606558,11.054281889012918],[106.26863193204994,11.055639417428385],[106.31863422868629,11.06061702161843],[106.3593600811503,11.127814678184032],[106.32972071074593,11.182568324274524],[106.357550043263,11.210850166263414],[106.36003884535803,11.243883357706437],[106.38809443261101,11.18980847582368],[106.43425039873688,11.171934351686701],[106.4528032870816,11.13347104658181],[106.41705503880763,11.006315884999761],[106.36071760956577,10.987762996655048],[106.34895236329838,10.995003148204205],[106.33809213597465,11.003827082904738],[106.30370141611616,11.019438659682606],[106.30257014243661,11.019891169154429],[106.29329369826425,11.021701207041717],[106.29238867932061,11.021927461777627],[106.27700335727864,10.97803404301087],[106.26569062048308,10.98188037352136],[106.26229679944443,10.981654118785448],[106.25709294051846,10.98414292088047],[106.20505435125891,10.968983853574425],[106.2030180586357,10.968305089366693],[106.20030300180477,10.968305089366693],[106.19690918076611,10.967626325158959],[106.19555165235064,10.966947560951226],[106.19487288814291,10.96559003253576],[106.18718022712193,10.961064937817536],[106.18627520817829,10.961064937817536],[106.17926131136504,10.960159918873892],[106.17722501874184,10.95970740940207],[106.16749606509767,10.963553739912559],[106.16726981036176,10.96559003253576],[106.1684010840413,10.972603929349004]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":70917,"E":"District","POPULATION":124826,"LVLID":"VNP049001000000000000","NAME":"Trang Bang","PROV_CODE":709}},{"type":"Feature","id":"vn_admin2.464","geometry":{"type":"MultiPolygon","coordinates":[[[[106.59873759174427,11.023284990193094],[106.60710901697297,11.037312783819583],[106.64398853892648,11.031882670157717],[106.67566420195404,11.056318181636119],[106.71050743128436,10.993419365052826],[106.65484876625023,10.939796992641892],[106.65213370941929,10.977581533539048],[106.59873759174427,11.023284990193094]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71101,"E":"Town","POPULATION":124523,"LVLID":"VNP050005000000000000","NAME":"Thu Dau Mot town","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.465","geometry":{"type":"MultiPolygon","coordinates":[[[[106.54330518144603,11.385971331858622],[106.55823799401617,11.371264774024398],[106.61706422535306,11.384840058179066],[106.6625414272712,11.353843159359243],[106.64851363364471,11.33710030890182],[106.7376579995937,11.297053220645552],[106.70847113866115,11.231891856703148],[106.72521398911857,11.200894957883325],[106.68222558929547,11.152023934926524],[106.7030410249993,11.092066429910076],[106.67566420195404,11.056318181636119],[106.64398853892648,11.031882670157717],[106.60710901697297,11.037312783819583],[106.55552293718523,11.043647916425096],[106.52859862361181,11.06853593737532],[106.5118557731544,11.138901160243678],[106.54760402142834,11.1495351328315],[106.51298704683394,11.232118111439059],[106.58063721287137,11.259042425012483],[106.53945885093555,11.314022325838886],[106.54330518144603,11.385971331858622]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71103,"E":"District","POPULATION":94436,"LVLID":"VNP050004000000000000","NAME":"Ben Cat","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.466","geometry":{"type":"MultiPolygon","coordinates":[[[[106.33039947495367,11.341851658355953],[106.36252764745305,11.3916277002564],[106.37565042213589,11.45022767685738],[106.41501874618443,11.466970527314803],[106.43017781349047,11.533489419672673],[106.46660482597217,11.541634590165472],[106.51457082998532,11.51063769134565],[106.52384727415767,11.479867047261736],[106.57475458973768,11.449548912649647],[106.54330518144603,11.385971331858622],[106.53945885093555,11.314022325838886],[106.58063721287137,11.259042425012483],[106.51298704683394,11.232118111439059],[106.54760402142834,11.1495351328315],[106.5118557731544,11.138901160243678],[106.4528032870816,11.13347104658181],[106.43425039873688,11.171934351686701],[106.38809443261101,11.18980847582368],[106.36003884535803,11.243883357706437],[106.34872610856247,11.319452439500752],[106.33039947495367,11.341851658355953]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71105,"E":"District","POPULATION":62730,"LVLID":"VNP050003000000000000","NAME":"Dau Tieng","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.467","geometry":{"type":"MultiPolygon","coordinates":[[[[106.67566420195404,11.056318181636119],[106.7030410249993,11.092066429910076],[106.68222558929547,11.152023934926524],[106.72521398911857,11.200894957883325],[106.79218539094826,11.18596214531319],[106.86888574642214,11.250670999783772],[106.9170780051712,11.227366761984927],[106.96956910390259,11.10699924248021],[106.91391043886846,11.021701207041717],[106.87567338849948,11.017176112323494],[106.83245873394044,11.061069531090252],[106.77770508784995,11.000885771337893],[106.80033056144107,10.970567636725804],[106.76684486052622,10.962422466233003],[106.7582471805616,10.966495051479404],[106.71050743128436,10.993419365052826],[106.67566420195404,11.056318181636119]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71107,"E":"District","POPULATION":112632,"LVLID":"VNP050007000000000000","NAME":"Tan Uyen","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.468","geometry":{"type":"MultiPolygon","coordinates":[[[[106.64851363364471,11.33710030890182],[106.6625414272712,11.353843159359243],[106.71322248811529,11.397510323390089],[106.77136995524445,11.478962028318092],[106.81164329823663,11.458599102086092],[106.77363250260356,11.423755872755779],[106.79014909832507,11.378504925573555],[106.86119308540115,11.37149102876031],[106.86707570853486,11.338910346789108],[106.94490733768828,11.347508026753731],[106.94173977138551,11.305424645874263],[106.9170780051712,11.227366761984927],[106.86888574642214,11.250670999783772],[106.79218539094826,11.18596214531319],[106.72521398911857,11.200894957883325],[106.70847113866115,11.231891856703148],[106.7376579995937,11.297053220645552],[106.64851363364471,11.33710030890182]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71109,"E":"District","POPULATION":51275,"LVLID":"VNP050002000000000000","NAME":"Phu Giao","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.469","geometry":{"type":"MultiPolygon","coordinates":[[[[106.65349123783476,10.93323560530047],[106.65484876625023,10.939796992641892],[106.71050743128436,10.993419365052826],[106.7582471805616,10.966495051479404],[106.73946803748098,10.881423270776821],[106.71729507336168,10.864680420319399],[106.69647963765786,10.901107432801089],[106.66095764411982,10.922601632712645],[106.65349123783476,10.93323560530047]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71111,"E":"District","POPULATION":74374,"LVLID":"VNP050001000000000000","NAME":"Thuan An","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.470","geometry":{"type":"MultiPolygon","coordinates":[[[[106.7378842543296,10.878481959209978],[106.73946803748098,10.881423270776821],[106.7582471805616,10.966495051479404],[106.76684486052622,10.962422466233003],[106.76571358684667,10.961064937817536],[106.84309270652827,10.896356083346955],[106.78720778675823,10.864001656111666],[106.7378842543296,10.878481959209978]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71113,"E":"District","POPULATION":53523,"LVLID":"VNP050006000000000000","NAME":"Di An","PROV_CODE":711}},{"type":"Feature","id":"vn_admin2.471","geometry":{"type":"MultiPolygon","coordinates":[[[[106.76571358684667,10.961064937817536],[106.76684486052622,10.962422466233003],[106.80033056144107,10.970567636725804],[106.8659444348553,11.002469554489272],[106.90848032520658,10.991609327165538],[106.90802781573477,10.983464156672737],[106.94060849770597,10.93957073790598],[106.92567568513583,10.907895074878423],[106.85463169805973,10.874183119227666],[106.84309270652827,10.896356083346955],[106.76571358684667,10.961064937817536]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71301,"E":"City","POPULATION":419361,"LVLID":"VNP041002000000000000","NAME":"Bien Hoa city","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.472","geometry":{"type":"MultiPolygon","coordinates":[[[[107.1813435367154,11.509958927137916],[107.33949559711728,11.545254665940051],[107.36506238227523,11.565617592172051],[107.40578823473923,11.526701777595338],[107.46732952290705,11.484844651451782],[107.44040520933363,11.434616100079513],[107.4784160049667,11.433711081135868],[107.49131252491364,11.394569011823245],[107.54923373730688,11.36334585826751],[107.52185691426163,11.308139702705196],[107.52796579213124,11.249313471368305],[107.46484072081203,11.174649408517634],[107.43520135040768,11.18392585268999],[107.4399526998618,11.219447846228038],[107.36279983491612,11.304293372194707],[107.34469945604323,11.377826161365821],[107.2971859615019,11.394569011823245],[107.2261419744258,11.371038519288488],[107.18383233881042,11.334385252070886],[107.23609718280589,11.419004523301645],[107.1998964250601,11.452716478952402],[107.1813435367154,11.509958927137916]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71303,"E":"District","POPULATION":290408,"LVLID":"VNP041003000000000000","NAME":"Tan Phu","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.473","geometry":{"type":"MultiPolygon","coordinates":[[[[107.11391962541389,11.082563731001809],[107.11912348433984,11.140711198130967],[107.14423776002597,11.187319673728657],[107.197633877701,11.207003835752925],[107.16346941257842,11.302257079571508],[107.18383233881042,11.334385252070886],[107.2261419744258,11.371038519288488],[107.2971859615019,11.394569011823245],[107.34469945604323,11.377826161365821],[107.36279983491612,11.304293372194707],[107.4399526998618,11.219447846228038],[107.43520135040768,11.18392585268999],[107.46484072081203,11.174649408517634],[107.43836891671043,11.132566027638166],[107.45714805979105,11.107904261423855],[107.39809557371825,11.047267992199673],[107.34990331496918,11.054055634277008],[107.32727784137808,11.08097994785043],[107.30125854674829,11.033240198573184],[107.26505778900251,11.02237997124945],[107.22976205020038,11.052698105861541],[107.14876285474419,11.096817779364208],[107.11391962541389,11.082563731001809]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71305,"E":"District","POPULATION":198768,"LVLID":"VNP041004000000000000","NAME":"Dinh Quan","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.474","geometry":{"type":"MultiPolygon","coordinates":[[[[106.77770508784995,11.000885771337893],[106.83245873394044,11.061069531090252],[106.87567338849948,11.017176112323494],[106.91391043886846,11.021701207041717],[106.96956910390259,11.10699924248021],[106.9170780051712,11.227366761984927],[106.94173977138551,11.305424645874263],[107.00350731428925,11.326240081578085],[107.0614285266825,11.374432340327155],[107.07183624453441,11.443666289515958],[107.13473506111771,11.499777464021916],[107.1813435367154,11.509958927137916],[107.1998964250601,11.452716478952402],[107.23609718280589,11.419004523301645],[107.18383233881042,11.334385252070886],[107.16346941257842,11.302257079571508],[107.197633877701,11.207003835752925],[107.14423776002597,11.187319673728657],[107.11912348433984,11.140711198130967],[107.11391962541389,11.082563731001809],[107.07025246138303,11.099759090931054],[107.04830575199966,11.035729000668207],[107.01323626793344,11.00201704501745],[106.90848032520658,10.991609327165538],[106.8659444348553,11.002469554489272],[106.80033056144107,10.970567636725804],[106.77770508784995,11.000885771337893]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71307,"E":"District","POPULATION":91859,"LVLID":"VNP041001000000000000","NAME":"Vinh Cuu","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.475","geometry":{"type":"MultiPolygon","coordinates":[[[[106.90802781573477,10.983464156672737],[106.90848032520658,10.991609327165538],[107.01323626793344,11.00201704501745],[107.04830575199966,11.035729000668207],[107.07025246138303,11.099759090931054],[107.11391962541389,11.082563731001809],[107.14876285474419,11.096817779364208],[107.22976205020038,11.052698105861541],[107.2261419744258,11.019438659682606],[107.18315357460268,11.009935960774339],[107.17975975356401,10.964458758856203],[107.14536903370553,10.957444862042959],[107.14536903370553,10.912420169596645],[107.11867097486801,10.85291517405202],[107.08292272659406,10.847937569861976],[106.97635674597993,10.874409373963577],[106.97273667020535,10.925995453751312],[106.94060849770597,10.93957073790598],[106.90802781573477,10.983464156672737]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71309,"E":"District","POPULATION":300160,"LVLID":"VNP041006000000000000","NAME":"Thong Nhat","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.476","geometry":{"type":"MultiPolygon","coordinates":[[[[107.08292272659406,10.847937569861976],[107.11867097486801,10.85291517405202],[107.14536903370553,10.912420169596645],[107.14536903370553,10.957444862042959],[107.17975975356401,10.964458758856203],[107.18315357460268,11.009935960774339],[107.2261419744258,11.019438659682606],[107.22976205020038,11.052698105861541],[107.26505778900251,11.02237997124945],[107.2956021783505,10.985047939824115],[107.32931413400127,10.989120525070515],[107.30397360357922,10.906085036991135],[107.26324775111523,10.91536148116349],[107.2424323154114,10.879839487625445],[107.27614427106215,10.842959965671932],[107.2648315342666,10.815583142626686],[107.30465236778696,10.752231816571571],[107.21143541659157,10.757209420761617],[107.19197750930321,10.769653431236728],[107.1406176842514,10.742276608191483],[107.12387483379398,10.80019782058473],[107.07636133925264,10.819203218401263],[107.08292272659406,10.847937569861976]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71311,"E":"District","POPULATION":204951,"LVLID":"VNP041007000000000000","NAME":"Long Khanh","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.477","geometry":{"type":"MultiPolygon","coordinates":[[[[107.2424323154114,10.879839487625445],[107.26324775111523,10.91536148116349],[107.30397360357922,10.906085036991135],[107.32931413400127,10.989120525070515],[107.2956021783505,10.985047939824115],[107.26505778900251,11.02237997124945],[107.30125854674829,11.033240198573184],[107.32727784137808,11.08097994785043],[107.34990331496918,11.054055634277008],[107.39809557371825,11.047267992199673],[107.48475113757222,11.004732101848383],[107.51190170588154,11.00812592288705],[107.53724223630358,10.989120525070515],[107.56507156882066,10.905632527519312],[107.57728932455986,10.811736812116196],[107.50262526170918,10.765128336518506],[107.44922914403416,10.801781603736107],[107.36528863701113,10.724628738790415],[107.35691721178243,10.675305206361791],[107.31822765194163,10.667838800076723],[107.30465236778696,10.752231816571571],[107.2648315342666,10.815583142626686],[107.27614427106215,10.842959965671932],[107.2424323154114,10.879839487625445]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71313,"E":"District","POPULATION":291328,"LVLID":"VNP041008000000000000","NAME":"Xuan Loc","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.478","geometry":{"type":"MultiPolygon","coordinates":[[[[106.85123787702108,10.861965363488466],[106.85463169805973,10.874183119227666],[106.92567568513583,10.907895074878423],[106.94060849770597,10.93957073790598],[106.97273667020535,10.925995453751312],[106.97635674597993,10.874409373963577],[107.08292272659406,10.847937569861976],[107.07636133925264,10.819203218401263],[107.12387483379398,10.80019782058473],[107.1406176842514,10.742276608191483],[107.14401150529007,10.706980869389348],[107.10147561493878,10.649285911732012],[107.01821387212348,10.64114074123921],[106.95576756501201,10.759019458648906],[106.87567338849948,10.774857290162684],[106.88630736108729,10.803591641623397],[106.85123787702108,10.861965363488466]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71315,"E":"District","POPULATION":172692,"LVLID":"VNP041009000000000000","NAME":"Long Thanh","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.479","geometry":{"type":"MultiPolygon","coordinates":[[[[106.75598463320249,10.70743337886117],[106.75598463320249,10.710827199899837],[106.77136995524445,10.73752525873735],[106.81390584559574,10.771237214388107],[106.87567338849948,10.774857290162684],[106.95576756501201,10.759019458648906],[107.01821387212348,10.64114074123921],[107.00124476693014,10.622361598158589],[107.03156290154223,10.584124547789608],[107.01708259844392,10.521451985942228],[106.9942308701169,10.52597708066045],[106.98766948277547,10.576431886768631],[106.9170780051712,10.605166238229343],[106.87635215270721,10.644534562277878],[106.82702862027858,10.625981673933167],[106.7806463994168,10.672363894794946],[106.75598463320249,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71317,"E":"District","POPULATION":105223,"LVLID":"VNP041005000000000000","NAME":"Nhon Trach","PROV_CODE":713}},{"type":"Feature","id":"vn_admin2.480","geometry":{"type":"MultiPolygon","coordinates":[[[[108.0725609414693,10.937986954754603],[108.11057173710238,10.95767111677887],[108.1499400611509,10.941380775793268],[108.19179718729447,10.954956059947936],[108.20446745250548,11.001112026073805],[108.25084967336727,11.027131320703583],[108.30107822473954,10.993871874524649],[108.35379557820683,11.002922063961094],[108.343161605619,10.953146022060647],[108.31442725415829,10.955182314683848],[108.29926818685225,10.912420169596645],[108.27664271326114,10.94160703052918],[108.22369910505793,10.950883474701536],[108.14202114539401,10.93142556741318],[108.08002734775437,10.902238706480645],[108.02663123007935,10.775083544898594],[107.9972181144109,10.798614037433351],[108.00558953963962,10.864001656111666],[108.05061423208592,10.894319790723756],[108.0725609414693,10.937986954754603]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71501,"E":"Town","POPULATION":165991,"LVLID":"VNP047007000000000000","NAME":"Phan Thiet town","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.481","geometry":{"type":"MultiPolygon","coordinates":[[[[108.56375997313235,11.52081915446165],[108.58615919198755,11.554078600640585],[108.64702171594764,11.548195977506895],[108.6685159158592,11.49660989771916],[108.71693442934418,11.459051611557914],[108.76557919756506,11.46810180099436],[108.76128035758275,11.409275569657467],[108.84748341196489,11.374658595063066],[108.87938532972836,11.335969035222265],[108.79182474693076,11.310628504800219],[108.7601490839032,11.280084115452217],[108.73322477032977,11.182115814802701],[108.65494063170453,11.191166004239147],[108.59973447614222,11.181889560066791],[108.52665419644292,11.14976138756741],[108.50674377968275,11.124873366617187],[108.51172138387278,11.162884162250256],[108.56104491630141,11.178495739028124],[108.60403331612453,11.238226989308659],[108.62009740237421,11.306103410081995],[108.61172597714551,11.355879451982442],[108.56398622786826,11.386876350802266],[108.56375997313235,11.52081915446165]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71503,"E":"District","POPULATION":104276,"LVLID":"VNP047005000000000000","NAME":"Tuy Phong","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.482","geometry":{"type":"MultiPolygon","coordinates":[[[[108.10898795395099,11.266961340769372],[108.18998714940717,11.305650900610173],[108.2598998628037,11.359047018285198],[108.31080717838371,11.419004523301645],[108.26238866489874,11.473984424128048],[108.3065083384014,11.517199078687073],[108.38841255280123,11.523307956556673],[108.43343724524755,11.511768965025205],[108.49814609971813,11.528059306010805],[108.54498083005173,11.503850049268316],[108.56375997313235,11.52081915446165],[108.56398622786826,11.386876350802266],[108.61172597714551,11.355879451982442],[108.62009740237421,11.306103410081995],[108.60403331612453,11.238226989308659],[108.56104491630141,11.178495739028124],[108.51172138387278,11.162884162250256],[108.50674377968275,11.124873366617187],[108.47868819242977,11.045457954312385],[108.4182781779415,11.02441626387265],[108.38592375070621,11.033240198573184],[108.35379557820683,11.002922063961094],[108.30107822473954,10.993871874524649],[108.25084967336727,11.027131320703583],[108.26216241016282,11.092066429910076],[108.30424579104229,11.095233996212832],[108.30582957419367,11.152702699134256],[108.2678187785606,11.181437050594969],[108.19700104622042,11.19998993893968],[108.17075549685472,11.239132008252303],[108.10898795395099,11.266961340769372]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71505,"E":"District","POPULATION":114883,"LVLID":"VNP047001000000000000","NAME":"Bac Binh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.483","geometry":{"type":"MultiPolygon","coordinates":[[[[107.82752706247756,11.367644698249821],[107.93545057150716,11.356784470926087],[108.03070381532575,11.326240081578085],[108.06215322361739,11.240489536667772],[108.10898795395099,11.266961340769372],[108.17075549685472,11.239132008252303],[108.19700104622042,11.19998993893968],[108.2678187785606,11.181437050594969],[108.30582957419367,11.152702699134256],[108.30424579104229,11.095233996212832],[108.26216241016282,11.092066429910076],[108.25084967336727,11.027131320703583],[108.20446745250548,11.001112026073805],[108.19179718729447,10.954956059947936],[108.1499400611509,10.941380775793268],[108.11057173710238,10.95767111677887],[108.0725609414693,10.937986954754603],[108.03160883426939,10.950430965229714],[108.00853085120646,11.018533640738962],[108.0236899185125,11.069667211054874],[107.9730088576684,11.085731297304564],[107.8933671906277,11.170576823271235],[107.81349926885107,11.168540530648034],[107.86191778233605,11.237095715629104],[107.85354635710733,11.274880256526261],[107.8098791930765,11.293659399606884],[107.82752706247756,11.367644698249821]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71507,"E":"District","POPULATION":187970,"LVLID":"VNP047009000000000000","NAME":"Ham Thuan Bac","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.484","geometry":{"type":"MultiPolygon","coordinates":[[[[107.76711704798929,10.912872679068467],[107.83997107295266,10.942738304208735],[107.82616953406209,11.051340577446075],[107.79132630473178,11.062879568977541],[107.77865603952075,11.12736216871221],[107.81349926885107,11.168540530648034],[107.8933671906277,11.170576823271235],[107.9730088576684,11.085731297304564],[108.0236899185125,11.069667211054874],[108.00853085120646,11.018533640738962],[108.03160883426939,10.950430965229714],[108.0725609414693,10.937986954754603],[108.05061423208592,10.894319790723756],[108.00558953963962,10.864001656111666],[107.9972181144109,10.798614037433351],[108.02663123007935,10.775083544898594],[107.99563433125952,10.696346896801526],[107.88997336958903,10.715804804089881],[107.82684829826982,10.79431519745104],[107.77888229425666,10.789337593260996],[107.76711704798929,10.912872679068467]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71509,"E":"District","POPULATION":77391,"LVLID":"VNP047004000000000000","NAME":"Ham Thuan Nam","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.485","geometry":{"type":"MultiPolygon","coordinates":[[[[107.51190170588154,11.00812592288705],[107.57683681508804,11.033918962780918],[107.55918894568697,11.086183806776386],[107.59833101499959,11.150892661246967],[107.59742599605595,11.193428551598258],[107.64539200006911,11.225782978833548],[107.66122983158289,11.328728883673108],[107.69086920198724,11.321488732123953],[107.74132400809542,11.364477131947066],[107.80082900364005,11.370359755080754],[107.82752706247756,11.367644698249821],[107.8098791930765,11.293659399606884],[107.85354635710733,11.274880256526261],[107.86191778233605,11.237095715629104],[107.81349926885107,11.168540530648034],[107.77865603952075,11.12736216871221],[107.79132630473178,11.062879568977541],[107.82616953406209,11.051340577446075],[107.83997107295266,10.942738304208735],[107.76711704798929,10.912872679068467],[107.56507156882066,10.905632527519312],[107.53724223630358,10.989120525070515],[107.51190170588154,11.00812592288705]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71511,"E":"District","POPULATION":77146,"LVLID":"VNP047002000000000000","NAME":"Tanh Linh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.486","geometry":{"type":"MultiPolygon","coordinates":[[[[107.50262526170918,10.765128336518506],[107.57728932455986,10.811736812116196],[107.56507156882066,10.905632527519312],[107.76711704798929,10.912872679068467],[107.77888229425666,10.789337593260996],[107.82684829826982,10.79431519745104],[107.88997336958903,10.715804804089881],[107.8098791930765,10.682545357910946],[107.76032940591196,10.6368419012569],[107.68543908832538,10.621909088686767],[107.57366924878528,10.56444038576534],[107.50262526170918,10.765128336518506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71513,"E":"District","POPULATION":129052,"LVLID":"VNP047003000000000000","NAME":"Ham Tan","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.487","geometry":{"type":"MultiPolygon","coordinates":[[[[107.39809557371825,11.047267992199673],[107.45714805979105,11.107904261423855],[107.43836891671043,11.132566027638166],[107.46484072081203,11.174649408517634],[107.52796579213124,11.249313471368305],[107.52185691426163,11.308139702705196],[107.54923373730688,11.36334585826751],[107.57932561718306,11.380314963460844],[107.61846768649568,11.340494129940486],[107.66122983158289,11.328728883673108],[107.64539200006911,11.225782978833548],[107.59742599605595,11.193428551598258],[107.59833101499959,11.150892661246967],[107.55918894568697,11.086183806776386],[107.57683681508804,11.033918962780918],[107.51190170588154,11.00812592288705],[107.48475113757222,11.004732101848383],[107.39809557371825,11.047267992199673]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71515,"E":"District","POPULATION":110513,"LVLID":"VNP047008000000000000","NAME":"Duc Linh","PROV_CODE":715}},{"type":"Feature","id":"vn_admin2.488","geometry":{"type":"MultiPolygon","coordinates":[[[[107.0469482235842,10.467603358795381],[107.11776595592437,10.474164746136804],[107.1793072440922,10.459910697774404],[107.17817597041264,10.399500683286135],[107.11391962541389,10.357643557142577],[107.08631654763272,10.371897605504977],[107.12319606958624,10.403120759060712],[107.11753970118846,10.433212638936892],[107.07545632030899,10.430271327370047],[107.0469482235842,10.467603358795381]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71701,"E":"City","POPULATION":164784,"LVLID":"VNP059005000000000000","NAME":"Vung Tau city","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.489","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17613967778944,10.557652743688008],[107.22478444601033,10.560594055254853],[107.2503512311683,10.53796858166374],[107.24514737224233,10.508555465995295],[107.1793072440922,10.459910697774404],[107.11776595592437,10.474164746136804],[107.17613967778944,10.557652743688008]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71703,"E":"Town","POPULATION":61798,"LVLID":"VNP059004000000000000","NAME":"Ba Ria town","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.490","geometry":{"type":"MultiPolygon","coordinates":[[[[107.1406176842514,10.742276608191483],[107.19197750930321,10.769653431236728],[107.21143541659157,10.757209420761617],[107.30465236778696,10.752231816571571],[107.31822765194163,10.667838800076723],[107.35691721178243,10.675305206361791],[107.37094500540891,10.656752318017078],[107.35171335285648,10.564666640501253],[107.28044311104446,10.573490575201786],[107.2503512311683,10.53796858166374],[107.22478444601033,10.560594055254853],[107.17613967778944,10.557652743688008],[107.16460068625797,10.60856005926801],[107.16482694099389,10.70765963359708],[107.14401150529007,10.706980869389348],[107.1406176842514,10.742276608191483]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71705,"E":"District","POPULATION":142769,"LVLID":"VNP059003000000000000","NAME":"Chau Duc","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.491","geometry":{"type":"MultiPolygon","coordinates":[[[[107.35171335285648,10.564666640501253],[107.37094500540891,10.656752318017078],[107.35691721178243,10.675305206361791],[107.36528863701113,10.724628738790415],[107.44922914403416,10.801781603736107],[107.50262526170918,10.765128336518506],[107.57366924878528,10.56444038576534],[107.51733181954341,10.497016474463827],[107.4761534576076,10.496111455520182],[107.44651408720323,10.46556706617218],[107.35669095704651,10.458553169358936],[107.3806739590531,10.490681341858316],[107.35171335285648,10.564666640501253]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71707,"E":"District","POPULATION":107636,"LVLID":"VNP059002000000000000","NAME":"Xuyen Moc","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.492","geometry":{"type":"MultiPolygon","coordinates":[[[[107.00124476693014,10.622361598158589],[107.01821387212348,10.64114074123921],[107.10147561493878,10.649285911732012],[107.14401150529007,10.706980869389348],[107.16482694099389,10.70765963359708],[107.16460068625797,10.60856005926801],[107.17613967778944,10.557652743688008],[107.11776595592437,10.474164746136804],[107.0469482235842,10.467603358795381],[107.00486484270472,10.502672842861605],[107.01708259844392,10.521451985942228],[107.03156290154223,10.584124547789608],[107.00124476693014,10.622361598158589]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71709,"E":"District","POPULATION":79602,"LVLID":"VNP059001000000000000","NAME":"Tan Thanh","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.493","geometry":{"type":"MultiPolygon","coordinates":[[[[107.17817597041264,10.399500683286135],[107.1793072440922,10.459910697774404],[107.24514737224233,10.508555465995295],[107.2503512311683,10.53796858166374],[107.28044311104446,10.573490575201786],[107.35171335285648,10.564666640501253],[107.3806739590531,10.490681341858316],[107.35669095704651,10.458553169358936],[107.30578364146652,10.428687544218668],[107.26121145849203,10.376875209695022],[107.21731803972527,10.401989485381156],[107.17817597041264,10.399500683286135]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":71711,"E":"District","POPULATION":124168,"LVLID":"VNP059006000000000000","NAME":"Long Dat","PROV_CODE":717}},{"type":"Feature","id":"vn_admin2.494","geometry":{"type":"MultiPolygon","coordinates":[[[[106.35166742012932,10.542267421646052],[106.38696315893145,10.567607952068098],[106.4489569565711,10.571228027842675],[106.45981718389483,10.526655844868184],[106.4184125672231,10.485929992404182],[106.3921670178574,10.473485981929072],[106.35234618433705,10.52575082592454],[106.35166742012932,10.542267421646052]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80101,"E":"Town","POPULATION":203779,"LVLID":"VNP009002000000000000","NAME":"Tan An town","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.495","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71023524382129,10.911967660124823],[105.76227383308084,10.877803195002244],[105.74824603945436,10.829384681517265],[105.81114485603764,10.776893582785885],[105.8222313380973,10.725986267205881],[105.82381512124867,10.698383189424725],[105.8120498749813,10.650417185411568],[105.78489930667196,10.655621044337524],[105.68421594919151,10.74974301447655],[105.60819435792537,10.821013256288552],[105.58715266748564,10.8891159317978],[105.51972875618412,10.920565340089446],[105.50343841519853,10.952014748381092],[105.54122295609568,10.94952594628607],[105.63466616202697,10.975545240915848],[105.71023524382129,10.911967660124823]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80103,"E":"District","POPULATION":31160,"LVLID":"VNP009004000000000000","NAME":"Tan Hung","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.496","geometry":{"type":"MultiPolygon","coordinates":[[[[105.90323053355347,10.841602437256464],[105.8222313380973,10.725986267205881],[105.81114485603764,10.776893582785885],[105.74824603945436,10.829384681517265],[105.76227383308084,10.877803195002244],[105.71023524382129,10.911967660124823],[105.7145340838036,10.933688114772291],[105.7998321192421,10.995455657676027],[105.86861355895907,10.896582338082867],[105.85413325586076,10.861060344544821],[105.90323053355347,10.841602437256464]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80105,"E":"District","POPULATION":25587,"LVLID":"VNP009005000000000000","NAME":"Vinh Hung","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.497","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8222313380973,10.725986267205881],[105.90323053355347,10.841602437256464],[105.97653706798867,10.891152224421],[106.07608915178957,10.809474264757085],[106.12179260844361,10.806080443718418],[106.10595477692983,10.712184728315304],[106.04350846981836,10.685486669477791],[106.04871232874433,10.651548459091122],[106.00662894786485,10.652453478034767],[105.92155716716228,10.684129141062325],[105.93943129129926,10.725307502998149],[105.91522203455676,10.729380088244548],[105.89101277781427,10.687070452629168],[105.82381512124867,10.698383189424725],[105.8222313380973,10.725986267205881]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80107,"E":"District","POPULATION":50340,"LVLID":"VNP009001000000000000","NAME":"Moc Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.498","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8120498749813,10.650417185411568],[105.82381512124867,10.698383189424725],[105.89101277781427,10.687070452629168],[105.91522203455676,10.729380088244548],[105.93943129129926,10.725307502998149],[105.92155716716228,10.684129141062325],[106.00662894786485,10.652453478034767],[106.04871232874433,10.651548459091122],[106.09328451171882,10.642045760182857],[106.10572852219393,10.57235930152223],[106.09464204013429,10.520546966998584],[106.00617643839304,10.529370901699117],[105.94621893337658,10.533443486945517],[105.91409076087722,10.535253524832807],[105.83897418855472,10.635484372841434],[105.8120498749813,10.650417185411568]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80109,"E":"District","POPULATION":65960,"LVLID":"VNP009006000000000000","NAME":"Tan Thanh","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.499","geometry":{"type":"MultiPolygon","coordinates":[[[[106.04350846981836,10.685486669477791],[106.10595477692983,10.712184728315304],[106.12179260844361,10.806080443718418],[106.1679485745695,10.809474264757085],[106.194646633407,10.78617002695824],[106.25075780791296,10.761734515479839],[106.23424121219145,10.684807905270057],[106.31750295500673,10.633900589690056],[106.32044426657359,10.587970878300098],[106.28899485828194,10.584803311997343],[106.10572852219393,10.57235930152223],[106.09328451171882,10.642045760182857],[106.04871232874433,10.651548459091122],[106.04350846981836,10.685486669477791]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80111,"E":"District","POPULATION":34994,"LVLID":"VNP009003000000000000","NAME":"Thanh Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.500","geometry":{"type":"MultiPolygon","coordinates":[[[[106.16862733877721,10.974187712500381],[106.1684010840413,10.972603929349004],[106.16726981036176,10.96559003253576],[106.16749606509767,10.963553739912559],[106.17722501874184,10.95970740940207],[106.17926131136504,10.960159918873892],[106.18627520817829,10.961064937817536],[106.18718022712193,10.961064937817536],[106.19487288814291,10.96559003253576],[106.19555165235064,10.966947560951226],[106.19690918076611,10.967626325158959],[106.20030300180477,10.968305089366693],[106.2030180586357,10.968305089366693],[106.20505435125891,10.968983853574425],[106.25709294051846,10.98414292088047],[106.26229679944443,10.981654118785448],[106.26569062048308,10.98188037352136],[106.27700335727864,10.97803404301087],[106.27790837622229,10.977355278803138],[106.3084527655703,10.90518001804749],[106.3451060327879,10.882780799192288],[106.34284348542879,10.843412475143754],[106.39488207468834,10.816940671042152],[106.39669211257564,10.794541452186952],[106.3308519844255,10.761282006008017],[106.30143886875705,10.73978780609646],[106.27089447940905,10.775536054370416],[106.25075780791296,10.761734515479839],[106.194646633407,10.78617002695824],[106.19102655763243,10.83866112568962],[106.14532310097837,10.910610131709356],[106.14826441254522,10.972830184084915],[106.16862733877721,10.974187712500381]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80113,"E":"District","POPULATION":61507,"LVLID":"VNP009014000000000000","NAME":"Duc Hue","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.501","geometry":{"type":"MultiPolygon","coordinates":[[[[106.29238867932061,11.021927461777627],[106.29329369826425,11.021701207041717],[106.30257014243661,11.019891169154429],[106.30370141611616,11.019438659682606],[106.33809213597465,11.003827082904738],[106.34895236329838,10.995003148204205],[106.3776867147591,10.965137523063937],[106.41796005775127,10.970115127253981],[106.53719630357644,10.89907114017789],[106.50914071632346,10.78639628169415],[106.47701254382407,10.743181627135128],[106.39669211257564,10.794541452186952],[106.39488207468834,10.816940671042152],[106.34284348542879,10.843412475143754],[106.3451060327879,10.882780799192288],[106.3084527655703,10.90518001804749],[106.27790837622229,10.977355278803138],[106.29238867932061,11.021927461777627]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80115,"E":"District","POPULATION":185547,"LVLID":"VNP009007000000000000","NAME":"Duc Hoa","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.502","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3308519844255,10.761282006008017],[106.39669211257564,10.794541452186952],[106.47701254382407,10.743181627135128],[106.51751214155217,10.71376851146668],[106.53221869938639,10.70132450099157],[106.55982177716754,10.649512166467924],[106.5466990024847,10.635258118105522],[106.56321559820621,10.623945381309966],[106.55823799401617,10.607655040324365],[106.48583647852462,10.605845002437077],[106.48719400694007,10.593400991961964],[106.44737317341972,10.59430601090561],[106.38424810210051,10.69725191574517],[106.3308519844255,10.761282006008017]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80117,"E":"District","POPULATION":121133,"LVLID":"VNP009008000000000000","NAME":"Ben Luc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.503","geometry":{"type":"MultiPolygon","coordinates":[[[[106.23424121219145,10.684807905270057],[106.25075780791296,10.761734515479839],[106.27089447940905,10.775536054370416],[106.30143886875705,10.73978780609646],[106.3308519844255,10.761282006008017],[106.38424810210051,10.69725191574517],[106.44737317341972,10.59430601090561],[106.44126429555013,10.587744623564188],[106.4489569565711,10.571228027842675],[106.38696315893145,10.567607952068098],[106.35166742012932,10.542267421646052],[106.28899485828194,10.584803311997343],[106.32044426657359,10.587970878300098],[106.31750295500673,10.633900589690056],[106.23424121219145,10.684807905270057]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80119,"E":"District","POPULATION":80209,"LVLID":"VNP009009000000000000","NAME":"Thu Thua","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.504","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4184125672231,10.485929992404182],[106.45981718389483,10.526655844868184],[106.50054303635883,10.512854305977605],[106.52339476468586,10.474843510344538],[106.56412061714985,10.500184040766584],[106.59285496861057,10.434117657880536],[106.58855612862826,10.429818817898225],[106.5914974401951,10.422578666349068],[106.5242997836295,10.422126156877246],[106.48425269537323,10.40063195696569],[106.4306303229623,10.411718439025334],[106.45257703234567,10.447919196771114],[106.4184125672231,10.485929992404182]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80121,"E":"District","POPULATION":101553,"LVLID":"VNP009013000000000000","NAME":"Chau Thanh","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.505","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44126429555013,10.587744623564188],[106.44737317341972,10.59430601090561],[106.48719400694007,10.593400991961964],[106.5347075014814,10.549507573195207],[106.57249204237857,10.544303714269251],[106.56412061714985,10.500184040766584],[106.52339476468586,10.474843510344538],[106.50054303635883,10.512854305977605],[106.45981718389483,10.526655844868184],[106.4489569565711,10.571228027842675],[106.44126429555013,10.587744623564188]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80123,"E":"District","POPULATION":62804,"LVLID":"VNP009012000000000000","NAME":"Tan Tru","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.506","geometry":{"type":"MultiPolygon","coordinates":[[[[106.48583647852462,10.605845002437077],[106.55823799401617,10.607655040324365],[106.56321559820621,10.623945381309966],[106.60009512015972,10.633674334954144],[106.59285496861057,10.591364699338765],[106.65417000204249,10.536611053248274],[106.67317539985902,10.494075162896983],[106.74376687746329,10.502446588125695],[106.74082556589644,10.492491379745605],[106.69014450505236,10.43909526207058],[106.66367270095076,10.47529601981636],[106.59285496861057,10.434117657880536],[106.56412061714985,10.500184040766584],[106.57249204237857,10.544303714269251],[106.5347075014814,10.549507573195207],[106.48719400694007,10.593400991961964],[106.48583647852462,10.605845002437077]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80125,"E":"District","POPULATION":156506,"LVLID":"VNP009010000000000000","NAME":"Can Duoc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.507","geometry":{"type":"MultiPolygon","coordinates":[[[[106.5466990024847,10.635258118105522],[106.55982177716754,10.649512166467924],[106.609597819068,10.655621044337524],[106.64534606734195,10.623945381309966],[106.69240705241147,10.653132242242501],[106.73743174485777,10.627339202348633],[106.74376687746329,10.502446588125695],[106.67317539985902,10.494075162896983],[106.65417000204249,10.536611053248274],[106.59285496861057,10.591364699338765],[106.60009512015972,10.633674334954144],[106.56321559820621,10.623945381309966],[106.5466990024847,10.635258118105522]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80127,"E":"District","POPULATION":149940,"LVLID":"VNP009011000000000000","NAME":"Can Giuoc","PROV_CODE":801}},{"type":"Feature","id":"vn_admin2.508","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56226464653541,10.505387899692538],[105.66068545665675,10.487513775555561],[105.65118275774849,10.46534081143627],[105.68987231758929,10.435927695767825],[105.69575494072298,10.403120759060712],[105.61317196211542,10.407419599043024],[105.57855498752102,10.429366308426403],[105.56226464653541,10.505387899692538]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80301,"E":"Town","POPULATION":117266,"LVLID":"VNP001011000000000000","NAME":"Cao Lanh town","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.509","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70887771540582,10.351534679272977],[105.72426303744778,10.379590266525955],[105.78829312771063,10.296102268974751],[105.77969544774601,10.26759417224995],[105.72335801850413,10.262616568059906],[105.70887771540582,10.351534679272977]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80303,"E":"Town","POPULATION":103478,"LVLID":"VNP001002000000000000","NAME":"Sa Dec town","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.510","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50343841519853,10.952014748381092],[105.51972875618412,10.920565340089446],[105.58715266748564,10.8891159317978],[105.60819435792537,10.821013256288552],[105.4543411375058,10.781871186975929],[105.44302840071026,10.811736812116196],[105.37560448940874,10.895903573875133],[105.43126315444287,10.970793891461716],[105.50343841519853,10.952014748381092]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80305,"E":"District","POPULATION":57878,"LVLID":"VNP001004000000000000","NAME":"Tan Hong","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.511","geometry":{"type":"MultiPolygon","coordinates":[[[[105.37560448940874,10.895903573875133],[105.44302840071026,10.811736812116196],[105.4543411375058,10.781871186975929],[105.36021916736678,10.748159231325172],[105.37831954623968,10.702003265199304],[105.34981144951487,10.690238018931925],[105.34528635479666,10.719198625128548],[105.26587094249184,10.768295902821261],[105.25546322463994,10.800876584792462],[105.21134355113726,10.832099738348198],[105.18939684175389,10.908573839086156],[105.26994352773825,10.892509752836467],[105.34325006217345,10.85676150456251],[105.37560448940874,10.895903573875133]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80307,"E":"District","POPULATION":220591,"LVLID":"VNP001009000000000000","NAME":"Hong Ngu","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.512","geometry":{"type":"MultiPolygon","coordinates":[[[[105.36021916736678,10.748159231325172],[105.4543411375058,10.781871186975929],[105.60819435792537,10.821013256288552],[105.68421594919151,10.74974301447655],[105.64077503989657,10.670101347435835],[105.6292360483651,10.646344600165166],[105.56859977914092,10.627112947612721],[105.54144921083159,10.577789415184098],[105.50728474570901,10.597021067736543],[105.50049710363167,10.660372393791656],[105.46045001537541,10.6449870717497],[105.4176878702882,10.672137640059034],[105.3950623966971,10.655394789601612],[105.37831954623968,10.702003265199304],[105.36021916736678,10.748159231325172]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80309,"E":"District","POPULATION":72691,"LVLID":"VNP001001000000000000","NAME":"Tam Nong","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.513","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34981144951487,10.690238018931925],[105.37831954623968,10.702003265199304],[105.3950623966971,10.655394789601612],[105.4176878702882,10.672137640059034],[105.46045001537541,10.6449870717497],[105.50049710363167,10.660372393791656],[105.50728474570901,10.597021067736543],[105.54144921083159,10.577789415184098],[105.56859977914092,10.627112947612721],[105.6292360483651,10.646344600165166],[105.5579658065531,10.513306815449427],[105.51746620882501,10.54407745953334],[105.4846592721179,10.532538468001873],[105.3726631778419,10.573943084673608],[105.34709639268394,10.63706815599281],[105.34981144951487,10.690238018931925]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80311,"E":"District","POPULATION":141106,"LVLID":"VNP001010000000000000","NAME":"Thanh Binh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.514","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64077503989657,10.670101347435835],[105.68421594919151,10.74974301447655],[105.78489930667196,10.655621044337524],[105.8120498749813,10.650417185411568],[105.83897418855472,10.635484372841434],[105.91409076087722,10.535253524832807],[105.94621893337658,10.533443486945517],[105.94531391443294,10.490455087122404],[105.86295719056129,10.404252032740267],[105.8487031421989,10.363978689748087],[105.82042130021,10.367372510786755],[105.8242676307205,10.431855110521424],[105.74756727524662,10.442489083109248],[105.76250008781676,10.487513775555561],[105.72403678271186,10.500862804974316],[105.7387433405461,10.580730726750943],[105.68331093024787,10.651548459091122],[105.64077503989657,10.670101347435835]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80313,"E":"District","POPULATION":102137,"LVLID":"VNP001003000000000000","NAME":"Thap Muoi","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.515","geometry":{"type":"MultiPolygon","coordinates":[[[[105.5579658065531,10.513306815449427],[105.6292360483651,10.646344600165166],[105.64077503989657,10.670101347435835],[105.68331093024787,10.651548459091122],[105.7387433405461,10.580730726750943],[105.72403678271186,10.500862804974316],[105.76250008781676,10.487513775555561],[105.74756727524662,10.442489083109248],[105.8242676307205,10.431855110521424],[105.82042130021,10.367372510786755],[105.84214175485747,10.295649759502929],[105.78829312771063,10.296102268974751],[105.72426303744778,10.379590266525955],[105.69575494072298,10.403120759060712],[105.68987231758929,10.435927695767825],[105.65118275774849,10.46534081143627],[105.66068545665675,10.487513775555561],[105.56226464653541,10.505387899692538],[105.5579658065531,10.513306815449427]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80315,"E":"District","POPULATION":155689,"LVLID":"VNP001008000000000000","NAME":"Cao Lanh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.516","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49235193313888,10.331624262512797],[105.53262527613106,10.37257636971271],[105.52877894562057,10.397011881191112],[105.57855498752102,10.429366308426403],[105.61317196211542,10.407419599043024],[105.69575494072298,10.403120759060712],[105.72426303744778,10.379590266525955],[105.70887771540582,10.351534679272977],[105.66724684399817,10.299269835277508],[105.60796810318946,10.317143959414485],[105.56362217495088,10.276870616422306],[105.50004459415986,10.323479092019998],[105.49235193313888,10.331624262512797]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80317,"E":"District","POPULATION":158812,"LVLID":"VNP001005000000000000","NAME":"Lap Vo","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.517","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56362217495088,10.276870616422306],[105.60796810318946,10.317143959414485],[105.66724684399817,10.299269835277508],[105.70887771540582,10.351534679272977],[105.72335801850413,10.262616568059906],[105.71091400802902,10.216460601934036],[105.73263446267649,10.201980298835725],[105.68715726075835,10.131615075967368],[105.62946230310102,10.184332429434658],[105.56362217495088,10.276870616422306]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80319,"E":"District","POPULATION":152368,"LVLID":"VNP001007000000000000","NAME":"Lai Vung","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.518","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71091400802902,10.216460601934036],[105.72335801850413,10.262616568059906],[105.77969544774601,10.26759417224995],[105.78829312771063,10.296102268974751],[105.84214175485747,10.295649759502929],[105.89734791041978,10.272345521704084],[105.88196258837783,10.26125903964444],[105.91431701561312,10.222116970331815],[105.91635330823632,10.18885752415288],[105.87472243682868,10.166232050561769],[105.87607996524414,10.151525492727545],[105.87087610631818,10.149715454840257],[105.80729852552716,10.153335530614834],[105.73263446267649,10.201980298835725],[105.71091400802902,10.216460601934036]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80321,"E":"District","POPULATION":157285,"LVLID":"VNP001006000000000000","NAME":"Chau Thanh","PROV_CODE":803}},{"type":"Feature","id":"vn_admin2.519","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40705389770038,10.442262828373336],[105.45637743012901,10.426424996859557],[105.45705619433674,10.376196445487288],[105.49235193313888,10.331624262512797],[105.50004459415986,10.323479092019998],[105.43465697548154,10.297459797390218],[105.3789983104474,10.361489887653066],[105.40705389770038,10.442262828373336]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80501,"E":"Town","POPULATION":232260,"LVLID":"VNP042003000000000000","NAME":"Long Xuyen town","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.520","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0941435979353,10.756530656553883],[105.12830806305789,10.70743337886117],[105.15998372608544,10.698609444160637],[105.08554591797068,10.611953880306677],[105.06631426541824,10.608107549796188],[105.02762470557744,10.67485269688997],[105.10093124001264,10.71738858724126],[105.0941435979353,10.756530656553883]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80503,"E":"Town","POPULATION":96878,"LVLID":"VNP042004000000000000","NAME":"Chau Doc town","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.521","geometry":{"type":"MultiPolygon","coordinates":[[[[105.13735825249432,10.91920781167398],[105.16360380186002,10.779608639616818],[105.13848952617388,10.767390883877617],[105.12966559147335,10.71150596410757],[105.12830806305789,10.70743337886117],[105.0941435979353,10.756530656553883],[105.06880306751326,10.777572346993617],[105.0330548192393,10.888889677061888],[105.08509340849886,10.95178849364518],[105.11790034520597,10.959028645194337],[105.1061350989386,10.920339085353534],[105.13735825249432,10.91920781167398]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80505,"E":"District","POPULATION":172152,"LVLID":"VNP042006000000000000","NAME":"An Phu","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.522","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12966559147335,10.71150596410757],[105.13848952617388,10.767390883877617],[105.16360380186002,10.779608639616818],[105.13735825249432,10.91920781167398],[105.18939684175389,10.908573839086156],[105.21134355113726,10.832099738348198],[105.25546322463994,10.800876584792462],[105.24437674258029,10.75788818496935],[105.20455590905993,10.724854993526327],[105.12966559147335,10.71150596410757]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80507,"E":"District","POPULATION":154467,"LVLID":"VNP042011000000000000","NAME":"Tan Chau","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.523","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12830806305789,10.70743337886117],[105.12966559147335,10.71150596410757],[105.20455590905993,10.724854993526327],[105.24437674258029,10.75788818496935],[105.25546322463994,10.800876584792462],[105.26587094249184,10.768295902821261],[105.34528635479666,10.719198625128548],[105.34981144951487,10.690238018931925],[105.34709639268394,10.63706815599281],[105.3726631778419,10.573943084673608],[105.33171107064199,10.537289817456006],[105.27039603721006,10.55606896053663],[105.22129875951735,10.605392492965255],[105.20432965432403,10.684581650534147],[105.15998372608544,10.698609444160637],[105.12830806305789,10.70743337886117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80509,"E":"District","POPULATION":246575,"LVLID":"VNP042002000000000000","NAME":"Phu Tan","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.524","geometry":{"type":"MultiPolygon","coordinates":[[[[105.06631426541824,10.608107549796188],[105.08554591797068,10.611953880306677],[105.15998372608544,10.698609444160637],[105.20432965432403,10.684581650534147],[105.22129875951735,10.605392492965255],[105.27039603721006,10.55606896053663],[105.33171107064199,10.537289817456006],[105.33148481590607,10.534348505889163],[105.35252650634581,10.487061266083739],[105.31066938020224,10.500862804974316],[105.11812659994189,10.432760129465068],[105.06631426541824,10.608107549796188]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80511,"E":"District","POPULATION":229150,"LVLID":"VNP042005000000000000","NAME":"Chau Phu","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.525","geometry":{"type":"MultiPolygon","coordinates":[[[[105.02762470557744,10.67485269688997],[105.06631426541824,10.608107549796188],[105.11812659994189,10.432760129465068],[105.05997913281273,10.435248931560091],[105.01359691195094,10.462173245133515],[104.97332356895876,10.456290621999825],[104.96201083216322,10.507197937579829],[104.90160081767495,10.544982478476985],[104.95906952059637,10.6327693160105],[105.02762470557744,10.67485269688997]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80513,"E":"District","POPULATION":95398,"LVLID":"VNP042007000000000000","NAME":"Tinh Bien","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.526","geometry":{"type":"MultiPolygon","coordinates":[[[[104.90160081767495,10.544982478476985],[104.96201083216322,10.507197937579829],[104.97332356895876,10.456290621999825],[105.01359691195094,10.462173245133515],[105.05997913281273,10.435248931560091],[105.11812659994189,10.432760129465068],[105.12468798728331,10.366920001314933],[105.12989184620926,10.312392609960353],[105.100026221069,10.26736791751404],[105.00567799619405,10.325515384643198],[104.8681151167601,10.352439698216621],[104.81539776329281,10.433891403144624],[104.78349584552933,10.482536171365515],[104.78643715709619,10.516474381752184],[104.8721877020065,10.518963183847205],[104.90160081767495,10.544982478476985]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80515,"E":"District","POPULATION":98130,"LVLID":"VNP042010000000000000","NAME":"Tri Ton","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.527","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33148481590607,10.534348505889163],[105.33171107064199,10.537289817456006],[105.3726631778419,10.573943084673608],[105.4846592721179,10.532538468001873],[105.51746620882501,10.54407745953334],[105.5579658065531,10.513306815449427],[105.56226464653541,10.505387899692538],[105.57855498752102,10.429366308426403],[105.52877894562057,10.397011881191112],[105.53262527613106,10.37257636971271],[105.49235193313888,10.331624262512797],[105.45705619433674,10.376196445487288],[105.45637743012901,10.426424996859557],[105.40705389770038,10.442262828373336],[105.35252650634581,10.487061266083739],[105.33148481590607,10.534348505889163]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80517,"E":"District","POPULATION":370982,"LVLID":"VNP042009000000000000","NAME":"Cho Moi","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.528","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11812659994189,10.432760129465068],[105.31066938020224,10.500862804974316],[105.35252650634581,10.487061266083739],[105.40705389770038,10.442262828373336],[105.3789983104474,10.361489887653066],[105.344381335853,10.343389508780175],[105.2792199719106,10.366014982371288],[105.12468798728331,10.366920001314933],[105.11812659994189,10.432760129465068]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80519,"E":"District","POPULATION":144909,"LVLID":"VNP042008000000000000","NAME":"Chau Thanh","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.529","geometry":{"type":"MultiPolygon","coordinates":[[[[105.100026221069,10.26736791751404],[105.12989184620926,10.312392609960353],[105.12468798728331,10.366920001314933],[105.2792199719106,10.366014982371288],[105.344381335853,10.343389508780175],[105.3789983104474,10.361489887653066],[105.43465697548154,10.297459797390218],[105.44845851437212,10.267820426985862],[105.34098751481434,10.231393414504172],[105.31451571071274,10.274834323799107],[105.23555280787976,10.206279138818037],[105.21021227745771,10.18071235366008],[105.16971267972961,10.215781837726304],[105.100026221069,10.26736791751404]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80521,"E":"District","POPULATION":147876,"LVLID":"VNP042001000000000000","NAME":"Thoai Son","PROV_CODE":805}},{"type":"Feature","id":"vn_admin2.530","geometry":{"type":"MultiPolygon","coordinates":[[[[106.3491786180343,10.40063195696569],[106.40732608516345,10.394975588567911],[106.40302724518114,10.332981790928265],[106.37700795055136,10.337506885646487],[106.3229330686686,10.351534679272977],[106.3491786180343,10.40063195696569]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80701,"E":"City","POPULATION":164512,"LVLID":"VNP010004000000000000","NAME":"My Tho city","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.531","geometry":{"type":"MultiPolygon","coordinates":[[[[106.66163640832755,10.385472889659644],[106.69218079767555,10.390903003321512],[106.72001013019262,10.357191047670755],[106.68448813665458,10.333434300400087],[106.65598003992977,10.332755536192353],[106.66163640832755,10.385472889659644]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80703,"E":"Town","POPULATION":78868,"LVLID":"VNP010005000000000000","NAME":"Go Cong town","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.532","geometry":{"type":"MultiPolygon","coordinates":[[[[106.09464204013429,10.520546966998584],[106.10572852219393,10.57235930152223],[106.28899485828194,10.584803311997343],[106.35166742012932,10.542267421646052],[106.35234618433705,10.52575082592454],[106.31818171921446,10.493848908161072],[106.32972071074593,10.457648150415292],[106.24283889215607,10.428008780010936],[106.21161573860033,10.442489083109248],[106.18265513240371,10.471902198777693],[106.10278721062708,10.496111455520182],[106.09464204013429,10.520546966998584]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80705,"E":"District","POPULATION":48481,"LVLID":"VNP010006000000000000","NAME":"Tan Phuoc","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.533","geometry":{"type":"MultiPolygon","coordinates":[[[[106.21161573860033,10.442489083109248],[106.24283889215607,10.428008780010936],[106.32972071074593,10.457648150415292],[106.31818171921446,10.493848908161072],[106.35234618433705,10.52575082592454],[106.3921670178574,10.473485981929072],[106.34782108961883,10.433665148408714],[106.3491786180343,10.40063195696569],[106.3229330686686,10.351534679272977],[106.37700795055136,10.337506885646487],[106.31094156766531,10.316691449942663],[106.20957944597713,10.311487591016707],[106.18718022712193,10.337733140382397],[106.19351535972744,10.402215740117068],[106.22586978696273,10.403573268532535],[106.21161573860033,10.442489083109248]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80707,"E":"District","POPULATION":529522,"LVLID":"VNP010008000000000000","NAME":"Chau Thanh","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.534","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00617643839304,10.529370901699117],[106.09464204013429,10.520546966998584],[106.10278721062708,10.496111455520182],[106.18265513240371,10.471902198777693],[106.21161573860033,10.442489083109248],[106.22586978696273,10.403573268532535],[106.19351535972744,10.402215740117068],[106.18718022712193,10.337733140382397],[106.20957944597713,10.311487591016707],[106.1457756104502,10.27981192798915],[106.08219802965917,10.275286833270929],[106.03988839404379,10.295876014238841],[106.01635790150904,10.313297628903998],[106.03898337510014,10.322121563604531],[106.05120113083935,10.392486786472888],[106.00504516471348,10.466472085115827],[106.00617643839304,10.529370901699117]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80709,"E":"District","POPULATION":326081,"LVLID":"VNP010007000000000000","NAME":"Cai Lay","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.535","geometry":{"type":"MultiPolygon","coordinates":[[[[106.34782108961883,10.433665148408714],[106.3921670178574,10.473485981929072],[106.4184125672231,10.485929992404182],[106.45257703234567,10.447919196771114],[106.4306303229623,10.411718439025334],[106.48425269537323,10.40063195696569],[106.5242997836295,10.422126156877246],[106.55122409720292,10.4090033821944],[106.51977468891128,10.359227340293955],[106.5568804656007,10.327325422530487],[106.548509040372,10.294518485823374],[106.47972760065501,10.30379492999573],[106.45348205128933,10.304699948939374],[106.40302724518114,10.332981790928265],[106.40732608516345,10.394975588567911],[106.3491786180343,10.40063195696569],[106.34782108961883,10.433665148408714]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80711,"E":"District","POPULATION":181845,"LVLID":"VNP010009000000000000","NAME":"Cho Gao","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.536","geometry":{"type":"MultiPolygon","coordinates":[[[[105.82042130021,10.367372510786755],[105.8487031421989,10.363978689748087],[105.86295719056129,10.404252032740267],[105.94531391443294,10.490455087122404],[105.94621893337658,10.533443486945517],[106.00617643839304,10.529370901699117],[106.00504516471348,10.466472085115827],[106.05120113083935,10.392486786472888],[106.03898337510014,10.322121563604531],[106.01635790150904,10.313297628903998],[105.98875482372787,10.328456696210042],[105.9303811018628,10.282526984820084],[105.89734791041978,10.272345521704084],[105.84214175485747,10.295649759502929],[105.82042130021,10.367372510786755]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80713,"E":"District","POPULATION":274921,"LVLID":"VNP010001000000000000","NAME":"Cai Be","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.537","geometry":{"type":"MultiPolygon","coordinates":[[[[106.47972760065501,10.30379492999573],[106.548509040372,10.294518485823374],[106.5568804656007,10.327325422530487],[106.51977468891128,10.359227340293955],[106.55122409720292,10.4090033821944],[106.5242997836295,10.422126156877246],[106.5914974401951,10.422578666349068],[106.66163640832755,10.385472889659644],[106.65598003992977,10.332755536192353],[106.68448813665458,10.333434300400087],[106.6648039746303,10.306509986826663],[106.701230987112,10.28139571114053],[106.67566420195404,10.224379517690926],[106.5365175393687,10.266462898570396],[106.47972760065501,10.30379492999573]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80715,"E":"District","POPULATION":167317,"LVLID":"VNP010003000000000000","NAME":"Go Cong Tay","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.538","geometry":{"type":"MultiPolygon","coordinates":[[[[106.58855612862826,10.429818817898225],[106.59285496861057,10.434117657880536],[106.66367270095076,10.47529601981636],[106.69014450505236,10.43909526207058],[106.74082556589644,10.492491379745605],[106.77589504996267,10.437963988391024],[106.80485565615929,10.41058716534578],[106.80734445825432,10.405157051683911],[106.81051202455707,10.396333116983378],[106.79150662674054,10.372802624448623],[106.79218539094826,10.295649759502929],[106.71820009230534,10.206052884082126],[106.67566420195404,10.224379517690926],[106.701230987112,10.28139571114053],[106.6648039746303,10.306509986826663],[106.68448813665458,10.333434300400087],[106.72001013019262,10.357191047670755],[106.69218079767555,10.390903003321512],[106.66163640832755,10.385472889659644],[106.5914974401951,10.422578666349068],[106.58855612862826,10.429818817898225]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80717,"E":"District","POPULATION":352527,"LVLID":"VNP010002000000000000","NAME":"Go Cong Dong","PROV_CODE":807}},{"type":"Feature","id":"vn_admin2.539","geometry":{"type":"MultiPolygon","coordinates":[[[[105.88196258837783,10.26125903964444],[105.89734791041978,10.272345521704084],[105.9303811018628,10.282526984820084],[105.99441119212565,10.248588774433417],[105.99803126790023,10.228225848201415],[105.91431701561312,10.222116970331815],[105.88196258837783,10.26125903964444]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80901,"E":"Town","POPULATION":122033,"LVLID":"VNP044002000000000000","NAME":"Vinh Long town","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.540","geometry":{"type":"MultiPolygon","coordinates":[[[[105.87472243682868,10.166232050561769],[105.91635330823632,10.18885752415288],[105.91431701561312,10.222116970331815],[105.99803126790023,10.228225848201415],[105.99441119212565,10.248588774433417],[105.9303811018628,10.282526984820084],[105.98875482372787,10.328456696210042],[106.01635790150904,10.313297628903998],[106.03988839404379,10.295876014238841],[106.03264824249463,10.271214248024528],[106.03853086562833,10.25334012388755],[106.00300887209028,10.22098569665226],[106.03649457300513,10.142927812762922],[106.00934400469579,10.131841330703278],[105.96545058592903,10.163064484259012],[105.95368533966166,10.139986501196079],[105.87607996524414,10.151525492727545],[105.87472243682868,10.166232050561769]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80903,"E":"District","POPULATION":159271,"LVLID":"VNP044007000000000000","NAME":"Long Ho","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.541","geometry":{"type":"MultiPolygon","coordinates":[[[[106.00300887209028,10.22098569665226],[106.03853086562833,10.25334012388755],[106.10821732428894,10.236597273430126],[106.18129760398824,10.173245947375014],[106.1561833283021,10.153335530614834],[106.123376391595,10.17256718316728],[106.08378181281054,10.102654469770743],[106.03649457300513,10.142927812762922],[106.00300887209028,10.22098569665226]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80905,"E":"District","POPULATION":96480,"LVLID":"VNP044006000000000000","NAME":"Mang Thit","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.542","geometry":{"type":"MultiPolygon","coordinates":[[[[105.68715726075835,10.131615075967368],[105.73263446267649,10.201980298835725],[105.80729852552716,10.153335530614834],[105.87087610631818,10.149715454840257],[105.86182591688174,10.107179564488966],[105.86997108737454,10.052878427870297],[105.89870543883525,10.03342052058194],[105.88875023045516,9.98070316711465],[105.83512785804423,9.995409724948871],[105.81906377179453,10.020071491163185],[105.78535181614379,10.066906221496787],[105.71543910274724,10.115550989717677],[105.68715726075835,10.131615075967368]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80907,"E":"District","POPULATION":183143,"LVLID":"VNP044005000000000000","NAME":"Binh Minh","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.543","geometry":{"type":"MultiPolygon","coordinates":[[[[105.86182591688174,10.107179564488966],[105.87087610631818,10.149715454840257],[105.87607996524414,10.151525492727545],[105.95368533966166,10.139986501196079],[105.96545058592903,10.163064484259012],[106.00934400469579,10.131841330703278],[106.03649457300513,10.142927812762922],[106.08378181281054,10.102654469770743],[106.0747316233741,10.088174166672431],[106.03377951617419,10.082291543538743],[105.99282740897428,10.017582689068162],[105.9179370913877,9.96282904297767],[105.88875023045516,9.98070316711465],[105.89870543883525,10.03342052058194],[105.86997108737454,10.052878427870297],[105.86182591688174,10.107179564488966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80909,"E":"District","POPULATION":164422,"LVLID":"VNP044004000000000000","NAME":"Tam Binh","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.544","geometry":{"type":"MultiPolygon","coordinates":[[[[105.83512785804423,9.995409724948871],[105.88875023045516,9.98070316711465],[105.9179370913877,9.96282904297767],[105.99282740897428,10.017582689068162],[106.03377951617419,10.082291543538743],[106.0747316233741,10.088174166672431],[106.10075091800388,10.037719360564251],[106.07020652865589,9.971426722942294],[106.092832002247,9.955362636692604],[105.99079111635108,9.90015648113029],[105.95640039649258,9.919614388418646],[105.98400347427375,9.881377338049667],[105.90142049566619,9.933415927309225],[105.83512785804423,9.995409724948871]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80911,"E":"District","POPULATION":155038,"LVLID":"VNP044003000000000000","NAME":"Tra On","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.545","geometry":{"type":"MultiPolygon","coordinates":[[[[106.07020652865589,9.971426722942294],[106.10075091800388,10.037719360564251],[106.0747316233741,10.088174166672431],[106.08378181281054,10.102654469770743],[106.123376391595,10.17256718316728],[106.1561833283021,10.153335530614834],[106.18129760398824,10.173245947375014],[106.22360723960362,10.146774143273412],[106.29419871720789,10.047674568944341],[106.24600645845882,10.078897722500075],[106.21433079543127,10.005817442800783],[106.13944047784469,10.020750255370917],[106.13582040207011,9.958303948259449],[106.11681500425357,9.935452219932424],[106.092832002247,9.955362636692604],[106.07020652865589,9.971426722942294]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":80913,"E":"District","POPULATION":357617,"LVLID":"VNP044001000000000000","NAME":"Vung Liem","PROV_CODE":809}},{"type":"Feature","id":"vn_admin2.546","geometry":{"type":"MultiPolygon","coordinates":[[[[106.43741796503963,10.24338491550746],[106.41185117988168,10.195645166230214],[106.36252764745305,10.19496640202248],[106.33605584335145,10.233429707127371],[106.33605584335145,10.275286833270929],[106.43741796503963,10.24338491550746]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81101,"E":"Town","POPULATION":88912,"LVLID":"VNP048003000000000000","NAME":"Ben Tre town","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.547","geometry":{"type":"MultiPolygon","coordinates":[[[[106.1457756104502,10.27981192798915],[106.20957944597713,10.311487591016707],[106.31094156766531,10.316691449942663],[106.37700795055136,10.337506885646487],[106.40302724518114,10.332981790928265],[106.45348205128933,10.304699948939374],[106.44397935238105,10.261937803852172],[106.43741796503963,10.24338491550746],[106.33605584335145,10.275286833270929],[106.33605584335145,10.233429707127371],[106.29872381192611,10.256960199662128],[106.26207054470851,10.25130383126435],[106.21681959752628,10.237728547109683],[106.1457756104502,10.27981192798915]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81103,"E":"District","POPULATION":155989,"LVLID":"VNP048004000000000000","NAME":"Chau Thanh","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.548","geometry":{"type":"MultiPolygon","coordinates":[[[[106.03264824249463,10.271214248024528],[106.03988839404379,10.295876014238841],[106.08219802965917,10.275286833270929],[106.1457756104502,10.27981192798915],[106.21681959752628,10.237728547109683],[106.26207054470851,10.25130383126435],[106.26772691310629,10.151978002199368],[106.22360723960362,10.146774143273412],[106.18129760398824,10.173245947375014],[106.10821732428894,10.236597273430126],[106.03853086562833,10.25334012388755],[106.03264824249463,10.271214248024528]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81105,"E":"District","POPULATION":144717,"LVLID":"VNP048001000000000000","NAME":"Cho Lach","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.549","geometry":{"type":"MultiPolygon","coordinates":[[[[106.22360723960362,10.146774143273412],[106.26772691310629,10.151978002199368],[106.26207054470851,10.25130383126435],[106.29872381192611,10.256960199662128],[106.33605584335145,10.233429707127371],[106.36252764745305,10.19496640202248],[106.36252764745305,10.194287637814748],[106.39691836731154,10.116682263397232],[106.44601564500425,10.066227457289052],[106.42814152086727,10.054009701549852],[106.4043847735966,9.963281552449493],[106.38402184736461,9.975046798716871],[106.32361183287634,10.014867632237229],[106.29419871720789,10.047674568944341],[106.22360723960362,10.146774143273412]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81107,"E":"District","POPULATION":256845,"LVLID":"VNP048007000000000000","NAME":"Mo Cay","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.550","geometry":{"type":"MultiPolygon","coordinates":[[[[106.36252764745305,10.194287637814748],[106.36252764745305,10.19496640202248],[106.41185117988168,10.195645166230214],[106.43741796503963,10.24338491550746],[106.44397935238105,10.261937803852172],[106.58244725075866,10.183653665226924],[106.59081867598736,10.158765644276702],[106.54715151195653,10.141570284347456],[106.51728588681625,10.073241354102297],[106.47588127014453,10.056951013116697],[106.49126659218648,10.022334038522295],[106.44601564500425,10.066227457289052],[106.39691836731154,10.116682263397232],[106.36252764745305,10.194287637814748]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81109,"E":"District","POPULATION":173771,"LVLID":"VNP048006000000000000","NAME":"Giong Trom","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.551","geometry":{"type":"MultiPolygon","coordinates":[[[[106.44397935238105,10.261937803852172],[106.45348205128933,10.304699948939374],[106.47972760065501,10.30379492999573],[106.5365175393687,10.266462898570396],[106.67566420195404,10.224379517690926],[106.71820009230534,10.206052884082126],[106.78539774887093,10.16442201267448],[106.80010430670517,10.1098946213199],[106.74467189640693,10.106500800281232],[106.70009971343244,10.070300042535454],[106.61457542325805,10.173924711582746],[106.58244725075866,10.183653665226924],[106.44397935238105,10.261937803852172]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81111,"E":"District","POPULATION":122564,"LVLID":"VNP048008000000000000","NAME":"Binh Dai","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.552","geometry":{"type":"MultiPolygon","coordinates":[[[[106.47588127014453,10.056951013116697],[106.51728588681625,10.073241354102297],[106.54715151195653,10.141570284347456],[106.59081867598736,10.158765644276702],[106.58244725075866,10.183653665226924],[106.61457542325805,10.173924711582746],[106.70009971343244,10.070300042535454],[106.69037075978827,10.010342537519007],[106.63901093473645,9.957625184051714],[106.49126659218648,10.022334038522295],[106.47588127014453,10.056951013116697]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81113,"E":"District","POPULATION":192450,"LVLID":"VNP048002000000000000","NAME":"Ba Tri","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.553","geometry":{"type":"MultiPolygon","coordinates":[[[[106.4043847735966,9.963281552449493],[106.42814152086727,10.054009701549852],[106.44601564500425,10.066227457289052],[106.49126659218648,10.022334038522295],[106.63901093473645,9.957625184051714],[106.70055222290426,9.873458422292778],[106.67159161670764,9.838388938226554],[106.60462021487795,9.810559605709486],[106.55348664456204,9.852416731853044],[106.4774650532959,9.923913228400957],[106.4043847735966,9.963281552449493]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81115,"E":"District","POPULATION":129149,"LVLID":"VNP048005000000000000","NAME":"Thanh Phu","PROV_CODE":811}},{"type":"Feature","id":"vn_admin2.554","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05681156650996,10.034099284789674],[105.11111270312864,10.107179564488966],[105.15319608400812,10.081160269859186],[105.1672238776346,10.070978806743186],[105.11088644839273,9.99699350810025],[105.15206481032855,9.958303948259449],[105.10930266524134,9.933415927309225],[105.08826097480161,10.004007404913494],[105.05681156650996,10.034099284789674]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81301,"E":"Town","POPULATION":160345,"LVLID":"VNP054008000000000000","NAME":"Rach Gia town","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.555","geometry":{"type":"MultiPolygon","coordinates":[[[[104.78643715709619,10.516474381752184],[104.78349584552933,10.482536171365515],[104.81539776329281,10.433891403144624],[104.70928429215049,10.211935507215815],[104.7095105468864,10.211256743008082],[104.65023180607768,10.148810435896612],[104.61946116199377,10.145190360122035],[104.57850905479386,10.266010389098573],[104.5386882212735,10.286373315330573],[104.50271371826364,10.403347013796623],[104.54773841070995,10.445882904147913],[104.59344186736399,10.526655844868184],[104.68779009223893,10.536158543776452],[104.78643715709619,10.516474381752184]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81303,"E":"District","POPULATION":83780,"LVLID":"VNP054012000000000000","NAME":"Ha Tien","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.556","geometry":{"type":"MultiPolygon","coordinates":[[[[104.70928429215049,10.211935507215815],[104.81539776329281,10.433891403144624],[104.8681151167601,10.352439698216621],[105.00567799619405,10.325515384643198],[105.100026221069,10.26736791751404],[105.16971267972961,10.215781837726304],[105.11111270312864,10.107179564488966],[105.05681156650996,10.034099284789674],[104.99119769309574,10.096998101372966],[104.88960931667165,10.087495402464699],[104.80680008332818,10.197228949381591],[104.74639006883991,10.224379517690926],[104.7095105468864,10.211256743008082],[104.70928429215049,10.211935507215815]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81305,"E":"District","POPULATION":108967,"LVLID":"VNP054011000000000000","NAME":"Hon Dat","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.557","geometry":{"type":"MultiPolygon","coordinates":[[[[105.11111270312864,10.107179564488966],[105.16971267972961,10.215781837726304],[105.21021227745771,10.18071235366008],[105.23555280787976,10.206279138818037],[105.23012269421788,10.197681458853415],[105.3016191907658,10.135461406477855],[105.324018409621,10.13614017068559],[105.3685905925955,10.070300042535454],[105.30659679495585,9.971652977678204],[105.26587094249184,9.95038503250256],[105.22786014685877,9.968259156639537],[105.22921767527424,10.039076888979718],[105.15319608400812,10.081160269859186],[105.11111270312864,10.107179564488966]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81307,"E":"District","POPULATION":132824,"LVLID":"VNP054003000000000000","NAME":"Tan Hiep","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.558","geometry":{"type":"MultiPolygon","coordinates":[[[[105.10930266524134,9.933415927309225],[105.15206481032855,9.958303948259449],[105.11088644839273,9.99699350810025],[105.1672238776346,10.070978806743186],[105.15319608400812,10.081160269859186],[105.22921767527424,10.039076888979718],[105.22786014685877,9.968259156639537],[105.20704471115495,9.923686973665047],[105.25433195096038,9.872553403349134],[105.20478216379584,9.836352645603354],[105.14143083774073,9.822777361448686],[105.09753741897397,9.918709369475001],[105.10930266524134,9.933415927309225]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81309,"E":"District","POPULATION":189816,"LVLID":"VNP054001000000000000","NAME":"Chau Thanh","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.559","geometry":{"type":"MultiPolygon","coordinates":[[[[105.20478216379584,9.836352645603354],[105.25433195096038,9.872553403349134],[105.20704471115495,9.923686973665047],[105.22786014685877,9.968259156639537],[105.26587094249184,9.95038503250256],[105.30659679495585,9.971652977678204],[105.3685905925955,10.070300042535454],[105.53624535190563,9.917351841059535],[105.54371175819071,9.91011168951038],[105.52470636037417,9.854679279212155],[105.43669326810475,9.799699378385752],[105.35750411053586,9.835221371923799],[105.33148481590607,9.799925633121664],[105.2871388876675,9.796531812082996],[105.28465008557247,9.82141983303322],[105.20478216379584,9.836352645603354]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81311,"E":"District","POPULATION":186172,"LVLID":"VNP054010000000000000","NAME":"Giong Gieng","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.560","geometry":{"type":"MultiPolygon","coordinates":[[[[105.14143083774073,9.822777361448686],[105.20478216379584,9.836352645603354],[105.28465008557247,9.82141983303322],[105.2871388876675,9.796531812082996],[105.33148481590607,9.799925633121664],[105.35750411053586,9.835221371923799],[105.43669326810475,9.799699378385752],[105.41995041764731,9.751507119636683],[105.33329485379336,9.695622199866637],[105.34347631690936,9.677295566257836],[105.34325006217345,9.67412799995508],[105.41112648294678,9.649466233740768],[105.37718827256012,9.594260078178454],[105.31112188967407,9.6073828528613],[105.29867787919896,9.63362840222699],[105.3097643612586,9.640642299040234],[105.20161459749309,9.727976627101928],[105.15115979138491,9.766213677470907],[105.14143083774073,9.822777361448686]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81313,"E":"District","POPULATION":166441,"LVLID":"VNP054009000000000000","NAME":"Go Quao","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.561","geometry":{"type":"MultiPolygon","coordinates":[[[[105.09753741897397,9.918709369475001],[105.14143083774073,9.822777361448686],[105.15115979138491,9.766213677470907],[105.20161459749309,9.727976627101928],[105.14097832826891,9.656480130554012],[104.9554494448218,9.783409037400151],[104.92037996075557,9.842461523472954],[104.96630967214553,9.846081599247531],[105.04255751814758,9.931605889421936],[105.08260460640383,9.947669975671625],[105.09753741897397,9.918709369475001]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81315,"E":"District","POPULATION":160843,"LVLID":"VNP054004000000000000","NAME":"An Bien","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.562","geometry":{"type":"MultiPolygon","coordinates":[[[[104.92037996075557,9.842461523472954],[104.9554494448218,9.783409037400151],[105.14097832826891,9.656480130554012],[105.0615629159641,9.523442345838273],[105.00794054355318,9.556023027809475],[104.9640471247864,9.548104112052586],[104.92015370601965,9.558511829904496],[104.8844054577457,9.492219192282539],[104.83892825582757,9.53090875212334],[104.85453983260543,9.660326461064502],[104.90408961976996,9.841330249793398],[104.92037996075557,9.842461523472954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81317,"E":"District","POPULATION":83187,"LVLID":"VNP054007000000000000","NAME":"An Minh","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.563","geometry":{"type":"MultiPolygon","coordinates":[[[[105.0615629159641,9.523442345838273],[105.14097832826891,9.656480130554012],[105.20161459749309,9.727976627101928],[105.3097643612586,9.640642299040234],[105.29867787919896,9.63362840222699],[105.2993566434067,9.581589812967431],[105.33487863694474,9.52479987425374],[105.30410799286082,9.502174400662629],[105.29641533183985,9.44809951877987],[105.26745472564322,9.396965948463956],[105.0615629159641,9.523442345838273]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81319,"E":"District","POPULATION":98956,"LVLID":"VNP054006000000000000","NAME":"Vinh Thuan","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.564","geometry":{"type":"MultiPolygon","coordinates":[[[[103.8368460304772,10.363299925540355],[103.85472015461418,10.375291426543644],[103.92531163221845,10.357643557142577],[103.97621894779846,10.434117657880536],[104.01083592239286,10.444299120996536],[104.08255867367669,10.369182548674043],[104.08549998524353,10.243611170243371],[104.06083821902922,10.199265242004792],[104.04092780226904,10.116682263397232],[103.99522434561499,10.045185766849318],[103.9549510026228,10.233429707127371],[103.91965526382067,10.28388451323555],[103.86082903248378,10.308546279449864],[103.8368460304772,10.363299925540355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81321,"E":"District","POPULATION":51883,"LVLID":"VNP054002000000000000","NAME":"Phu Quoc","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.565","geometry":{"type":"MultiPolygon","coordinates":[]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81323,"E":"District","POPULATION":11158,"LVLID":"VNP054005000000000000","NAME":"Kien Hai","PROV_CODE":813}},{"type":"Feature","id":"vn_admin2.566","geometry":{"type":"MultiPolygon","coordinates":[[[[105.71543910274724,10.115550989717677],[105.78535181614379,10.066906221496787],[105.81906377179453,10.020071491163185],[105.79146069401338,9.982286950266026],[105.75752248362672,10.004459914385317],[105.69462366704342,9.98273945973785],[105.67335572186778,10.020071491163185],[105.68059587341693,10.077992703556431],[105.71543910274724,10.115550989717677]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81501,"E":"City","POPULATION":314742,"LVLID":"VNP057005000000000000","NAME":"Can Tho city","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.567","geometry":{"type":"MultiPolygon","coordinates":[[[[105.23012269421788,10.197681458853415],[105.23555280787976,10.206279138818037],[105.31451571071274,10.274834323799107],[105.34098751481434,10.231393414504172],[105.44845851437212,10.267820426985862],[105.43465697548154,10.297459797390218],[105.50004459415986,10.323479092019998],[105.56362217495088,10.276870616422306],[105.62946230310102,10.184332429434658],[105.60525304635853,10.200170260948436],[105.56068086338404,10.147905416952968],[105.54009168241612,10.167815833713146],[105.43284693759425,10.092925516126565],[105.3685905925955,10.070300042535454],[105.324018409621,10.13614017068559],[105.3016191907658,10.135461406477855],[105.23012269421788,10.197681458853415]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81503,"E":"District","POPULATION":345348,"LVLID":"VNP057007000000000000","NAME":"Thot Not","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.568","geometry":{"type":"MultiPolygon","coordinates":[[[[105.3685905925955,10.070300042535454],[105.43284693759425,10.092925516126565],[105.54009168241612,10.167815833713146],[105.56068086338404,10.147905416952968],[105.60525304635853,10.200170260948436],[105.62946230310102,10.184332429434658],[105.68715726075835,10.131615075967368],[105.71543910274724,10.115550989717677],[105.68059587341693,10.077992703556431],[105.67335572186778,10.020071491163185],[105.56769476019728,9.983418223945582],[105.53624535190563,9.917351841059535],[105.3685905925955,10.070300042535454]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81505,"E":"District","POPULATION":282952,"LVLID":"VNP057004000000000000","NAME":"O Mon","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.569","geometry":{"type":"MultiPolygon","coordinates":[[[[105.53624535190563,9.917351841059535],[105.56769476019728,9.983418223945582],[105.67335572186778,10.020071491163185],[105.69462366704342,9.98273945973785],[105.75752248362672,10.004459914385317],[105.79146069401338,9.982286950266026],[105.81906377179453,10.020071491163185],[105.83512785804423,9.995409724948871],[105.90142049566619,9.933415927309225],[105.87178112526183,9.869612091782288],[105.81431242234041,9.879114790690556],[105.78286301404876,9.862824449704956],[105.75842750257036,9.907170377943535],[105.72584682059916,9.919614388418646],[105.6697356460932,9.892916329581134],[105.64914646512528,9.904681575848512],[105.596429111658,9.862371940233134],[105.54371175819071,9.91011168951038],[105.53624535190563,9.917351841059535]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81507,"E":"District","POPULATION":293068,"LVLID":"VNP057001000000000000","NAME":"Chau Thanh","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.570","geometry":{"type":"MultiPolygon","coordinates":[[[[105.59326154535523,9.774132593227796],[105.63195110519604,9.829112494054199],[105.596429111658,9.862371940233134],[105.64914646512528,9.904681575848512],[105.6697356460932,9.892916329581134],[105.72584682059916,9.919614388418646],[105.75842750257036,9.907170377943535],[105.78286301404876,9.862824449704956],[105.81431242234041,9.879114790690556],[105.87178112526183,9.869612091782288],[105.8489293969348,9.749697081749394],[105.69349239336387,9.650371252684412],[105.67652328817053,9.69856351143348],[105.62855728415737,9.721641494496415],[105.59326154535523,9.774132593227796]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81509,"E":"District","POPULATION":255649,"LVLID":"VNP057003000000000000","NAME":"Phung Hiep","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.571","geometry":{"type":"MultiPolygon","coordinates":[[[[105.33329485379336,9.695622199866637],[105.41995041764731,9.751507119636683],[105.43669326810475,9.799699378385752],[105.52470636037417,9.854679279212155],[105.54371175819071,9.91011168951038],[105.596429111658,9.862371940233134],[105.63195110519604,9.829112494054199],[105.59326154535523,9.774132593227796],[105.55004689079621,9.763498620639973],[105.51882373724048,9.718021418721838],[105.47176275217096,9.684988227278813],[105.39687243458438,9.69607470933846],[105.34347631690936,9.677295566257836],[105.33329485379336,9.695622199866637]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81511,"E":"District","POPULATION":153787,"LVLID":"VNP057002000000000000","NAME":"Vi Thanh","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.572","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34325006217345,9.67412799995508],[105.34347631690936,9.677295566257836],[105.39687243458438,9.69607470933846],[105.47176275217096,9.684988227278813],[105.51882373724048,9.718021418721838],[105.55004689079621,9.763498620639973],[105.59326154535523,9.774132593227796],[105.62855728415737,9.721641494496415],[105.67652328817053,9.69856351143348],[105.69349239336387,9.650371252684412],[105.67471325028325,9.632723383283345],[105.5821750632956,9.61168169284361],[105.55117816447577,9.582947341382898],[105.48103919634332,9.582042322439253],[105.43556199442519,9.597880153953032],[105.37718827256012,9.594260078178454],[105.41112648294678,9.649466233740768],[105.34325006217345,9.67412799995508]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81513,"E":"District","POPULATION":176827,"LVLID":"VNP057006000000000000","NAME":"Long My","PROV_CODE":815}},{"type":"Feature","id":"vn_admin2.573","geometry":{"type":"MultiPolygon","coordinates":[[[[106.32361183287634,10.014867632237229],[106.38402184736461,9.975046798716871],[106.31931299289403,9.945633683048426],[106.31003654872167,9.959887731410825],[106.32361183287634,10.014867632237229]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81701,"E":"Town","POPULATION":17542,"LVLID":"VNP006003000000000000","NAME":"Tra Vinh town","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.574","geometry":{"type":"MultiPolygon","coordinates":[[[[106.11681500425357,9.935452219932424],[106.13582040207011,9.958303948259449],[106.13944047784469,10.020750255370917],[106.21433079543127,10.005817442800783],[106.24600645845882,10.078897722500075],[106.29419871720789,10.047674568944341],[106.32361183287634,10.014867632237229],[106.31003654872167,9.959887731410825],[106.22496476801909,9.887259961183355],[106.16681730088993,9.8861286875038],[106.1702111219286,9.858751864458554],[106.14668062939384,9.8637294686486],[106.143739317827,9.917125586323625],[106.11681500425357,9.935452219932424]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81703,"E":"District","POPULATION":132319,"LVLID":"VNP006006000000000000","NAME":"Cang Long","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.575","geometry":{"type":"MultiPolygon","coordinates":[[[[106.22496476801909,9.887259961183355],[106.31003654872167,9.959887731410825],[106.31931299289403,9.945633683048426],[106.38402184736461,9.975046798716871],[106.4043847735966,9.963281552449493],[106.4774650532959,9.923913228400957],[106.55348664456204,9.852416731853044],[106.52067970785492,9.826171182487354],[106.44850444709928,9.858751864458554],[106.38470061157234,9.846760363455266],[106.3819855547414,9.812595898332686],[106.34759483488291,9.791554207892952],[106.31229909608078,9.792006717364774],[106.27338328150407,9.846307853983443],[106.23989758058923,9.846534108719354],[106.22496476801909,9.887259961183355]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81705,"E":"District","POPULATION":210942,"LVLID":"VNP006007000000000000","NAME":"Chau Thanh","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.576","geometry":{"type":"MultiPolygon","coordinates":[[[[105.95640039649258,9.919614388418646],[105.99079111635108,9.90015648113029],[106.092832002247,9.955362636692604],[106.11681500425357,9.935452219932424],[106.143739317827,9.917125586323625],[106.14668062939384,9.8637294686486],[106.1702111219286,9.858751864458554],[106.10482350325029,9.779788961625574],[106.11455245689446,9.748113298598017],[106.07812544441278,9.771870045868685],[105.98400347427375,9.881377338049667],[105.95640039649258,9.919614388418646]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81707,"E":"District","POPULATION":201674,"LVLID":"VNP006008000000000000","NAME":"Cau Ke","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.577","geometry":{"type":"MultiPolygon","coordinates":[[[[106.10482350325029,9.779788961625574],[106.1702111219286,9.858751864458554],[106.16681730088993,9.8861286875038],[106.22496476801909,9.887259961183355],[106.23989758058923,9.846534108719354],[106.27338328150407,9.846307853983443],[106.31229909608078,9.792006717364774],[106.1926103407838,9.736348052330639],[106.13898796837286,9.72254651344006],[106.11455245689446,9.748113298598017],[106.10482350325029,9.779788961625574]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81709,"E":"District","POPULATION":106877,"LVLID":"VNP006004000000000000","NAME":"Tieu Can","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.578","geometry":{"type":"MultiPolygon","coordinates":[[[[106.34759483488291,9.791554207892952],[106.3819855547414,9.812595898332686],[106.38470061157234,9.846760363455266],[106.44850444709928,9.858751864458554],[106.52067970785492,9.826171182487354],[106.52181098153449,9.76870247956593],[106.5464727477488,9.745398241767083],[106.48877779009146,9.695395945130725],[106.40574230201207,9.67593803784237],[106.40890986831484,9.73250172182015],[106.36433768534035,9.725940334478727],[106.32881569180229,9.761236073280863],[106.34759483488291,9.791554207892952]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81711,"E":"District","POPULATION":117590,"LVLID":"VNP006005000000000000","NAME":"Cau Ngang","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.579","geometry":{"type":"MultiPolygon","coordinates":[[[[106.13898796837286,9.72254651344006],[106.1926103407838,9.736348052330639],[106.31229909608078,9.792006717364774],[106.34759483488291,9.791554207892952],[106.32881569180229,9.761236073280863],[106.36433768534035,9.725940334478727],[106.40890986831484,9.73250172182015],[106.40574230201207,9.67593803784237],[106.4064210662198,9.628877052772856],[106.27768212148638,9.59946393710441],[106.23605125007873,9.628650798036945],[106.13898796837286,9.72254651344006]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81713,"E":"District","POPULATION":207354,"LVLID":"VNP006001000000000000","NAME":"Tra Cu","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.580","geometry":{"type":"MultiPolygon","coordinates":[[[[106.27768212148638,9.59946393710441],[106.4064210662198,9.628877052772856],[106.40574230201207,9.67593803784237],[106.48877779009146,9.695395945130725],[106.5464727477488,9.745398241767083],[106.57249204237857,9.739289363897482],[106.58380477917413,9.682951934655614],[106.538327577256,9.57706471824921],[106.4754287606727,9.539958941559785],[106.38311682842097,9.52660991214103],[106.3491786180343,9.570729585643697],[106.30302265190842,9.584531124534276],[106.27768212148638,9.59946393710441]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81715,"E":"District","POPULATION":61174,"LVLID":"VNP006002000000000000","NAME":"Duyen Hai","PROV_CODE":817}},{"type":"Feature","id":"vn_admin2.581","geometry":{"type":"MultiPolygon","coordinates":[[[[105.93286990395784,9.580911048759699],[105.96205676489036,9.641321063247968],[105.9871710405765,9.653538818987169],[106.04577101717749,9.628198288565123],[106.01907295833996,9.577517227721032],[105.97065444485499,9.556249282545386],[105.93286990395784,9.580911048759699]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81901,"E":"Town","POPULATION":122175,"LVLID":"VNP056003000000000000","NAME":"Soc Trang town","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.582","geometry":{"type":"MultiPolygon","coordinates":[[[[105.8489293969348,9.749697081749394],[105.87178112526183,9.869612091782288],[105.90142049566619,9.933415927309225],[105.98400347427375,9.881377338049667],[106.07812544441278,9.771870045868685],[106.02450307200183,9.756032214354907],[106.02653936462504,9.712817559795882],[106.00052006999526,9.708744974549482],[105.97766834166823,9.733859250235616],[105.8489293969348,9.749697081749394]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81903,"E":"District","POPULATION":156433,"LVLID":"VNP056004000000000000","NAME":"Ke Sach","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.583","geometry":{"type":"MultiPolygon","coordinates":[[[[105.9871710405765,9.653538818987169],[106.00052006999526,9.708744974549482],[106.02653936462504,9.712817559795882],[106.02450307200183,9.756032214354907],[106.07812544441278,9.771870045868685],[106.11455245689446,9.748113298598017],[106.13898796837286,9.72254651344006],[106.23605125007873,9.628650798036945],[106.27768212148638,9.59946393710441],[106.30302265190842,9.584531124534276],[106.27655084780683,9.523216091102363],[106.21433079543127,9.472987539730093],[106.17383119770318,9.416423855752313],[106.14464433677064,9.398775986351247],[106.0808405012437,9.443574424061648],[106.10482350325029,9.471403756578715],[106.10007215379615,9.551497933091252],[106.06070382974761,9.581589812967431],[106.01907295833996,9.577517227721032],[106.04577101717749,9.628198288565123],[105.9871710405765,9.653538818987169]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81905,"E":"District","POPULATION":414746,"LVLID":"VNP056002000000000000","NAME":"Long Phu","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.584","geometry":{"type":"MultiPolygon","coordinates":[[[[105.67471325028325,9.632723383283345],[105.69349239336387,9.650371252684412],[105.8489293969348,9.749697081749394],[105.97766834166823,9.733859250235616],[106.00052006999526,9.708744974549482],[105.9871710405765,9.653538818987169],[105.96205676489036,9.641321063247968],[105.93286990395784,9.580911048759699],[105.87698498418779,9.52072728900734],[105.83761666013925,9.519143505855963],[105.77403907934823,9.553534225714452],[105.68874104390973,9.532492535274718],[105.67471325028325,9.632723383283345]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81907,"E":"District","POPULATION":191625,"LVLID":"VNP056006000000000000","NAME":"My Tu","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.585","geometry":{"type":"MultiPolygon","coordinates":[[[[105.83761666013925,9.519143505855963],[105.87698498418779,9.52072728900734],[105.93286990395784,9.580911048759699],[105.97065444485499,9.556249282545386],[106.01907295833996,9.577517227721032],[106.06070382974761,9.581589812967431],[106.10007215379615,9.551497933091252],[106.10482350325029,9.471403756578715],[106.0808405012437,9.443574424061648],[106.04147217719517,9.447420754572137],[105.93513245131695,9.39764471267169],[105.92924982818326,9.372982946457379],[105.86340970003312,9.357597624415423],[105.84621434010387,9.402169807389912],[105.81906377179453,9.372982946457379],[105.77132402251729,9.408052430523602],[105.78263675931285,9.48022769127925],[105.83761666013925,9.519143505855963]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81909,"E":"District","POPULATION":180328,"LVLID":"VNP056005000000000000","NAME":"My Xuyen","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.586","geometry":{"type":"MultiPolygon","coordinates":[[[[105.55117816447577,9.582947341382898],[105.5821750632956,9.61168169284361],[105.67471325028325,9.632723383283345],[105.68874104390973,9.532492535274718],[105.77403907934823,9.553534225714452],[105.83761666013925,9.519143505855963],[105.78263675931285,9.48022769127925],[105.77132402251729,9.408052430523602],[105.70955647961355,9.375019239080578],[105.66136422086448,9.382259390629734],[105.60344300847125,9.421401459942357],[105.5842113559188,9.410314977882713],[105.54936812658848,9.449004537723514],[105.55932333496857,9.549687895203963],[105.55117816447577,9.582947341382898]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81911,"E":"District","POPULATION":142023,"LVLID":"VNP056007000000000000","NAME":"Thanh Tri","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.587","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81566995075588,9.335877169767954],[105.86340970003312,9.357597624415423],[105.92924982818326,9.372982946457379],[105.93513245131695,9.39764471267169],[106.04147217719517,9.447420754572137],[106.0808405012437,9.443574424061648],[106.14464433677064,9.398775986351247],[106.17383119770318,9.416423855752313],[106.19985049233296,9.375924258024222],[106.13785669469331,9.334745896088398],[106.11364743795082,9.338592226598887],[105.8324128012133,9.23994516174164],[105.81566995075588,9.335877169767954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":81913,"E":"District","POPULATION":137630,"LVLID":"VNP056001000000000000","NAME":"Vinh Chau","PROV_CODE":819}},{"type":"Feature","id":"vn_admin2.588","geometry":{"type":"MultiPolygon","coordinates":[[[[105.81566995075588,9.335877169767954],[105.8324128012133,9.23994516174164],[105.73331322688422,9.195146724031236],[105.71272404591632,9.268227003730528],[105.68647849655062,9.302391468853108],[105.7348970100356,9.31868180983871],[105.75073484154937,9.297640119398976],[105.81566995075588,9.335877169767954]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82101,"E":"Town","POPULATION":113433,"LVLID":"VNP013004000000000000","NAME":"Bac Lieu town","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.589","geometry":{"type":"MultiPolygon","coordinates":[[[[105.26745472564322,9.396965948463956],[105.29641533183985,9.44809951877987],[105.30410799286082,9.502174400662629],[105.33487863694474,9.52479987425374],[105.2993566434067,9.581589812967431],[105.29867787919896,9.63362840222699],[105.31112188967407,9.6073828528613],[105.37718827256012,9.594260078178454],[105.43556199442519,9.597880153953032],[105.48103919634332,9.582042322439253],[105.55117816447577,9.582947341382898],[105.55932333496857,9.549687895203963],[105.54936812658848,9.449004537723514],[105.5842113559188,9.410314977882713],[105.51701369935319,9.321396866669643],[105.40705389770038,9.349678708658532],[105.34347631690936,9.283838580508396],[105.29799911499123,9.27637217422333],[105.25184314886536,9.32908952769062],[105.3013929360299,9.384295683252933],[105.26745472564322,9.396965948463956]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82103,"E":"District","POPULATION":357026,"LVLID":"VNP013001000000000000","NAME":"Hong Dan","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.590","geometry":{"type":"MultiPolygon","coordinates":[[[[105.51701369935319,9.321396866669643],[105.5842113559188,9.410314977882713],[105.60344300847125,9.421401459942357],[105.66136422086448,9.382259390629734],[105.70955647961355,9.375019239080578],[105.77132402251729,9.408052430523602],[105.81906377179453,9.372982946457379],[105.84621434010387,9.402169807389912],[105.86340970003312,9.357597624415423],[105.81566995075588,9.335877169767954],[105.75073484154937,9.297640119398976],[105.7348970100356,9.31868180983871],[105.68647849655062,9.302391468853108],[105.71272404591632,9.268227003730528],[105.73331322688422,9.195146724031236],[105.58353259171106,9.131795397976123],[105.5495943813244,9.280444759469729],[105.51791871829684,9.283838580508396],[105.51701369935319,9.321396866669643]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82105,"E":"District","POPULATION":179937,"LVLID":"VNP013002000000000000","NAME":"Vinh Loi","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.591","geometry":{"type":"MultiPolygon","coordinates":[[[[105.25908330041452,9.239492652269817],[105.29799911499123,9.27637217422333],[105.34347631690936,9.283838580508396],[105.40705389770038,9.349678708658532],[105.51701369935319,9.321396866669643],[105.51791871829684,9.283838580508396],[105.5495943813244,9.280444759469729],[105.58353259171106,9.131795397976123],[105.50705849097311,9.1007984991563],[105.42108169132688,9.01007035005594],[105.39800370826394,9.063240212995053],[105.33962998639888,9.062787703523231],[105.25863079094269,9.088354488681187],[105.25727326252722,9.132021652712034],[105.2853288497802,9.159172221021368],[105.23668408155932,9.211210810280926],[105.25908330041452,9.239492652269817]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82107,"E":"District","POPULATION":223558,"LVLID":"VNP013003000000000000","NAME":"Gia Rai","PROV_CODE":821}},{"type":"Feature","id":"vn_admin2.592","geometry":{"type":"MultiPolygon","coordinates":[[[[105.12310420413193,9.205101932411326],[105.1753690481274,9.261213106917284],[105.25908330041452,9.239492652269817],[105.23668408155932,9.211210810280926],[105.2853288497802,9.159172221021368],[105.25727326252722,9.132021652712034],[105.25863079094269,9.088354488681187],[105.17808410495833,9.082245610811588],[105.16269878291638,9.098083442325366],[105.10115749474855,9.158267202077724],[105.12310420413193,9.205101932411326]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82301,"E":"Town","POPULATION":154958,"LVLID":"VNP008002000000000000","NAME":"Ca Mau town","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.593","geometry":{"type":"MultiPolygon","coordinates":[[[[104.9640471247864,9.548104112052586],[105.00794054355318,9.556023027809475],[105.0615629159641,9.523442345838273],[105.26745472564322,9.396965948463956],[105.3013929360299,9.384295683252933],[105.25184314886536,9.32908952769062],[105.29799911499123,9.27637217422333],[105.25908330041452,9.239492652269817],[105.1753690481274,9.261213106917284],[105.12310420413193,9.205101932411326],[105.09052352216072,9.198766799805815],[105.04595133918623,9.327505744539243],[105.0715181243442,9.338592226598887],[105.01608571404597,9.498101815416227],[104.9640471247864,9.548104112052586]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82303,"E":"District","POPULATION":122720,"LVLID":"VNP008003000000000000","NAME":"Thoi Binh","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.594","geometry":{"type":"MultiPolygon","coordinates":[[[[104.83892825582757,9.53090875212334],[104.8844054577457,9.492219192282539],[104.92015370601965,9.558511829904496],[104.9640471247864,9.548104112052586],[105.01608571404597,9.498101815416227],[105.0715181243442,9.338592226598887],[105.04595133918623,9.327505744539243],[105.09052352216072,9.198766799805815],[105.02196833717966,9.182476458820213],[104.99708031622943,9.237003850174794],[104.93372899017432,9.237456359646616],[104.93372899017432,9.277277193166974],[104.82490046220107,9.270715805825551],[104.83892825582757,9.53090875212334]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82305,"E":"District","POPULATION":31504,"LVLID":"VNP008006000000000000","NAME":"U Minh","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.595","geometry":{"type":"MultiPolygon","coordinates":[[[[104.82490046220107,9.270715805825551],[104.93372899017432,9.277277193166974],[104.93372899017432,9.237456359646616],[104.99708031622943,9.237003850174794],[105.02196833717966,9.182476458820213],[105.09052352216072,9.198766799805815],[105.12310420413193,9.205101932411326],[105.10115749474855,9.158267202077724],[105.02581466769014,9.065955269825986],[104.9640471247864,9.027491964721095],[104.97219229527921,8.995363792221717],[104.92965640492793,9.006224019545451],[104.86177998415458,8.979299705972027],[104.8090626306873,8.976132139669271],[104.80996764963093,9.17365252411968],[104.82490046220107,9.270715805825551]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82307,"E":"District","POPULATION":163470,"LVLID":"VNP008001000000000000","NAME":"Tran Van Thoi","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.596","geometry":{"type":"MultiPolygon","coordinates":[[[[104.8090626306873,8.976132139669271],[104.86177998415458,8.979299705972027],[104.92965640492793,9.006224019545451],[104.97219229527921,8.995363792221717],[104.9640471247864,9.027491964721095],[105.02581466769014,9.065955269825986],[105.10115749474855,9.158267202077724],[105.16269878291638,9.098083442325366],[105.12649802517059,9.017310501605095],[105.0959536358226,8.903730624177713],[105.05432276441495,8.8688873948474],[104.90770969554454,8.80825112562322],[104.87286646621423,8.761642650025529],[104.82082787695467,8.748972384814506],[104.78575839288845,8.813002475077353],[104.80476379070498,8.885177735833],[104.8090626306873,8.976132139669271]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82309,"E":"District","POPULATION":220512,"LVLID":"VNP008005000000000000","NAME":"Cai Nuoc","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.597","geometry":{"type":"MultiPolygon","coordinates":[[[[105.05432276441495,8.8688873948474],[105.0959536358226,8.903730624177713],[105.12649802517059,9.017310501605095],[105.16269878291638,9.098083442325366],[105.17808410495833,9.082245610811588],[105.25863079094269,9.088354488681187],[105.33962998639888,9.062787703523231],[105.39800370826394,9.063240212995053],[105.42108169132688,9.01007035005594],[105.33125856117016,8.825446485552465],[105.2504856204499,8.84671443072811],[105.06902932224916,8.843546864425354],[105.05432276441495,8.8688873948474]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82311,"E":"District","POPULATION":160588,"LVLID":"VNP008004000000000000","NAME":"Dam Doi","PROV_CODE":823}},{"type":"Feature","id":"vn_admin2.598","geometry":{"type":"MultiPolygon","coordinates":[[[[104.82082787695467,8.748972384814506],[104.87286646621423,8.761642650025529],[104.90770969554454,8.80825112562322],[105.05432276441495,8.8688873948474],[105.06902932224916,8.843546864425354],[105.2504856204499,8.84671443072811],[105.33125856117016,8.825446485552465],[105.26994352773825,8.758475083722773],[105.18803931333842,8.731777024885261],[105.11111270312864,8.627247336894323],[104.95816450165272,8.579281332881166],[104.85476608734135,8.563217246631476],[104.72670590681564,8.597607966489965],[104.72353834051289,8.631546176876634],[104.75973909825866,8.617292128514233],[104.80861012121547,8.64466895155948],[104.80023869598676,8.67724963353068],[104.83621319899663,8.72747818490295],[104.82082787695467,8.748972384814506]]]]},"geometry_name":"the_geom","properties":{"DISTRICT_C":82313,"E":"District","POPULATION":121279,"LVLID":"VNP008007000000000000","NAME":"Ngoc Hien","PROV_CODE":823}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[102.1501169742598,8.563217246631476,109.47307775675914,23.390595109830883]}
\ No newline at end of file

=== added file 'resources/geojson/vn_admin3_cantho'
--- resources/geojson/vn_admin3_cantho	1970-01-01 00:00:00 +0000
+++ resources/geojson/vn_admin3_cantho	2009-09-10 07:33:50 +0000
@@ -0,0 +1,1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","id":"vn_admin3_cantho.9674","geometry":{"type":"MultiPolygon","coordinates":[[[[105.69924148479832,10.083515870015296],[105.71543267603789,10.115637287253707],[105.73617373951787,10.097244910940226],[105.73374562814767,10.092014259810975],[105.74120015698047,10.083992415237484],[105.73191887146261,10.071579546830975],[105.70989567440866,10.070274720627367],[105.69924148479832,10.083515870015296]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150101,"COMMUNE_E":"Tra Noc ward","E":"Ward","POPULATION":11638,"LVLID":"VNP057005001000000000","NAME":"Tra Noc ward"}},{"type":"Feature","id":"vn_admin3_cantho.9675","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73191887146261,10.071579546830975],[105.74120015698047,10.083992415237484],[105.75823097551627,10.075959224349177],[105.74894968999841,10.059983613091076],[105.73191887146261,10.071579546830975]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150103,"COMMUNE_E":"Binh Thuy ward","E":"Ward","POPULATION":13621,"LVLID":"VNP057005012000000000","NAME":"Binh Thuy ward"}},{"type":"Feature","id":"vn_admin3_cantho.9676","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73374562814767,10.092014259810975],[105.73617373951787,10.097244910940226],[105.77977762734804,10.07108030897916],[105.77243656166338,10.061969218183524],[105.77700912653341,10.050464054962136],[105.7634502803307,10.040989882092454],[105.75694884194229,10.044541278629232],[105.74894968999841,10.059983613091076],[105.75823097551627,10.075959224349177],[105.74120015698047,10.083992415237484],[105.73374562814767,10.092014259810975]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150105,"COMMUNE_E":"An Thoi ward","E":"Ward","POPULATION":17401,"LVLID":"VNP057005022000000000","NAME":"An Thoi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9677","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77243656166338,10.061969218183524],[105.77977762734804,10.07108030897916],[105.80843841856817,10.038970238055562],[105.79745518582824,10.033569392204102],[105.79472072395806,10.036145005666878],[105.79009142751396,10.040002752703636],[105.78328363862556,10.04428031338851],[105.77700912653341,10.050464054962136],[105.77243656166338,10.061969218183524]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150107,"COMMUNE_E":"Cai Khe ward","E":"Ward","POPULATION":15753,"LVLID":"VNP057005021000000000","NAME":"Cai Khe ward"}},{"type":"Feature","id":"vn_admin3_cantho.9678","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7634502803307,10.040989882092454],[105.77700912653341,10.050464054962136],[105.78328363862556,10.04428031338851],[105.77776932962595,10.038516385463003],[105.77801894855186,10.036496741426113],[105.77403639205215,10.03518056890769],[105.77401369942253,10.035169222592875],[105.7634502803307,10.040989882092454]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150109,"COMMUNE_E":"An Hoa ward","E":"Ward","POPULATION":17665,"LVLID":"VNP057005020000000000","NAME":"An Hoa ward"}},{"type":"Feature","id":"vn_admin3_cantho.9679","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77776932962595,10.038516385463003],[105.78328363862556,10.04428031338851],[105.79009142751396,10.040002752703636],[105.78595002260684,10.038402922314862],[105.78216035345898,10.037075403481627],[105.77801894855186,10.036496741426113],[105.77776932962595,10.038516385463003]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150111,"COMMUNE_E":"Thoi Binh ward","E":"Ward","POPULATION":20121,"LVLID":"VNP057005019000000000","NAME":"Thoi Binh ward"}},{"type":"Feature","id":"vn_admin3_cantho.9680","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77403639205215,10.03518056890769],[105.77801894855186,10.036496741426113],[105.78216035345898,10.037075403481627],[105.78179727138493,10.035396148889156],[105.77973224208878,10.028849325241481],[105.77403639205215,10.03518056890769]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150113,"COMMUNE_E":"An Nghiep ward","E":"Ward","POPULATION":8410,"LVLID":"VNP057005018000000000","NAME":"An Nghiep ward"}},{"type":"Feature","id":"vn_admin3_cantho.9681","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78179727138493,10.035396148889156],[105.78216035345898,10.037075403481627],[105.78595002260684,10.038402922314862],[105.79146433160645,10.031606479741281],[105.78716407829194,10.028236624241526],[105.78179727138493,10.035396148889156]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150115,"COMMUNE_E":"An Cu ward","E":"Ward","POPULATION":20012,"LVLID":"VNP057005017000000000","NAME":"An Cu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9682","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78595002260684,10.038402922314862],[105.79009142751396,10.040002752703636],[105.79472072395806,10.036145005666878],[105.79146433160645,10.031606479741281],[105.78595002260684,10.038402922314862]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150117,"COMMUNE_E":"An Hoi ward","E":"Ward","POPULATION":12366,"LVLID":"VNP057005016000000000","NAME":"An Hoi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9683","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78716407829194,10.028236624241526],[105.79146433160645,10.031606479741281],[105.79472072395806,10.036145005666878],[105.79745518582824,10.033569392204102],[105.78981911595842,10.021814610056806],[105.78716407829194,10.028236624241526]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150119,"COMMUNE_E":"Tan An ward","E":"Ward","POPULATION":11517,"LVLID":"VNP057005015000000000","NAME":"Tan An ward"}},{"type":"Feature","id":"vn_admin3_cantho.9684","geometry":{"type":"MultiPolygon","coordinates":[[[[105.78459981114398,10.025808512871333],[105.78716407829194,10.028236624241526],[105.78981911595842,10.021814610056806],[105.7850990489958,10.02133806483462],[105.78459981114398,10.025808512871333]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150121,"COMMUNE_E":"An Lac ward","E":"Ward","POPULATION":16090,"LVLID":"VNP057005014000000000","NAME":"An Lac ward"}},{"type":"Feature","id":"vn_admin3_cantho.9685","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77973224208878,10.028849325241481],[105.78179727138493,10.035396148889156],[105.78716407829194,10.028236624241526],[105.78459981114398,10.025808512871333],[105.77973224208878,10.028849325241481]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150123,"COMMUNE_E":"An Phu ward","E":"Ward","POPULATION":11639,"LVLID":"VNP057005013000000000","NAME":"An Phu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9686","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77401369942253,10.035169222592875],[105.77403639205215,10.03518056890769],[105.77973224208878,10.028849325241481],[105.78459981114398,10.025808512871333],[105.7850990489958,10.02133806483462],[105.77914223371845,10.01580106320539],[105.77040557131167,10.020611900686523],[105.77401369942253,10.035169222592875]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150125,"COMMUNE_E":"Xuan Khanh ward","E":"Ward","POPULATION":24000,"LVLID":"VNP057005002000000000","NAME":"Xuan Khanh ward"}},{"type":"Feature","id":"vn_admin3_cantho.9687","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77040557131167,10.020611900686523],[105.77914223371845,10.01580106320539],[105.77699778021861,10.008709616446646],[105.76009177114575,10.005543994613543],[105.77040557131167,10.020611900686523]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150127,"COMMUNE_E":"Hung Loi ward","E":"Ward","POPULATION":14796,"LVLID":"VNP057005011000000000","NAME":"Hung Loi ward"}},{"type":"Feature","id":"vn_admin3_cantho.9688","geometry":{"type":"MultiPolygon","coordinates":[[[[105.77699778021861,10.008709616446646],[105.77914223371845,10.01580106320539],[105.7850990489958,10.02133806483462],[105.78981911595842,10.021814610056806],[105.79745518582824,10.033569392204102],[105.80843841856817,10.038970238055562],[105.81901318397482,10.01997650705694],[105.80186890229088,10.01525644009432],[105.79577593123577,9.988501829762926],[105.77699778021861,10.008709616446646]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150129,"COMMUNE_E":"Hung Phu ward","E":"Ward","POPULATION":14497,"LVLID":"VNP057005010000000000","NAME":"Hung Phu ward"}},{"type":"Feature","id":"vn_admin3_cantho.9689","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70989567440866,10.070274720627367],[105.73191887146261,10.071579546830975],[105.74894968999841,10.059983613091076],[105.75694884194229,10.044541278629232],[105.74846179846142,10.029427987296994],[105.72820862651844,10.046345342684658],[105.71082607222341,10.042986833499716],[105.71295917940843,10.051462530665768],[105.70989567440866,10.070274720627367]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150131,"COMMUNE_E":"Long Hoa","E":"Commune","POPULATION":14310,"LVLID":"VNP057005009000000000","NAME":"Long Hoa"}},{"type":"Feature","id":"vn_admin3_cantho.9690","geometry":{"type":"MultiPolygon","coordinates":[[[[105.66590601187481,10.08446896045967],[105.69924148479832,10.083515870015296],[105.70989567440866,10.070274720627367],[105.71295917940843,10.051462530665768],[105.67793310557764,10.05055482548065],[105.66590601187481,10.08446896045967]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150133,"COMMUNE_E":"Thoi An Dong","E":"Commune","POPULATION":8328,"LVLID":"VNP057005008000000000","NAME":"Thoi An Dong"}},{"type":"Feature","id":"vn_admin3_cantho.9691","geometry":{"type":"MultiPolygon","coordinates":[[[[105.6676760369858,10.034125361629988],[105.67793310557764,10.05055482548065],[105.71295917940843,10.051462530665768],[105.71082607222341,10.042986833499716],[105.70746756303846,10.013645263390732],[105.70777391353845,10.010059827909512],[105.68690804059551,10.00943578059474],[105.67341727228167,10.01997650705694],[105.6676760369858,10.034125361629988]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150135,"COMMUNE_E":"Giai Xuan","E":"Commune","POPULATION":17011,"LVLID":"VNP057005007000000000","NAME":"Giai Xuan"}},{"type":"Feature","id":"vn_admin3_cantho.9692","geometry":{"type":"MultiPolygon","coordinates":[[[[105.70746756303846,10.013645263390732],[105.71082607222341,10.042986833499716],[105.72820862651844,10.046345342684658],[105.74846179846142,10.029427987296994],[105.7452054061098,10.015744331631321],[105.7183713715747,10.002832225372998],[105.70777391353845,10.010059827909512],[105.70746756303846,10.013645263390732]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150137,"COMMUNE_E":"Long Tuyen","E":"Commune","POPULATION":14482,"LVLID":"VNP057005006000000000","NAME":"Long Tuyen"}},{"type":"Feature","id":"vn_admin3_cantho.9693","geometry":{"type":"MultiPolygon","coordinates":[[[[105.7183713715747,10.002832225372998],[105.7452054061098,10.015744331631321],[105.74846179846142,10.029427987296994],[105.75694884194229,10.044541278629232],[105.7634502803307,10.040989882092454],[105.77401369942253,10.035169222592875],[105.77040557131167,10.020611900686523],[105.76009177114575,10.005543994613543],[105.75757288925705,10.004568211539539],[105.74478559246168,9.990884555873864],[105.73446044598096,9.99098667270719],[105.7183713715747,10.002832225372998]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150139,"COMMUNE_E":"An Binh","E":"Commune","POPULATION":15215,"LVLID":"VNP057005005000000000","NAME":"An Binh"}},{"type":"Feature","id":"vn_admin3_cantho.9694","geometry":{"type":"MultiPolygon","coordinates":[[[[105.68690804059551,10.00943578059474],[105.70777391353845,10.010059827909512],[105.7183713715747,10.002832225372998],[105.73446044598096,9.99098667270719],[105.69457814940976,9.982817326041117],[105.68690804059551,10.00943578059474]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150141,"COMMUNE_E":"My Khanh","E":"Commune","POPULATION":10480,"LVLID":"VNP057005004000000000","NAME":"My Khanh"}},{"type":"Feature","id":"vn_admin3_cantho.9695","geometry":{"type":"MultiPolygon","coordinates":[[[[105.75757288925705,10.004568211539539],[105.76009177114575,10.005543994613543],[105.77699778021861,10.008709616446646],[105.79577593123577,9.988501829762926],[105.77742894018154,9.98299886707814],[105.75757288925705,10.004568211539539]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150143,"COMMUNE_E":"Hung Thanh","E":"Commune","POPULATION":5390,"LVLID":"VNP057005003000000000","NAME":"Hung Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9696","geometry":{"type":"MultiPolygon","coordinates":[[[[105.50003423560906,10.262628795668974],[105.52984100462542,10.28367620964893],[105.54967436292027,10.264727863909561],[105.50003423560906,10.262628795668974]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150301,"COMMUNE_E":"Thot Not town","E":"Town","POPULATION":20150,"LVLID":"VNP057007009000000000","NAME":"Thot Not town"}},{"type":"Feature","id":"vn_admin3_cantho.9697","geometry":{"type":"MultiPolygon","coordinates":[[[[105.28633774240234,10.249444377855115],[105.31191233599307,10.213680793561412],[105.29914773182733,10.1981023033218],[105.32951047026958,10.162758532676216],[105.32391673706628,10.136230848641102],[105.3015531505679,10.135447952918936],[105.230116752499,10.197682489673683],[105.26581225890382,10.243476216262955],[105.28633774240234,10.249444377855115]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150303,"COMMUNE_E":"Thanh Thang","E":"Commune","POPULATION":23700,"LVLID":"VNP057007010000000000","NAME":"Thanh Thang"}},{"type":"Feature","id":"vn_admin3_cantho.9698","geometry":{"type":"MultiPolygon","coordinates":[[[[105.34095890191689,10.231324313097168],[105.36478616302628,10.193484353192506],[105.37822019976605,10.190840661840845],[105.39449081520931,10.16038715288009],[105.37614382415508,10.15887809300983],[105.35047846004584,10.133053880493184],[105.35830741726748,10.096371244699549],[105.32391673706628,10.136230848641102],[105.32951047026958,10.162758532676216],[105.29914773182733,10.1981023033218],[105.31191233599307,10.213680793561412],[105.28633774240234,10.249444377855115],[105.31456737365954,10.274894161982898],[105.34095890191689,10.231324313097168]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150305,"COMMUNE_E":"Thanh An","E":"Commune","POPULATION":33174,"LVLID":"VNP057007008000000000","NAME":"Thanh An"}},{"type":"Feature","id":"vn_admin3_cantho.9699","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43360156237314,10.261891285206064],[105.45032603040896,10.231290274152727],[105.4533554964643,10.227387141856713],[105.4377883525395,10.20648722996934],[105.42526202098486,10.21865047944994],[105.40684695204175,10.210118050709818],[105.41813653528166,10.163064883176194],[105.39449081520931,10.16038715288009],[105.37822019976605,10.190840661840845],[105.36478616302628,10.193484353192506],[105.34095890191689,10.231324313097168],[105.43360156237314,10.261891285206064]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150307,"COMMUNE_E":"Thanh Quoi","E":"Commune","POPULATION":25476,"LVLID":"VNP057007003000000000","NAME":"Thanh Quoi"}},{"type":"Feature","id":"vn_admin3_cantho.9700","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48257225711033,10.308377136998988],[105.49150180686894,10.282382729760133],[105.46724338579662,10.267087897390873],[105.45032603040896,10.231290274152727],[105.43360156237314,10.261891285206064],[105.44847658109428,10.267848100483409],[105.43467946228047,10.297450635833115],[105.48257225711033,10.308377136998988]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150309,"COMMUNE_E":"Vinh Trinh","E":"Commune","POPULATION":20795,"LVLID":"VNP057007002000000000","NAME":"Vinh Trinh"}},{"type":"Feature","id":"vn_admin3_cantho.9701","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45032603040896,10.231290274152727],[105.46724338579662,10.267087897390873],[105.49150180686894,10.282382729760133],[105.48257225711033,10.308377136998988],[105.49993211877573,10.323422350442343],[105.51688351310784,10.307480778128683],[105.52984100462542,10.28367620964893],[105.50003423560906,10.262628795668974],[105.45955058435274,10.227648107097435],[105.4533554964643,10.227387141856713],[105.45032603040896,10.231290274152727]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150311,"COMMUNE_E":"Thoi Thuan","E":"Commune","POPULATION":28381,"LVLID":"VNP057007001000000000","NAME":"Thoi Thuan"}},{"type":"Feature","id":"vn_admin3_cantho.9702","geometry":{"type":"MultiPolygon","coordinates":[[[[105.62938222448857,10.18442999397094],[105.60521457393477,10.20025810313646],[105.57875496778854,10.23468282228211],[105.54967436292027,10.264727863909561],[105.52984100462542,10.28367620964893],[105.51688351310784,10.307480778128683],[105.54586200114278,10.291437088981699],[105.59735157776868,10.24516681717024],[105.62150788200766,10.210220167543143],[105.62938222448857,10.18442999397094]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150313,"COMMUNE_E":"Tan Loc","E":"Commune","POPULATION":30614,"LVLID":"VNP057007012000000000","NAME":"Tan Loc"}},{"type":"Feature","id":"vn_admin3_cantho.9703","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45955058435274,10.227648107097435],[105.50003423560906,10.262628795668974],[105.54967436292027,10.264727863909561],[105.57875496778854,10.23468282228211],[105.5557673339754,10.223892476894004],[105.55087707229056,10.205250481654616],[105.5464520095131,10.221770716023787],[105.49124084162821,10.227046752412294],[105.4664945290189,10.22675174822713],[105.45955058435274,10.227648107097435]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150315,"COMMUNE_E":"Trung Nhat","E":"Commune","POPULATION":41711,"LVLID":"VNP057007013000000000","NAME":"Trung Nhat"}},{"type":"Feature","id":"vn_admin3_cantho.9704","geometry":{"type":"MultiPolygon","coordinates":[[[[105.40684695204175,10.210118050709818],[105.42526202098486,10.21865047944994],[105.4377883525395,10.20648722996934],[105.4533554964643,10.227387141856713],[105.45955058435274,10.227648107097435],[105.4664945290189,10.22675174822713],[105.47688775338852,10.203491802858446],[105.46009520746381,10.181831687878535],[105.41813653528166,10.163064883176194],[105.40684695204175,10.210118050709818]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150317,"COMMUNE_E":"Thanh Loc","E":"Commune","POPULATION":10130,"LVLID":"VNP057007004000000000","NAME":"Thanh Loc"}},{"type":"Feature","id":"vn_admin3_cantho.9705","geometry":{"type":"MultiPolygon","coordinates":[[[[105.35047846004584,10.133053880493184],[105.37614382415508,10.15887809300983],[105.39449081520931,10.16038715288009],[105.41813653528166,10.163064883176194],[105.46009520746381,10.181831687878535],[105.45334415014949,10.171381731934849],[105.46976226768533,10.117872511272063],[105.43836701459502,10.09595143105143],[105.36857583217414,10.070240681682925],[105.35830741726748,10.096371244699549],[105.35047846004584,10.133053880493184]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150319,"COMMUNE_E":"Thanh Phu","E":"Commune","POPULATION":31840,"LVLID":"VNP057007011000000000","NAME":"Thanh Phu"}},{"type":"Feature","id":"vn_admin3_cantho.9706","geometry":{"type":"MultiPolygon","coordinates":[[[[105.45334415014949,10.171381731934849],[105.46009520746381,10.181831687878535],[105.47688775338852,10.203491802858446],[105.4664945290189,10.22675174822713],[105.49124084162821,10.227046752412294],[105.48252687185108,10.2108328685431],[105.50464083942354,10.201233886210462],[105.52048029490388,10.160353113935649],[105.54245810669858,10.17379849699023],[105.53999595638395,10.16783033539807],[105.46976226768533,10.117872511272063],[105.45334415014949,10.171381731934849]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150321,"COMMUNE_E":"Trung Hung","E":"Commune","POPULATION":25395,"LVLID":"VNP057007006000000000","NAME":"Trung Hung"}},{"type":"Feature","id":"vn_admin3_cantho.9707","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48252687185108,10.2108328685431],[105.49124084162821,10.227046752412294],[105.5464520095131,10.221770716023787],[105.55087707229056,10.205250481654616],[105.54245810669858,10.17379849699023],[105.52048029490388,10.160353113935649],[105.50464083942354,10.201233886210462],[105.48252687185108,10.2108328685431]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150323,"COMMUNE_E":"Trung An","E":"Commune","POPULATION":25395,"LVLID":"VNP057007007000000000","NAME":"Trung An"}},{"type":"Feature","id":"vn_admin3_cantho.9708","geometry":{"type":"MultiPolygon","coordinates":[[[[105.53999595638395,10.16783033539807],[105.54245810669858,10.17379849699023],[105.55087707229056,10.205250481654616],[105.5557673339754,10.223892476894004],[105.57875496778854,10.23468282228211],[105.60521457393477,10.20025810313646],[105.57784726260341,10.184645573952405],[105.56075971249355,10.147872167640259],[105.53999595638395,10.16783033539807]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150325,"COMMUNE_E":"Thuan Hung","E":"Commune","POPULATION":28587,"LVLID":"VNP057007005000000000","NAME":"Thuan Hung"}},{"type":"Feature","id":"vn_admin3_cantho.9709","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61257833224904,10.144502312140503],[105.63072108963662,10.11829232492018],[105.65537663172742,10.11504727888338],[105.65344775820905,10.097437798292063],[105.63306977680311,10.08824728329273],[105.60364878249044,10.123511629734617],[105.61257833224904,10.144502312140503]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150501,"COMMUNE_E":"O Mon town","E":"Town","POPULATION":17294,"LVLID":"VNP057004002000000000","NAME":"O Mon town"}},{"type":"Feature","id":"vn_admin3_cantho.9710","geometry":{"type":"MultiPolygon","coordinates":[[[[105.43836701459502,10.09595143105143],[105.46976226768533,10.117872511272063],[105.53999595638395,10.16783033539807],[105.56075971249355,10.147872167640259],[105.57784726260341,10.184645573952405],[105.60521457393477,10.20025810313646],[105.62938222448857,10.18442999397094],[105.63948044467303,10.172697904453273],[105.61257833224904,10.144502312140503],[105.60364878249044,10.123511629734617],[105.56195107554902,10.095508924773684],[105.53044235931056,10.084684540441136],[105.49042390696161,10.092808501847955],[105.43836701459502,10.09595143105143]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150503,"COMMUNE_E":"Thoi Long","E":"Commune","POPULATION":48400,"LVLID":"VNP057004013000000000","NAME":"Thoi Long"}},{"type":"Feature","id":"vn_admin3_cantho.9711","geometry":{"type":"MultiPolygon","coordinates":[[[[105.36857583217414,10.070240681682925],[105.43836701459502,10.09595143105143],[105.49042390696161,10.092808501847955],[105.49559782651679,10.06087997196138],[105.45388877326056,10.062354992887201],[105.4227091001517,10.022177692130855],[105.36857583217414,10.070240681682925]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150505,"COMMUNE_E":"Thoi Dong","E":"Commune","POPULATION":26924,"LVLID":"VNP057004012000000000","NAME":"Thoi Dong"}},{"type":"Feature","id":"vn_admin3_cantho.9712","geometry":{"type":"MultiPolygon","coordinates":[[[[105.4227091001517,10.022177692130855],[105.45388877326056,10.062354992887201],[105.49559782651679,10.06087997196138],[105.49029909749865,10.051110794906535],[105.5119819051082,10.043815114481138],[105.51077919573791,10.024957539260283],[105.48351400123988,9.965786507505314],[105.4227091001517,10.022177692130855]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150507,"COMMUNE_E":"Dong Thuan","E":"Commune","POPULATION":16932,"LVLID":"VNP057004011000000000","NAME":"Dong Thuan"}},{"type":"Feature","id":"vn_admin3_cantho.9713","geometry":{"type":"MultiPolygon","coordinates":[[[[105.49029909749865,10.051110794906535],[105.49559782651679,10.06087997196138],[105.49042390696161,10.092808501847955],[105.53044235931056,10.084684540441136],[105.56195107554902,10.095508924773684],[105.58054768552915,10.065100801072186],[105.58269213902899,10.050634249684347],[105.54746183153155,10.015891833723902],[105.51077919573791,10.024957539260283],[105.5119819051082,10.043815114481138],[105.49029909749865,10.051110794906535]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150509,"COMMUNE_E":"Thoi Lai","E":"Commune","POPULATION":30762,"LVLID":"VNP057004010000000000","NAME":"Thoi Lai"}},{"type":"Feature","id":"vn_admin3_cantho.9714","geometry":{"type":"MultiPolygon","coordinates":[[[[105.56195107554902,10.095508924773684],[105.60364878249044,10.123511629734617],[105.63306977680311,10.08824728329273],[105.63577019972885,10.070013755386645],[105.6024914583794,10.085331280385534],[105.58054768552915,10.065100801072186],[105.56195107554902,10.095508924773684]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150511,"COMMUNE_E":"Thoi Thanh","E":"Commune","POPULATION":16843,"LVLID":"VNP057004009000000000","NAME":"Thoi Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9715","geometry":{"type":"MultiPolygon","coordinates":[[[[105.61257833224904,10.144502312140503],[105.63948044467303,10.172697904453273],[105.67621981204073,10.1385795358076],[105.65537663172742,10.11504727888338],[105.63072108963662,10.11829232492018],[105.61257833224904,10.144502312140503]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150513,"COMMUNE_E":"Thoi An","E":"Commune","POPULATION":25480,"LVLID":"VNP057004008000000000","NAME":"Thoi An"}},{"type":"Feature","id":"vn_admin3_cantho.9716","geometry":{"type":"MultiPolygon","coordinates":[[[[105.65344775820905,10.097437798292063],[105.65537663172742,10.11504727888338],[105.67621981204073,10.1385795358076],[105.71543267603789,10.115637287253707],[105.69924148479832,10.083515870015296],[105.66590601187481,10.08446896045967],[105.65344775820905,10.097437798292063]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150515,"COMMUNE_E":"Phuoc Thoi","E":"Commune","POPULATION":18153,"LVLID":"VNP057004007000000000","NAME":"Phuoc Thoi"}},{"type":"Feature","id":"vn_admin3_cantho.9717","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63067570437737,10.037563295018627],[105.63577019972885,10.070013755386645],[105.63306977680311,10.08824728329273],[105.65344775820905,10.097437798292063],[105.66590601187481,10.08446896045967],[105.67793310557764,10.05055482548065],[105.6676760369858,10.034125361629988],[105.63236630528465,10.031277436611676],[105.63067570437737,10.037563295018627]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150517,"COMMUNE_E":"Truong Lac","E":"Commune","POPULATION":15214,"LVLID":"VNP057004006000000000","NAME":"Truong Lac"}},{"type":"Feature","id":"vn_admin3_cantho.9718","geometry":{"type":"MultiPolygon","coordinates":[[[[105.58054768552915,10.065100801072186],[105.6024914583794,10.085331280385534],[105.63577019972885,10.070013755386645],[105.63067570437737,10.037563295018627],[105.61434835736003,10.028497589482248],[105.58269213902899,10.050634249684347],[105.58054768552915,10.065100801072186]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150519,"COMMUNE_E":"Dinh Mon","E":"Commune","POPULATION":10476,"LVLID":"VNP057004005000000000","NAME":"Dinh Mon"}},{"type":"Feature","id":"vn_admin3_cantho.9719","geometry":{"type":"MultiPolygon","coordinates":[[[[105.63236630528465,10.031277436611676],[105.6676760369858,10.034125361629988],[105.67341727228167,10.01997650705694],[105.64484725158005,10.006769396613453],[105.62968857498855,10.00371723792849],[105.63236630528465,10.031277436611676]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150521,"COMMUNE_E":"Tan Thoi","E":"Commune","POPULATION":14067,"LVLID":"VNP057004004000000000","NAME":"Tan Thoi"}},{"type":"Feature","id":"vn_admin3_cantho.9720","geometry":{"type":"MultiPolygon","coordinates":[[[[105.54746183153155,10.015891833723902],[105.58269213902899,10.050634249684347],[105.61434835736003,10.028497589482248],[105.63067570437737,10.037563295018627],[105.63236630528465,10.031277436611676],[105.62968857498855,10.00371723792849],[105.59690907149093,10.001482013910133],[105.58981762473218,9.984519273263215],[105.57748418052937,9.987072194096363],[105.54746183153155,10.015891833723902]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150523,"COMMUNE_E":"Truong Thanh","E":"Commune","POPULATION":18050,"LVLID":"VNP057004003000000000","NAME":"Truong Thanh"}},{"type":"Feature","id":"vn_admin3_cantho.9721","geometry":{"type":"MultiPolygon","coordinates":[[[[105.48351400123988,9.965786507505314],[105.51077919573791,10.024957539260283],[105.54746183153155,10.015891833723902],[105.57748418052937,9.987072194096363],[105.56759019401157,9.983384641781816],[105.53620628723607,9.917439860082894],[105.48351400123988,9.965786507505314]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150525,"COMMUNE_E":"Truong Xuan","E":"Commune","POPULATION":24357,"LVLID":"VNP057004001000000000","NAME":"Truong Xuan"}},{"type":"Feature","id":"vn_admin3_cantho.9722","geometry":{"type":"MultiPolygon","coordinates":[[[[105.73421082705504,9.916078302305214],[105.73627585635118,9.923725718489846],[105.7622362246456,9.924519960526824],[105.75834443866441,9.907114713602162],[105.73421082705504,9.916078302305214]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150701,"COMMUNE_E":"Cai Rang town","E":"Town","POPULATION":10850,"LVLID":"VNP057001010000000000","NAME":"Cai Rang town"}},{"type":"Feature","id":"vn_admin3_cantho.9723","geometry":{"type":"MultiPolygon","coordinates":[[[[105.64484725158005,10.006769396613453],[105.67341727228167,10.01997650705694],[105.68690804059551,10.00943578059474],[105.69457814940976,9.982817326041117],[105.67785368137395,9.960703358468646],[105.6520294688573,9.966955177931155],[105.64484725158005,10.006769396613453]]]]},"geometry_name":"the_geom","properties":{"COMMUNE_C":8150703,"COMMUNE_E":"Nhon Ai","E":"Commune","POPULATION":24711,"LVLID":"VNP057001008000000000","NAME":"Nhon Ai"}}],"crs":{"type":"EPSG","properties":{"code":"4326"}},"bbox":[105.230116752499,9.57985295542219,105.90147820004292,10.323422350442343]}
\ No newline at end of file

=== added file 'resources/geojson/zm_admin1'
--- resources/geojson/zm_admin1	1970-01-01 00:00:00 +0000
+++ resources/geojson/zm_admin1	2009-09-10 07:33:50 +0000
@@ -0,0 +1,23 @@
+{
+"type": "FeatureCollection",
+"features": [
+{ "type": "Feature", "properties": { "PARTS_": 3, "POINTS_": 4744, "LENGTH_": 1604.235000, "AREA_": 36909.310000, "LVLID": "ZMP005000000000000000", "NAME": "Central", "ISO_CTRY": "ZM", "ID": "003ZMB100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.435491, -13.424137 ], [ 31.413520, -13.460756 ], [ 31.372435, -13.454683 ], [ 31.314738, -13.488801 ], [ 31.301162, -13.526670 ], [ 31.276332, -13.526135 ], [ 31.248645, -13.549892 ], [ 31.220421, -13.596515 ], [ 31.200057, -13.587762 ], [ 31.147183, -13.614914 ], [ 31.124675, -13.645995 ], [ 31.144503, -13.696726 ], [ 31.126104, -13.721556 ], [ 31.073230, -13.749779 ], [ 31.069836, -13.774966 ], [ 31.043220, -13.766392 ], [ 31.011067, -13.797831 ], [ 30.984272, -13.797652 ], [ 30.982129, -13.843381 ], [ 30.949975, -13.852670 ], [ 30.945688, -13.884823 ], [ 30.921752, -13.882322 ], [ 30.892814, -13.916084 ], [ 30.892457, -13.933411 ], [ 30.750089, -13.936269 ], [ 30.455885, -13.931982 ], [ 30.134709, -13.933589 ], [ 30.106307, -13.939841 ], [ 30.159717, -13.979318 ], [ 30.163111, -14.037909 ], [ 30.193478, -14.067383 ], [ 30.255284, -14.075421 ], [ 30.286008, -14.094177 ], [ 30.311017, -14.152768 ], [ 30.313517, -14.185279 ], [ 30.286366, -14.182599 ], [ 30.147213, -14.325503 ], [ 30.118811, -14.375341 ], [ 30.078798, -14.362479 ], [ 30.059863, -14.394097 ], [ 30.062185, -14.416604 ], [ 30.033068, -14.429823 ], [ 29.996271, -14.515565 ], [ 30.008775, -14.524675 ], [ 29.988590, -14.547897 ], [ 29.978765, -14.582373 ], [ 29.991448, -14.614526 ], [ 30.013598, -14.626316 ], [ 30.007524, -14.647930 ], [ 29.971620, -14.641857 ], [ 29.931964, -14.669366 ], [ 29.861762, -14.690980 ], [ 29.812282, -14.693123 ], [ 29.767625, -14.717596 ], [ 29.751012, -14.706521 ], [ 29.699388, -14.744747 ], [ 29.662590, -14.749570 ], [ 29.654195, -14.762968 ], [ 29.609537, -14.777794 ], [ 29.581492, -14.805303 ], [ 29.537013, -14.820129 ], [ 29.506289, -14.819772 ], [ 29.506468, -14.984111 ], [ 29.367494, -14.984111 ], [ 29.245132, -14.868716 ], [ 29.124200, -14.976252 ], [ 28.970400, -14.994115 ], [ 28.874833, -15.164885 ], [ 28.804452, -15.160955 ], [ 28.797129, -15.171851 ], [ 28.704777, -15.166135 ], [ 28.675482, -15.178818 ], [ 28.550084, -15.180783 ], [ 28.511142, -15.135947 ], [ 28.469343, -15.124872 ], [ 28.412539, -15.119513 ], [ 28.367167, -15.139877 ], [ 28.337693, -15.217938 ], [ 28.315543, -15.213472 ], [ 28.314292, -15.259916 ], [ 28.295000, -15.258308 ], [ 28.274815, -15.335833 ], [ 28.222298, -15.314755 ], [ 28.218189, -15.327974 ], [ 28.172639, -15.307074 ], [ 28.084217, -15.277600 ], [ 28.008656, -15.269562 ], [ 28.000440, -15.259737 ], [ 27.975610, -15.294570 ], [ 27.888796, -15.257415 ], [ 27.854142, -15.234729 ], [ 27.836457, -15.265989 ], [ 27.820917, -15.269383 ], [ 27.775366, -15.321722 ], [ 27.808412, -15.388529 ], [ 27.846996, -15.388172 ], [ 27.902193, -15.371917 ], [ 27.911839, -15.404606 ], [ 27.933275, -15.383349 ], [ 27.955782, -15.455337 ], [ 27.963106, -15.508033 ], [ 27.959891, -15.583057 ], [ 27.791085, -15.582343 ], [ 27.769292, -15.624678 ], [ 27.791978, -15.655938 ], [ 27.753930, -15.640219 ], [ 27.718740, -15.673265 ], [ 27.673547, -15.653616 ], [ 27.641751, -15.629680 ], [ 27.665330, -15.598419 ], [ 27.656041, -15.570374 ], [ 27.615135, -15.521073 ], [ 27.536002, -15.490170 ], [ 27.509743, -15.507140 ], [ 27.512959, -15.525181 ], [ 27.489558, -15.558585 ], [ 27.473839, -15.557870 ], [ 27.447580, -15.587344 ], [ 27.436505, -15.571804 ], [ 27.415070, -15.579842 ], [ 27.405602, -15.555012 ], [ 27.371841, -15.621463 ], [ 27.353799, -15.611459 ], [ 27.332364, -15.647721 ], [ 27.303247, -15.655045 ], [ 27.300925, -15.752220 ], [ 27.279847, -15.722746 ], [ 27.257339, -15.721317 ], [ 27.207144, -15.469270 ], [ 26.977962, -15.463375 ], [ 27.006900, -15.351553 ], [ 26.863461, -15.339406 ], [ 26.826127, -15.329939 ], [ 26.750745, -15.332618 ], [ 26.385090, -15.329224 ], [ 25.988174, -15.287782 ], [ 25.315276, -15.283674 ], [ 25.335282, -15.245625 ], [ 25.314025, -15.198467 ], [ 25.337247, -15.161669 ], [ 25.390658, -15.134518 ], [ 25.425490, -15.131838 ], [ 25.417452, -15.077892 ], [ 25.435494, -15.075213 ], [ 25.463003, -15.030019 ], [ 25.472649, -14.991792 ], [ 25.439959, -14.927307 ], [ 25.434065, -14.903192 ], [ 25.450677, -14.858535 ], [ 25.455322, -14.815306 ], [ 25.493727, -14.784760 ], [ 25.497835, -14.731171 ], [ 25.477829, -14.703484 ], [ 25.504266, -14.670259 ], [ 25.511769, -14.644357 ], [ 25.539813, -14.610954 ], [ 25.548209, -14.580408 ], [ 25.568751, -14.576835 ], [ 25.589830, -14.539859 ], [ 25.590366, -14.535215 ], [ 26.192170, -14.622922 ], [ 26.185560, -14.649538 ], [ 26.226824, -14.662399 ], [ 26.250403, -14.681691 ], [ 26.310065, -14.703662 ], [ 26.318818, -14.730993 ], [ 26.365798, -14.711879 ], [ 26.368120, -14.665972 ], [ 26.398130, -14.634711 ], [ 26.426353, -14.578979 ], [ 26.455827, -14.555042 ], [ 26.498341, -14.538073 ], [ 26.519241, -14.485377 ], [ 26.581583, -14.453402 ], [ 26.619095, -14.470551 ], [ 26.630885, -14.450365 ], [ 26.661609, -14.443220 ], [ 26.691440, -14.462869 ], [ 26.720021, -14.450544 ], [ 26.738777, -14.456796 ], [ 26.760391, -14.436432 ], [ 26.797368, -14.431431 ], [ 26.806835, -14.418212 ], [ 26.851492, -14.421963 ], [ 26.864890, -14.412853 ], [ 26.914370, -14.422678 ], [ 26.968495, -14.422678 ], [ 27.000112, -14.227078 ], [ 26.982785, -14.229043 ], [ 26.955276, -14.137942 ], [ 26.863639, -14.051306 ], [ 26.858816, -14.032907 ], [ 26.908654, -13.995038 ], [ 26.928839, -13.953596 ], [ 26.938128, -13.898221 ], [ 26.932769, -13.837665 ], [ 26.857566, -13.796223 ], [ 26.822733, -13.750315 ], [ 27.019404, -13.723878 ], [ 27.342189, -13.721556 ], [ 27.355050, -13.747814 ], [ 27.341831, -13.763891 ], [ 27.357551, -13.784433 ], [ 27.355407, -13.808191 ], [ 27.383095, -13.815872 ], [ 27.380951, -13.889110 ], [ 27.406853, -13.925908 ], [ 27.420964, -13.900543 ], [ 27.451689, -13.896077 ], [ 27.492416, -13.868568 ], [ 27.482949, -13.851241 ], [ 27.480448, -13.801760 ], [ 27.511172, -13.793543 ], [ 27.552614, -13.825340 ], [ 27.567619, -13.768178 ], [ 27.597093, -13.740669 ], [ 27.595128, -13.708694 ], [ 27.626389, -13.701906 ], [ 27.619958, -13.675826 ], [ 27.655863, -13.645638 ], [ 27.718919, -13.686723 ], [ 27.776974, -13.690295 ], [ 27.815200, -13.675112 ], [ 27.833421, -13.651354 ], [ 27.935061, -13.783897 ], [ 27.907016, -13.819981 ], [ 27.905766, -13.836593 ], [ 27.879328, -13.846775 ], [ 27.903801, -13.915548 ], [ 27.922557, -13.936447 ], [ 27.983112, -13.909474 ], [ 28.027413, -13.916619 ], [ 28.069391, -13.913404 ], [ 28.099579, -13.898935 ], [ 28.160492, -13.896613 ], [ 28.189787, -13.870176 ], [ 28.224084, -13.868568 ], [ 28.284461, -13.885538 ], [ 28.331441, -13.869997 ], [ 28.354662, -13.881965 ], [ 28.406287, -13.888575 ], [ 28.477381, -13.880179 ], [ 28.558122, -13.859636 ], [ 28.656011, -13.858029 ], [ 28.654403, -13.781218 ], [ 28.642971, -13.731738 ], [ 28.712458, -13.652247 ], [ 28.701919, -13.630990 ], [ 28.750685, -13.612234 ], [ 28.832855, -13.595086 ], [ 28.838392, -13.582403 ], [ 28.917168, -13.522562 ], [ 28.955037, -13.505949 ], [ 29.005947, -13.449860 ], [ 29.069539, -13.405381 ], [ 29.035064, -13.407167 ], [ 29.087402, -13.377515 ], [ 29.121520, -13.369833 ], [ 29.142777, -13.381087 ], [ 29.179575, -13.441464 ], [ 29.247990, -13.392877 ], [ 29.306581, -13.368226 ], [ 29.316048, -13.331964 ], [ 29.348738, -13.348219 ], [ 29.365171, -13.326605 ], [ 29.441804, -13.313922 ], [ 29.490748, -13.271230 ], [ 29.528082, -13.227644 ], [ 29.560414, -13.227644 ], [ 29.588995, -13.213711 ], [ 29.643120, -13.239612 ], [ 29.670271, -13.226394 ], [ 29.682418, -13.264620 ], [ 29.653659, -13.288557 ], [ 29.663305, -13.310350 ], [ 29.645978, -13.355186 ], [ 29.609001, -13.360366 ], [ 29.610609, -13.408775 ], [ 29.646513, -13.437356 ], [ 29.679739, -13.430746 ], [ 29.712428, -13.455754 ], [ 29.764588, -13.437177 ], [ 29.808888, -13.455219 ], [ 29.809960, -13.082418 ], [ 29.808888, -12.867169 ], [ 29.810138, -12.188733 ], [ 29.813354, -12.145862 ], [ 29.839434, -12.132465 ], [ 29.844078, -12.086557 ], [ 29.865156, -12.045472 ], [ 29.926248, -12.015819 ], [ 29.994842, -12.002243 ], [ 30.018064, -12.042078 ], [ 30.053968, -12.071909 ], [ 30.050396, -12.113173 ], [ 30.069688, -12.118353 ], [ 30.104520, -12.173192 ], [ 30.124527, -12.178908 ], [ 30.141140, -12.204274 ], [ 30.203481, -12.211776 ], [ 30.219201, -12.228032 ], [ 30.267967, -12.251611 ], [ 30.323521, -12.254647 ], [ 30.351923, -12.280906 ], [ 30.369071, -12.269474 ], [ 30.447668, -12.273225 ], [ 30.482680, -12.300734 ], [ 30.508402, -12.345213 ], [ 30.505009, -12.394336 ], [ 30.454456, -12.443102 ], [ 30.468747, -12.473648 ], [ 30.524479, -12.515804 ], [ 30.553417, -12.516697 ], [ 30.580212, -12.536704 ], [ 30.581105, -12.584041 ], [ 30.597717, -12.613157 ], [ 30.624155, -12.626733 ], [ 30.644340, -12.610121 ], [ 30.695249, -12.612086 ], [ 30.713827, -12.652456 ], [ 30.755983, -12.677643 ], [ 30.760092, -12.691576 ], [ 30.730261, -12.739985 ], [ 30.736334, -12.768565 ], [ 30.761878, -12.793931 ], [ 30.769202, -12.855380 ], [ 30.744551, -12.880745 ], [ 30.758306, -12.910398 ], [ 30.811001, -12.919150 ], [ 30.851193, -12.949339 ], [ 30.888705, -12.928082 ], [ 30.928897, -12.960414 ], [ 30.956585, -12.941836 ], [ 30.981414, -12.956305 ], [ 31.042684, -12.968452 ], [ 31.072516, -13.004357 ], [ 31.078410, -13.029365 ], [ 31.108420, -13.038832 ], [ 31.169154, -13.031687 ], [ 31.208631, -12.968988 ], [ 31.270080, -12.958449 ], [ 31.295088, -12.974526 ], [ 31.326884, -12.967202 ], [ 31.356001, -13.000070 ], [ 31.337781, -13.064555 ], [ 31.357609, -13.091171 ], [ 31.366004, -13.124575 ], [ 31.365111, -13.175663 ], [ 31.384403, -13.200314 ], [ 31.363861, -13.258190 ], [ 31.393513, -13.281412 ], [ 31.398515, -13.306241 ], [ 31.435134, -13.330714 ], [ 31.422273, -13.396628 ], [ 31.435491, -13.424137 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2672, "LENGTH_": 1182.861000, "AREA_": 49768.270000, "LVLID": "ZMP009000000000000000", "NAME": "Western", "ISO_CTRY": "ZM", "ID": "003ZMB900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.589830, -14.539859 ], [ 25.568751, -14.576835 ], [ 25.548209, -14.580408 ], [ 25.539813, -14.610954 ], [ 25.511769, -14.644357 ], [ 25.504266, -14.670259 ], [ 25.477829, -14.703484 ], [ 25.497835, -14.731171 ], [ 25.493727, -14.784760 ], [ 25.455322, -14.815306 ], [ 25.450677, -14.858535 ], [ 25.434065, -14.903192 ], [ 25.439959, -14.927307 ], [ 25.472649, -14.991792 ], [ 25.463003, -15.030019 ], [ 25.435494, -15.075213 ], [ 25.417452, -15.077892 ], [ 25.425490, -15.131838 ], [ 25.390658, -15.134518 ], [ 25.337247, -15.161669 ], [ 25.314025, -15.198467 ], [ 25.335282, -15.245625 ], [ 25.315276, -15.283674 ], [ 25.339569, -15.349945 ], [ 25.304737, -15.386028 ], [ 25.314740, -15.408000 ], [ 25.306166, -15.450692 ], [ 25.287231, -15.469985 ], [ 25.261508, -15.461410 ], [ 25.240251, -15.479631 ], [ 25.248825, -15.501423 ], [ 25.278835, -15.525181 ], [ 25.213993, -15.594132 ], [ 25.221138, -15.617175 ], [ 25.274012, -15.635038 ], [ 25.282229, -15.676123 ], [ 25.258293, -15.676659 ], [ 25.241502, -15.700953 ], [ 25.285802, -15.750255 ], [ 25.311346, -15.766331 ], [ 25.363863, -15.714350 ], [ 25.399053, -15.746861 ], [ 25.401554, -15.779729 ], [ 25.376189, -15.823850 ], [ 25.389407, -15.853324 ], [ 25.339748, -15.942103 ], [ 25.354574, -15.959788 ], [ 25.333675, -15.980151 ], [ 25.323850, -16.013734 ], [ 25.329030, -16.051246 ], [ 25.436387, -16.094653 ], [ 25.405841, -16.123055 ], [ 25.374759, -16.133594 ], [ 25.328852, -16.172178 ], [ 25.295805, -16.228983 ], [ 25.300271, -16.263994 ], [ 25.284551, -16.282572 ], [ 25.254363, -16.287037 ], [ 25.231498, -16.317583 ], [ 25.148078, -16.365099 ], [ 25.094311, -16.409042 ], [ 25.067873, -16.454771 ], [ 25.043222, -16.472812 ], [ 25.007854, -16.554804 ], [ 25.057870, -16.583206 ], [ 25.105028, -16.627327 ], [ 25.087523, -16.663946 ], [ 25.219173, -16.684132 ], [ 25.247754, -16.708068 ], [ 25.228283, -16.783271 ], [ 25.264009, -16.918673 ], [ 25.249361, -16.958507 ], [ 25.193807, -16.992983 ], [ 25.164155, -17.001557 ], [ 25.155938, -17.036032 ], [ 25.174873, -17.075688 ], [ 25.162369, -17.104090 ], [ 25.114853, -17.130170 ], [ 25.089130, -17.188582 ], [ 25.117533, -17.226452 ], [ 25.079484, -17.256819 ], [ 25.061979, -17.297368 ], [ 25.025002, -17.323805 ], [ 25.013391, -17.354529 ], [ 25.025717, -17.376858 ], [ 25.016785, -17.395257 ], [ 25.035363, -17.414013 ], [ 25.027324, -17.441165 ], [ 24.999458, -17.460993 ], [ 24.978916, -17.490109 ], [ 24.965697, -17.561383 ], [ 24.944976, -17.566920 ], [ 24.930864, -17.548879 ], [ 24.913894, -17.559060 ], [ 24.879955, -17.533159 ], [ 24.833511, -17.526550 ], [ 24.811897, -17.537268 ], [ 24.777957, -17.519226 ], [ 24.750270, -17.521012 ], [ 24.713115, -17.500113 ], [ 24.655417, -17.520119 ], [ 24.632017, -17.521012 ], [ 24.601828, -17.542627 ], [ 24.543416, -17.537089 ], [ 24.510191, -17.544770 ], [ 24.491792, -17.504043 ], [ 24.474286, -17.492074 ], [ 24.388365, -17.477605 ], [ 24.339778, -17.499398 ], [ 24.246533, -17.477784 ], [ 24.215273, -17.482071 ], [ 23.521118, -17.619259 ], [ 23.428230, -17.639265 ], [ 23.423943, -17.612471 ], [ 23.391611, -17.582461 ], [ 23.364281, -17.579246 ], [ 23.337665, -17.554595 ], [ 23.313192, -17.561919 ], [ 23.284433, -17.545127 ], [ 23.246742, -17.550486 ], [ 23.227272, -17.539054 ], [ 23.187258, -17.482786 ], [ 23.146709, -17.471711 ], [ 23.128846, -17.428661 ], [ 23.084725, -17.410083 ], [ 23.060074, -17.344705 ], [ 23.040067, -17.338095 ], [ 22.984156, -17.267001 ], [ 22.912704, -17.223058 ], [ 22.902880, -17.208589 ], [ 22.807134, -17.173399 ], [ 22.809278, -17.149641 ], [ 22.789986, -17.121239 ], [ 22.737111, -17.081226 ], [ 22.720141, -17.046750 ], [ 22.692811, -17.039426 ], [ 22.692990, -17.021385 ], [ 22.637436, -16.970118 ], [ 22.583132, -16.907240 ], [ 22.527400, -16.868299 ], [ 22.497033, -16.836503 ], [ 22.496854, -16.817925 ], [ 22.467023, -16.799705 ], [ 22.394856, -16.722716 ], [ 22.355201, -16.699136 ], [ 22.315723, -16.635901 ], [ 22.283213, -16.624112 ], [ 22.251417, -16.579276 ], [ 22.225694, -16.576775 ], [ 22.190504, -16.546587 ], [ 22.139594, -16.481387 ], [ 22.133342, -16.430477 ], [ 22.108513, -16.343127 ], [ 22.069393, -16.295076 ], [ 22.074930, -16.267031 ], [ 22.057246, -16.260064 ], [ 21.999727, -16.197901 ], [ 22.002049, -15.999979 ], [ 21.999727, -15.330296 ], [ 22.000799, -14.085782 ], [ 22.000442, -13.716018 ], [ 22.040276, -13.728522 ], [ 22.075466, -13.753888 ], [ 22.117266, -13.764248 ], [ 22.155314, -13.753352 ], [ 22.179072, -13.767999 ], [ 22.216227, -13.762283 ], [ 22.251417, -13.744242 ], [ 22.315188, -13.779789 ], [ 22.314473, -13.793186 ], [ 22.362882, -13.809620 ], [ 22.373242, -13.828912 ], [ 22.411648, -13.836772 ], [ 22.431833, -13.867496 ], [ 22.480956, -13.876070 ], [ 22.555087, -13.938591 ], [ 22.583311, -13.933589 ], [ 22.624396, -13.948773 ], [ 22.637972, -13.973424 ], [ 22.720677, -13.999325 ], [ 22.743542, -13.924836 ], [ 22.801239, -13.925730 ], [ 22.847683, -13.873570 ], [ 22.957540, -13.940020 ], [ 22.975761, -13.956811 ], [ 23.000054, -14.008792 ], [ 23.063825, -13.990751 ], [ 23.097586, -13.991108 ], [ 23.123666, -14.035766 ], [ 23.155820, -14.038088 ], [ 23.213874, -14.015580 ], [ 23.222806, -14.004684 ], [ 23.242812, -14.035944 ], [ 23.241562, -14.068455 ], [ 23.214410, -14.122044 ], [ 23.192081, -14.137763 ], [ 23.222806, -14.171703 ], [ 23.238347, -14.204035 ], [ 23.256745, -14.182242 ], [ 23.288720, -14.187780 ], [ 23.305690, -14.164736 ], [ 23.371247, -14.169381 ], [ 23.406616, -14.114184 ], [ 23.455739, -14.098643 ], [ 23.497360, -14.103823 ], [ 23.534872, -14.085782 ], [ 23.592570, -14.045769 ], [ 23.630796, -14.037552 ], [ 23.678133, -14.013615 ], [ 23.699747, -14.037373 ], [ 23.728150, -14.032193 ], [ 23.770842, -13.984320 ], [ 23.798708, -13.985392 ], [ 23.824252, -13.968422 ], [ 23.842115, -14.006827 ], [ 23.877127, -13.980212 ], [ 23.938218, -13.985749 ], [ 24.014493, -14.013615 ], [ 24.035929, -13.976996 ], [ 24.065581, -13.989858 ], [ 24.104344, -13.963242 ], [ 24.135783, -13.969315 ], [ 24.160255, -13.931624 ], [ 24.189372, -13.934482 ], [ 24.227241, -13.907509 ], [ 24.244747, -13.925730 ], [ 24.259931, -13.914654 ], [ 24.291191, -13.943057 ], [ 24.309232, -13.897685 ], [ 24.332812, -13.904473 ], [ 24.330132, -13.939305 ], [ 24.386401, -13.960741 ], [ 24.413910, -13.946986 ], [ 24.418733, -13.966457 ], [ 24.444634, -13.949487 ], [ 24.463211, -13.962170 ], [ 24.493400, -13.908224 ], [ 24.539129, -13.960741 ], [ 24.578428, -13.986106 ], [ 24.620227, -13.992001 ], [ 24.640591, -14.021832 ], [ 24.653452, -14.005041 ], [ 24.636482, -13.975746 ], [ 24.676317, -13.960205 ], [ 24.744732, -14.025048 ], [ 24.750448, -14.063453 ], [ 24.736872, -14.098822 ], [ 24.764739, -14.130082 ], [ 24.790997, -14.124902 ], [ 24.815469, -14.153840 ], [ 24.841907, -14.149195 ], [ 24.865129, -14.164022 ], [ 24.901212, -14.165094 ], [ 24.962303, -14.193138 ], [ 24.994278, -14.215289 ], [ 25.039293, -14.207072 ], [ 25.067873, -14.221541 ], [ 25.093953, -14.214574 ], [ 25.100205, -14.253515 ], [ 25.134502, -14.283525 ], [ 25.133252, -14.304246 ], [ 25.106636, -14.311570 ], [ 25.114139, -14.342473 ], [ 25.083593, -14.361765 ], [ 25.070731, -14.423750 ], [ 25.047510, -14.448936 ], [ 25.011605, -14.470015 ], [ 25.009104, -14.488949 ], [ 24.980881, -14.508777 ], [ 24.974093, -14.557901 ], [ 24.988562, -14.585231 ], [ 25.049296, -14.624172 ], [ 25.144327, -14.630960 ], [ 25.152901, -14.619885 ], [ 25.191485, -14.623458 ], [ 25.238108, -14.600593 ], [ 25.358326, -14.584159 ], [ 25.431385, -14.584338 ], [ 25.520164, -14.537001 ], [ 25.590366, -14.535215 ], [ 25.589830, -14.539859 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 1935, "LENGTH_": 979.004600, "AREA_": 33340.130000, "LVLID": "ZMP008000000000000000", "NAME": "Southern", "ISO_CTRY": "ZM", "ID": "003ZMB800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.965697, -17.561383 ], [ 24.978916, -17.490109 ], [ 24.999458, -17.460993 ], [ 25.027324, -17.441165 ], [ 25.035363, -17.414013 ], [ 25.016785, -17.395257 ], [ 25.025717, -17.376858 ], [ 25.013391, -17.354529 ], [ 25.025002, -17.323805 ], [ 25.061979, -17.297368 ], [ 25.079484, -17.256819 ], [ 25.117533, -17.226452 ], [ 25.089130, -17.188582 ], [ 25.114853, -17.130170 ], [ 25.162369, -17.104090 ], [ 25.174873, -17.075688 ], [ 25.155938, -17.036032 ], [ 25.164155, -17.001557 ], [ 25.193807, -16.992983 ], [ 25.249361, -16.958507 ], [ 25.264009, -16.918673 ], [ 25.228283, -16.783271 ], [ 25.247754, -16.708068 ], [ 25.219173, -16.684132 ], [ 25.087523, -16.663946 ], [ 25.105028, -16.627327 ], [ 25.057870, -16.583206 ], [ 25.007854, -16.554804 ], [ 25.043222, -16.472812 ], [ 25.067873, -16.454771 ], [ 25.094311, -16.409042 ], [ 25.148078, -16.365099 ], [ 25.231498, -16.317583 ], [ 25.254363, -16.287037 ], [ 25.284551, -16.282572 ], [ 25.300271, -16.263994 ], [ 25.295805, -16.228983 ], [ 25.328852, -16.172178 ], [ 25.374759, -16.133594 ], [ 25.405841, -16.123055 ], [ 25.436387, -16.094653 ], [ 25.329030, -16.051246 ], [ 25.323850, -16.013734 ], [ 25.333675, -15.980151 ], [ 25.354574, -15.959788 ], [ 25.339748, -15.942103 ], [ 25.389407, -15.853324 ], [ 25.376189, -15.823850 ], [ 25.401554, -15.779729 ], [ 25.399053, -15.746861 ], [ 25.363863, -15.714350 ], [ 25.311346, -15.766331 ], [ 25.285802, -15.750255 ], [ 25.241502, -15.700953 ], [ 25.258293, -15.676659 ], [ 25.282229, -15.676123 ], [ 25.274012, -15.635038 ], [ 25.221138, -15.617175 ], [ 25.213993, -15.594132 ], [ 25.278835, -15.525181 ], [ 25.248825, -15.501423 ], [ 25.240251, -15.479631 ], [ 25.261508, -15.461410 ], [ 25.287231, -15.469985 ], [ 25.306166, -15.450692 ], [ 25.314740, -15.408000 ], [ 25.304737, -15.386028 ], [ 25.339569, -15.349945 ], [ 25.315276, -15.283674 ], [ 25.988174, -15.287782 ], [ 26.385090, -15.329224 ], [ 26.750745, -15.332618 ], [ 26.826127, -15.329939 ], [ 26.863461, -15.339406 ], [ 27.006900, -15.351553 ], [ 26.977962, -15.463375 ], [ 27.207144, -15.469270 ], [ 27.257339, -15.721317 ], [ 27.279847, -15.722746 ], [ 27.300925, -15.752220 ], [ 27.303247, -15.655045 ], [ 27.332364, -15.647721 ], [ 27.353799, -15.611459 ], [ 27.371841, -15.621463 ], [ 27.405602, -15.555012 ], [ 27.415070, -15.579842 ], [ 27.436505, -15.571804 ], [ 27.447580, -15.587344 ], [ 27.473839, -15.557870 ], [ 27.489558, -15.558585 ], [ 27.512959, -15.525181 ], [ 27.509743, -15.507140 ], [ 27.536002, -15.490170 ], [ 27.615135, -15.521073 ], [ 27.656041, -15.570374 ], [ 27.665330, -15.598419 ], [ 27.641751, -15.629680 ], [ 27.673547, -15.653616 ], [ 27.718740, -15.673265 ], [ 27.753930, -15.640219 ], [ 27.791978, -15.655938 ], [ 27.829133, -15.660404 ], [ 27.828776, -15.708098 ], [ 27.803589, -15.717030 ], [ 27.802160, -15.739894 ], [ 27.834135, -15.745253 ], [ 27.869682, -15.714171 ], [ 27.887367, -15.711492 ], [ 27.920592, -15.759008 ], [ 27.949530, -15.756685 ], [ 27.984720, -15.710778 ], [ 28.026162, -15.719352 ], [ 28.035272, -15.746146 ], [ 28.072963, -15.744539 ], [ 28.119586, -15.775263 ], [ 28.178712, -15.790446 ], [ 28.193896, -15.819027 ], [ 28.225334, -15.836354 ], [ 28.246591, -15.833318 ], [ 28.277137, -15.795269 ], [ 28.302324, -15.804201 ], [ 28.349304, -15.777585 ], [ 28.417183, -15.804022 ], [ 28.448086, -15.847608 ], [ 28.458268, -15.834032 ], [ 28.495423, -15.848858 ], [ 28.515787, -15.870830 ], [ 28.545975, -15.878511 ], [ 28.581344, -15.907628 ], [ 28.644400, -15.896374 ], [ 28.671552, -15.903698 ], [ 28.698704, -15.937459 ], [ 28.719603, -15.941567 ], [ 28.732107, -15.964611 ], [ 28.750328, -15.954965 ], [ 28.772478, -15.967647 ], [ 28.804631, -15.961395 ], [ 28.825173, -15.944247 ], [ 28.861793, -15.949784 ], [ 28.889659, -15.937459 ], [ 28.924670, -15.947283 ], [ 28.847502, -16.049817 ], [ 28.859113, -16.086972 ], [ 28.853933, -16.139668 ], [ 28.834462, -16.168606 ], [ 28.839464, -16.232734 ], [ 28.855541, -16.244166 ], [ 28.829639, -16.283108 ], [ 28.821958, -16.317940 ], [ 28.835891, -16.333660 ], [ 28.844466, -16.372601 ], [ 28.831604, -16.417973 ], [ 28.816063, -16.432621 ], [ 28.809811, -16.492462 ], [ 28.763546, -16.520328 ], [ 28.733000, -16.552481 ], [ 28.639220, -16.568558 ], [ 28.599921, -16.581955 ], [ 28.246413, -16.725395 ], [ 28.125659, -16.825428 ], [ 27.820917, -16.960472 ], [ 27.624960, -17.241814 ], [ 27.597451, -17.341489 ], [ 27.536538, -17.423123 ], [ 27.453475, -17.490645 ], [ 27.418642, -17.511724 ], [ 27.304855, -17.599431 ], [ 27.251802, -17.669454 ], [ 27.126761, -17.823611 ], [ 27.136228, -17.854693 ], [ 27.066920, -17.918642 ], [ 27.024763, -17.981341 ], [ 27.001899, -17.973839 ], [ 26.969031, -17.988487 ], [ 26.951168, -17.983842 ], [ 26.879895, -18.008672 ], [ 26.819696, -18.010458 ], [ 26.780040, -18.047613 ], [ 26.735026, -18.032072 ], [ 26.672505, -18.074050 ], [ 26.636958, -18.058867 ], [ 26.586048, -18.054580 ], [ 26.553002, -18.007779 ], [ 26.502450, -18.008672 ], [ 26.451897, -17.982770 ], [ 26.412420, -17.970802 ], [ 26.399559, -17.955083 ], [ 26.338289, -17.948295 ], [ 26.293274, -17.951510 ], [ 26.271303, -17.933826 ], [ 26.232540, -17.933290 ], [ 26.205210, -17.899886 ], [ 26.138759, -17.934898 ], [ 26.090351, -17.940078 ], [ 26.093923, -17.965622 ], [ 26.078382, -17.998847 ], [ 25.989603, -17.995275 ], [ 25.958343, -18.023141 ], [ 25.850272, -17.987058 ], [ 25.834910, -17.946687 ], [ 25.847950, -17.935791 ], [ 25.829372, -17.910425 ], [ 25.812045, -17.911140 ], [ 25.757563, -17.861124 ], [ 25.690041, -17.848262 ], [ 25.675036, -17.820396 ], [ 25.632522, -17.844690 ], [ 25.584114, -17.858444 ], [ 25.547316, -17.852192 ], [ 25.516413, -17.874878 ], [ 25.490869, -17.877558 ], [ 25.450856, -17.854872 ], [ 25.389764, -17.864160 ], [ 25.382619, -17.851835 ], [ 25.335818, -17.850584 ], [ 25.283837, -17.816109 ], [ 25.203096, -17.778597 ], [ 25.172908, -17.773595 ], [ 25.145935, -17.737333 ], [ 25.148257, -17.720899 ], [ 25.117890, -17.715540 ], [ 25.117533, -17.696963 ], [ 25.089666, -17.714468 ], [ 25.085379, -17.653020 ], [ 25.069124, -17.657486 ], [ 25.031433, -17.593357 ], [ 24.992492, -17.602289 ], [ 24.965697, -17.561383 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 2, "POINTS_": 3892, "LENGTH_": 1598.734000, "AREA_": 48654.480000, "LVLID": "ZMP006000000000000000", "NAME": "North Western", "ISO_CTRY": "ZM", "ID": "003ZMB700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.625674, -12.260542 ], [ 27.572442, -12.265187 ], [ 27.485092, -12.310916 ], [ 27.455976, -12.244823 ], [ 27.391669, -12.284300 ], [ 27.362910, -12.294125 ], [ 27.357551, -12.317704 ], [ 27.336472, -12.313059 ], [ 27.308070, -12.326099 ], [ 27.299675, -12.367541 ], [ 27.248051, -12.351465 ], [ 27.201964, -12.345749 ], [ 27.118544, -12.345213 ], [ 27.063526, -12.333244 ], [ 27.063526, -12.357717 ], [ 27.084962, -12.414521 ], [ 27.064062, -12.455249 ], [ 27.066741, -12.485258 ], [ 27.094429, -12.528308 ], [ 27.042269, -12.534739 ], [ 27.000827, -12.557961 ], [ 26.966530, -12.592615 ], [ 26.956169, -12.620839 ], [ 26.883288, -12.637094 ], [ 26.868819, -12.674963 ], [ 26.866676, -12.720514 ], [ 26.851850, -12.739270 ], [ 26.874893, -12.786786 ], [ 26.917764, -12.820368 ], [ 26.906332, -12.852700 ], [ 26.873107, -12.887712 ], [ 26.930804, -12.924331 ], [ 26.947059, -12.942908 ], [ 26.994575, -12.953626 ], [ 27.020833, -12.979706 ], [ 27.012259, -12.996497 ], [ 27.035660, -13.005964 ], [ 27.066920, -13.000248 ], [ 27.092285, -13.041690 ], [ 27.073529, -13.133328 ], [ 27.030658, -13.150476 ], [ 26.999755, -13.182451 ], [ 26.961886, -13.202100 ], [ 26.948488, -13.252295 ], [ 26.978855, -13.309992 ], [ 26.971353, -13.362510 ], [ 26.929732, -13.375192 ], [ 26.921337, -13.414312 ], [ 26.861674, -13.441821 ], [ 26.848634, -13.496125 ], [ 26.794688, -13.580617 ], [ 26.777540, -13.685472 ], [ 26.822733, -13.750315 ], [ 26.857566, -13.796223 ], [ 26.932769, -13.837665 ], [ 26.938128, -13.898221 ], [ 26.928839, -13.953596 ], [ 26.908654, -13.995038 ], [ 26.858816, -14.032907 ], [ 26.863639, -14.051306 ], [ 26.955276, -14.137942 ], [ 26.982785, -14.229043 ], [ 27.000112, -14.227078 ], [ 26.968495, -14.422678 ], [ 26.914370, -14.422678 ], [ 26.864890, -14.412853 ], [ 26.851492, -14.421963 ], [ 26.806835, -14.418212 ], [ 26.797368, -14.431431 ], [ 26.760391, -14.436432 ], [ 26.738777, -14.456796 ], [ 26.720021, -14.450544 ], [ 26.691440, -14.462869 ], [ 26.661609, -14.443220 ], [ 26.630885, -14.450365 ], [ 26.619095, -14.470551 ], [ 26.581583, -14.453402 ], [ 26.519241, -14.485377 ], [ 26.498341, -14.538073 ], [ 26.455827, -14.555042 ], [ 26.426353, -14.578979 ], [ 26.398130, -14.634711 ], [ 26.368120, -14.665972 ], [ 26.365798, -14.711879 ], [ 26.318818, -14.730993 ], [ 26.310065, -14.703662 ], [ 26.250403, -14.681691 ], [ 26.226824, -14.662399 ], [ 26.185560, -14.649538 ], [ 26.192170, -14.622922 ], [ 25.590366, -14.535215 ], [ 25.520164, -14.537001 ], [ 25.431385, -14.584338 ], [ 25.358326, -14.584159 ], [ 25.238108, -14.600593 ], [ 25.191485, -14.623458 ], [ 25.152901, -14.619885 ], [ 25.144327, -14.630960 ], [ 25.049296, -14.624172 ], [ 24.988562, -14.585231 ], [ 24.974093, -14.557901 ], [ 24.980881, -14.508777 ], [ 25.009104, -14.488949 ], [ 25.011605, -14.470015 ], [ 25.047510, -14.448936 ], [ 25.070731, -14.423750 ], [ 25.083593, -14.361765 ], [ 25.114139, -14.342473 ], [ 25.106636, -14.311570 ], [ 25.133252, -14.304246 ], [ 25.134502, -14.283525 ], [ 25.100205, -14.253515 ], [ 25.093953, -14.214574 ], [ 25.067873, -14.221541 ], [ 25.039293, -14.207072 ], [ 24.994278, -14.215289 ], [ 24.962303, -14.193138 ], [ 24.901212, -14.165094 ], [ 24.865129, -14.164022 ], [ 24.841907, -14.149195 ], [ 24.815469, -14.153840 ], [ 24.790997, -14.124902 ], [ 24.764739, -14.130082 ], [ 24.736872, -14.098822 ], [ 24.750448, -14.063453 ], [ 24.744732, -14.025048 ], [ 24.676317, -13.960205 ], [ 24.636482, -13.975746 ], [ 24.653452, -14.005041 ], [ 24.640591, -14.021832 ], [ 24.620227, -13.992001 ], [ 24.578428, -13.986106 ], [ 24.539129, -13.960741 ], [ 24.493400, -13.908224 ], [ 24.463211, -13.962170 ], [ 24.444634, -13.949487 ], [ 24.418733, -13.966457 ], [ 24.413910, -13.946986 ], [ 24.386401, -13.960741 ], [ 24.330132, -13.939305 ], [ 24.332812, -13.904473 ], [ 24.309232, -13.897685 ], [ 24.291191, -13.943057 ], [ 24.259931, -13.914654 ], [ 24.244747, -13.925730 ], [ 24.227241, -13.907509 ], [ 24.189372, -13.934482 ], [ 24.160255, -13.931624 ], [ 24.135783, -13.969315 ], [ 24.104344, -13.963242 ], [ 24.065581, -13.989858 ], [ 24.035929, -13.976996 ], [ 24.014493, -14.013615 ], [ 23.938218, -13.985749 ], [ 23.877127, -13.980212 ], [ 23.842115, -14.006827 ], [ 23.824252, -13.968422 ], [ 23.798708, -13.985392 ], [ 23.770842, -13.984320 ], [ 23.728150, -14.032193 ], [ 23.699747, -14.037373 ], [ 23.678133, -14.013615 ], [ 23.630796, -14.037552 ], [ 23.592570, -14.045769 ], [ 23.534872, -14.085782 ], [ 23.497360, -14.103823 ], [ 23.455739, -14.098643 ], [ 23.406616, -14.114184 ], [ 23.371247, -14.169381 ], [ 23.305690, -14.164736 ], [ 23.288720, -14.187780 ], [ 23.256745, -14.182242 ], [ 23.238347, -14.204035 ], [ 23.222806, -14.171703 ], [ 23.192081, -14.137763 ], [ 23.214410, -14.122044 ], [ 23.241562, -14.068455 ], [ 23.242812, -14.035944 ], [ 23.222806, -14.004684 ], [ 23.213874, -14.015580 ], [ 23.155820, -14.038088 ], [ 23.123666, -14.035766 ], [ 23.097586, -13.991108 ], [ 23.063825, -13.990751 ], [ 23.000054, -14.008792 ], [ 22.975761, -13.956811 ], [ 22.957540, -13.940020 ], [ 22.847683, -13.873570 ], [ 22.801239, -13.925730 ], [ 22.743542, -13.924836 ], [ 22.720677, -13.999325 ], [ 22.637972, -13.973424 ], [ 22.624396, -13.948773 ], [ 22.583311, -13.933589 ], [ 22.555087, -13.938591 ], [ 22.480956, -13.876070 ], [ 22.431833, -13.867496 ], [ 22.411648, -13.836772 ], [ 22.373242, -13.828912 ], [ 22.362882, -13.809620 ], [ 22.314473, -13.793186 ], [ 22.315188, -13.779789 ], [ 22.251417, -13.744242 ], [ 22.216227, -13.762283 ], [ 22.179072, -13.767999 ], [ 22.155314, -13.753352 ], [ 22.117266, -13.764248 ], [ 22.075466, -13.753888 ], [ 22.040276, -13.728522 ], [ 22.000442, -13.716018 ], [ 21.999906, -13.004714 ], [ 22.433619, -13.004000 ], [ 24.040216, -12.990602 ], [ 24.029320, -12.954340 ], [ 23.971265, -12.894321 ], [ 23.930894, -12.874850 ], [ 23.904993, -12.845376 ], [ 23.916961, -12.738020 ], [ 23.933217, -12.704080 ], [ 23.932502, -12.655493 ], [ 23.955009, -12.622625 ], [ 23.962155, -12.579575 ], [ 23.955724, -12.551887 ], [ 23.971443, -12.514554 ], [ 23.991271, -12.506873 ], [ 24.026283, -12.449533 ], [ 24.069868, -12.418987 ], [ 24.074156, -12.343426 ], [ 24.053435, -12.327528 ], [ 24.073262, -12.303592 ], [ 24.068618, -12.265365 ], [ 24.014315, -12.215706 ], [ 23.985734, -12.154257 ], [ 23.983054, -12.111386 ], [ 23.988949, -12.045650 ], [ 23.986091, -11.945439 ], [ 24.002704, -11.847371 ], [ 24.024675, -11.822542 ], [ 23.998059, -11.747875 ], [ 23.995380, -11.710898 ], [ 23.971086, -11.655702 ], [ 23.990735, -11.636767 ], [ 24.003418, -11.583892 ], [ 24.036465, -11.518335 ], [ 24.026461, -11.469569 ], [ 24.037536, -11.434201 ], [ 24.078443, -11.410979 ], [ 24.081479, -11.384363 ], [ 24.060222, -11.313804 ], [ 24.034678, -11.262894 ], [ 24.037358, -11.169292 ], [ 24.026819, -11.133745 ], [ 24.010921, -11.128922 ], [ 24.018602, -11.095697 ], [ 24.011457, -11.049610 ], [ 24.025568, -10.979052 ], [ 24.015565, -10.939039 ], [ 23.990914, -10.920461 ], [ 23.999667, -10.886343 ], [ 24.074334, -10.892773 ], [ 24.117384, -10.904563 ], [ 24.130424, -10.921890 ], [ 24.121493, -10.944933 ], [ 24.144357, -10.969048 ], [ 24.130960, -11.023709 ], [ 24.168294, -11.044252 ], [ 24.196517, -11.029783 ], [ 24.254036, -11.045323 ], [ 24.320308, -11.052647 ], [ 24.378719, -11.087123 ], [ 24.391402, -11.129458 ], [ 24.386579, -11.175723 ], [ 24.400870, -11.194658 ], [ 24.398012, -11.267360 ], [ 24.349603, -11.366500 ], [ 24.305303, -11.371859 ], [ 24.288690, -11.389186 ], [ 24.302266, -11.401869 ], [ 24.382649, -11.409192 ], [ 24.435702, -11.446169 ], [ 24.448921, -11.474749 ], [ 24.471607, -11.460816 ], [ 24.522874, -11.462067 ], [ 24.550561, -11.446526 ], [ 24.583429, -11.456351 ], [ 24.605222, -11.414373 ], [ 24.644699, -11.393116 ], [ 24.665956, -11.358104 ], [ 24.699003, -11.333632 ], [ 24.732585, -11.328809 ], [ 24.743124, -11.303979 ], [ 24.798142, -11.304337 ], [ 24.853160, -11.292904 ], [ 24.873524, -11.262180 ], [ 24.906035, -11.269861 ], [ 24.930328, -11.256285 ], [ 24.985704, -11.250390 ], [ 25.106993, -11.249855 ], [ 25.137360, -11.237886 ], [ 25.225782, -11.227526 ], [ 25.303843, -11.191443 ], [ 25.351716, -11.195908 ], [ 25.320277, -11.262359 ], [ 25.329745, -11.291833 ], [ 25.298306, -11.301657 ], [ 25.311346, -11.348458 ], [ 25.278299, -11.370251 ], [ 25.302414, -11.415980 ], [ 25.304201, -11.469748 ], [ 25.326172, -11.493327 ], [ 25.289374, -11.516727 ], [ 25.310274, -11.533161 ], [ 25.307416, -11.572996 ], [ 25.325994, -11.584964 ], [ 25.341177, -11.631408 ], [ 25.382798, -11.647663 ], [ 25.427455, -11.676065 ], [ 25.477472, -11.687676 ], [ 25.494263, -11.712506 ], [ 25.484081, -11.762344 ], [ 25.505695, -11.786459 ], [ 25.562678, -11.760557 ], [ 25.593581, -11.736442 ], [ 25.655030, -11.733227 ], [ 25.677537, -11.781636 ], [ 25.718801, -11.815754 ], [ 25.823656, -11.828079 ], [ 25.872065, -11.798248 ], [ 25.887248, -11.805751 ], [ 25.906362, -11.861304 ], [ 25.933692, -11.880418 ], [ 25.959594, -11.877560 ], [ 25.987103, -11.898102 ], [ 25.989603, -11.940616 ], [ 26.069094, -11.942938 ], [ 26.191812, -11.939008 ], [ 26.211998, -11.927576 ], [ 26.334716, -11.964731 ], [ 26.407776, -11.920610 ], [ 26.468331, -11.920074 ], [ 26.559075, -11.979200 ], [ 26.597838, -11.971340 ], [ 26.635886, -11.985809 ], [ 26.691619, -11.992240 ], [ 26.718235, -12.008853 ], [ 26.754675, -11.973663 ], [ 26.798082, -11.966875 ], [ 26.827735, -11.993312 ], [ 26.856137, -11.980629 ], [ 26.883646, -11.984559 ], [ 26.908297, -11.954906 ], [ 26.953490, -11.919359 ], [ 26.971174, -11.880061 ], [ 27.007436, -11.846835 ], [ 26.998683, -11.816826 ], [ 27.014581, -11.750554 ], [ 27.043519, -11.715364 ], [ 27.044948, -11.680352 ], [ 27.024763, -11.651772 ], [ 27.024763, -11.617117 ], [ 27.044413, -11.602827 ], [ 27.089249, -11.605685 ], [ 27.119437, -11.595325 ], [ 27.157128, -11.599969 ], [ 27.200178, -11.568173 ], [ 27.209288, -11.572996 ], [ 27.226258, -11.655880 ], [ 27.228044, -11.777706 ], [ 27.246443, -11.800749 ], [ 27.290743, -11.809859 ], [ 27.351120, -11.852730 ], [ 27.397028, -11.876309 ], [ 27.406674, -11.895244 ], [ 27.449902, -11.914000 ], [ 27.472231, -11.959729 ], [ 27.464371, -12.016177 ], [ 27.474017, -12.052081 ], [ 27.497239, -12.066907 ], [ 27.508314, -12.137109 ], [ 27.526356, -12.173907 ], [ 27.564583, -12.209811 ], [ 27.619422, -12.232676 ], [ 27.625674, -12.260542 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 4350, "LENGTH_": 1376.802000, "AREA_": 26967.760000, "LVLID": "ZMP003000000000000000", "NAME": "Eastern", "ISO_CTRY": "ZM", "ID": "003ZMB300" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.217772, -14.996973 ], [ 30.204553, -14.933916 ], [ 30.206161, -14.834598 ], [ 30.169899, -14.783510 ], [ 30.141140, -14.766183 ], [ 30.087015, -14.702769 ], [ 30.054147, -14.693123 ], [ 30.048609, -14.666329 ], [ 30.007524, -14.647930 ], [ 30.013598, -14.626316 ], [ 29.991448, -14.614526 ], [ 29.978765, -14.582373 ], [ 29.988590, -14.547897 ], [ 30.008775, -14.524675 ], [ 29.996271, -14.515565 ], [ 30.033068, -14.429823 ], [ 30.062185, -14.416604 ], [ 30.059863, -14.394097 ], [ 30.078798, -14.362479 ], [ 30.118811, -14.375341 ], [ 30.147213, -14.325503 ], [ 30.286366, -14.182599 ], [ 30.313517, -14.185279 ], [ 30.311017, -14.152768 ], [ 30.286008, -14.094177 ], [ 30.255284, -14.075421 ], [ 30.193478, -14.067383 ], [ 30.163111, -14.037909 ], [ 30.159717, -13.979318 ], [ 30.106307, -13.939841 ], [ 30.134709, -13.933589 ], [ 30.455885, -13.931982 ], [ 30.750089, -13.936269 ], [ 30.892457, -13.933411 ], [ 30.892814, -13.916084 ], [ 30.921752, -13.882322 ], [ 30.945688, -13.884823 ], [ 30.949975, -13.852670 ], [ 30.982129, -13.843381 ], [ 30.984272, -13.797652 ], [ 31.011067, -13.797831 ], [ 31.043220, -13.766392 ], [ 31.069836, -13.774966 ], [ 31.073230, -13.749779 ], [ 31.126104, -13.721556 ], [ 31.144503, -13.696726 ], [ 31.124675, -13.645995 ], [ 31.147183, -13.614914 ], [ 31.200057, -13.587762 ], [ 31.220421, -13.596515 ], [ 31.248645, -13.549892 ], [ 31.276332, -13.526135 ], [ 31.301162, -13.526670 ], [ 31.314738, -13.488801 ], [ 31.372435, -13.454683 ], [ 31.413520, -13.460756 ], [ 31.435491, -13.424137 ], [ 31.446031, -13.414491 ], [ 31.503013, -13.431997 ], [ 31.543384, -13.428603 ], [ 31.541955, -13.418064 ], [ 31.580360, -13.374656 ], [ 31.617515, -13.375014 ], [ 31.640737, -13.342860 ], [ 31.632877, -13.325712 ], [ 31.655563, -13.315887 ], [ 31.646989, -13.250151 ], [ 31.663423, -13.225143 ], [ 31.719691, -13.184594 ], [ 31.737912, -13.157800 ], [ 31.727908, -13.124039 ], [ 31.779354, -13.097066 ], [ 31.807935, -13.101353 ], [ 31.806506, -13.071522 ], [ 31.837408, -13.073487 ], [ 31.877957, -13.040797 ], [ 31.903144, -12.995961 ], [ 31.891891, -12.980778 ], [ 31.910289, -12.962557 ], [ 31.905288, -12.931119 ], [ 31.921543, -12.933262 ], [ 31.963700, -12.893785 ], [ 32.004070, -12.875386 ], [ 31.989780, -12.860560 ], [ 32.021754, -12.826977 ], [ 32.031579, -12.791430 ], [ 32.057838, -12.770352 ], [ 32.054980, -12.742485 ], [ 32.079095, -12.739627 ], [ 32.097851, -12.696042 ], [ 32.074629, -12.681573 ], [ 32.097851, -12.662281 ], [ 32.122680, -12.585827 ], [ 32.131255, -12.527237 ], [ 32.153047, -12.486866 ], [ 32.137328, -12.461143 ], [ 32.144116, -12.423631 ], [ 32.168410, -12.397194 ], [ 32.188595, -12.394872 ], [ 32.194132, -12.343426 ], [ 32.218247, -12.318954 ], [ 32.263619, -12.291088 ], [ 32.287377, -12.239107 ], [ 32.286305, -12.214456 ], [ 32.306490, -12.191948 ], [ 32.272015, -12.149792 ], [ 32.283626, -12.143004 ], [ 32.277552, -12.106742 ], [ 32.351148, -12.059762 ], [ 32.376156, -12.014926 ], [ 32.380622, -11.983845 ], [ 32.411525, -11.921681 ], [ 32.434032, -11.893458 ], [ 32.420992, -11.875238 ], [ 32.446179, -11.850051 ], [ 32.446358, -11.830759 ], [ 32.495659, -11.810931 ], [ 32.506377, -11.780207 ], [ 32.540853, -11.771275 ], [ 32.538888, -11.730012 ], [ 32.595335, -11.679817 ], [ 32.566397, -11.640161 ], [ 32.549427, -11.640339 ], [ 32.526920, -11.599969 ], [ 32.488157, -11.566029 ], [ 32.477796, -11.529232 ], [ 32.442964, -11.490648 ], [ 32.386159, -11.483324 ], [ 32.348647, -11.461174 ], [ 32.285234, -11.452242 ], [ 32.265763, -11.468676 ], [ 32.239326, -11.465103 ], [ 32.220570, -11.425090 ], [ 32.228429, -11.365428 ], [ 32.239147, -11.348458 ], [ 32.249329, -11.288081 ], [ 32.237897, -11.268968 ], [ 32.240397, -11.220916 ], [ 32.261833, -11.207876 ], [ 32.269871, -11.175187 ], [ 32.260940, -11.156788 ], [ 32.283447, -11.106415 ], [ 32.370083, -11.054076 ], [ 32.341323, -10.984411 ], [ 32.322746, -10.961367 ], [ 32.332928, -10.939039 ], [ 32.365974, -10.917782 ], [ 32.381158, -10.850081 ], [ 32.401879, -10.818999 ], [ 32.385445, -10.798636 ], [ 32.310242, -10.741295 ], [ 32.314172, -10.683062 ], [ 32.304883, -10.640191 ], [ 32.382587, -10.569275 ], [ 32.384909, -10.552484 ], [ 32.478868, -10.500502 ], [ 32.508342, -10.466741 ], [ 32.611590, -10.431551 ], [ 32.630525, -10.404578 ], [ 32.813263, -10.314906 ], [ 32.846488, -10.334377 ], [ 32.874355, -10.335806 ], [ 32.917762, -10.358134 ], [ 32.934910, -10.379927 ], [ 33.004933, -10.325624 ], [ 33.035300, -10.355455 ], [ 33.057272, -10.416189 ], [ 33.098178, -10.424049 ], [ 33.114255, -10.413152 ], [ 33.156233, -10.412081 ], [ 33.175525, -10.425121 ], [ 33.213930, -10.402435 ], [ 33.225005, -10.406543 ], [ 33.201426, -10.447449 ], [ 33.194281, -10.501753 ], [ 33.209464, -10.503718 ], [ 33.227327, -10.564809 ], [ 33.218932, -10.598213 ], [ 33.231972, -10.718967 ], [ 33.231257, -10.770948 ], [ 33.239653, -10.778450 ], [ 33.284667, -10.742546 ], [ 33.322001, -10.750405 ], [ 33.325574, -10.765053 ], [ 33.355941, -10.765768 ], [ 33.360228, -10.789525 ], [ 33.386486, -10.799350 ], [ 33.485090, -10.734507 ], [ 33.525639, -10.719503 ], [ 33.606380, -10.587495 ], [ 33.641391, -10.609645 ], [ 33.682119, -10.582851 ], [ 33.687299, -10.577670 ], [ 33.701411, -10.585352 ], [ 33.651395, -10.625722 ], [ 33.623350, -10.659662 ], [ 33.602271, -10.656803 ], [ 33.549754, -10.733078 ], [ 33.531534, -10.739688 ], [ 33.531355, -10.765589 ], [ 33.442576, -10.820607 ], [ 33.388630, -10.812569 ], [ 33.363800, -10.829181 ], [ 33.334505, -10.828467 ], [ 33.310926, -10.869552 ], [ 33.265554, -10.868837 ], [ 33.280559, -10.900812 ], [ 33.313070, -10.943326 ], [ 33.307889, -10.991199 ], [ 33.331647, -11.067473 ], [ 33.365944, -11.099627 ], [ 33.378627, -11.145356 ], [ 33.405957, -11.161075 ], [ 33.376840, -11.237886 ], [ 33.359513, -11.253248 ], [ 33.337006, -11.304873 ], [ 33.309140, -11.331310 ], [ 33.318250, -11.360784 ], [ 33.288776, -11.369001 ], [ 33.293599, -11.421875 ], [ 33.272699, -11.434201 ], [ 33.239831, -11.400975 ], [ 33.226791, -11.430092 ], [ 33.248048, -11.469926 ], [ 33.241082, -11.492970 ], [ 33.248763, -11.528517 ], [ 33.224826, -11.553883 ], [ 33.224291, -11.589251 ], [ 33.260374, -11.577819 ], [ 33.311105, -11.595325 ], [ 33.317535, -11.630157 ], [ 33.314856, -11.721616 ], [ 33.333791, -11.807537 ], [ 33.305746, -11.858268 ], [ 33.323073, -11.896852 ], [ 33.310569, -11.954192 ], [ 33.308604, -12.001172 ], [ 33.279487, -12.057797 ], [ 33.260731, -12.118353 ], [ 33.272699, -12.155508 ], [ 33.309318, -12.166226 ], [ 33.311105, -12.249467 ], [ 33.363086, -12.319311 ], [ 33.365944, -12.348071 ], [ 33.423284, -12.341104 ], [ 33.454187, -12.322527 ], [ 33.476159, -12.322884 ], [ 33.515279, -12.342176 ], [ 33.542252, -12.343426 ], [ 33.543859, -12.371650 ], [ 33.476337, -12.413807 ], [ 33.478838, -12.450783 ], [ 33.433466, -12.477399 ], [ 33.414353, -12.516340 ], [ 33.360585, -12.553316 ], [ 33.315213, -12.525807 ], [ 33.270734, -12.537061 ], [ 33.232329, -12.592794 ], [ 33.178383, -12.611550 ], [ 33.152660, -12.595473 ], [ 33.115148, -12.611371 ], [ 33.090675, -12.595652 ], [ 33.056200, -12.611550 ], [ 33.011542, -12.667818 ], [ 33.006184, -12.702294 ], [ 32.963670, -12.748916 ], [ 32.957239, -12.842697 ], [ 33.015651, -12.887176 ], [ 33.026011, -12.910755 ], [ 33.012257, -12.988459 ], [ 32.987963, -13.034367 ], [ 32.996180, -13.054909 ], [ 32.979568, -13.075809 ], [ 32.974387, -13.110284 ], [ 32.980639, -13.156907 ], [ 33.016544, -13.211032 ], [ 32.981890, -13.228359 ], [ 32.967599, -13.260155 ], [ 32.945449, -13.273016 ], [ 32.922942, -13.353042 ], [ 32.915440, -13.407703 ], [ 32.888466, -13.449324 ], [ 32.843809, -13.461113 ], [ 32.844524, -13.514524 ], [ 32.793257, -13.547034 ], [ 32.766462, -13.550250 ], [ 32.747528, -13.579009 ], [ 32.692867, -13.564719 ], [ 32.680720, -13.577044 ], [ 32.680005, -13.617950 ], [ 32.727342, -13.640100 ], [ 32.786469, -13.640279 ], [ 32.799866, -13.668681 ], [ 32.842559, -13.708516 ], [ 32.781646, -13.748171 ], [ 32.773607, -13.776395 ], [ 32.805225, -13.796223 ], [ 32.814692, -13.780325 ], [ 32.861493, -13.791043 ], [ 32.895076, -13.822124 ], [ 32.896683, -13.838915 ], [ 32.936518, -13.873391 ], [ 32.952595, -13.903579 ], [ 32.942949, -13.927873 ], [ 32.986892, -13.938770 ], [ 33.003683, -13.966100 ], [ 32.991715, -14.014330 ], [ 33.041195, -14.049341 ], [ 33.062988, -14.024869 ], [ 33.069419, -13.990036 ], [ 33.103894, -13.960384 ], [ 33.131582, -13.958419 ], [ 33.151767, -13.934840 ], [ 33.178919, -13.950559 ], [ 33.196782, -13.992180 ], [ 33.214466, -14.008971 ], [ 32.999931, -14.078458 ], [ 32.658570, -14.195818 ], [ 32.450466, -14.284776 ], [ 32.241291, -14.323360 ], [ 32.097494, -14.370161 ], [ 32.056409, -14.388738 ], [ 31.976918, -14.404100 ], [ 31.929581, -14.419998 ], [ 31.826512, -14.472694 ], [ 31.683251, -14.506455 ], [ 31.490867, -14.611847 ], [ 31.326706, -14.649716 ], [ 31.265436, -14.659184 ], [ 31.190054, -14.679547 ], [ 31.078946, -14.717238 ], [ 30.799212, -14.783689 ], [ 30.738835, -14.807804 ], [ 30.517691, -14.888008 ], [ 30.365141, -14.959639 ], [ 30.217772, -14.996973 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2402, "LENGTH_": 587.770600, "AREA_": 8570.280000, "LVLID": "ZMP001000000000000000", "NAME": "Lusaka", "ISO_CTRY": "ZM", "ID": "003ZMB500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.924670, -15.947283 ], [ 28.889659, -15.937459 ], [ 28.861793, -15.949784 ], [ 28.825173, -15.944247 ], [ 28.804631, -15.961395 ], [ 28.772478, -15.967647 ], [ 28.750328, -15.954965 ], [ 28.732107, -15.964611 ], [ 28.719603, -15.941567 ], [ 28.698704, -15.937459 ], [ 28.671552, -15.903698 ], [ 28.644400, -15.896374 ], [ 28.581344, -15.907628 ], [ 28.545975, -15.878511 ], [ 28.515787, -15.870830 ], [ 28.495423, -15.848858 ], [ 28.458268, -15.834032 ], [ 28.448086, -15.847608 ], [ 28.417183, -15.804022 ], [ 28.349304, -15.777585 ], [ 28.302324, -15.804201 ], [ 28.277137, -15.795269 ], [ 28.246591, -15.833318 ], [ 28.225334, -15.836354 ], [ 28.193896, -15.819027 ], [ 28.178712, -15.790446 ], [ 28.119586, -15.775263 ], [ 28.072963, -15.744539 ], [ 28.035272, -15.746146 ], [ 28.026162, -15.719352 ], [ 27.984720, -15.710778 ], [ 27.949530, -15.756685 ], [ 27.920592, -15.759008 ], [ 27.887367, -15.711492 ], [ 27.869682, -15.714171 ], [ 27.834135, -15.745253 ], [ 27.802160, -15.739894 ], [ 27.803589, -15.717030 ], [ 27.828776, -15.708098 ], [ 27.829133, -15.660404 ], [ 27.791978, -15.655938 ], [ 27.769292, -15.624678 ], [ 27.791085, -15.582343 ], [ 27.959891, -15.583057 ], [ 27.963106, -15.508033 ], [ 27.955782, -15.455337 ], [ 27.933275, -15.383349 ], [ 27.911839, -15.404606 ], [ 27.902193, -15.371917 ], [ 27.846996, -15.388172 ], [ 27.808412, -15.388529 ], [ 27.775366, -15.321722 ], [ 27.820917, -15.269383 ], [ 27.836457, -15.265989 ], [ 27.854142, -15.234729 ], [ 27.888796, -15.257415 ], [ 27.975610, -15.294570 ], [ 28.000440, -15.259737 ], [ 28.008656, -15.269562 ], [ 28.084217, -15.277600 ], [ 28.172639, -15.307074 ], [ 28.218189, -15.327974 ], [ 28.222298, -15.314755 ], [ 28.274815, -15.335833 ], [ 28.295000, -15.258308 ], [ 28.314292, -15.259916 ], [ 28.315543, -15.213472 ], [ 28.337693, -15.217938 ], [ 28.367167, -15.139877 ], [ 28.412539, -15.119513 ], [ 28.469343, -15.124872 ], [ 28.511142, -15.135947 ], [ 28.550084, -15.180783 ], [ 28.675482, -15.178818 ], [ 28.704777, -15.166135 ], [ 28.797129, -15.171851 ], [ 28.804452, -15.160955 ], [ 28.874833, -15.164885 ], [ 28.970400, -14.994115 ], [ 29.124200, -14.976252 ], [ 29.245132, -14.868716 ], [ 29.367494, -14.984111 ], [ 29.506468, -14.984111 ], [ 29.506289, -14.819772 ], [ 29.537013, -14.820129 ], [ 29.581492, -14.805303 ], [ 29.609537, -14.777794 ], [ 29.654195, -14.762968 ], [ 29.662590, -14.749570 ], [ 29.699388, -14.744747 ], [ 29.751012, -14.706521 ], [ 29.767625, -14.717596 ], [ 29.812282, -14.693123 ], [ 29.861762, -14.690980 ], [ 29.931964, -14.669366 ], [ 29.971620, -14.641857 ], [ 30.007524, -14.647930 ], [ 30.048609, -14.666329 ], [ 30.054147, -14.693123 ], [ 30.087015, -14.702769 ], [ 30.141140, -14.766183 ], [ 30.169899, -14.783510 ], [ 30.206161, -14.834598 ], [ 30.204553, -14.933916 ], [ 30.217772, -14.996973 ], [ 30.233670, -15.036271 ], [ 30.220987, -15.063602 ], [ 30.231705, -15.141663 ], [ 30.259750, -15.194537 ], [ 30.255999, -15.214187 ], [ 30.279578, -15.251163 ], [ 30.316911, -15.277957 ], [ 30.375681, -15.342621 ], [ 30.385505, -15.383170 ], [ 30.381754, -15.421040 ], [ 30.401403, -15.472664 ], [ 30.365856, -15.544473 ], [ 30.416944, -15.616282 ], [ 30.359068, -15.649865 ], [ 30.286723, -15.645578 ], [ 30.260107, -15.625928 ], [ 30.208840, -15.660404 ], [ 30.166862, -15.620391 ], [ 30.125241, -15.619855 ], [ 29.962152, -15.640933 ], [ 29.934643, -15.623249 ], [ 29.877125, -15.612174 ], [ 29.820856, -15.608780 ], [ 29.775484, -15.615211 ], [ 29.715643, -15.642005 ], [ 29.649372, -15.657903 ], [ 29.610073, -15.660940 ], [ 29.577026, -15.641826 ], [ 29.544873, -15.645756 ], [ 29.500394, -15.685233 ], [ 29.434123, -15.688985 ], [ 29.403756, -15.709706 ], [ 29.362313, -15.709884 ], [ 29.266211, -15.758293 ], [ 29.227269, -15.763652 ], [ 29.195652, -15.790804 ], [ 29.065073, -15.879940 ], [ 29.034528, -15.926741 ], [ 29.015593, -15.941746 ], [ 28.935388, -15.939245 ], [ 28.924670, -15.947283 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2341, "LENGTH_": 628.238200, "AREA_": 12094.590000, "LVLID": "ZMP002000000000000000", "NAME": "Copperbelt", "ISO_CTRY": "ZM", "ID": "003ZMB200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.069539, -13.405381 ], [ 29.005947, -13.449860 ], [ 28.955037, -13.505949 ], [ 28.917168, -13.522562 ], [ 28.838392, -13.582403 ], [ 28.832855, -13.595086 ], [ 28.750685, -13.612234 ], [ 28.701919, -13.630990 ], [ 28.712458, -13.652247 ], [ 28.642971, -13.731738 ], [ 28.654403, -13.781218 ], [ 28.656011, -13.858029 ], [ 28.558122, -13.859636 ], [ 28.477381, -13.880179 ], [ 28.406287, -13.888575 ], [ 28.354662, -13.881965 ], [ 28.331441, -13.869997 ], [ 28.284461, -13.885538 ], [ 28.224084, -13.868568 ], [ 28.189787, -13.870176 ], [ 28.160492, -13.896613 ], [ 28.099579, -13.898935 ], [ 28.069391, -13.913404 ], [ 28.027413, -13.916619 ], [ 27.983112, -13.909474 ], [ 27.922557, -13.936447 ], [ 27.903801, -13.915548 ], [ 27.879328, -13.846775 ], [ 27.905766, -13.836593 ], [ 27.907016, -13.819981 ], [ 27.935061, -13.783897 ], [ 27.833421, -13.651354 ], [ 27.815200, -13.675112 ], [ 27.776974, -13.690295 ], [ 27.718919, -13.686723 ], [ 27.655863, -13.645638 ], [ 27.619958, -13.675826 ], [ 27.626389, -13.701906 ], [ 27.595128, -13.708694 ], [ 27.597093, -13.740669 ], [ 27.567619, -13.768178 ], [ 27.552614, -13.825340 ], [ 27.511172, -13.793543 ], [ 27.480448, -13.801760 ], [ 27.482949, -13.851241 ], [ 27.492416, -13.868568 ], [ 27.451689, -13.896077 ], [ 27.420964, -13.900543 ], [ 27.406853, -13.925908 ], [ 27.380951, -13.889110 ], [ 27.383095, -13.815872 ], [ 27.355407, -13.808191 ], [ 27.357551, -13.784433 ], [ 27.341831, -13.763891 ], [ 27.355050, -13.747814 ], [ 27.342189, -13.721556 ], [ 27.019404, -13.723878 ], [ 26.822733, -13.750315 ], [ 26.777540, -13.685472 ], [ 26.794688, -13.580617 ], [ 26.848634, -13.496125 ], [ 26.861674, -13.441821 ], [ 26.921337, -13.414312 ], [ 26.929732, -13.375192 ], [ 26.971353, -13.362510 ], [ 26.978855, -13.309992 ], [ 26.948488, -13.252295 ], [ 26.961886, -13.202100 ], [ 26.999755, -13.182451 ], [ 27.030658, -13.150476 ], [ 27.073529, -13.133328 ], [ 27.092285, -13.041690 ], [ 27.066920, -13.000248 ], [ 27.035660, -13.005964 ], [ 27.012259, -12.996497 ], [ 27.020833, -12.979706 ], [ 26.994575, -12.953626 ], [ 26.947059, -12.942908 ], [ 26.930804, -12.924331 ], [ 26.873107, -12.887712 ], [ 26.906332, -12.852700 ], [ 26.917764, -12.820368 ], [ 26.874893, -12.786786 ], [ 26.851850, -12.739270 ], [ 26.866676, -12.720514 ], [ 26.868819, -12.674963 ], [ 26.883288, -12.637094 ], [ 26.956169, -12.620839 ], [ 26.966530, -12.592615 ], [ 27.000827, -12.557961 ], [ 27.042269, -12.534739 ], [ 27.094429, -12.528308 ], [ 27.066741, -12.485258 ], [ 27.064062, -12.455249 ], [ 27.084962, -12.414521 ], [ 27.063526, -12.357717 ], [ 27.063526, -12.333244 ], [ 27.118544, -12.345213 ], [ 27.201964, -12.345749 ], [ 27.248051, -12.351465 ], [ 27.299675, -12.367541 ], [ 27.308070, -12.326099 ], [ 27.336472, -12.313059 ], [ 27.357551, -12.317704 ], [ 27.362910, -12.294125 ], [ 27.391669, -12.284300 ], [ 27.455976, -12.244823 ], [ 27.485092, -12.310916 ], [ 27.572442, -12.265187 ], [ 27.625674, -12.260542 ], [ 27.656220, -12.287158 ], [ 27.711595, -12.281442 ], [ 27.758039, -12.289302 ], [ 27.819845, -12.253576 ], [ 27.826811, -12.230711 ], [ 27.865574, -12.244108 ], [ 27.917734, -12.240536 ], [ 27.953281, -12.314131 ], [ 27.950066, -12.350214 ], [ 27.989364, -12.338782 ], [ 28.012586, -12.349678 ], [ 28.060638, -12.349678 ], [ 28.086539, -12.358789 ], [ 28.117442, -12.430062 ], [ 28.145844, -12.428097 ], [ 28.165315, -12.387012 ], [ 28.242483, -12.422024 ], [ 28.259096, -12.412913 ], [ 28.326796, -12.424882 ], [ 28.403607, -12.500799 ], [ 28.441655, -12.516161 ], [ 28.442906, -12.556889 ], [ 28.516144, -12.618159 ], [ 28.523289, -12.634057 ], [ 28.513464, -12.673713 ], [ 28.463805, -12.690683 ], [ 28.453981, -12.706938 ], [ 28.479882, -12.753203 ], [ 28.528648, -12.800897 ], [ 28.544010, -12.856273 ], [ 28.572591, -12.893070 ], [ 28.592062, -12.877351 ], [ 28.604744, -12.842518 ], [ 28.626358, -12.820368 ], [ 28.652617, -12.818760 ], [ 28.697989, -12.850914 ], [ 28.733179, -12.886104 ], [ 28.755865, -12.938442 ], [ 28.790162, -12.945945 ], [ 28.795878, -12.973454 ], [ 28.833748, -13.026686 ], [ 28.846609, -13.105640 ], [ 28.846966, -13.145117 ], [ 28.875368, -13.162623 ], [ 28.903592, -13.161908 ], [ 28.941640, -13.271944 ], [ 28.945570, -13.304276 ], [ 28.968435, -13.342860 ], [ 28.975937, -13.376086 ], [ 28.992728, -13.368226 ], [ 29.003625, -13.415920 ], [ 29.035064, -13.407167 ], [ 29.069539, -13.405381 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 6075, "LENGTH_": 1746.495000, "AREA_": 57051.370000, "LVLID": "ZMP007000000000000000", "NAME": "Northern", "ISO_CTRY": "ZM", "ID": "003ZMB600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.682119, -10.582851 ], [ 33.641391, -10.609645 ], [ 33.606380, -10.587495 ], [ 33.525639, -10.719503 ], [ 33.485090, -10.734507 ], [ 33.386486, -10.799350 ], [ 33.360228, -10.789525 ], [ 33.355941, -10.765768 ], [ 33.325574, -10.765053 ], [ 33.322001, -10.750405 ], [ 33.284667, -10.742546 ], [ 33.239653, -10.778450 ], [ 33.231257, -10.770948 ], [ 33.231972, -10.718967 ], [ 33.218932, -10.598213 ], [ 33.227327, -10.564809 ], [ 33.209464, -10.503718 ], [ 33.194281, -10.501753 ], [ 33.201426, -10.447449 ], [ 33.225005, -10.406543 ], [ 33.213930, -10.402435 ], [ 33.175525, -10.425121 ], [ 33.156233, -10.412081 ], [ 33.114255, -10.413152 ], [ 33.098178, -10.424049 ], [ 33.057272, -10.416189 ], [ 33.035300, -10.355455 ], [ 33.004933, -10.325624 ], [ 32.934910, -10.379927 ], [ 32.917762, -10.358134 ], [ 32.874355, -10.335806 ], [ 32.846488, -10.334377 ], [ 32.813263, -10.314906 ], [ 32.630525, -10.404578 ], [ 32.611590, -10.431551 ], [ 32.508342, -10.466741 ], [ 32.478868, -10.500502 ], [ 32.384909, -10.552484 ], [ 32.382587, -10.569275 ], [ 32.304883, -10.640191 ], [ 32.314172, -10.683062 ], [ 32.310242, -10.741295 ], [ 32.385445, -10.798636 ], [ 32.401879, -10.818999 ], [ 32.381158, -10.850081 ], [ 32.365974, -10.917782 ], [ 32.332928, -10.939039 ], [ 32.322746, -10.961367 ], [ 32.341323, -10.984411 ], [ 32.370083, -11.054076 ], [ 32.283447, -11.106415 ], [ 32.260940, -11.156788 ], [ 32.269871, -11.175187 ], [ 32.261833, -11.207876 ], [ 32.240397, -11.220916 ], [ 32.237897, -11.268968 ], [ 32.249329, -11.288081 ], [ 32.239147, -11.348458 ], [ 32.228429, -11.365428 ], [ 32.220570, -11.425090 ], [ 32.239326, -11.465103 ], [ 32.265763, -11.468676 ], [ 32.285234, -11.452242 ], [ 32.348647, -11.461174 ], [ 32.386159, -11.483324 ], [ 32.442964, -11.490648 ], [ 32.477796, -11.529232 ], [ 32.488157, -11.566029 ], [ 32.526920, -11.599969 ], [ 32.549427, -11.640339 ], [ 32.566397, -11.640161 ], [ 32.595335, -11.679817 ], [ 32.538888, -11.730012 ], [ 32.540853, -11.771275 ], [ 32.506377, -11.780207 ], [ 32.495659, -11.810931 ], [ 32.446358, -11.830759 ], [ 32.446179, -11.850051 ], [ 32.420992, -11.875238 ], [ 32.434032, -11.893458 ], [ 32.411525, -11.921681 ], [ 32.380622, -11.983845 ], [ 32.376156, -12.014926 ], [ 32.351148, -12.059762 ], [ 32.277552, -12.106742 ], [ 32.283626, -12.143004 ], [ 32.272015, -12.149792 ], [ 32.306490, -12.191948 ], [ 32.286305, -12.214456 ], [ 32.287377, -12.239107 ], [ 32.263619, -12.291088 ], [ 32.218247, -12.318954 ], [ 32.194132, -12.343426 ], [ 32.188595, -12.394872 ], [ 32.168410, -12.397194 ], [ 32.144116, -12.423631 ], [ 32.137328, -12.461143 ], [ 32.153047, -12.486866 ], [ 32.131255, -12.527237 ], [ 32.122680, -12.585827 ], [ 32.097851, -12.662281 ], [ 32.074629, -12.681573 ], [ 32.097851, -12.696042 ], [ 32.079095, -12.739627 ], [ 32.054980, -12.742485 ], [ 32.057838, -12.770352 ], [ 32.031579, -12.791430 ], [ 32.021754, -12.826977 ], [ 31.989780, -12.860560 ], [ 32.004070, -12.875386 ], [ 31.963700, -12.893785 ], [ 31.921543, -12.933262 ], [ 31.905288, -12.931119 ], [ 31.910289, -12.962557 ], [ 31.891891, -12.980778 ], [ 31.903144, -12.995961 ], [ 31.877957, -13.040797 ], [ 31.837408, -13.073487 ], [ 31.806506, -13.071522 ], [ 31.807935, -13.101353 ], [ 31.779354, -13.097066 ], [ 31.727908, -13.124039 ], [ 31.737912, -13.157800 ], [ 31.719691, -13.184594 ], [ 31.663423, -13.225143 ], [ 31.646989, -13.250151 ], [ 31.655563, -13.315887 ], [ 31.632877, -13.325712 ], [ 31.640737, -13.342860 ], [ 31.617515, -13.375014 ], [ 31.580360, -13.374656 ], [ 31.541955, -13.418064 ], [ 31.543384, -13.428603 ], [ 31.503013, -13.431997 ], [ 31.446031, -13.414491 ], [ 31.435491, -13.424137 ], [ 31.422273, -13.396628 ], [ 31.435134, -13.330714 ], [ 31.398515, -13.306241 ], [ 31.393513, -13.281412 ], [ 31.363861, -13.258190 ], [ 31.384403, -13.200314 ], [ 31.365111, -13.175663 ], [ 31.366004, -13.124575 ], [ 31.357609, -13.091171 ], [ 31.337781, -13.064555 ], [ 31.356001, -13.000070 ], [ 31.326884, -12.967202 ], [ 31.295088, -12.974526 ], [ 31.270080, -12.958449 ], [ 31.208631, -12.968988 ], [ 31.169154, -13.031687 ], [ 31.108420, -13.038832 ], [ 31.078410, -13.029365 ], [ 31.072516, -13.004357 ], [ 31.042684, -12.968452 ], [ 30.981414, -12.956305 ], [ 30.956585, -12.941836 ], [ 30.928897, -12.960414 ], [ 30.888705, -12.928082 ], [ 30.851193, -12.949339 ], [ 30.811001, -12.919150 ], [ 30.758306, -12.910398 ], [ 30.744551, -12.880745 ], [ 30.769202, -12.855380 ], [ 30.761878, -12.793931 ], [ 30.736334, -12.768565 ], [ 30.730261, -12.739985 ], [ 30.760092, -12.691576 ], [ 30.755983, -12.677643 ], [ 30.713827, -12.652456 ], [ 30.695249, -12.612086 ], [ 30.644340, -12.610121 ], [ 30.624155, -12.626733 ], [ 30.597717, -12.613157 ], [ 30.581105, -12.584041 ], [ 30.580212, -12.536704 ], [ 30.553417, -12.516697 ], [ 30.524479, -12.515804 ], [ 30.468747, -12.473648 ], [ 30.454456, -12.443102 ], [ 30.505009, -12.394336 ], [ 30.508402, -12.345213 ], [ 30.482680, -12.300734 ], [ 30.447668, -12.273225 ], [ 30.369071, -12.269474 ], [ 30.351923, -12.280906 ], [ 30.323521, -12.254647 ], [ 30.267967, -12.251611 ], [ 30.219201, -12.228032 ], [ 30.203481, -12.211776 ], [ 30.141140, -12.204274 ], [ 30.124527, -12.178908 ], [ 30.104520, -12.173192 ], [ 30.069688, -12.118353 ], [ 30.050396, -12.113173 ], [ 30.053968, -12.071909 ], [ 30.018064, -12.042078 ], [ 29.994842, -12.002243 ], [ 29.926248, -12.015819 ], [ 29.865156, -12.045472 ], [ 29.844078, -12.086557 ], [ 29.839434, -12.132465 ], [ 29.813354, -12.145862 ], [ 29.814604, -12.141753 ], [ 29.816926, -12.135323 ], [ 29.816033, -12.129606 ], [ 29.814426, -12.126927 ], [ 29.818534, -12.119782 ], [ 29.821928, -12.116566 ], [ 29.822821, -12.112637 ], [ 29.824250, -12.106742 ], [ 29.822821, -12.104598 ], [ 29.822107, -12.101562 ], [ 29.820499, -12.099061 ], [ 29.819427, -12.097453 ], [ 29.819070, -12.094238 ], [ 29.823000, -12.092273 ], [ 29.822285, -12.089772 ], [ 29.822464, -12.089415 ], [ 29.822464, -12.087093 ], [ 29.821213, -12.086378 ], [ 29.819070, -12.084770 ], [ 29.815140, -12.077982 ], [ 29.813711, -12.075303 ], [ 29.813532, -12.074231 ], [ 29.810496, -12.072266 ], [ 29.807638, -12.073695 ], [ 29.804958, -12.073517 ], [ 29.801207, -12.072981 ], [ 29.797813, -12.067801 ], [ 29.796741, -12.062620 ], [ 29.792454, -12.062620 ], [ 29.792275, -12.061191 ], [ 29.793169, -12.057083 ], [ 29.794776, -12.051367 ], [ 29.797813, -12.044757 ], [ 29.797813, -12.042792 ], [ 29.790311, -12.034040 ], [ 29.791918, -12.029038 ], [ 29.795491, -12.019392 ], [ 29.794062, -12.014212 ], [ 29.793347, -12.012961 ], [ 29.792275, -12.010996 ], [ 29.789417, -12.006352 ], [ 29.788524, -12.002958 ], [ 29.794240, -11.984559 ], [ 29.784416, -11.975806 ], [ 29.785309, -11.968304 ], [ 29.786023, -11.961516 ], [ 29.784416, -11.950798 ], [ 29.787988, -11.946868 ], [ 29.797456, -11.940437 ], [ 29.801207, -11.919538 ], [ 29.794598, -11.916858 ], [ 29.794240, -11.914358 ], [ 29.802100, -11.907212 ], [ 29.998414, -11.862555 ], [ 30.247424, -11.801463 ], [ 30.334060, -11.743230 ], [ 30.433378, -11.595682 ], [ 30.432306, -11.585321 ], [ 30.430520, -11.582821 ], [ 30.439630, -11.566922 ], [ 30.437308, -11.562993 ], [ 30.469818, -11.505295 ], [ 30.366392, -11.439559 ], [ 30.110951, -11.230562 ], [ 30.000022, -11.235385 ], [ 29.997521, -11.237350 ], [ 29.814068, -11.438845 ], [ 29.809781, -11.413479 ], [ 29.867121, -11.187155 ], [ 29.904098, -11.041215 ], [ 29.907670, -11.026567 ], [ 29.904991, -11.004774 ], [ 29.891415, -10.888665 ], [ 29.882662, -10.887236 ], [ 29.870158, -10.884021 ], [ 29.861941, -10.877233 ], [ 29.848901, -10.867587 ], [ 29.847829, -10.864371 ], [ 29.844435, -10.856512 ], [ 29.835147, -10.843829 ], [ 29.834432, -10.841864 ], [ 29.826572, -10.835791 ], [ 29.826036, -10.833826 ], [ 29.812997, -10.816856 ], [ 29.813354, -10.810961 ], [ 29.795491, -10.800958 ], [ 29.787274, -10.795777 ], [ 29.776377, -10.785060 ], [ 29.773877, -10.780415 ], [ 29.768696, -10.773806 ], [ 29.747797, -10.759158 ], [ 29.732434, -10.745582 ], [ 29.697959, -10.730220 ], [ 29.682775, -10.723432 ], [ 29.659375, -10.713786 ], [ 29.611502, -10.724861 ], [ 29.579527, -10.762016 ], [ 29.575240, -10.768268 ], [ 29.570060, -10.771841 ], [ 29.567738, -10.771305 ], [ 29.563093, -10.772377 ], [ 29.544159, -10.774878 ], [ 29.533084, -10.780951 ], [ 29.530404, -10.781666 ], [ 29.527189, -10.784167 ], [ 29.523616, -10.787739 ], [ 29.517721, -10.791669 ], [ 29.515221, -10.791848 ], [ 29.509862, -10.791490 ], [ 29.507539, -10.791133 ], [ 29.505575, -10.792026 ], [ 29.502538, -10.792919 ], [ 29.500394, -10.794170 ], [ 29.499323, -10.794348 ], [ 29.495750, -10.794527 ], [ 29.493428, -10.794348 ], [ 29.491463, -10.797385 ], [ 29.490748, -10.800779 ], [ 29.482531, -10.809889 ], [ 29.469849, -10.809175 ], [ 29.465026, -10.810961 ], [ 29.465026, -10.812033 ], [ 29.464847, -10.813283 ], [ 29.453772, -10.820428 ], [ 29.447877, -10.823286 ], [ 29.441982, -10.827038 ], [ 29.429478, -10.840078 ], [ 29.427513, -10.838649 ], [ 29.422690, -10.840435 ], [ 29.415902, -10.842757 ], [ 29.401076, -10.845794 ], [ 29.390716, -10.853118 ], [ 29.382856, -10.860441 ], [ 29.376782, -10.869552 ], [ 29.372138, -10.875625 ], [ 29.360170, -10.907600 ], [ 29.359277, -10.918318 ], [ 29.395896, -10.957616 ], [ 29.397682, -10.964047 ], [ 29.394288, -10.976729 ], [ 29.392323, -10.982088 ], [ 29.389287, -10.992985 ], [ 29.388036, -10.998344 ], [ 29.393395, -11.007811 ], [ 29.396610, -11.011205 ], [ 29.418046, -11.026746 ], [ 29.426442, -11.083193 ], [ 29.426442, -11.096054 ], [ 29.428049, -11.103557 ], [ 29.425370, -11.101413 ], [ 29.413580, -11.096233 ], [ 29.402505, -11.101056 ], [ 29.392145, -11.104628 ], [ 29.379819, -11.105522 ], [ 29.374818, -11.098019 ], [ 29.368744, -11.093018 ], [ 29.363742, -11.084979 ], [ 29.360884, -11.080871 ], [ 29.353025, -11.075155 ], [ 29.348380, -11.074440 ], [ 29.345522, -11.076048 ], [ 29.338377, -11.078013 ], [ 29.322658, -11.075333 ], [ 29.303008, -11.070867 ], [ 29.295684, -11.067831 ], [ 29.290147, -11.056041 ], [ 29.275857, -11.045145 ], [ 29.260852, -11.029068 ], [ 29.260494, -11.028711 ], [ 29.256029, -11.021744 ], [ 29.252813, -11.017100 ], [ 29.217981, -10.985661 ], [ 29.205119, -10.975479 ], [ 29.083829, -10.927428 ], [ 29.099192, -10.902598 ], [ 29.114018, -10.903491 ], [ 29.115983, -10.902419 ], [ 29.119020, -10.902598 ], [ 29.125272, -10.899026 ], [ 29.143670, -10.896525 ], [ 29.201725, -10.852403 ], [ 29.198867, -10.834540 ], [ 29.194401, -10.826323 ], [ 29.192079, -10.815605 ], [ 29.197438, -10.793098 ], [ 29.200475, -10.784881 ], [ 29.200296, -10.780594 ], [ 29.194580, -10.772556 ], [ 29.188864, -10.765946 ], [ 29.193508, -10.749870 ], [ 29.198331, -10.740402 ], [ 29.206548, -10.734865 ], [ 29.214944, -10.728434 ], [ 29.224411, -10.723432 ], [ 29.224947, -10.720396 ], [ 29.233343, -10.718073 ], [ 29.237273, -10.716109 ], [ 29.246919, -10.709499 ], [ 29.252635, -10.703247 ], [ 29.255493, -10.704319 ], [ 29.257636, -10.702711 ], [ 29.257815, -10.699853 ], [ 29.261566, -10.697888 ], [ 29.272284, -10.688421 ], [ 29.272641, -10.687706 ], [ 29.281037, -10.684848 ], [ 29.284074, -10.681276 ], [ 29.286038, -10.680561 ], [ 29.289611, -10.680383 ], [ 29.291219, -10.681276 ], [ 29.296042, -10.675381 ], [ 29.297828, -10.673773 ], [ 29.299078, -10.672523 ], [ 29.300865, -10.670915 ], [ 29.306581, -10.664485 ], [ 29.309975, -10.661805 ], [ 29.312833, -10.658232 ], [ 29.314619, -10.656982 ], [ 29.315334, -10.655910 ], [ 29.321050, -10.651266 ], [ 29.320157, -10.649658 ], [ 29.320514, -10.648229 ], [ 29.321407, -10.646443 ], [ 29.323908, -10.643406 ], [ 29.326409, -10.635368 ], [ 29.327838, -10.631259 ], [ 29.328195, -10.630188 ], [ 29.329267, -10.628223 ], [ 29.329446, -10.625365 ], [ 29.329624, -10.623042 ], [ 29.329803, -10.621792 ], [ 29.329446, -10.619648 ], [ 29.329446, -10.618755 ], [ 29.329446, -10.616969 ], [ 29.330696, -10.615004 ], [ 29.334269, -10.609109 ], [ 29.335876, -10.606073 ], [ 29.339985, -10.600892 ], [ 29.343736, -10.598927 ], [ 29.367315, -10.599999 ], [ 29.369994, -10.603214 ], [ 29.371602, -10.606251 ], [ 29.376961, -10.611967 ], [ 29.381427, -10.615004 ], [ 29.389465, -10.618398 ], [ 29.407150, -10.593747 ], [ 29.408043, -10.590353 ], [ 29.408579, -10.581958 ], [ 29.406078, -10.576241 ], [ 29.407328, -10.562487 ], [ 29.407864, -10.559450 ], [ 29.409293, -10.556413 ], [ 29.410186, -10.555342 ], [ 29.413223, -10.548911 ], [ 29.416081, -10.544803 ], [ 29.425906, -10.522474 ], [ 29.426442, -10.521759 ], [ 29.429835, -10.516043 ], [ 29.430907, -10.514078 ], [ 29.436445, -10.509255 ], [ 29.440017, -10.507112 ], [ 29.454486, -10.504254 ], [ 29.463239, -10.499252 ], [ 29.454129, -10.496394 ], [ 29.452164, -10.495858 ], [ 29.451092, -10.488534 ], [ 29.448234, -10.484783 ], [ 29.443947, -10.484247 ], [ 29.438767, -10.484426 ], [ 29.427871, -10.473529 ], [ 29.420904, -10.464776 ], [ 29.424119, -10.455130 ], [ 29.429121, -10.445484 ], [ 29.432694, -10.440661 ], [ 29.436981, -10.438696 ], [ 29.452521, -10.424406 ], [ 29.453772, -10.420833 ], [ 29.454665, -10.414760 ], [ 29.455558, -10.409937 ], [ 29.456987, -10.406543 ], [ 29.458774, -10.405471 ], [ 29.464132, -10.399755 ], [ 29.463418, -10.397790 ], [ 29.464490, -10.393146 ], [ 29.466097, -10.391538 ], [ 29.467169, -10.380642 ], [ 29.463061, -10.373497 ], [ 29.458059, -10.368495 ], [ 29.463775, -10.366709 ], [ 29.469670, -10.366173 ], [ 29.472528, -10.364922 ], [ 29.482710, -10.354026 ], [ 29.485747, -10.352597 ], [ 29.489676, -10.341165 ], [ 29.496464, -10.332054 ], [ 29.498251, -10.333305 ], [ 29.500037, -10.330447 ], [ 29.501109, -10.330983 ], [ 29.502181, -10.330447 ], [ 29.505039, -10.326517 ], [ 29.507361, -10.326695 ], [ 29.511291, -10.326517 ], [ 29.512362, -10.325981 ], [ 29.516114, -10.322944 ], [ 29.518436, -10.322408 ], [ 29.520401, -10.318836 ], [ 29.523438, -10.316156 ], [ 29.525760, -10.315085 ], [ 29.526296, -10.315263 ], [ 29.527903, -10.315799 ], [ 29.531476, -10.314013 ], [ 29.532905, -10.313656 ], [ 29.533798, -10.313298 ], [ 29.537371, -10.305796 ], [ 29.538264, -10.305260 ], [ 29.543087, -10.301866 ], [ 29.544337, -10.301687 ], [ 29.545588, -10.301330 ], [ 29.547017, -10.301509 ], [ 29.550053, -10.300258 ], [ 29.553269, -10.297936 ], [ 29.555591, -10.297043 ], [ 29.556305, -10.296507 ], [ 29.558092, -10.295078 ], [ 29.560235, -10.294006 ], [ 29.562736, -10.292934 ], [ 29.566130, -10.292934 ], [ 29.569167, -10.291505 ], [ 29.570060, -10.290791 ], [ 29.573097, -10.289362 ], [ 29.574168, -10.289362 ], [ 29.576133, -10.287933 ], [ 29.577026, -10.287218 ], [ 29.587030, -10.282217 ], [ 29.590066, -10.282038 ], [ 29.592389, -10.282753 ], [ 29.595425, -10.282931 ], [ 29.598998, -10.282931 ], [ 29.605250, -10.281859 ], [ 29.612752, -10.280609 ], [ 29.613824, -10.281502 ], [ 29.616146, -10.282574 ], [ 29.617575, -10.282574 ], [ 29.620076, -10.282931 ], [ 29.622398, -10.282753 ], [ 29.625078, -10.283110 ], [ 29.628829, -10.282217 ], [ 29.632044, -10.280073 ], [ 29.634009, -10.279180 ], [ 29.635617, -10.277036 ], [ 29.638297, -10.274714 ], [ 29.640261, -10.269891 ], [ 29.640797, -10.268998 ], [ 29.641869, -10.267033 ], [ 29.643298, -10.263103 ], [ 29.646871, -10.257387 ], [ 29.646692, -10.255601 ], [ 29.645799, -10.253100 ], [ 29.645620, -10.250599 ], [ 29.645263, -10.248634 ], [ 29.645442, -10.242204 ], [ 29.733506, -10.214516 ], [ 29.777985, -10.200404 ], [ 29.780307, -10.200226 ], [ 29.786738, -10.199511 ], [ 29.787988, -10.200583 ], [ 29.790846, -10.200226 ], [ 29.797813, -10.201476 ], [ 29.799242, -10.202548 ], [ 29.799957, -10.203262 ], [ 29.802636, -10.204870 ], [ 29.804065, -10.207549 ], [ 29.813354, -10.211301 ], [ 29.817998, -10.210407 ], [ 29.820856, -10.213444 ], [ 29.821392, -10.215945 ], [ 29.821213, -10.218446 ], [ 29.825143, -10.221304 ], [ 29.829966, -10.222197 ], [ 29.834075, -10.223447 ], [ 29.836040, -10.223626 ], [ 29.836754, -10.223805 ], [ 29.838183, -10.216124 ], [ 29.839255, -10.214337 ], [ 29.842828, -10.213266 ], [ 29.843185, -10.212551 ], [ 29.844435, -10.210050 ], [ 29.844793, -10.209693 ], [ 29.845864, -10.207371 ], [ 29.845864, -10.207013 ], [ 29.846222, -10.205942 ], [ 29.847115, -10.202905 ], [ 29.848544, -10.201655 ], [ 29.848187, -10.201119 ], [ 29.857475, -10.195581 ], [ 29.861584, -10.195045 ], [ 29.863370, -10.192723 ], [ 29.865514, -10.190222 ], [ 29.867479, -10.189508 ], [ 29.868014, -10.188972 ], [ 29.869979, -10.187721 ], [ 29.873731, -10.185399 ], [ 29.878018, -10.182898 ], [ 29.878911, -10.182184 ], [ 29.882126, -10.179862 ], [ 29.885877, -10.177361 ], [ 29.888736, -10.172181 ], [ 29.890165, -10.169144 ], [ 29.891415, -10.167000 ], [ 29.892130, -10.165929 ], [ 29.893380, -10.164321 ], [ 29.894452, -10.162713 ], [ 29.895881, -10.160570 ], [ 29.896774, -10.154496 ], [ 29.903919, -10.141814 ], [ 29.903383, -10.135740 ], [ 29.903383, -10.126630 ], [ 29.906956, -10.119842 ], [ 29.907134, -10.108767 ], [ 29.921425, -10.066789 ], [ 29.930535, -10.054642 ], [ 29.931071, -10.053570 ], [ 29.933750, -10.051606 ], [ 29.934108, -10.046425 ], [ 29.933750, -10.041960 ], [ 29.933214, -10.041245 ], [ 29.930535, -10.036601 ], [ 29.929999, -10.035707 ], [ 29.929106, -10.032849 ], [ 29.926962, -10.025526 ], [ 29.924104, -10.015344 ], [ 29.922318, -10.010163 ], [ 29.919996, -10.004269 ], [ 29.919281, -10.001768 ], [ 29.918745, -10.000160 ], [ 29.918567, -10.000160 ], [ 29.915351, -9.988728 ], [ 29.909993, -9.982119 ], [ 29.909635, -9.975688 ], [ 29.910707, -9.974080 ], [ 29.910707, -9.969614 ], [ 29.911779, -9.951751 ], [ 29.918388, -9.942463 ], [ 29.922675, -9.925314 ], [ 29.923390, -9.912096 ], [ 29.933750, -9.880835 ], [ 29.934465, -9.871547 ], [ 29.933214, -9.868867 ], [ 29.929820, -9.856899 ], [ 29.931071, -9.854577 ], [ 29.911422, -9.820816 ], [ 29.910171, -9.817422 ], [ 29.905170, -9.816171 ], [ 29.902133, -9.813849 ], [ 29.882305, -9.815278 ], [ 29.881233, -9.812242 ], [ 29.865335, -9.799380 ], [ 29.860512, -9.793843 ], [ 29.872123, -9.781517 ], [ 29.849080, -9.766155 ], [ 29.838183, -9.754187 ], [ 29.829788, -9.749900 ], [ 29.829609, -9.749364 ], [ 29.825858, -9.742933 ], [ 29.822107, -9.742576 ], [ 29.817105, -9.731858 ], [ 29.815855, -9.717568 ], [ 29.813175, -9.714531 ], [ 29.815497, -9.711316 ], [ 29.812818, -9.707743 ], [ 29.806744, -9.704349 ], [ 29.804958, -9.698633 ], [ 29.797634, -9.697561 ], [ 29.790132, -9.702206 ], [ 29.786023, -9.703277 ], [ 29.781022, -9.703813 ], [ 29.776913, -9.703099 ], [ 29.773162, -9.701312 ], [ 29.766017, -9.700598 ], [ 29.760122, -9.702206 ], [ 29.754763, -9.702920 ], [ 29.752084, -9.704706 ], [ 29.748333, -9.702027 ], [ 29.743688, -9.702920 ], [ 29.741902, -9.702920 ], [ 29.739937, -9.701670 ], [ 29.735293, -9.695775 ], [ 29.727076, -9.683271 ], [ 29.723682, -9.683628 ], [ 29.721181, -9.686665 ], [ 29.718323, -9.686486 ], [ 29.713857, -9.688987 ], [ 29.711892, -9.687737 ], [ 29.707962, -9.687915 ], [ 29.706354, -9.687379 ], [ 29.702067, -9.683271 ], [ 29.686705, -9.682020 ], [ 29.669557, -9.675054 ], [ 29.666699, -9.672374 ], [ 29.659196, -9.668623 ], [ 29.640797, -9.665765 ], [ 29.629901, -9.663800 ], [ 29.624185, -9.665586 ], [ 29.617218, -9.661121 ], [ 29.613824, -9.657369 ], [ 29.584886, -9.656655 ], [ 29.582743, -9.658084 ], [ 29.570596, -9.654690 ], [ 29.566309, -9.650403 ], [ 29.543444, -9.643615 ], [ 29.541836, -9.648974 ], [ 29.531655, -9.635934 ], [ 29.526653, -9.615034 ], [ 29.514506, -9.612712 ], [ 29.499680, -9.601637 ], [ 29.463239, -9.596993 ], [ 29.457166, -9.589133 ], [ 29.460203, -9.557515 ], [ 29.465919, -9.552514 ], [ 29.459488, -9.548584 ], [ 29.443947, -9.547869 ], [ 29.425548, -9.537866 ], [ 29.421797, -9.536616 ], [ 29.396968, -9.545904 ], [ 29.394467, -9.547869 ], [ 29.386786, -9.540724 ], [ 29.372674, -9.524469 ], [ 29.358384, -9.526970 ], [ 29.353203, -9.496603 ], [ 29.352310, -9.493745 ], [ 29.352132, -9.491422 ], [ 29.342307, -9.486778 ], [ 29.345879, -9.479990 ], [ 29.345165, -9.473917 ], [ 29.342486, -9.465521 ], [ 29.339270, -9.460519 ], [ 29.333018, -9.458019 ], [ 29.329267, -9.455518 ], [ 29.325516, -9.427294 ], [ 29.323193, -9.415147 ], [ 29.326945, -9.414612 ], [ 29.328731, -9.411039 ], [ 29.328552, -9.407109 ], [ 29.330339, -9.403001 ], [ 29.330339, -9.401036 ], [ 29.324801, -9.389067 ], [ 29.325516, -9.384959 ], [ 29.331410, -9.381922 ], [ 29.333197, -9.382280 ], [ 29.338913, -9.385138 ], [ 29.340521, -9.385673 ], [ 29.342664, -9.386924 ], [ 29.344986, -9.386924 ], [ 29.353918, -9.373884 ], [ 29.358026, -9.369240 ], [ 29.356240, -9.362094 ], [ 29.356419, -9.359594 ], [ 29.357490, -9.356378 ], [ 29.358741, -9.354592 ], [ 29.357669, -9.347625 ], [ 29.347487, -9.335836 ], [ 29.349273, -9.324939 ], [ 29.351596, -9.321724 ], [ 29.349809, -9.315293 ], [ 29.348738, -9.314222 ], [ 29.345879, -9.312078 ], [ 29.344986, -9.311363 ], [ 29.343557, -9.307970 ], [ 29.343379, -9.304397 ], [ 29.343379, -9.298859 ], [ 29.342486, -9.299217 ], [ 29.339806, -9.299574 ], [ 29.338377, -9.299753 ], [ 29.333197, -9.292786 ], [ 29.333554, -9.291357 ], [ 29.335519, -9.285819 ], [ 29.335162, -9.275638 ], [ 29.342128, -9.259204 ], [ 29.341771, -9.255274 ], [ 29.341771, -9.252594 ], [ 29.342664, -9.249915 ], [ 29.343379, -9.246878 ], [ 29.343736, -9.244377 ], [ 29.343021, -9.242234 ], [ 29.343200, -9.241698 ], [ 29.343557, -9.239018 ], [ 29.342843, -9.237411 ], [ 29.340342, -9.234553 ], [ 29.334983, -9.231337 ], [ 29.331589, -9.228301 ], [ 29.331232, -9.226514 ], [ 29.332482, -9.222942 ], [ 29.333375, -9.221155 ], [ 29.336769, -9.217761 ], [ 29.336055, -9.215797 ], [ 29.331232, -9.204543 ], [ 29.329446, -9.202042 ], [ 29.319621, -9.207758 ], [ 29.317299, -9.211867 ], [ 29.314083, -9.212760 ], [ 29.311225, -9.215797 ], [ 29.308189, -9.217940 ], [ 29.303723, -9.211688 ], [ 29.299257, -9.199898 ], [ 29.296578, -9.195969 ], [ 29.293005, -9.190788 ], [ 29.289075, -9.194361 ], [ 29.286217, -9.196147 ], [ 29.283895, -9.193289 ], [ 29.278536, -9.190252 ], [ 29.274249, -9.185251 ], [ 29.271212, -9.176677 ], [ 29.270855, -9.174712 ], [ 29.269962, -9.169710 ], [ 29.266389, -9.166316 ], [ 29.258351, -9.160421 ], [ 29.253885, -9.154705 ], [ 29.253528, -9.149525 ], [ 29.252813, -9.145952 ], [ 29.250134, -9.142558 ], [ 29.244060, -9.138450 ], [ 29.230485, -9.135234 ], [ 29.224768, -9.137021 ], [ 29.217445, -9.140236 ], [ 29.201904, -9.142380 ], [ 29.190829, -9.136663 ], [ 29.187078, -9.131840 ], [ 29.172787, -9.124517 ], [ 29.172787, -9.120765 ], [ 29.169393, -9.115942 ], [ 29.145993, -9.111298 ], [ 29.113125, -9.095043 ], [ 29.108659, -9.088433 ], [ 29.113839, -9.083610 ], [ 29.116161, -9.075929 ], [ 29.119734, -9.070928 ], [ 29.122414, -9.064854 ], [ 29.124200, -9.064497 ], [ 29.129559, -9.056637 ], [ 29.130631, -9.048956 ], [ 29.132417, -9.046991 ], [ 29.135096, -9.042347 ], [ 29.157782, -9.041990 ], [ 29.167607, -9.045920 ], [ 29.172787, -9.038417 ], [ 29.173859, -9.005549 ], [ 29.190472, -8.989651 ], [ 29.190829, -8.987329 ], [ 29.190650, -8.983220 ], [ 29.190650, -8.980005 ], [ 29.189400, -8.976075 ], [ 29.189042, -8.973932 ], [ 29.189400, -8.968751 ], [ 29.189400, -8.965179 ], [ 29.188685, -8.963750 ], [ 29.189221, -8.962142 ], [ 29.191365, -8.957141 ], [ 29.191722, -8.954818 ], [ 29.195652, -8.950353 ], [ 29.197617, -8.947316 ], [ 29.212443, -8.940528 ], [ 29.215837, -8.939099 ], [ 29.234236, -8.932490 ], [ 29.237451, -8.931596 ], [ 29.242096, -8.931061 ], [ 29.248169, -8.929096 ], [ 29.249241, -8.928917 ], [ 29.254600, -8.929810 ], [ 29.264067, -8.924630 ], [ 29.267640, -8.920700 ], [ 29.276214, -8.907839 ], [ 29.290147, -8.895513 ], [ 29.295506, -8.885331 ], [ 29.296756, -8.883188 ], [ 29.297649, -8.880866 ], [ 29.298364, -8.877293 ], [ 29.301401, -8.864253 ], [ 29.305509, -8.849605 ], [ 29.306760, -8.843711 ], [ 29.313369, -8.820310 ], [ 29.316941, -8.804948 ], [ 29.317299, -8.797267 ], [ 29.312654, -8.739033 ], [ 29.313369, -8.731888 ], [ 29.319442, -8.724029 ], [ 29.327481, -8.723135 ], [ 29.373210, -8.721170 ], [ 29.384821, -8.698127 ], [ 29.391609, -8.686874 ], [ 29.396432, -8.684194 ], [ 29.439839, -8.623639 ], [ 29.450735, -8.615779 ], [ 29.461989, -8.607919 ], [ 29.467169, -8.600953 ], [ 29.491106, -8.567727 ], [ 29.487533, -8.542541 ], [ 29.487533, -8.538432 ], [ 29.490034, -8.522713 ], [ 29.501287, -8.498419 ], [ 29.528261, -8.483057 ], [ 29.596854, -8.396600 ], [ 29.577384, -8.389276 ], [ 29.574168, -8.386775 ], [ 29.570239, -8.379094 ], [ 29.773519, -8.350514 ], [ 29.860691, -8.340868 ], [ 30.000022, -8.316217 ], [ 30.123277, -8.312108 ], [ 30.292439, -8.290851 ], [ 30.532696, -8.257805 ], [ 30.554310, -8.251910 ], [ 30.666847, -8.241192 ], [ 30.774204, -8.224401 ], [ 30.807429, -8.310679 ], [ 30.878345, -8.408747 ], [ 30.978020, -8.538432 ], [ 31.028037, -8.592200 ], [ 31.078053, -8.621852 ], [ 31.136465, -8.632749 ], [ 31.160044, -8.625961 ], [ 31.187553, -8.597559 ], [ 31.227388, -8.589520 ], [ 31.257219, -8.605418 ], [ 31.275082, -8.631498 ], [ 31.319918, -8.608812 ], [ 31.363146, -8.606847 ], [ 31.374936, -8.587198 ], [ 31.398158, -8.631498 ], [ 31.458713, -8.640251 ], [ 31.489438, -8.684194 ], [ 31.526771, -8.680979 ], [ 31.570536, -8.709560 ], [ 31.581968, -8.745464 ], [ 31.569821, -8.809235 ], [ 31.584826, -8.838888 ], [ 31.658600, -8.879972 ], [ 31.679857, -8.911233 ], [ 31.734696, -8.923201 ], [ 31.779532, -8.890690 ], [ 31.829727, -8.891762 ], [ 31.893498, -8.912662 ], [ 31.947087, -8.936777 ], [ 31.931368, -8.982506 ], [ 31.936727, -9.018053 ], [ 31.973346, -9.064676 ], [ 31.996032, -9.076108 ], [ 32.060874, -9.051278 ], [ 32.161443, -9.061639 ], [ 32.170732, -9.075036 ], [ 32.242898, -9.124874 ], [ 32.267013, -9.133627 ], [ 32.326497, -9.132198 ], [ 32.431353, -9.118265 ], [ 32.493516, -9.153097 ], [ 32.486549, -9.172389 ], [ 32.540853, -9.254738 ], [ 32.595514, -9.248486 ], [ 32.646780, -9.272422 ], [ 32.708586, -9.272601 ], [ 32.751993, -9.284926 ], [ 32.768249, -9.317973 ], [ 32.867388, -9.373884 ], [ 32.892396, -9.365846 ], [ 32.925086, -9.397106 ], [ 32.953488, -9.401393 ], [ 32.943663, -9.425687 ], [ 32.947772, -9.486599 ], [ 32.975281, -9.481419 ], [ 33.026726, -9.507320 ], [ 33.011185, -9.557694 ], [ 33.005112, -9.640578 ], [ 33.038158, -9.648795 ], [ 33.062452, -9.634683 ], [ 33.099428, -9.687379 ], [ 33.118720, -9.646294 ], [ 33.108717, -9.632183 ], [ 33.121221, -9.600922 ], [ 33.157304, -9.613784 ], [ 33.195710, -9.605567 ], [ 33.227327, -9.654511 ], [ 33.225898, -9.716496 ], [ 33.272342, -9.767941 ], [ 33.289490, -9.810098 ], [ 33.345759, -9.827425 ], [ 33.368266, -9.861186 ], [ 33.381663, -9.906558 ], [ 33.349331, -9.943177 ], [ 33.345044, -9.971401 ], [ 33.318786, -10.045175 ], [ 33.338614, -10.088403 ], [ 33.419890, -10.125737 ], [ 33.459367, -10.171466 ], [ 33.494200, -10.178790 ], [ 33.518315, -10.207371 ], [ 33.563151, -10.237202 ], [ 33.534749, -10.330089 ], [ 33.548146, -10.371532 ], [ 33.576727, -10.428515 ], [ 33.618705, -10.448700 ], [ 33.646750, -10.520152 ], [ 33.668543, -10.530155 ], [ 33.687299, -10.577670 ], [ 33.682119, -10.582851 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "PARTS_": 1, "POINTS_": 2820, "LENGTH_": 1079.161000, "AREA_": 19497.720000, "LVLID": "ZMP004000000000000000", "NAME": "Luapula", "ISO_CTRY": "ZM", "ID": "003ZMB400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.570239, -8.379094 ], [ 29.574168, -8.386775 ], [ 29.577384, -8.389276 ], [ 29.596854, -8.396600 ], [ 29.528261, -8.483057 ], [ 29.501287, -8.498419 ], [ 29.490034, -8.522713 ], [ 29.487533, -8.538432 ], [ 29.487533, -8.542541 ], [ 29.491106, -8.567727 ], [ 29.467169, -8.600953 ], [ 29.461989, -8.607919 ], [ 29.450735, -8.615779 ], [ 29.439839, -8.623639 ], [ 29.396432, -8.684194 ], [ 29.391609, -8.686874 ], [ 29.384821, -8.698127 ], [ 29.373210, -8.721170 ], [ 29.327481, -8.723135 ], [ 29.319442, -8.724029 ], [ 29.313369, -8.731888 ], [ 29.312654, -8.739033 ], [ 29.317299, -8.797267 ], [ 29.316941, -8.804948 ], [ 29.313369, -8.820310 ], [ 29.306760, -8.843711 ], [ 29.305509, -8.849605 ], [ 29.301401, -8.864253 ], [ 29.298364, -8.877293 ], [ 29.297649, -8.880866 ], [ 29.296756, -8.883188 ], [ 29.295506, -8.885331 ], [ 29.290147, -8.895513 ], [ 29.276214, -8.907839 ], [ 29.267640, -8.920700 ], [ 29.264067, -8.924630 ], [ 29.254600, -8.929810 ], [ 29.249241, -8.928917 ], [ 29.248169, -8.929096 ], [ 29.242096, -8.931061 ], [ 29.237451, -8.931596 ], [ 29.234236, -8.932490 ], [ 29.215837, -8.939099 ], [ 29.212443, -8.940528 ], [ 29.197617, -8.947316 ], [ 29.195652, -8.950353 ], [ 29.191722, -8.954818 ], [ 29.191365, -8.957141 ], [ 29.189221, -8.962142 ], [ 29.188685, -8.963750 ], [ 29.189400, -8.965179 ], [ 29.189400, -8.968751 ], [ 29.189042, -8.973932 ], [ 29.189400, -8.976075 ], [ 29.190650, -8.980005 ], [ 29.190650, -8.983220 ], [ 29.190829, -8.987329 ], [ 29.190472, -8.989651 ], [ 29.173859, -9.005549 ], [ 29.172787, -9.038417 ], [ 29.167607, -9.045920 ], [ 29.157782, -9.041990 ], [ 29.135096, -9.042347 ], [ 29.132417, -9.046991 ], [ 29.130631, -9.048956 ], [ 29.129559, -9.056637 ], [ 29.124200, -9.064497 ], [ 29.122414, -9.064854 ], [ 29.119734, -9.070928 ], [ 29.116161, -9.075929 ], [ 29.113839, -9.083610 ], [ 29.108659, -9.088433 ], [ 29.113125, -9.095043 ], [ 29.145993, -9.111298 ], [ 29.169393, -9.115942 ], [ 29.172787, -9.120765 ], [ 29.172787, -9.124517 ], [ 29.187078, -9.131840 ], [ 29.190829, -9.136663 ], [ 29.201904, -9.142380 ], [ 29.217445, -9.140236 ], [ 29.224768, -9.137021 ], [ 29.230485, -9.135234 ], [ 29.244060, -9.138450 ], [ 29.250134, -9.142558 ], [ 29.252813, -9.145952 ], [ 29.253528, -9.149525 ], [ 29.253885, -9.154705 ], [ 29.258351, -9.160421 ], [ 29.266389, -9.166316 ], [ 29.269962, -9.169710 ], [ 29.270855, -9.174712 ], [ 29.271212, -9.176677 ], [ 29.274249, -9.185251 ], [ 29.278536, -9.190252 ], [ 29.283895, -9.193289 ], [ 29.286217, -9.196147 ], [ 29.289075, -9.194361 ], [ 29.293005, -9.190788 ], [ 29.296578, -9.195969 ], [ 29.299257, -9.199898 ], [ 29.303723, -9.211688 ], [ 29.308189, -9.217940 ], [ 29.311225, -9.215797 ], [ 29.314083, -9.212760 ], [ 29.317299, -9.211867 ], [ 29.319621, -9.207758 ], [ 29.329446, -9.202042 ], [ 29.331232, -9.204543 ], [ 29.336055, -9.215797 ], [ 29.336769, -9.217761 ], [ 29.333375, -9.221155 ], [ 29.332482, -9.222942 ], [ 29.331232, -9.226514 ], [ 29.331589, -9.228301 ], [ 29.334983, -9.231337 ], [ 29.340342, -9.234553 ], [ 29.342843, -9.237411 ], [ 29.343557, -9.239018 ], [ 29.343200, -9.241698 ], [ 29.343021, -9.242234 ], [ 29.343736, -9.244377 ], [ 29.343379, -9.246878 ], [ 29.342664, -9.249915 ], [ 29.341771, -9.252594 ], [ 29.341771, -9.255274 ], [ 29.342128, -9.259204 ], [ 29.335162, -9.275638 ], [ 29.335519, -9.285819 ], [ 29.333554, -9.291357 ], [ 29.333197, -9.292786 ], [ 29.338377, -9.299753 ], [ 29.339806, -9.299574 ], [ 29.342486, -9.299217 ], [ 29.343379, -9.298859 ], [ 29.343379, -9.304397 ], [ 29.343557, -9.307970 ], [ 29.344986, -9.311363 ], [ 29.345879, -9.312078 ], [ 29.348738, -9.314222 ], [ 29.349809, -9.315293 ], [ 29.351596, -9.321724 ], [ 29.349273, -9.324939 ], [ 29.347487, -9.335836 ], [ 29.357669, -9.347625 ], [ 29.358741, -9.354592 ], [ 29.357490, -9.356378 ], [ 29.356419, -9.359594 ], [ 29.356240, -9.362094 ], [ 29.358026, -9.369240 ], [ 29.353918, -9.373884 ], [ 29.344986, -9.386924 ], [ 29.342664, -9.386924 ], [ 29.340521, -9.385673 ], [ 29.338913, -9.385138 ], [ 29.333197, -9.382280 ], [ 29.331410, -9.381922 ], [ 29.325516, -9.384959 ], [ 29.324801, -9.389067 ], [ 29.330339, -9.401036 ], [ 29.330339, -9.403001 ], [ 29.328552, -9.407109 ], [ 29.328731, -9.411039 ], [ 29.326945, -9.414612 ], [ 29.323193, -9.415147 ], [ 29.325516, -9.427294 ], [ 29.329267, -9.455518 ], [ 29.333018, -9.458019 ], [ 29.339270, -9.460519 ], [ 29.342486, -9.465521 ], [ 29.345165, -9.473917 ], [ 29.345879, -9.479990 ], [ 29.342307, -9.486778 ], [ 29.352132, -9.491422 ], [ 29.352310, -9.493745 ], [ 29.353203, -9.496603 ], [ 29.358384, -9.526970 ], [ 29.372674, -9.524469 ], [ 29.386786, -9.540724 ], [ 29.394467, -9.547869 ], [ 29.396968, -9.545904 ], [ 29.421797, -9.536616 ], [ 29.425548, -9.537866 ], [ 29.443947, -9.547869 ], [ 29.459488, -9.548584 ], [ 29.465919, -9.552514 ], [ 29.460203, -9.557515 ], [ 29.457166, -9.589133 ], [ 29.463239, -9.596993 ], [ 29.499680, -9.601637 ], [ 29.514506, -9.612712 ], [ 29.526653, -9.615034 ], [ 29.531655, -9.635934 ], [ 29.541836, -9.648974 ], [ 29.543444, -9.643615 ], [ 29.566309, -9.650403 ], [ 29.570596, -9.654690 ], [ 29.582743, -9.658084 ], [ 29.584886, -9.656655 ], [ 29.613824, -9.657369 ], [ 29.617218, -9.661121 ], [ 29.624185, -9.665586 ], [ 29.629901, -9.663800 ], [ 29.640797, -9.665765 ], [ 29.659196, -9.668623 ], [ 29.666699, -9.672374 ], [ 29.669557, -9.675054 ], [ 29.686705, -9.682020 ], [ 29.702067, -9.683271 ], [ 29.706354, -9.687379 ], [ 29.707962, -9.687915 ], [ 29.711892, -9.687737 ], [ 29.713857, -9.688987 ], [ 29.718323, -9.686486 ], [ 29.721181, -9.686665 ], [ 29.723682, -9.683628 ], [ 29.727076, -9.683271 ], [ 29.735293, -9.695775 ], [ 29.739937, -9.701670 ], [ 29.741902, -9.702920 ], [ 29.743688, -9.702920 ], [ 29.748333, -9.702027 ], [ 29.752084, -9.704706 ], [ 29.754763, -9.702920 ], [ 29.760122, -9.702206 ], [ 29.766017, -9.700598 ], [ 29.773162, -9.701312 ], [ 29.776913, -9.703099 ], [ 29.781022, -9.703813 ], [ 29.786023, -9.703277 ], [ 29.790132, -9.702206 ], [ 29.797634, -9.697561 ], [ 29.804958, -9.698633 ], [ 29.806744, -9.704349 ], [ 29.812818, -9.707743 ], [ 29.815497, -9.711316 ], [ 29.813175, -9.714531 ], [ 29.815855, -9.717568 ], [ 29.817105, -9.731858 ], [ 29.822107, -9.742576 ], [ 29.825858, -9.742933 ], [ 29.829609, -9.749364 ], [ 29.829788, -9.749900 ], [ 29.838183, -9.754187 ], [ 29.849080, -9.766155 ], [ 29.872123, -9.781517 ], [ 29.860512, -9.793843 ], [ 29.865335, -9.799380 ], [ 29.881233, -9.812242 ], [ 29.882305, -9.815278 ], [ 29.902133, -9.813849 ], [ 29.905170, -9.816171 ], [ 29.910171, -9.817422 ], [ 29.911422, -9.820816 ], [ 29.931071, -9.854577 ], [ 29.929820, -9.856899 ], [ 29.933214, -9.868867 ], [ 29.934465, -9.871547 ], [ 29.933750, -9.880835 ], [ 29.923390, -9.912096 ], [ 29.922675, -9.925314 ], [ 29.918388, -9.942463 ], [ 29.911779, -9.951751 ], [ 29.910707, -9.969614 ], [ 29.910707, -9.974080 ], [ 29.909635, -9.975688 ], [ 29.909993, -9.982119 ], [ 29.915351, -9.988728 ], [ 29.918567, -10.000160 ], [ 29.918745, -10.000160 ], [ 29.919281, -10.001768 ], [ 29.919996, -10.004269 ], [ 29.922318, -10.010163 ], [ 29.924104, -10.015344 ], [ 29.926962, -10.025526 ], [ 29.929106, -10.032849 ], [ 29.929999, -10.035707 ], [ 29.930535, -10.036601 ], [ 29.933214, -10.041245 ], [ 29.933750, -10.041960 ], [ 29.934108, -10.046425 ], [ 29.933750, -10.051606 ], [ 29.931071, -10.053570 ], [ 29.930535, -10.054642 ], [ 29.921425, -10.066789 ], [ 29.907134, -10.108767 ], [ 29.906956, -10.119842 ], [ 29.903383, -10.126630 ], [ 29.903383, -10.135740 ], [ 29.903919, -10.141814 ], [ 29.896774, -10.154496 ], [ 29.895881, -10.160570 ], [ 29.894452, -10.162713 ], [ 29.893380, -10.164321 ], [ 29.892130, -10.165929 ], [ 29.891415, -10.167000 ], [ 29.890165, -10.169144 ], [ 29.888736, -10.172181 ], [ 29.885877, -10.177361 ], [ 29.882126, -10.179862 ], [ 29.878911, -10.182184 ], [ 29.878018, -10.182898 ], [ 29.873731, -10.185399 ], [ 29.869979, -10.187721 ], [ 29.868014, -10.188972 ], [ 29.867479, -10.189508 ], [ 29.865514, -10.190222 ], [ 29.863370, -10.192723 ], [ 29.861584, -10.195045 ], [ 29.857475, -10.195581 ], [ 29.848187, -10.201119 ], [ 29.848544, -10.201655 ], [ 29.847115, -10.202905 ], [ 29.846222, -10.205942 ], [ 29.845864, -10.207013 ], [ 29.845864, -10.207371 ], [ 29.844793, -10.209693 ], [ 29.844435, -10.210050 ], [ 29.843185, -10.212551 ], [ 29.842828, -10.213266 ], [ 29.839255, -10.214337 ], [ 29.838183, -10.216124 ], [ 29.836754, -10.223805 ], [ 29.836040, -10.223626 ], [ 29.834075, -10.223447 ], [ 29.829966, -10.222197 ], [ 29.825143, -10.221304 ], [ 29.821213, -10.218446 ], [ 29.821392, -10.215945 ], [ 29.820856, -10.213444 ], [ 29.817998, -10.210407 ], [ 29.813354, -10.211301 ], [ 29.804065, -10.207549 ], [ 29.802636, -10.204870 ], [ 29.799957, -10.203262 ], [ 29.799242, -10.202548 ], [ 29.797813, -10.201476 ], [ 29.790846, -10.200226 ], [ 29.787988, -10.200583 ], [ 29.786738, -10.199511 ], [ 29.780307, -10.200226 ], [ 29.777985, -10.200404 ], [ 29.733506, -10.214516 ], [ 29.645442, -10.242204 ], [ 29.645263, -10.248634 ], [ 29.645620, -10.250599 ], [ 29.645799, -10.253100 ], [ 29.646692, -10.255601 ], [ 29.646871, -10.257387 ], [ 29.643298, -10.263103 ], [ 29.641869, -10.267033 ], [ 29.640797, -10.268998 ], [ 29.640261, -10.269891 ], [ 29.638297, -10.274714 ], [ 29.635617, -10.277036 ], [ 29.634009, -10.279180 ], [ 29.632044, -10.280073 ], [ 29.628829, -10.282217 ], [ 29.625078, -10.283110 ], [ 29.622398, -10.282753 ], [ 29.620076, -10.282931 ], [ 29.617575, -10.282574 ], [ 29.616146, -10.282574 ], [ 29.613824, -10.281502 ], [ 29.612752, -10.280609 ], [ 29.605250, -10.281859 ], [ 29.598998, -10.282931 ], [ 29.595425, -10.282931 ], [ 29.592389, -10.282753 ], [ 29.590066, -10.282038 ], [ 29.587030, -10.282217 ], [ 29.577026, -10.287218 ], [ 29.576133, -10.287933 ], [ 29.574168, -10.289362 ], [ 29.573097, -10.289362 ], [ 29.570060, -10.290791 ], [ 29.569167, -10.291505 ], [ 29.566130, -10.292934 ], [ 29.562736, -10.292934 ], [ 29.560235, -10.294006 ], [ 29.558092, -10.295078 ], [ 29.556305, -10.296507 ], [ 29.555591, -10.297043 ], [ 29.553269, -10.297936 ], [ 29.550053, -10.300258 ], [ 29.547017, -10.301509 ], [ 29.545588, -10.301330 ], [ 29.544337, -10.301687 ], [ 29.543087, -10.301866 ], [ 29.538264, -10.305260 ], [ 29.537371, -10.305796 ], [ 29.533798, -10.313298 ], [ 29.532905, -10.313656 ], [ 29.531476, -10.314013 ], [ 29.527903, -10.315799 ], [ 29.526296, -10.315263 ], [ 29.525760, -10.315085 ], [ 29.523438, -10.316156 ], [ 29.520401, -10.318836 ], [ 29.518436, -10.322408 ], [ 29.516114, -10.322944 ], [ 29.512362, -10.325981 ], [ 29.511291, -10.326517 ], [ 29.507361, -10.326695 ], [ 29.505039, -10.326517 ], [ 29.502181, -10.330447 ], [ 29.501109, -10.330983 ], [ 29.500037, -10.330447 ], [ 29.498251, -10.333305 ], [ 29.496464, -10.332054 ], [ 29.489676, -10.341165 ], [ 29.485747, -10.352597 ], [ 29.482710, -10.354026 ], [ 29.472528, -10.364922 ], [ 29.469670, -10.366173 ], [ 29.463775, -10.366709 ], [ 29.458059, -10.368495 ], [ 29.463061, -10.373497 ], [ 29.467169, -10.380642 ], [ 29.466097, -10.391538 ], [ 29.464490, -10.393146 ], [ 29.463418, -10.397790 ], [ 29.464132, -10.399755 ], [ 29.458774, -10.405471 ], [ 29.456987, -10.406543 ], [ 29.455558, -10.409937 ], [ 29.454665, -10.414760 ], [ 29.453772, -10.420833 ], [ 29.452521, -10.424406 ], [ 29.436981, -10.438696 ], [ 29.432694, -10.440661 ], [ 29.429121, -10.445484 ], [ 29.424119, -10.455130 ], [ 29.420904, -10.464776 ], [ 29.427871, -10.473529 ], [ 29.438767, -10.484426 ], [ 29.443947, -10.484247 ], [ 29.448234, -10.484783 ], [ 29.451092, -10.488534 ], [ 29.452164, -10.495858 ], [ 29.454129, -10.496394 ], [ 29.463239, -10.499252 ], [ 29.454486, -10.504254 ], [ 29.440017, -10.507112 ], [ 29.436445, -10.509255 ], [ 29.430907, -10.514078 ], [ 29.429835, -10.516043 ], [ 29.426442, -10.521759 ], [ 29.425906, -10.522474 ], [ 29.416081, -10.544803 ], [ 29.413223, -10.548911 ], [ 29.410186, -10.555342 ], [ 29.409293, -10.556413 ], [ 29.407864, -10.559450 ], [ 29.407328, -10.562487 ], [ 29.406078, -10.576241 ], [ 29.408579, -10.581958 ], [ 29.408043, -10.590353 ], [ 29.407150, -10.593747 ], [ 29.389465, -10.618398 ], [ 29.381427, -10.615004 ], [ 29.376961, -10.611967 ], [ 29.371602, -10.606251 ], [ 29.369994, -10.603214 ], [ 29.367315, -10.599999 ], [ 29.343736, -10.598927 ], [ 29.339985, -10.600892 ], [ 29.335876, -10.606073 ], [ 29.334269, -10.609109 ], [ 29.330696, -10.615004 ], [ 29.329446, -10.616969 ], [ 29.329446, -10.618755 ], [ 29.329446, -10.619648 ], [ 29.329803, -10.621792 ], [ 29.329624, -10.623042 ], [ 29.329446, -10.625365 ], [ 29.329267, -10.628223 ], [ 29.328195, -10.630188 ], [ 29.327838, -10.631259 ], [ 29.326409, -10.635368 ], [ 29.323908, -10.643406 ], [ 29.321407, -10.646443 ], [ 29.320514, -10.648229 ], [ 29.320157, -10.649658 ], [ 29.321050, -10.651266 ], [ 29.315334, -10.655910 ], [ 29.314619, -10.656982 ], [ 29.312833, -10.658232 ], [ 29.309975, -10.661805 ], [ 29.306581, -10.664485 ], [ 29.300865, -10.670915 ], [ 29.299078, -10.672523 ], [ 29.297828, -10.673773 ], [ 29.296042, -10.675381 ], [ 29.291219, -10.681276 ], [ 29.289611, -10.680383 ], [ 29.286038, -10.680561 ], [ 29.284074, -10.681276 ], [ 29.281037, -10.684848 ], [ 29.272641, -10.687706 ], [ 29.272284, -10.688421 ], [ 29.261566, -10.697888 ], [ 29.257815, -10.699853 ], [ 29.257636, -10.702711 ], [ 29.255493, -10.704319 ], [ 29.252635, -10.703247 ], [ 29.246919, -10.709499 ], [ 29.237273, -10.716109 ], [ 29.233343, -10.718073 ], [ 29.224947, -10.720396 ], [ 29.224411, -10.723432 ], [ 29.214944, -10.728434 ], [ 29.206548, -10.734865 ], [ 29.198331, -10.740402 ], [ 29.193508, -10.749870 ], [ 29.188864, -10.765946 ], [ 29.194580, -10.772556 ], [ 29.200296, -10.780594 ], [ 29.200475, -10.784881 ], [ 29.197438, -10.793098 ], [ 29.192079, -10.815605 ], [ 29.194401, -10.826323 ], [ 29.198867, -10.834540 ], [ 29.201725, -10.852403 ], [ 29.143670, -10.896525 ], [ 29.125272, -10.899026 ], [ 29.119020, -10.902598 ], [ 29.115983, -10.902419 ], [ 29.114018, -10.903491 ], [ 29.114018, -10.903491 ], [ 29.099192, -10.902598 ], [ 29.083829, -10.927428 ], [ 29.205119, -10.975479 ], [ 29.217981, -10.985661 ], [ 29.252813, -11.017100 ], [ 29.256029, -11.021744 ], [ 29.260494, -11.028711 ], [ 29.260852, -11.029068 ], [ 29.275857, -11.045145 ], [ 29.290147, -11.056041 ], [ 29.295684, -11.067831 ], [ 29.303008, -11.070867 ], [ 29.322658, -11.075333 ], [ 29.338377, -11.078013 ], [ 29.345522, -11.076048 ], [ 29.348380, -11.074440 ], [ 29.353025, -11.075155 ], [ 29.360884, -11.080871 ], [ 29.363742, -11.084979 ], [ 29.368744, -11.093018 ], [ 29.374818, -11.098019 ], [ 29.379819, -11.105522 ], [ 29.392145, -11.104628 ], [ 29.402505, -11.101056 ], [ 29.413580, -11.096233 ], [ 29.425370, -11.101413 ], [ 29.428049, -11.103557 ], [ 29.426442, -11.096054 ], [ 29.426442, -11.083193 ], [ 29.418046, -11.026746 ], [ 29.396610, -11.011205 ], [ 29.393395, -11.007811 ], [ 29.388036, -10.998344 ], [ 29.389287, -10.992985 ], [ 29.392323, -10.982088 ], [ 29.394288, -10.976729 ], [ 29.397682, -10.964047 ], [ 29.395896, -10.957616 ], [ 29.359277, -10.918318 ], [ 29.360170, -10.907600 ], [ 29.372138, -10.875625 ], [ 29.376782, -10.869552 ], [ 29.382856, -10.860441 ], [ 29.390716, -10.853118 ], [ 29.401076, -10.845794 ], [ 29.415902, -10.842757 ], [ 29.422690, -10.840435 ], [ 29.427513, -10.838649 ], [ 29.429478, -10.840078 ], [ 29.441982, -10.827038 ], [ 29.447877, -10.823286 ], [ 29.453772, -10.820428 ], [ 29.464847, -10.813283 ], [ 29.465026, -10.812033 ], [ 29.465026, -10.810961 ], [ 29.469849, -10.809175 ], [ 29.482531, -10.809889 ], [ 29.490748, -10.800779 ], [ 29.491463, -10.797385 ], [ 29.493428, -10.794348 ], [ 29.495750, -10.794527 ], [ 29.499323, -10.794348 ], [ 29.500394, -10.794170 ], [ 29.502538, -10.792919 ], [ 29.505575, -10.792026 ], [ 29.507539, -10.791133 ], [ 29.509862, -10.791490 ], [ 29.515221, -10.791848 ], [ 29.517721, -10.791669 ], [ 29.523616, -10.787739 ], [ 29.527189, -10.784167 ], [ 29.530404, -10.781666 ], [ 29.533084, -10.780951 ], [ 29.544159, -10.774878 ], [ 29.563093, -10.772377 ], [ 29.567738, -10.771305 ], [ 29.570060, -10.771841 ], [ 29.575240, -10.768268 ], [ 29.579527, -10.762016 ], [ 29.611502, -10.724861 ], [ 29.659375, -10.713786 ], [ 29.682775, -10.723432 ], [ 29.697959, -10.730220 ], [ 29.732434, -10.745582 ], [ 29.747797, -10.759158 ], [ 29.768696, -10.773806 ], [ 29.773877, -10.780415 ], [ 29.776377, -10.785060 ], [ 29.787274, -10.795777 ], [ 29.795491, -10.800958 ], [ 29.813354, -10.810961 ], [ 29.812997, -10.816856 ], [ 29.826036, -10.833826 ], [ 29.826572, -10.835791 ], [ 29.834432, -10.841864 ], [ 29.835147, -10.843829 ], [ 29.844435, -10.856512 ], [ 29.847829, -10.864371 ], [ 29.848901, -10.867587 ], [ 29.861941, -10.877233 ], [ 29.870158, -10.884021 ], [ 29.882662, -10.887236 ], [ 29.891415, -10.888665 ], [ 29.904991, -11.004774 ], [ 29.907670, -11.026567 ], [ 29.904098, -11.041215 ], [ 29.867121, -11.187155 ], [ 29.809781, -11.413479 ], [ 29.814068, -11.438845 ], [ 29.997521, -11.237350 ], [ 30.000022, -11.235385 ], [ 30.110951, -11.230562 ], [ 30.366392, -11.439559 ], [ 30.469818, -11.505295 ], [ 30.437308, -11.562993 ], [ 30.439630, -11.566922 ], [ 30.430520, -11.582821 ], [ 30.432306, -11.585321 ], [ 30.433378, -11.595682 ], [ 30.334060, -11.743230 ], [ 30.247424, -11.801463 ], [ 29.998414, -11.862555 ], [ 29.802100, -11.907212 ], [ 29.794240, -11.914358 ], [ 29.794598, -11.916858 ], [ 29.801207, -11.919538 ], [ 29.797456, -11.940437 ], [ 29.787988, -11.946868 ], [ 29.784416, -11.950798 ], [ 29.786023, -11.961516 ], [ 29.785309, -11.968304 ], [ 29.784416, -11.975806 ], [ 29.794240, -11.984559 ], [ 29.788524, -12.002958 ], [ 29.789417, -12.006352 ], [ 29.792275, -12.010996 ], [ 29.793347, -12.012961 ], [ 29.794062, -12.014212 ], [ 29.795491, -12.019392 ], [ 29.791918, -12.029038 ], [ 29.790311, -12.034040 ], [ 29.797813, -12.042792 ], [ 29.797813, -12.044757 ], [ 29.794776, -12.051367 ], [ 29.793169, -12.057083 ], [ 29.792275, -12.061191 ], [ 29.792454, -12.062620 ], [ 29.796741, -12.062620 ], [ 29.797813, -12.067801 ], [ 29.801207, -12.072981 ], [ 29.804958, -12.073517 ], [ 29.807638, -12.073695 ], [ 29.810496, -12.072266 ], [ 29.813532, -12.074231 ], [ 29.813711, -12.075303 ], [ 29.815140, -12.077982 ], [ 29.819070, -12.084770 ], [ 29.821213, -12.086378 ], [ 29.822464, -12.087093 ], [ 29.822464, -12.089415 ], [ 29.822285, -12.089772 ], [ 29.823000, -12.092273 ], [ 29.819070, -12.094238 ], [ 29.819427, -12.097453 ], [ 29.820499, -12.099061 ], [ 29.822107, -12.101562 ], [ 29.822821, -12.104598 ], [ 29.824250, -12.106742 ], [ 29.822821, -12.112637 ], [ 29.821928, -12.116566 ], [ 29.818534, -12.119782 ], [ 29.814426, -12.126927 ], [ 29.816033, -12.129606 ], [ 29.816926, -12.135323 ], [ 29.814604, -12.141753 ], [ 29.808173, -12.158366 ], [ 29.762087, -12.160331 ], [ 29.709927, -12.195521 ], [ 29.667235, -12.207310 ], [ 29.633474, -12.206775 ], [ 29.575240, -12.192841 ], [ 29.489319, -12.238571 ], [ 29.467705, -12.273225 ], [ 29.456094, -12.333423 ], [ 29.499858, -12.396658 ], [ 29.527546, -12.397551 ], [ 29.535584, -12.429347 ], [ 29.499501, -12.469896 ], [ 29.474850, -12.471504 ], [ 29.378211, -12.417022 ], [ 29.333018, -12.418451 ], [ 29.295506, -12.408984 ], [ 29.295863, -12.389513 ], [ 29.266925, -12.364147 ], [ 29.232985, -12.374687 ], [ 29.191007, -12.370578 ], [ 29.129380, -12.395229 ], [ 29.103300, -12.378974 ], [ 29.058821, -12.389156 ], [ 29.036135, -12.375401 ], [ 29.004696, -12.322527 ], [ 28.998802, -12.287515 ], [ 28.934852, -12.198736 ], [ 28.846966, -12.127820 ], [ 28.832497, -12.101026 ], [ 28.778372, -12.055475 ], [ 28.764082, -11.994920 ], [ 28.699954, -11.983845 ], [ 28.640113, -11.952227 ], [ 28.610818, -11.910964 ], [ 28.576521, -11.910785 ], [ 28.503818, -11.879346 ], [ 28.488992, -11.833438 ], [ 28.441655, -11.831831 ], [ 28.436654, -11.807180 ], [ 28.443442, -11.755556 ], [ 28.415397, -11.730547 ], [ 28.434689, -11.699823 ], [ 28.418433, -11.672850 ], [ 28.425579, -11.635159 ], [ 28.381278, -11.585321 ], [ 28.398605, -11.503866 ], [ 28.393961, -11.474749 ], [ 28.419148, -11.445990 ], [ 28.430402, -11.381862 ], [ 28.458446, -11.371144 ], [ 28.448265, -11.325236 ], [ 28.486849, -11.244317 ], [ 28.481668, -11.220381 ], [ 28.497745, -11.159825 ], [ 28.475952, -11.105522 ], [ 28.491493, -11.086230 ], [ 28.507570, -11.030854 ], [ 28.508284, -10.974943 ], [ 28.540438, -10.932608 ], [ 28.544546, -10.866515 ], [ 28.553477, -10.832397 ], [ 28.607602, -10.758444 ], [ 28.610103, -10.725755 ], [ 28.662084, -10.718967 ], [ 28.672981, -10.686635 ], [ 28.696739, -10.662520 ], [ 28.667801, -10.623221 ], [ 28.672981, -10.567489 ], [ 28.636540, -10.528726 ], [ 28.642971, -10.449771 ], [ 28.626358, -10.398505 ], [ 28.623858, -10.357241 ], [ 28.636898, -10.314370 ], [ 28.577235, -10.230593 ], [ 28.582237, -10.211837 ], [ 28.621714, -10.156997 ], [ 28.624394, -10.072862 ], [ 28.636362, -10.022132 ], [ 28.624929, -9.957110 ], [ 28.653867, -9.896912 ], [ 28.674410, -9.815636 ], [ 28.695488, -9.800273 ], [ 28.668158, -9.756152 ], [ 28.634218, -9.747042 ], [ 28.622786, -9.720604 ], [ 28.629217, -9.666658 ], [ 28.612604, -9.634148 ], [ 28.615105, -9.601816 ], [ 28.573841, -9.547333 ], [ 28.572055, -9.499997 ], [ 28.542045, -9.478204 ], [ 28.515608, -9.443728 ], [ 28.532399, -9.372812 ], [ 28.506676, -9.353877 ], [ 28.463805, -9.403179 ], [ 28.416826, -9.419970 ], [ 28.384672, -9.405680 ], [ 28.358235, -9.363166 ], [ 28.363594, -9.308148 ], [ 28.393961, -9.245092 ], [ 28.482919, -9.170960 ], [ 28.647258, -9.071642 ], [ 28.695667, -9.034309 ], [ 28.747470, -8.983935 ], [ 28.847502, -8.860323 ], [ 28.896625, -8.794945 ], [ 28.943069, -8.718848 ], [ 28.962897, -8.650433 ], [ 28.963433, -8.621852 ], [ 28.948249, -8.568799 ], [ 28.898769, -8.480556 ], [ 28.927171, -8.470374 ], [ 29.206012, -8.430004 ], [ 29.570239, -8.379094 ] ] ] } }
+
+]
+}

=== added file 'resources/geojson/zm_admin2'
--- resources/geojson/zm_admin2	1970-01-01 00:00:00 +0000
+++ resources/geojson/zm_admin2	2009-09-10 07:33:50 +0000
@@ -0,0 +1,149 @@
+{
+"type": "FeatureCollection",
+"features": [
+{ "type": "Feature", "properties": { "ID": 145.000000, "NAME": "co Chililabombwe District", "LVLID": "ZMP002001000000000000", "ID2": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 27.517604, -12.296983 ], [ 27.625675, -12.260543 ], [ 27.758039, -12.289302 ], [ 27.818416, -12.229997 ], [ 27.917734, -12.240536 ], [ 27.950066, -12.350215 ], [ 28.067426, -12.351108 ], [ 28.079752, -12.491511 ], [ 27.847533, -12.463109 ], [ 27.818595, -12.412378 ], [ 27.779118, -12.450426 ], [ 27.738211, -12.390228 ], [ 27.708737, -12.437922 ], [ 27.670868, -12.400946 ], [ 27.629247, -12.442924 ], [ 27.567263, -12.396837 ], [ 27.567263, -12.349858 ], [ 27.500991, -12.339140 ], [ 27.517604, -12.296983 ] ] ], [ [ [ 27.842888, -12.556175 ], [ 27.834314, -12.578504 ], [ 27.833421, -12.561355 ], [ 27.842888, -12.556175 ] ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 146.000000, "NAME": "ce Mumbwa District", "LVLID": "ZMP005005000000000000", "ID2": 2.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.317598, -15.184177 ], [ 25.425491, -15.131839 ], [ 25.417452, -15.077893 ], [ 25.472828, -14.997509 ], [ 25.434065, -14.903193 ], [ 25.493727, -14.784761 ], [ 25.477829, -14.703484 ], [ 25.589830, -14.539860 ], [ 25.590366, -14.535215 ], [ 26.192170, -14.622922 ], [ 26.195564, -14.658827 ], [ 26.329715, -14.735816 ], [ 26.540320, -14.472159 ], [ 26.968495, -14.422678 ], [ 27.000113, -14.227079 ], [ 27.103182, -14.163665 ], [ 27.209646, -14.339258 ], [ 27.188031, -14.370697 ], [ 27.138015, -14.563617 ], [ 27.191425, -14.605059 ], [ 27.209288, -14.829419 ], [ 27.292709, -14.897477 ], [ 27.559582, -14.991972 ], [ 27.673905, -15.208114 ], [ 27.778046, -15.304931 ], [ 27.809663, -15.389780 ], [ 27.933275, -15.383350 ], [ 27.963106, -15.508033 ], [ 27.959891, -15.583058 ], [ 27.791086, -15.582343 ], [ 27.791979, -15.655939 ], [ 27.672833, -15.676303 ], [ 27.626210, -15.512320 ], [ 27.538860, -15.473379 ], [ 27.489559, -15.558586 ], [ 27.447581, -15.587345 ], [ 27.398279, -15.556621 ], [ 27.371842, -15.621463 ], [ 27.316288, -15.639326 ], [ 27.304141, -15.752220 ], [ 27.257340, -15.721317 ], [ 27.207145, -15.469271 ], [ 26.977963, -15.463376 ], [ 27.000113, -15.349767 ], [ 25.315276, -15.283674 ], [ 25.317598, -15.184177 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 147.000000, "NAME": "we Kaoma District", "LVLID": "ZMP009002000000000000", "ID2": 3.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.774058, -14.450009 ], [ 23.947329, -14.405351 ], [ 24.137033, -14.438576 ], [ 24.241532, -14.522532 ], [ 24.414803, -14.456439 ], [ 24.469106, -14.345332 ], [ 24.608438, -14.282097 ], [ 24.636840, -14.028621 ], [ 24.639698, -14.021654 ], [ 24.636483, -13.975746 ], [ 24.676317, -13.960206 ], [ 24.744732, -14.025048 ], [ 24.764739, -14.130083 ], [ 24.994278, -14.215289 ], [ 25.093954, -14.214575 ], [ 25.136468, -14.297995 ], [ 24.973557, -14.532714 ], [ 25.049296, -14.624173 ], [ 25.590366, -14.535215 ], [ 25.589830, -14.539860 ], [ 25.477829, -14.703484 ], [ 25.493727, -14.784761 ], [ 25.434065, -14.903193 ], [ 25.472828, -14.997509 ], [ 25.417452, -15.077893 ], [ 25.425491, -15.131839 ], [ 25.317598, -15.184177 ], [ 25.315276, -15.283674 ], [ 25.339570, -15.349946 ], [ 25.306166, -15.450693 ], [ 25.240251, -15.479631 ], [ 25.278836, -15.525182 ], [ 25.213993, -15.594133 ], [ 25.285802, -15.656475 ], [ 25.241502, -15.700954 ], [ 25.286159, -15.760973 ], [ 25.363863, -15.714351 ], [ 25.399053, -15.746683 ], [ 25.323850, -16.013734 ], [ 25.366364, -16.082864 ], [ 25.436387, -16.094654 ], [ 25.105743, -16.054462 ], [ 25.025181, -16.004624 ], [ 24.967484, -15.827245 ], [ 24.817613, -15.760973 ], [ 24.692572, -15.546082 ], [ 24.606473, -15.487670 ], [ 24.122743, -15.326010 ], [ 23.684743, -14.829419 ], [ 23.683135, -14.610418 ], [ 23.774058, -14.450009 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 148.000000, "NAME": "we Shang'mbo District", "LVLID": "ZMP009007000000000000", "ID2": 4.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.491674, -15.711314 ], [ 22.526685, -15.799021 ], [ 22.724964, -16.019629 ], [ 23.065969, -16.081614 ], [ 23.136528, -16.176109 ], [ 23.220841, -16.204868 ], [ 23.284612, -16.338126 ], [ 23.382501, -16.381533 ], [ 23.487178, -16.581063 ], [ 23.690280, -16.726110 ], [ 23.580959, -16.907777 ], [ 23.443771, -16.962616 ], [ 23.361780, -17.150356 ], [ 23.125989, -17.426518 ], [ 22.984156, -17.267002 ], [ 22.807134, -17.173400 ], [ 22.315723, -16.635902 ], [ 22.126019, -16.497464 ], [ 22.108513, -16.343128 ], [ 21.999727, -16.197902 ], [ 22.491674, -15.711314 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 149.000000, "NAME": "we Sesheke District", "LVLID": "ZMP009003000000000000", "ID2": 5.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.361780, -17.150356 ], [ 23.443771, -16.962616 ], [ 23.580959, -16.907777 ], [ 23.690280, -16.726110 ], [ 23.859264, -16.656623 ], [ 24.051291, -16.383320 ], [ 24.099521, -16.278107 ], [ 24.107560, -16.059285 ], [ 24.309947, -15.823494 ], [ 24.342636, -15.660762 ], [ 24.588788, -15.499459 ], [ 24.606473, -15.487670 ], [ 24.692572, -15.546082 ], [ 24.817613, -15.760973 ], [ 24.967484, -15.827245 ], [ 25.025181, -16.004624 ], [ 25.105743, -16.054462 ], [ 25.436387, -16.094654 ], [ 25.328852, -16.172179 ], [ 25.295269, -16.273998 ], [ 25.094311, -16.409042 ], [ 25.008747, -16.539442 ], [ 25.101635, -16.619826 ], [ 25.087523, -16.663947 ], [ 25.247754, -16.708069 ], [ 25.228283, -16.783272 ], [ 25.264009, -16.918673 ], [ 25.193808, -16.992983 ], [ 25.164512, -16.964938 ], [ 25.174873, -17.075689 ], [ 25.090738, -17.171256 ], [ 25.115746, -17.231990 ], [ 25.013749, -17.348993 ], [ 25.034649, -17.425268 ], [ 24.965697, -17.561384 ], [ 24.720617, -17.500292 ], [ 24.514657, -17.548344 ], [ 24.474287, -17.492075 ], [ 24.237066, -17.478142 ], [ 23.428230, -17.639266 ], [ 23.337665, -17.554596 ], [ 23.240669, -17.549773 ], [ 23.125989, -17.426518 ], [ 23.361780, -17.150356 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 150.000000, "NAME": "we Kalabo District", "LVLID": "ZMP009004000000000000", "ID2": 6.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.000620, -14.009150 ], [ 22.536331, -14.251194 ], [ 22.672090, -14.271557 ], [ 22.842860, -14.377664 ], [ 22.924137, -14.669902 ], [ 22.876800, -14.730458 ], [ 23.001662, -14.869789 ], [ 22.937177, -15.194717 ], [ 22.817495, -15.149702 ], [ 22.881623, -15.260452 ], [ 22.930746, -15.515357 ], [ 22.491674, -15.711314 ], [ 21.999727, -16.197902 ], [ 22.000620, -14.009150 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 151.000000, "NAME": "we Senanga District", "LVLID": "ZMP009001000000000000", "ID2": 7.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 22.930746, -15.515357 ], [ 23.098301, -15.442476 ], [ 23.218162, -15.461232 ], [ 23.364638, -15.418897 ], [ 23.569169, -15.737751 ], [ 23.873197, -15.817599 ], [ 24.060044, -15.425864 ], [ 24.122743, -15.326010 ], [ 24.606473, -15.487670 ], [ 24.588788, -15.499459 ], [ 24.342636, -15.660762 ], [ 24.309947, -15.823494 ], [ 24.107560, -16.059285 ], [ 24.099521, -16.278107 ], [ 24.051291, -16.383320 ], [ 23.859264, -16.656623 ], [ 23.690280, -16.726110 ], [ 23.487178, -16.581063 ], [ 23.382501, -16.381533 ], [ 23.284612, -16.338126 ], [ 23.220841, -16.204868 ], [ 23.136528, -16.176109 ], [ 23.065969, -16.081614 ], [ 22.724964, -16.019629 ], [ 22.526685, -15.799021 ], [ 22.491674, -15.711314 ], [ 22.930746, -15.515357 ] ] ], [ [ [ 23.150461, -15.297429 ], [ 23.167788, -15.223655 ], [ 23.227808, -15.298858 ], [ 23.119201, -15.380492 ], [ 23.066683, -15.304038 ], [ 22.974868, -15.311719 ], [ 22.959327, -15.275636 ], [ 23.150461, -15.297429 ] ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 152.000000, "NAME": "we Mongu District", "LVLID": "ZMP009005000000000000", "ID2": 8.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.937177, -15.194717 ], [ 23.001662, -14.869789 ], [ 23.042568, -14.815307 ], [ 23.176362, -14.781367 ], [ 23.220305, -14.829597 ], [ 23.412154, -14.747427 ], [ 23.515580, -14.755823 ], [ 23.683135, -14.610418 ], [ 23.684743, -14.829419 ], [ 24.122743, -15.326010 ], [ 24.060044, -15.425864 ], [ 23.873197, -15.817599 ], [ 23.569169, -15.737751 ], [ 23.364638, -15.418897 ], [ 23.218162, -15.461232 ], [ 23.098301, -15.442476 ], [ 22.930746, -15.515357 ], [ 22.881623, -15.260452 ], [ 22.817495, -15.149702 ], [ 22.937177, -15.194717 ] ], [ [ 22.974868, -15.311719 ], [ 23.066683, -15.304038 ], [ 23.119201, -15.380492 ], [ 23.227808, -15.298858 ], [ 23.167788, -15.223655 ], [ 23.150461, -15.297429 ], [ 22.959327, -15.275636 ], [ 22.974868, -15.311719 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 153.000000, "NAME": "so Choma District", "LVLID": "ZMP008004000000000000", "ID2": 9.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.754318, -16.746653 ], [ 26.840954, -16.735042 ], [ 26.825591, -16.653765 ], [ 26.709303, -16.548374 ], [ 26.691976, -16.417081 ], [ 26.722165, -16.343128 ], [ 26.723058, -16.241845 ], [ 26.826842, -16.182897 ], [ 26.941344, -16.180753 ], [ 26.993682, -16.253098 ], [ 27.033874, -16.339377 ], [ 27.138908, -16.277214 ], [ 27.090857, -16.382248 ], [ 27.115686, -16.465489 ], [ 27.360767, -16.509432 ], [ 27.385596, -16.543193 ], [ 27.467051, -16.494606 ], [ 27.582089, -16.499965 ], [ 27.668903, -16.570524 ], [ 27.406853, -16.934929 ], [ 27.138908, -17.252533 ], [ 27.060668, -17.535839 ], [ 26.992432, -17.447418 ], [ 26.926339, -17.432056 ], [ 27.001899, -17.252533 ], [ 26.956349, -17.094266 ], [ 26.867927, -16.997985 ], [ 26.827378, -17.029424 ], [ 26.754675, -16.973155 ], [ 26.802191, -16.869729 ], [ 26.691619, -16.836861 ], [ 26.754318, -16.746653 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 154.000000, "NAME": "so Livingstone District", "LVLID": "ZMP008003000000000000", "ID2": 10.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.762744, -17.749838 ], [ 25.788824, -17.700715 ], [ 25.866170, -17.703930 ], [ 25.919224, -17.651770 ], [ 25.994963, -17.670169 ], [ 26.020149, -17.726438 ], [ 25.928691, -17.828614 ], [ 25.902968, -17.936685 ], [ 25.846521, -17.971518 ], [ 25.843485, -17.923288 ], [ 25.757564, -17.861124 ], [ 25.675037, -17.820397 ], [ 25.621983, -17.848978 ], [ 25.617875, -17.738942 ], [ 25.762744, -17.749838 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 155.000000, "NAME": "so Kazungula District", "LVLID": "ZMP008008000000000000", "ID2": 11.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.034649, -17.425268 ], [ 25.013749, -17.348993 ], [ 25.115746, -17.231990 ], [ 25.090738, -17.171256 ], [ 25.174873, -17.075689 ], [ 25.164512, -16.964938 ], [ 25.193808, -16.992983 ], [ 25.264009, -16.918673 ], [ 25.228283, -16.783272 ], [ 25.247754, -16.708069 ], [ 25.087523, -16.663947 ], [ 25.101635, -16.619826 ], [ 25.008747, -16.539442 ], [ 25.094311, -16.409042 ], [ 25.295269, -16.273998 ], [ 25.328852, -16.172179 ], [ 25.436387, -16.094654 ], [ 25.489619, -16.185934 ], [ 25.683789, -16.179503 ], [ 25.668963, -16.288824 ], [ 25.702546, -16.354918 ], [ 25.663604, -16.463346 ], [ 25.692900, -16.554268 ], [ 25.997642, -16.430121 ], [ 26.028724, -16.690384 ], [ 26.103748, -16.708247 ], [ 26.138224, -16.875266 ], [ 26.249332, -16.866513 ], [ 26.267552, -16.956900 ], [ 26.249153, -17.028888 ], [ 26.167340, -17.093731 ], [ 26.180023, -17.134280 ], [ 26.016934, -17.268609 ], [ 25.961737, -17.377038 ], [ 26.093745, -17.423481 ], [ 26.075167, -17.527980 ], [ 26.110893, -17.570136 ], [ 26.170199, -17.475105 ], [ 26.257191, -17.478142 ], [ 26.291667, -17.596038 ], [ 26.207889, -17.758412 ], [ 26.399559, -17.955084 ], [ 26.296668, -17.953297 ], [ 26.205210, -17.899887 ], [ 26.076596, -17.949546 ], [ 26.078383, -17.998848 ], [ 25.958344, -18.023142 ], [ 25.846521, -17.971518 ], [ 25.902968, -17.936685 ], [ 25.928691, -17.828614 ], [ 26.020149, -17.726438 ], [ 25.994963, -17.670169 ], [ 25.919224, -17.651770 ], [ 25.866170, -17.703930 ], [ 25.788824, -17.700715 ], [ 25.762744, -17.749838 ], [ 25.617875, -17.738942 ], [ 25.621983, -17.848978 ], [ 25.506053, -17.879345 ], [ 25.335818, -17.850585 ], [ 25.177017, -17.776454 ], [ 25.117533, -17.696964 ], [ 25.089667, -17.714469 ], [ 25.088773, -17.655164 ], [ 24.965697, -17.561384 ], [ 25.034649, -17.425268 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 156.000000, "NAME": "so Kalomo District", "LVLID": "ZMP008005000000000000", "ID2": 12.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.016934, -17.268609 ], [ 26.180023, -17.134280 ], [ 26.167340, -17.093731 ], [ 26.249153, -17.028888 ], [ 26.267552, -16.956900 ], [ 26.249332, -16.866513 ], [ 26.138224, -16.875266 ], [ 26.103748, -16.708247 ], [ 26.028724, -16.690384 ], [ 25.997642, -16.430121 ], [ 26.416708, -16.305437 ], [ 26.512632, -16.290432 ], [ 26.722165, -16.343128 ], [ 26.691976, -16.417081 ], [ 26.709303, -16.548374 ], [ 26.825591, -16.653765 ], [ 26.840954, -16.735042 ], [ 26.754318, -16.746653 ], [ 26.691619, -16.836861 ], [ 26.802191, -16.869729 ], [ 26.754675, -16.973155 ], [ 26.827378, -17.029424 ], [ 26.867927, -16.997985 ], [ 26.956349, -17.094266 ], [ 27.001899, -17.252533 ], [ 26.926339, -17.432056 ], [ 26.992432, -17.447418 ], [ 27.060668, -17.535839 ], [ 26.955455, -17.757162 ], [ 26.709839, -17.754661 ], [ 26.749317, -17.876308 ], [ 26.791473, -17.880059 ], [ 26.856852, -18.006172 ], [ 26.678043, -18.075123 ], [ 26.399559, -17.955084 ], [ 26.207889, -17.758412 ], [ 26.291667, -17.596038 ], [ 26.257191, -17.478142 ], [ 26.170199, -17.475105 ], [ 26.110893, -17.570136 ], [ 26.075167, -17.527980 ], [ 26.093745, -17.423481 ], [ 25.961737, -17.377038 ], [ 26.016934, -17.268609 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 157.000000, "NAME": "so Sinazongwe District", "LVLID": "ZMP008011000000000000", "ID2": 13.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.955455, -17.757162 ], [ 27.060668, -17.535839 ], [ 27.138908, -17.252533 ], [ 27.406853, -16.934929 ], [ 27.544755, -16.917423 ], [ 27.799303, -16.991733 ], [ 27.536538, -17.423124 ], [ 27.302533, -17.601933 ], [ 27.024764, -17.981342 ], [ 26.856852, -18.006172 ], [ 26.791473, -17.880059 ], [ 26.749317, -17.876308 ], [ 26.709839, -17.754661 ], [ 26.955455, -17.757162 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 158.000000, "NAME": "so Namwala District", "LVLID": "ZMP008002000000000000", "ID2": 14.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.420816, -15.939246 ], [ 26.307565, -15.722568 ], [ 26.387948, -15.729713 ], [ 26.564792, -15.639505 ], [ 26.579082, -15.701847 ], [ 26.632850, -15.672551 ], [ 26.656608, -15.706670 ], [ 26.698050, -15.657725 ], [ 26.824877, -15.658082 ], [ 26.811301, -15.612175 ], [ 26.944559, -15.563587 ], [ 26.986358, -15.619141 ], [ 27.061740, -15.586988 ], [ 27.117651, -15.630752 ], [ 27.143553, -15.611639 ], [ 27.202858, -15.733464 ], [ 27.180350, -16.015342 ], [ 27.086212, -16.049103 ], [ 26.993682, -16.253098 ], [ 26.941344, -16.180753 ], [ 26.826842, -16.182897 ], [ 26.723058, -16.241845 ], [ 26.722165, -16.343128 ], [ 26.512632, -16.290432 ], [ 26.416708, -16.305437 ], [ 26.298633, -16.101084 ], [ 26.420816, -15.939246 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 159.000000, "NAME": "so Itezhi-Tezhi District", "LVLID": "ZMP008009000000000000", "ID2": 15.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.278836, -15.525182 ], [ 25.240251, -15.479631 ], [ 25.306166, -15.450693 ], [ 25.339570, -15.349946 ], [ 25.315276, -15.283674 ], [ 27.000113, -15.349767 ], [ 26.977963, -15.463376 ], [ 27.207145, -15.469271 ], [ 27.257340, -15.721317 ], [ 27.202858, -15.733464 ], [ 27.143553, -15.611639 ], [ 27.117651, -15.630752 ], [ 27.061740, -15.586988 ], [ 26.986358, -15.619141 ], [ 26.944559, -15.563587 ], [ 26.811301, -15.612175 ], [ 26.824877, -15.658082 ], [ 26.698050, -15.657725 ], [ 26.656608, -15.706670 ], [ 26.632850, -15.672551 ], [ 26.579082, -15.701847 ], [ 26.564792, -15.639505 ], [ 26.387948, -15.729713 ], [ 26.307565, -15.722568 ], [ 26.420816, -15.939246 ], [ 26.298633, -16.101084 ], [ 26.416708, -16.305437 ], [ 25.997642, -16.430121 ], [ 25.692900, -16.554268 ], [ 25.663604, -16.463346 ], [ 25.702546, -16.354918 ], [ 25.668963, -16.288824 ], [ 25.683789, -16.179503 ], [ 25.489619, -16.185934 ], [ 25.436387, -16.094654 ], [ 25.366364, -16.082864 ], [ 25.323850, -16.013734 ], [ 25.399053, -15.746683 ], [ 25.363863, -15.714351 ], [ 25.286159, -15.760973 ], [ 25.241502, -15.700954 ], [ 25.285802, -15.656475 ], [ 25.213993, -15.594133 ], [ 25.278836, -15.525182 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 160.000000, "NAME": "so Gwembe District", "LVLID": "ZMP008006000000000000", "ID2": 16.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.668903, -16.570524 ], [ 27.582089, -16.499965 ], [ 27.773937, -16.473885 ], [ 27.999904, -16.376532 ], [ 28.098329, -16.334018 ], [ 28.127982, -16.455307 ], [ 28.279817, -16.509790 ], [ 28.382887, -16.669842 ], [ 27.799303, -16.991733 ], [ 27.544755, -16.917423 ], [ 27.406853, -16.934929 ], [ 27.668903, -16.570524 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 161.000000, "NAME": "so Monze District", "LVLID": "ZMP008001000000000000", "ID2": 17.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.086212, -16.049103 ], [ 27.180350, -16.015342 ], [ 27.202858, -15.733464 ], [ 27.257340, -15.721317 ], [ 27.304141, -15.752220 ], [ 27.597630, -16.043030 ], [ 27.622281, -16.130201 ], [ 27.842888, -16.265781 ], [ 28.098329, -16.334018 ], [ 27.999904, -16.376532 ], [ 27.773937, -16.473885 ], [ 27.582089, -16.499965 ], [ 27.467051, -16.494606 ], [ 27.385596, -16.543193 ], [ 27.360767, -16.509432 ], [ 27.115686, -16.465489 ], [ 27.090857, -16.382248 ], [ 27.138908, -16.277214 ], [ 27.033874, -16.339377 ], [ 26.993682, -16.253098 ], [ 27.086212, -16.049103 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 162.000000, "NAME": "so Mazabuka District", "LVLID": "ZMP008007000000000000", "ID2": 18.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.316288, -15.639326 ], [ 27.371842, -15.621463 ], [ 27.398279, -15.556621 ], [ 27.447581, -15.587345 ], [ 27.489559, -15.558586 ], [ 27.538860, -15.473379 ], [ 27.626210, -15.512320 ], [ 27.672833, -15.676303 ], [ 27.791979, -15.655939 ], [ 27.837708, -15.684341 ], [ 27.805198, -15.742753 ], [ 27.887367, -15.711493 ], [ 27.922022, -15.760437 ], [ 28.022769, -15.717923 ], [ 28.228550, -15.837070 ], [ 28.349304, -15.777586 ], [ 28.591348, -15.905128 ], [ 28.522039, -16.045173 ], [ 28.425758, -16.088223 ], [ 28.414325, -16.119483 ], [ 28.466664, -16.154495 ], [ 28.407537, -16.249883 ], [ 28.098329, -16.334018 ], [ 27.842888, -16.265781 ], [ 27.622281, -16.130201 ], [ 27.597630, -16.043030 ], [ 27.304141, -15.752220 ], [ 27.316288, -15.639326 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 163.000000, "NAME": "nw Mufumbwe District", "LVLID": "ZMP006008000000000000", "ID2": 19.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.435881, -13.841060 ], [ 24.481432, -13.672969 ], [ 24.614511, -13.577402 ], [ 24.676674, -13.414849 ], [ 24.485898, -13.226751 ], [ 24.598077, -13.184238 ], [ 24.647915, -13.104569 ], [ 24.686320, -13.080990 ], [ 24.740445, -13.117966 ], [ 24.815648, -13.053659 ], [ 24.936759, -13.056160 ], [ 25.004460, -12.992389 ], [ 25.133431, -13.010073 ], [ 25.309560, -12.896465 ], [ 25.366007, -12.928082 ], [ 25.490869, -12.899680 ], [ 25.576612, -12.974883 ], [ 25.707547, -13.021863 ], [ 25.701295, -13.083848 ], [ 25.600369, -13.137437 ], [ 25.206312, -13.205495 ], [ 25.135396, -13.268551 ], [ 25.228462, -13.352507 ], [ 25.384049, -13.296417 ], [ 25.500158, -13.323569 ], [ 25.645027, -13.550965 ], [ 25.624127, -13.624024 ], [ 25.663604, -13.668324 ], [ 25.616803, -13.760676 ], [ 25.781143, -13.969852 ], [ 25.812582, -14.153840 ], [ 26.042121, -14.399992 ], [ 26.149656, -14.401957 ], [ 26.144654, -14.454117 ], [ 26.206818, -14.460905 ], [ 26.192170, -14.622922 ], [ 25.590366, -14.535215 ], [ 25.049296, -14.624173 ], [ 24.973557, -14.532714 ], [ 25.136468, -14.297995 ], [ 25.093954, -14.214575 ], [ 24.994278, -14.215289 ], [ 24.764739, -14.130083 ], [ 24.744732, -14.025048 ], [ 24.676317, -13.960206 ], [ 24.636483, -13.975746 ], [ 24.639698, -14.021654 ], [ 24.623264, -13.960563 ], [ 24.561458, -13.986286 ], [ 24.493400, -13.908224 ], [ 24.483754, -13.953596 ], [ 24.423556, -13.967172 ], [ 24.341922, -13.923587 ], [ 24.435881, -13.841060 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 164.000000, "NAME": "nw Zambezi District", "LVLID": "ZMP006005000000000000", "ID2": 20.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.116194, -13.502377 ], [ 22.175678, -13.589906 ], [ 22.261420, -13.608483 ], [ 22.427010, -13.423244 ], [ 22.405574, -13.396450 ], [ 22.799096, -13.262477 ], [ 22.869655, -13.399665 ], [ 23.000233, -13.329821 ], [ 22.847147, -13.195670 ], [ 22.957898, -13.067056 ], [ 23.092227, -13.012574 ], [ 23.103303, -12.998463 ], [ 23.533086, -12.994890 ], [ 23.486642, -13.042227 ], [ 23.581495, -13.058304 ], [ 23.643122, -13.226573 ], [ 23.717789, -13.290165 ], [ 23.656519, -13.422708 ], [ 23.688494, -13.784434 ], [ 23.628653, -13.868747 ], [ 23.593820, -14.036302 ], [ 23.528977, -14.097751 ], [ 23.415726, -14.108468 ], [ 23.375713, -14.167595 ], [ 23.238347, -14.204035 ], [ 23.213517, -14.161522 ], [ 23.179577, -14.180099 ], [ 23.241562, -14.068455 ], [ 23.222985, -13.996646 ], [ 23.143494, -14.039875 ], [ 23.097586, -13.991109 ], [ 23.000054, -14.008793 ], [ 22.847683, -13.873570 ], [ 22.801239, -13.925730 ], [ 22.743542, -13.924837 ], [ 22.720677, -13.999326 ], [ 22.650833, -13.998075 ], [ 22.627611, -13.949488 ], [ 22.537224, -13.929303 ], [ 22.275710, -13.751745 ], [ 22.117266, -13.764249 ], [ 22.000442, -13.716019 ], [ 22.000263, -13.476119 ], [ 22.116194, -13.502377 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 165.000000, "NAME": "we Lukulu District", "LVLID": "ZMP009006000000000000", "ID2": 21.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.117266, -13.764249 ], [ 22.275710, -13.751745 ], [ 22.537224, -13.929303 ], [ 22.627611, -13.949488 ], [ 22.650833, -13.998075 ], [ 22.720677, -13.999326 ], [ 22.743542, -13.924837 ], [ 22.801239, -13.925730 ], [ 22.847683, -13.873570 ], [ 23.000054, -14.008793 ], [ 23.097586, -13.991109 ], [ 23.143494, -14.039875 ], [ 23.222985, -13.996646 ], [ 23.241562, -14.068455 ], [ 23.179577, -14.180099 ], [ 23.213517, -14.161522 ], [ 23.238347, -14.204035 ], [ 23.375713, -14.167595 ], [ 23.415726, -14.108468 ], [ 23.528977, -14.097751 ], [ 23.593820, -14.036302 ], [ 23.728150, -14.032193 ], [ 23.812463, -13.966100 ], [ 23.844974, -14.007543 ], [ 23.877127, -13.980212 ], [ 24.014493, -14.013616 ], [ 24.092733, -13.943593 ], [ 24.135783, -13.969316 ], [ 24.243676, -13.903044 ], [ 24.297443, -13.947344 ], [ 24.312984, -13.894113 ], [ 24.341922, -13.923587 ], [ 24.423556, -13.967172 ], [ 24.483754, -13.953596 ], [ 24.493400, -13.908224 ], [ 24.561458, -13.986286 ], [ 24.623264, -13.960563 ], [ 24.639698, -14.021654 ], [ 24.636840, -14.028621 ], [ 24.608438, -14.282097 ], [ 24.469106, -14.345332 ], [ 24.414803, -14.456439 ], [ 24.241532, -14.522532 ], [ 24.137033, -14.438576 ], [ 23.947329, -14.405351 ], [ 23.774058, -14.450009 ], [ 23.683135, -14.610418 ], [ 23.515580, -14.755823 ], [ 23.412154, -14.747427 ], [ 23.220305, -14.829597 ], [ 23.176362, -14.781367 ], [ 23.042568, -14.815307 ], [ 23.001662, -14.869789 ], [ 22.876800, -14.730458 ], [ 22.924137, -14.669902 ], [ 22.842860, -14.377664 ], [ 22.672090, -14.271557 ], [ 22.536331, -14.251194 ], [ 22.000620, -14.009150 ], [ 22.000442, -13.716019 ], [ 22.117266, -13.764249 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 166.000000, "NAME": "nw Kabompo District", "LVLID": "ZMP006001000000000000", "ID2": 22.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.533086, -12.994890 ], [ 24.040216, -12.990603 ], [ 23.903564, -12.833766 ], [ 23.955724, -12.545814 ], [ 23.993058, -12.504015 ], [ 24.136855, -12.495619 ], [ 24.149002, -12.595474 ], [ 24.292799, -12.512947 ], [ 24.335849, -12.549030 ], [ 24.418197, -12.499907 ], [ 24.548954, -12.588150 ], [ 24.730085, -12.919687 ], [ 24.735086, -12.991853 ], [ 24.684534, -13.013110 ], [ 24.647915, -13.104569 ], [ 24.598077, -13.184238 ], [ 24.485898, -13.226751 ], [ 24.676674, -13.414849 ], [ 24.614511, -13.577402 ], [ 24.481432, -13.672969 ], [ 24.435881, -13.841060 ], [ 24.341922, -13.923587 ], [ 24.312984, -13.894113 ], [ 24.297443, -13.947344 ], [ 24.243676, -13.903044 ], [ 24.135783, -13.969316 ], [ 24.092733, -13.943593 ], [ 24.014493, -14.013616 ], [ 23.877127, -13.980212 ], [ 23.844974, -14.007543 ], [ 23.812463, -13.966100 ], [ 23.728150, -14.032193 ], [ 23.593820, -14.036302 ], [ 23.628653, -13.868747 ], [ 23.688494, -13.784434 ], [ 23.656519, -13.422708 ], [ 23.717789, -13.290165 ], [ 23.643122, -13.226573 ], [ 23.581495, -13.058304 ], [ 23.486642, -13.042227 ], [ 23.533086, -12.994890 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 167.000000, "NAME": "nw Chavuma District", "LVLID": "ZMP006007000000000000", "ID2": 23.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.103303, -12.998463 ], [ 23.092227, -13.012574 ], [ 22.957898, -13.067056 ], [ 22.847147, -13.195670 ], [ 23.000233, -13.329821 ], [ 22.869655, -13.399665 ], [ 22.799096, -13.262477 ], [ 22.405574, -13.396450 ], [ 22.427010, -13.423244 ], [ 22.261420, -13.608483 ], [ 22.175678, -13.589906 ], [ 22.116194, -13.502377 ], [ 22.000263, -13.476119 ], [ 21.999906, -13.004715 ], [ 23.103303, -12.998463 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 168.000000, "NAME": "nw Mwinilunga District", "LVLID": "ZMP006006000000000000", "ID2": 24.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.036465, -11.523873 ], [ 24.030927, -11.444740 ], [ 24.082194, -11.397760 ], [ 24.005562, -11.121420 ], [ 23.999667, -10.886343 ], [ 24.124887, -10.910279 ], [ 24.141499, -11.036392 ], [ 24.282974, -11.042466 ], [ 24.383007, -11.092482 ], [ 24.393189, -11.285938 ], [ 24.349603, -11.366500 ], [ 24.288690, -11.389186 ], [ 24.382650, -11.409193 ], [ 24.445349, -11.475643 ], [ 24.583430, -11.456351 ], [ 24.738123, -11.305945 ], [ 24.873524, -11.262180 ], [ 25.351717, -11.195909 ], [ 25.278300, -11.370251 ], [ 25.326708, -11.499043 ], [ 25.289375, -11.516728 ], [ 25.336712, -11.626942 ], [ 25.495692, -11.721438 ], [ 25.364042, -11.765023 ], [ 25.233106, -11.898281 ], [ 25.165406, -12.087450 ], [ 25.192379, -12.149435 ], [ 25.169871, -12.254469 ], [ 25.065373, -12.390942 ], [ 24.863342, -12.511696 ], [ 24.875489, -12.578146 ], [ 24.819400, -12.656744 ], [ 24.864057, -12.655136 ], [ 24.938367, -12.833230 ], [ 25.008390, -12.864490 ], [ 25.018929, -12.890213 ], [ 24.973914, -12.903074 ], [ 25.004639, -12.915757 ], [ 25.015714, -12.958985 ], [ 24.976237, -12.974347 ], [ 25.004460, -12.992389 ], [ 24.936759, -13.056160 ], [ 24.815648, -13.053659 ], [ 24.740445, -13.117966 ], [ 24.686320, -13.080990 ], [ 24.647915, -13.104569 ], [ 24.684534, -13.013110 ], [ 24.735086, -12.991853 ], [ 24.730085, -12.919687 ], [ 24.548954, -12.588150 ], [ 24.418197, -12.499907 ], [ 24.335849, -12.549030 ], [ 24.292799, -12.512947 ], [ 24.149002, -12.595474 ], [ 24.136855, -12.495619 ], [ 23.993058, -12.504015 ], [ 24.078086, -12.366291 ], [ 24.068618, -12.265366 ], [ 23.985734, -12.154258 ], [ 23.989842, -11.902211 ], [ 24.024675, -11.822542 ], [ 23.971086, -11.655702 ], [ 24.036465, -11.523873 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 169.000000, "NAME": "nw Kasempa District", "LVLID": "ZMP006004000000000000", "ID2": 25.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.206312, -13.205495 ], [ 25.600369, -13.137437 ], [ 25.701295, -13.083848 ], [ 25.707547, -13.021863 ], [ 25.576612, -12.974883 ], [ 25.992283, -12.856988 ], [ 26.145905, -12.947374 ], [ 26.318461, -12.960593 ], [ 26.367227, -12.920580 ], [ 26.535139, -12.909683 ], [ 26.511739, -12.965952 ], [ 26.573545, -13.012932 ], [ 26.587478, -12.977920 ], [ 26.600161, -13.020077 ], [ 26.551573, -13.200672 ], [ 26.628384, -13.338574 ], [ 26.600518, -13.366083 ], [ 26.803263, -13.262835 ], [ 26.813981, -13.362153 ], [ 26.879538, -13.432712 ], [ 26.789330, -13.597408 ], [ 26.777540, -13.685473 ], [ 26.822733, -13.750316 ], [ 26.935806, -13.842667 ], [ 26.925981, -13.962171 ], [ 26.858102, -14.040232 ], [ 27.000113, -14.227079 ], [ 26.968495, -14.422678 ], [ 26.540320, -14.472159 ], [ 26.329715, -14.735816 ], [ 26.195564, -14.658827 ], [ 26.192170, -14.622922 ], [ 26.206818, -14.460905 ], [ 26.144654, -14.454117 ], [ 26.149656, -14.401957 ], [ 26.042121, -14.399992 ], [ 25.812582, -14.153840 ], [ 25.781143, -13.969852 ], [ 25.616803, -13.760676 ], [ 25.663604, -13.668324 ], [ 25.624127, -13.624024 ], [ 25.645027, -13.550965 ], [ 25.500158, -13.323569 ], [ 25.384049, -13.296417 ], [ 25.228462, -13.352507 ], [ 25.135396, -13.268551 ], [ 25.206312, -13.205495 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 170.000000, "NAME": "ce Kapiri Mposhi District", "LVLID": "ZMP005007000000000000", "ID2": 26.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.342189, -13.721556 ], [ 27.406853, -13.925909 ], [ 27.490809, -13.874642 ], [ 27.480449, -13.801761 ], [ 27.552615, -13.825340 ], [ 27.644252, -13.648675 ], [ 27.770008, -13.690296 ], [ 27.833421, -13.651355 ], [ 27.935061, -13.783898 ], [ 27.879329, -13.846776 ], [ 27.932561, -13.937341 ], [ 28.189788, -13.870176 ], [ 28.653868, -13.860530 ], [ 28.659406, -13.714054 ], [ 28.665836, -13.708338 ], [ 28.701919, -13.630991 ], [ 28.832498, -13.595086 ], [ 28.852504, -13.665109 ], [ 29.056857, -13.818016 ], [ 29.133132, -13.935197 ], [ 29.079722, -14.076494 ], [ 29.125808, -14.296387 ], [ 29.112768, -14.685622 ], [ 29.039351, -14.685086 ], [ 29.004161, -14.745105 ], [ 28.892160, -14.798516 ], [ 28.840715, -14.751536 ], [ 28.843930, -14.616134 ], [ 28.764261, -14.473409 ], [ 28.626002, -14.351941 ], [ 28.624930, -14.351584 ], [ 28.517395, -14.274237 ], [ 28.371097, -14.284955 ], [ 28.288749, -14.217433 ], [ 28.201756, -14.341045 ], [ 28.270886, -14.416605 ], [ 28.189252, -14.493237 ], [ 28.249629, -14.545576 ], [ 28.212295, -14.590769 ], [ 27.982934, -14.563260 ], [ 27.796087, -14.396241 ], [ 27.188031, -14.370697 ], [ 27.209646, -14.339258 ], [ 27.103182, -14.163665 ], [ 27.000113, -14.227079 ], [ 26.858102, -14.040232 ], [ 26.925981, -13.962171 ], [ 26.935806, -13.842667 ], [ 26.822733, -13.750316 ], [ 27.342189, -13.721556 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 171.000000, "NAME": "ce Chibombo District", "LVLID": "ZMP005006000000000000", "ID2": 27.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.188031, -14.370697 ], [ 27.796087, -14.396241 ], [ 27.982934, -14.563260 ], [ 28.212295, -14.590769 ], [ 28.115299, -14.653647 ], [ 28.120301, -14.695089 ], [ 28.206043, -14.642572 ], [ 28.458983, -14.691695 ], [ 28.473631, -14.551113 ], [ 28.589383, -14.509492 ], [ 28.531685, -14.403029 ], [ 28.626002, -14.351941 ], [ 28.764261, -14.473409 ], [ 28.843930, -14.616134 ], [ 28.840715, -14.751536 ], [ 28.892160, -14.798516 ], [ 28.968257, -14.836206 ], [ 28.992193, -14.991614 ], [ 28.874833, -15.164885 ], [ 28.550084, -15.180783 ], [ 28.469343, -15.124872 ], [ 28.345374, -15.135054 ], [ 28.332156, -15.246341 ], [ 28.284104, -15.302788 ], [ 28.274815, -15.335834 ], [ 28.218190, -15.327974 ], [ 28.000440, -15.259738 ], [ 27.975610, -15.294571 ], [ 27.854142, -15.234730 ], [ 27.778046, -15.304931 ], [ 27.673905, -15.208114 ], [ 27.559582, -14.991972 ], [ 27.292709, -14.897477 ], [ 27.209288, -14.829419 ], [ 27.191425, -14.605059 ], [ 27.138015, -14.563617 ], [ 27.188031, -14.370697 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 172.000000, "NAME": "nw Solwezi District", "LVLID": "ZMP006003000000000000", "ID2": 28.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.875489, -12.578146 ], [ 24.863342, -12.511696 ], [ 25.065373, -12.390942 ], [ 25.169871, -12.254469 ], [ 25.192379, -12.149435 ], [ 25.165406, -12.087450 ], [ 25.233106, -11.898281 ], [ 25.364042, -11.765023 ], [ 25.495692, -11.721438 ], [ 25.497478, -11.785209 ], [ 25.645741, -11.728583 ], [ 25.718801, -11.815754 ], [ 25.880461, -11.800392 ], [ 25.989604, -11.940617 ], [ 26.211998, -11.927577 ], [ 26.330072, -11.966161 ], [ 26.444395, -11.915251 ], [ 26.718235, -12.008853 ], [ 26.774682, -11.963481 ], [ 26.827735, -11.993312 ], [ 26.896865, -11.974735 ], [ 27.007437, -11.846836 ], [ 27.048522, -11.698573 ], [ 27.028336, -11.611223 ], [ 27.205716, -11.568352 ], [ 27.231974, -11.786638 ], [ 27.463121, -11.927755 ], [ 27.514924, -12.157295 ], [ 27.625675, -12.260543 ], [ 27.517604, -12.296983 ], [ 27.466873, -12.302878 ], [ 27.447938, -12.269474 ], [ 27.476519, -12.256970 ], [ 27.445616, -12.247324 ], [ 27.308071, -12.326100 ], [ 27.299675, -12.367542 ], [ 27.063526, -12.333245 ], [ 27.098895, -12.524736 ], [ 26.883289, -12.637094 ], [ 26.851136, -12.743736 ], [ 26.918122, -12.822155 ], [ 26.873107, -12.887712 ], [ 27.007615, -12.959164 ], [ 27.019941, -13.002035 ], [ 27.113364, -13.001856 ], [ 27.073530, -13.133328 ], [ 26.955991, -13.212104 ], [ 26.971353, -13.362510 ], [ 26.879538, -13.432712 ], [ 26.813981, -13.362153 ], [ 26.803263, -13.262835 ], [ 26.600518, -13.366083 ], [ 26.628384, -13.338574 ], [ 26.551573, -13.200672 ], [ 26.600161, -13.020077 ], [ 26.587478, -12.977920 ], [ 26.573545, -13.012932 ], [ 26.511739, -12.965952 ], [ 26.535139, -12.909683 ], [ 26.367227, -12.920580 ], [ 26.318461, -12.960593 ], [ 26.145905, -12.947374 ], [ 25.992283, -12.856988 ], [ 25.576612, -12.974883 ], [ 25.490869, -12.899680 ], [ 25.366007, -12.928082 ], [ 25.309560, -12.896465 ], [ 25.133431, -13.010073 ], [ 25.004460, -12.992389 ], [ 24.976237, -12.974347 ], [ 25.015714, -12.958985 ], [ 25.004639, -12.915757 ], [ 24.973914, -12.903074 ], [ 25.018929, -12.890213 ], [ 25.008390, -12.864490 ], [ 24.938367, -12.833230 ], [ 24.864057, -12.655136 ], [ 24.819400, -12.656744 ], [ 24.875489, -12.578146 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 173.000000, "NAME": "co Lufwanyama District", "LVLID": "ZMP002013000000000000", "ID2": 29.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.883289, -12.637094 ], [ 27.098895, -12.524736 ], [ 27.063526, -12.333245 ], [ 27.299675, -12.367542 ], [ 27.454369, -12.461323 ], [ 27.510101, -12.542778 ], [ 27.584947, -12.514554 ], [ 27.707487, -12.572788 ], [ 27.741069, -12.740164 ], [ 27.750001, -12.900752 ], [ 28.108154, -12.868777 ], [ 28.106903, -12.923795 ], [ 28.208187, -13.010788 ], [ 28.180320, -13.126540 ], [ 28.156205, -13.265871 ], [ 28.120479, -13.311779 ], [ 28.089040, -13.288379 ], [ 28.089040, -13.342504 ], [ 28.036523, -13.373585 ], [ 27.964178, -13.330000 ], [ 27.942028, -13.369298 ], [ 27.927023, -13.334465 ], [ 27.820024, -13.360188 ], [ 27.823239, -13.402881 ], [ 27.783047, -13.384839 ], [ 27.762862, -13.470403 ], [ 27.664616, -13.539354 ], [ 27.638179, -13.463972 ], [ 27.532430, -13.392699 ], [ 27.473482, -13.528279 ], [ 27.341653, -13.561682 ], [ 27.312358, -13.408775 ], [ 27.115508, -13.405560 ], [ 27.072458, -13.276053 ], [ 26.955991, -13.212104 ], [ 27.073530, -13.133328 ], [ 27.113364, -13.001856 ], [ 27.019941, -13.002035 ], [ 27.007615, -12.959164 ], [ 26.873107, -12.887712 ], [ 26.918122, -12.822155 ], [ 26.851136, -12.743736 ], [ 26.883289, -12.637094 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 174.000000, "NAME": "co Mpongwe District", "LVLID": "ZMP002009000000000000", "ID2": 30.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.789330, -13.597408 ], [ 26.879538, -13.432712 ], [ 26.971353, -13.362510 ], [ 26.955991, -13.212104 ], [ 27.072458, -13.276053 ], [ 27.115508, -13.405560 ], [ 27.312358, -13.408775 ], [ 27.341653, -13.561682 ], [ 27.473482, -13.528279 ], [ 27.532430, -13.392699 ], [ 27.638179, -13.463972 ], [ 27.664616, -13.539354 ], [ 27.762862, -13.470403 ], [ 27.783047, -13.384839 ], [ 27.823239, -13.402881 ], [ 27.820024, -13.360188 ], [ 27.927023, -13.334465 ], [ 27.942028, -13.369298 ], [ 27.964178, -13.330000 ], [ 28.036523, -13.373585 ], [ 28.089040, -13.342504 ], [ 28.089040, -13.288379 ], [ 28.120479, -13.311779 ], [ 28.156205, -13.265871 ], [ 28.319652, -13.254260 ], [ 28.397713, -13.340717 ], [ 28.502390, -13.368762 ], [ 28.509356, -13.462900 ], [ 28.467736, -13.539890 ], [ 28.542046, -13.699227 ], [ 28.665836, -13.708338 ], [ 28.659406, -13.714054 ], [ 28.653868, -13.860530 ], [ 28.189788, -13.870176 ], [ 27.932561, -13.937341 ], [ 27.879329, -13.846776 ], [ 27.935061, -13.783898 ], [ 27.833421, -13.651355 ], [ 27.770008, -13.690296 ], [ 27.644252, -13.648675 ], [ 27.552615, -13.825340 ], [ 27.480449, -13.801761 ], [ 27.490809, -13.874642 ], [ 27.406853, -13.925909 ], [ 27.342189, -13.721556 ], [ 26.822733, -13.750316 ], [ 26.777540, -13.685473 ], [ 26.789330, -13.597408 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 175.000000, "NAME": "co Chingola District", "LVLID": "ZMP002003000000000000", "ID2": 31.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.308071, -12.326100 ], [ 27.445616, -12.247324 ], [ 27.476519, -12.256970 ], [ 27.447938, -12.269474 ], [ 27.466873, -12.302878 ], [ 27.517604, -12.296983 ], [ 27.500991, -12.339140 ], [ 27.567263, -12.349858 ], [ 27.567263, -12.396837 ], [ 27.629247, -12.442924 ], [ 27.670868, -12.400946 ], [ 27.708737, -12.437922 ], [ 27.738211, -12.390228 ], [ 27.779118, -12.450426 ], [ 27.818595, -12.412378 ], [ 27.847533, -12.463109 ], [ 28.079752, -12.491511 ], [ 28.049742, -12.598689 ], [ 27.990615, -12.600475 ], [ 27.950066, -12.674785 ], [ 27.973110, -12.759813 ], [ 27.902015, -12.756776 ], [ 27.830384, -12.698900 ], [ 27.777510, -12.694792 ], [ 27.741069, -12.740164 ], [ 27.707487, -12.572788 ], [ 27.584947, -12.514554 ], [ 27.510101, -12.542778 ], [ 27.454369, -12.461323 ], [ 27.299675, -12.367542 ], [ 27.308071, -12.326100 ] ], [ [ 27.834314, -12.578504 ], [ 27.842888, -12.556175 ], [ 27.833421, -12.561355 ], [ 27.834314, -12.578504 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 176.000000, "NAME": "co Mufulira District", "LVLID": "ZMP002007000000000000", "ID2": 32.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.079752, -12.491511 ], [ 28.067426, -12.351108 ], [ 28.124409, -12.435421 ], [ 28.181213, -12.382904 ], [ 28.326797, -12.424882 ], [ 28.441656, -12.516162 ], [ 28.523290, -12.634058 ], [ 28.457554, -12.718192 ], [ 28.445943, -12.723194 ], [ 28.375920, -12.704616 ], [ 28.243555, -12.769816 ], [ 28.241054, -12.695864 ], [ 28.163708, -12.642632 ], [ 28.151204, -12.602261 ], [ 28.049742, -12.598689 ], [ 28.079752, -12.491511 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 177.000000, "NAME": "ls Luangwa District", "LVLID": "ZMP001002000000000000", "ID2": 33.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.076119, -15.151667 ], [ 30.140068, -14.984291 ], [ 30.214021, -14.994830 ], [ 30.216522, -14.994651 ], [ 30.217772, -14.996973 ], [ 30.255999, -15.214187 ], [ 30.375681, -15.342622 ], [ 30.401404, -15.472665 ], [ 30.365857, -15.552512 ], [ 30.413015, -15.622535 ], [ 30.359069, -15.649865 ], [ 30.260108, -15.625929 ], [ 30.216522, -15.661655 ], [ 30.166863, -15.620392 ], [ 29.967155, -15.642542 ], [ 29.796563, -15.610388 ], [ 29.629187, -15.661476 ], [ 29.562201, -15.641113 ], [ 29.339985, -15.722211 ], [ 29.309440, -15.684341 ], [ 30.076119, -15.151667 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 178.000000, "NAME": "ce Kabwe District", "LVLID": "ZMP005004000000000000", "ID2": 34.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.212295, -14.590769 ], [ 28.249629, -14.545576 ], [ 28.189252, -14.493237 ], [ 28.270886, -14.416605 ], [ 28.201756, -14.341045 ], [ 28.288749, -14.217433 ], [ 28.371097, -14.284955 ], [ 28.517395, -14.274237 ], [ 28.624930, -14.351584 ], [ 28.626002, -14.351941 ], [ 28.531685, -14.403029 ], [ 28.589383, -14.509492 ], [ 28.473631, -14.551113 ], [ 28.458983, -14.691695 ], [ 28.206043, -14.642572 ], [ 28.120301, -14.695089 ], [ 28.115299, -14.653647 ], [ 28.212295, -14.590769 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 179.000000, "NAME": "ls Lusaka District", "LVLID": "ZMP001001000000000000", "ID2": 35.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.218190, -15.327974 ], [ 28.274815, -15.335834 ], [ 28.284104, -15.302788 ], [ 28.402179, -15.365844 ], [ 28.422542, -15.452122 ], [ 28.486670, -15.476952 ], [ 28.432367, -15.497316 ], [ 28.311256, -15.476237 ], [ 28.309470, -15.546082 ], [ 28.263205, -15.544652 ], [ 28.257846, -15.584130 ], [ 28.202113, -15.410680 ], [ 28.218190, -15.327974 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 180.000000, "NAME": "so Siavonga District", "LVLID": "ZMP008010000000000000", "ID2": 36.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.407537, -16.249883 ], [ 28.466664, -16.154495 ], [ 28.414325, -16.119483 ], [ 28.425758, -16.088223 ], [ 28.522039, -16.045173 ], [ 28.591348, -15.905128 ], [ 28.671552, -15.903698 ], [ 28.734251, -15.965147 ], [ 28.924671, -15.947284 ], [ 28.848753, -16.042315 ], [ 28.809812, -16.492463 ], [ 28.733001, -16.552482 ], [ 28.382887, -16.669842 ], [ 28.279817, -16.509790 ], [ 28.127982, -16.455307 ], [ 28.098329, -16.334018 ], [ 28.407537, -16.249883 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 181.000000, "NAME": "ls Kafue District", "LVLID": "ZMP001004000000000000", "ID2": 37.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.854142, -15.234730 ], [ 27.975610, -15.294571 ], [ 28.000440, -15.259738 ], [ 28.218190, -15.327974 ], [ 28.202113, -15.410680 ], [ 28.257846, -15.584130 ], [ 28.263205, -15.544652 ], [ 28.309470, -15.546082 ], [ 28.311256, -15.476237 ], [ 28.432367, -15.497316 ], [ 28.432546, -15.537150 ], [ 28.722819, -15.649508 ], [ 28.770871, -15.615390 ], [ 28.847860, -15.657189 ], [ 28.946464, -15.499816 ], [ 28.972901, -15.537150 ], [ 29.154389, -15.574662 ], [ 29.167608, -15.627537 ], [ 29.281395, -15.640755 ], [ 29.309440, -15.684341 ], [ 29.339985, -15.722211 ], [ 29.213515, -15.770798 ], [ 29.026133, -15.936745 ], [ 28.924671, -15.947284 ], [ 28.734251, -15.965147 ], [ 28.671552, -15.903698 ], [ 28.591348, -15.905128 ], [ 28.349304, -15.777586 ], [ 28.228550, -15.837070 ], [ 28.022769, -15.717923 ], [ 27.922022, -15.760437 ], [ 27.887367, -15.711493 ], [ 27.805198, -15.742753 ], [ 27.837708, -15.684341 ], [ 27.791979, -15.655939 ], [ 27.791086, -15.582343 ], [ 27.959891, -15.583058 ], [ 27.963106, -15.508033 ], [ 27.933275, -15.383350 ], [ 27.809663, -15.389780 ], [ 27.778046, -15.304931 ], [ 27.854142, -15.234730 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 182.000000, "NAME": "ls Chongwe District", "LVLID": "ZMP001003000000000000", "ID2": 38.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.332156, -15.246341 ], [ 28.345374, -15.135054 ], [ 28.469343, -15.124872 ], [ 28.550084, -15.180783 ], [ 28.874833, -15.164885 ], [ 28.992193, -14.991614 ], [ 29.124200, -14.976252 ], [ 29.245133, -14.868717 ], [ 29.367494, -14.984112 ], [ 29.506468, -14.984112 ], [ 29.521116, -14.807626 ], [ 29.581493, -14.820130 ], [ 29.654374, -14.744748 ], [ 29.861763, -14.690980 ], [ 29.897846, -14.645787 ], [ 29.919996, -14.672582 ], [ 30.007525, -14.647931 ], [ 30.198659, -14.816200 ], [ 30.216522, -14.994651 ], [ 30.214021, -14.994830 ], [ 30.140068, -14.984291 ], [ 30.076119, -15.151667 ], [ 29.309440, -15.684341 ], [ 29.281395, -15.640755 ], [ 29.167608, -15.627537 ], [ 29.154389, -15.574662 ], [ 28.972901, -15.537150 ], [ 28.946464, -15.499816 ], [ 28.847860, -15.657189 ], [ 28.770871, -15.615390 ], [ 28.722819, -15.649508 ], [ 28.432546, -15.537150 ], [ 28.432367, -15.497316 ], [ 28.486670, -15.476952 ], [ 28.422542, -15.452122 ], [ 28.402179, -15.365844 ], [ 28.284104, -15.302788 ], [ 28.332156, -15.246341 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 183.000000, "NAME": "ce Mkushi District", "LVLID": "ZMP005002000000000000", "ID2": 39.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.069540, -13.405381 ], [ 29.035064, -13.407168 ], [ 29.121521, -13.369834 ], [ 29.182612, -13.443072 ], [ 29.316049, -13.331964 ], [ 29.441804, -13.313923 ], [ 29.588995, -13.213711 ], [ 29.670272, -13.226394 ], [ 29.682240, -13.264621 ], [ 29.652230, -13.350363 ], [ 29.604536, -13.363403 ], [ 29.610610, -13.408775 ], [ 29.808889, -13.455219 ], [ 29.791919, -13.513452 ], [ 29.839077, -13.519883 ], [ 29.956973, -13.668146 ], [ 30.095411, -13.935555 ], [ 30.159718, -13.979319 ], [ 30.182582, -14.060774 ], [ 30.286009, -14.094178 ], [ 30.316733, -14.180635 ], [ 30.118811, -14.375341 ], [ 30.067366, -14.376949 ], [ 29.978766, -14.582373 ], [ 30.007525, -14.647931 ], [ 29.919996, -14.672582 ], [ 29.897846, -14.645787 ], [ 29.861763, -14.690980 ], [ 29.654374, -14.744748 ], [ 29.581493, -14.820130 ], [ 29.521116, -14.807626 ], [ 29.506468, -14.984112 ], [ 29.367494, -14.984112 ], [ 29.245133, -14.868717 ], [ 29.124200, -14.976252 ], [ 28.992193, -14.991614 ], [ 28.968257, -14.836206 ], [ 28.892160, -14.798516 ], [ 29.004161, -14.745105 ], [ 29.039351, -14.685086 ], [ 29.112768, -14.685622 ], [ 29.125808, -14.296387 ], [ 29.079722, -14.076494 ], [ 29.133132, -13.935197 ], [ 29.056857, -13.818016 ], [ 28.852504, -13.665109 ], [ 28.832498, -13.595086 ], [ 29.069540, -13.405381 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 184.000000, "NAME": "co Kalulushi District", "LVLID": "ZMP002008000000000000", "ID2": 40.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.777510, -12.694792 ], [ 27.830384, -12.698900 ], [ 27.902015, -12.756776 ], [ 27.973110, -12.759813 ], [ 27.950066, -12.674785 ], [ 27.990615, -12.600475 ], [ 28.049742, -12.598689 ], [ 28.151204, -12.602261 ], [ 28.163708, -12.642632 ], [ 28.118157, -12.763386 ], [ 28.168352, -12.869134 ], [ 28.106903, -12.923795 ], [ 28.108154, -12.868777 ], [ 27.750001, -12.900752 ], [ 27.741069, -12.740164 ], [ 27.777510, -12.694792 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 185.000000, "NAME": "co Masaiti District", "LVLID": "ZMP002010000000000000", "ID2": 41.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 28.180320, -13.126540 ], [ 28.404679, -13.235683 ], [ 28.571520, -13.172984 ], [ 28.573306, -13.168161 ], [ 28.633326, -13.080275 ], [ 28.677983, -13.135472 ], [ 28.766762, -13.090993 ], [ 28.792128, -13.080096 ], [ 28.773550, -13.015790 ], [ 28.707100, -12.977563 ], [ 28.705540, -12.879281 ], [ 28.790163, -12.945945 ], [ 28.846967, -13.145118 ], [ 28.903593, -13.161909 ], [ 28.969150, -13.366797 ], [ 29.035064, -13.407168 ], [ 29.069540, -13.405381 ], [ 28.832498, -13.595086 ], [ 28.701919, -13.630991 ], [ 28.665836, -13.708338 ], [ 28.542046, -13.699227 ], [ 28.467736, -13.539890 ], [ 28.509356, -13.462900 ], [ 28.502390, -13.368762 ], [ 28.397713, -13.340717 ], [ 28.319652, -13.254260 ], [ 28.156205, -13.265871 ], [ 28.180320, -13.126540 ] ] ], [ [ [ 28.701741, -12.876289 ], [ 28.633861, -12.876458 ], [ 28.629396, -12.819297 ], [ 28.701741, -12.876289 ] ] ], [ [ [ 28.705492, -12.876280 ], [ 28.705540, -12.879281 ], [ 28.701741, -12.876289 ], [ 28.705492, -12.876280 ] ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 186.000000, "NAME": "co Luanshya District", "LVLID": "ZMP002002000000000000", "ID2": 42.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.208187, -13.010788 ], [ 28.340194, -12.908790 ], [ 28.408073, -12.941837 ], [ 28.438798, -13.017040 ], [ 28.489707, -12.956127 ], [ 28.526326, -12.988281 ], [ 28.511500, -13.102782 ], [ 28.573306, -13.168161 ], [ 28.571520, -13.172984 ], [ 28.404679, -13.235683 ], [ 28.180320, -13.126540 ], [ 28.208187, -13.010788 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 187.000000, "NAME": "co Kitwe District", "LVLID": "ZMP002004000000000000", "ID2": 43.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.168352, -12.869134 ], [ 28.118157, -12.763386 ], [ 28.163708, -12.642632 ], [ 28.241054, -12.695864 ], [ 28.243555, -12.769816 ], [ 28.375920, -12.704616 ], [ 28.445943, -12.723194 ], [ 28.459519, -12.753561 ], [ 28.340194, -12.908790 ], [ 28.208187, -13.010788 ], [ 28.106903, -12.923795 ], [ 28.168352, -12.869134 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 188.000000, "NAME": "co Ndola District", "LVLID": "ZMP002006000000000000", "ID2": 44.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.459519, -12.753561 ], [ 28.445943, -12.723194 ], [ 28.457554, -12.718192 ], [ 28.572591, -12.893071 ], [ 28.629396, -12.819297 ], [ 28.633861, -12.876458 ], [ 28.705492, -12.876280 ], [ 28.707100, -12.977563 ], [ 28.773550, -13.015790 ], [ 28.792128, -13.080096 ], [ 28.766762, -13.090993 ], [ 28.677983, -13.135472 ], [ 28.633326, -13.080275 ], [ 28.573306, -13.168161 ], [ 28.511500, -13.102782 ], [ 28.526326, -12.988281 ], [ 28.489707, -12.956127 ], [ 28.438798, -13.017040 ], [ 28.408073, -12.941837 ], [ 28.340194, -12.908790 ], [ 28.459519, -12.753561 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 189.000000, "NAME": "ea Chadiza District", "LVLID": "ZMP003006000000000000", "ID2": 45.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.293630, -13.964671 ], [ 32.403487, -13.897328 ], [ 32.467794, -13.951810 ], [ 32.562647, -13.914834 ], [ 32.808977, -13.996825 ], [ 32.847740, -13.976818 ], [ 32.808441, -13.796581 ], [ 32.888825, -13.813551 ], [ 32.946701, -13.934840 ], [ 33.000290, -13.948416 ], [ 32.991715, -14.014331 ], [ 33.029228, -14.046127 ], [ 33.151768, -13.934840 ], [ 33.214467, -14.008972 ], [ 32.307384, -14.311392 ], [ 32.318102, -14.223506 ], [ 32.262548, -14.057559 ], [ 32.151083, -14.029157 ], [ 32.293630, -13.964671 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 190.000000, "NAME": "ea Nyimba District", "LVLID": "ZMP003007000000000000", "ID2": 46.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.067366, -14.376949 ], [ 30.118811, -14.375341 ], [ 30.316733, -14.180635 ], [ 30.286009, -14.094178 ], [ 30.182582, -14.060774 ], [ 30.159718, -13.979319 ], [ 30.095411, -13.935555 ], [ 30.892457, -13.933411 ], [ 31.023750, -13.784970 ], [ 31.132179, -13.968601 ], [ 31.015176, -14.076494 ], [ 31.065014, -14.163129 ], [ 31.142539, -14.168845 ], [ 31.071802, -14.271915 ], [ 31.026608, -14.270843 ], [ 31.103419, -14.436969 ], [ 31.033932, -14.494130 ], [ 31.094488, -14.563081 ], [ 31.019106, -14.597378 ], [ 31.062334, -14.650789 ], [ 31.037862, -14.727242 ], [ 30.217772, -14.996973 ], [ 30.216522, -14.994651 ], [ 30.198659, -14.816200 ], [ 30.007525, -14.647931 ], [ 29.978766, -14.582373 ], [ 30.067366, -14.376949 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 191.000000, "NAME": "ea Petauke District", "LVLID": "ZMP003004000000000000", "ID2": 47.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.132179, -13.968601 ], [ 31.023750, -13.784970 ], [ 31.144504, -13.696727 ], [ 31.142539, -13.618844 ], [ 31.215420, -13.600981 ], [ 31.325635, -13.477369 ], [ 31.435492, -13.424137 ], [ 31.543385, -13.428603 ], [ 31.564999, -13.572043 ], [ 31.642524, -13.595801 ], [ 31.760420, -13.813729 ], [ 31.871528, -13.814086 ], [ 31.801505, -13.987000 ], [ 31.575895, -13.966636 ], [ 31.575717, -14.057023 ], [ 31.490332, -14.078280 ], [ 31.489796, -14.218862 ], [ 31.557854, -14.317287 ], [ 31.758455, -14.212967 ], [ 31.888319, -14.254588 ], [ 31.924045, -14.278167 ], [ 31.882424, -14.444114 ], [ 31.472647, -14.620243 ], [ 31.037862, -14.727242 ], [ 31.062334, -14.650789 ], [ 31.019106, -14.597378 ], [ 31.094488, -14.563081 ], [ 31.033932, -14.494130 ], [ 31.103419, -14.436969 ], [ 31.026608, -14.270843 ], [ 31.071802, -14.271915 ], [ 31.142539, -14.168845 ], [ 31.065014, -14.163129 ], [ 31.015176, -14.076494 ], [ 31.132179, -13.968601 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 192.000000, "NAME": "ea Katete District", "LVLID": "ZMP003003000000000000", "ID2": 48.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.490332, -14.078280 ], [ 31.575717, -14.057023 ], [ 31.575895, -13.966636 ], [ 31.801505, -13.987000 ], [ 31.871528, -13.814086 ], [ 31.893142, -13.747457 ], [ 31.951018, -13.789971 ], [ 32.004250, -13.712625 ], [ 32.033724, -13.764606 ], [ 32.160193, -13.828020 ], [ 32.167875, -13.962885 ], [ 32.296131, -13.915727 ], [ 32.293630, -13.964671 ], [ 32.151083, -14.029157 ], [ 32.262548, -14.057559 ], [ 32.318102, -14.223506 ], [ 32.307384, -14.311392 ], [ 31.882424, -14.444114 ], [ 31.924045, -14.278167 ], [ 31.888319, -14.254588 ], [ 31.758455, -14.212967 ], [ 31.557854, -14.317287 ], [ 31.489796, -14.218862 ], [ 31.490332, -14.078280 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 193.000000, "NAME": "ce Serenje District", "LVLID": "ZMP005003000000000000", "ID2": 49.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.808889, -13.455219 ], [ 29.808174, -12.158366 ], [ 29.813354, -12.145862 ], [ 29.863907, -12.046365 ], [ 30.000023, -12.002780 ], [ 30.139533, -12.203381 ], [ 30.351030, -12.281085 ], [ 30.450706, -12.274654 ], [ 30.508403, -12.345213 ], [ 30.467140, -12.471683 ], [ 30.575747, -12.529559 ], [ 30.610044, -12.624769 ], [ 30.689355, -12.609764 ], [ 30.759021, -12.681216 ], [ 30.730261, -12.739985 ], [ 30.754734, -12.907719 ], [ 31.042685, -12.968453 ], [ 31.100918, -13.043834 ], [ 31.253468, -12.958985 ], [ 31.350822, -12.990603 ], [ 31.363862, -13.258190 ], [ 31.435135, -13.330714 ], [ 31.435492, -13.424137 ], [ 31.325635, -13.477369 ], [ 31.215420, -13.600981 ], [ 31.142539, -13.618844 ], [ 31.144504, -13.696727 ], [ 31.023750, -13.784970 ], [ 30.892457, -13.933411 ], [ 30.095411, -13.935555 ], [ 29.956973, -13.668146 ], [ 29.839077, -13.519883 ], [ 29.791919, -13.513452 ], [ 29.808889, -13.455219 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 194.000000, "NAME": "no Mpika District", "LVLID": "ZMP007006000000000000", "ID2": 50.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.247425, -11.801464 ], [ 30.334060, -11.743231 ], [ 30.447133, -11.553526 ], [ 30.469819, -11.505296 ], [ 30.614688, -11.325951 ], [ 30.686854, -11.327202 ], [ 30.738657, -11.204661 ], [ 30.859768, -11.049611 ], [ 30.900138, -11.072654 ], [ 30.886205, -11.034963 ], [ 30.981415, -11.001917 ], [ 30.994991, -10.929214 ], [ 31.047687, -10.954401 ], [ 31.067336, -10.915281 ], [ 31.103241, -10.964762 ], [ 31.193270, -11.056756 ], [ 31.357967, -11.081586 ], [ 31.354751, -11.210914 ], [ 31.417451, -11.293619 ], [ 31.383154, -11.392580 ], [ 31.499263, -11.370966 ], [ 31.515697, -11.503867 ], [ 31.597331, -11.549238 ], [ 31.565892, -11.590323 ], [ 31.683073, -11.561207 ], [ 31.794002, -11.663026 ], [ 31.837409, -11.596397 ], [ 31.792930, -11.540128 ], [ 31.815795, -11.481716 ], [ 31.950661, -11.482967 ], [ 31.956734, -11.160540 ], [ 32.027829, -11.200196 ], [ 32.155192, -11.193229 ], [ 32.235397, -11.260037 ], [ 32.227537, -11.453672 ], [ 32.442965, -11.490648 ], [ 32.596229, -11.676780 ], [ 32.540496, -11.725725 ], [ 32.544069, -11.774491 ], [ 32.436891, -11.836654 ], [ 32.384017, -12.030825 ], [ 32.277553, -12.106742 ], [ 32.285949, -12.229104 ], [ 32.144117, -12.423632 ], [ 32.144831, -12.545636 ], [ 32.053551, -12.745344 ], [ 32.073558, -12.765886 ], [ 31.962093, -12.899323 ], [ 31.907254, -12.927011 ], [ 31.896357, -13.012217 ], [ 31.810079, -13.100460 ], [ 31.741485, -13.090278 ], [ 31.739342, -13.156550 ], [ 31.648062, -13.231574 ], [ 31.638594, -13.347684 ], [ 31.543385, -13.428603 ], [ 31.435492, -13.424137 ], [ 31.435135, -13.330714 ], [ 31.363862, -13.258190 ], [ 31.350822, -12.990603 ], [ 31.253468, -12.958985 ], [ 31.100918, -13.043834 ], [ 31.042685, -12.968453 ], [ 30.754734, -12.907719 ], [ 30.730261, -12.739985 ], [ 30.759021, -12.681216 ], [ 30.689355, -12.609764 ], [ 30.610044, -12.624769 ], [ 30.575747, -12.529559 ], [ 30.467140, -12.471683 ], [ 30.508403, -12.345213 ], [ 30.450706, -12.274654 ], [ 30.351030, -12.281085 ], [ 30.139533, -12.203381 ], [ 30.000023, -12.002780 ], [ 29.863907, -12.046365 ], [ 29.813354, -12.145862 ], [ 29.798707, -11.908999 ], [ 30.247425, -11.801464 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 195.000000, "NAME": "ea Mambwe District", "LVLID": "ZMP003008000000000000", "ID2": 51.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.638594, -13.347684 ], [ 31.648062, -13.231574 ], [ 31.739342, -13.156550 ], [ 31.741485, -13.090278 ], [ 31.810079, -13.100460 ], [ 31.896357, -13.012217 ], [ 31.907254, -12.927011 ], [ 31.962093, -12.899323 ], [ 32.456183, -13.040441 ], [ 32.322925, -13.218892 ], [ 32.438499, -13.265693 ], [ 32.430639, -13.379480 ], [ 32.346683, -13.418779 ], [ 32.352756, -13.456648 ], [ 32.277911, -13.467902 ], [ 32.218963, -13.363403 ], [ 32.112857, -13.465222 ], [ 32.122145, -13.531137 ], [ 32.249330, -13.629562 ], [ 32.055338, -13.614557 ], [ 32.035331, -13.700478 ], [ 32.093207, -13.764963 ], [ 32.033724, -13.764606 ], [ 32.004250, -13.712625 ], [ 31.951018, -13.789971 ], [ 31.893142, -13.747457 ], [ 31.871528, -13.814086 ], [ 31.760420, -13.813729 ], [ 31.642524, -13.595801 ], [ 31.564999, -13.572043 ], [ 31.543385, -13.428603 ], [ 31.638594, -13.347684 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 196.000000, "NAME": "ea Chipata District", "LVLID": "ZMP003001000000000000", "ID2": 52.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.093207, -13.764963 ], [ 32.035331, -13.700478 ], [ 32.055338, -13.614557 ], [ 32.249330, -13.629562 ], [ 32.122145, -13.531137 ], [ 32.112857, -13.465222 ], [ 32.218963, -13.363403 ], [ 32.277911, -13.467902 ], [ 32.352756, -13.456648 ], [ 32.346683, -13.418779 ], [ 32.430639, -13.379480 ], [ 32.438499, -13.265693 ], [ 32.322925, -13.218892 ], [ 32.456183, -13.040441 ], [ 32.511558, -13.090636 ], [ 32.669824, -13.026150 ], [ 32.843631, -13.205673 ], [ 32.953310, -13.262299 ], [ 32.844524, -13.514524 ], [ 32.747528, -13.579010 ], [ 32.680721, -13.577045 ], [ 32.680006, -13.617951 ], [ 32.786470, -13.640280 ], [ 32.842560, -13.708516 ], [ 32.769857, -13.772466 ], [ 32.808441, -13.796581 ], [ 32.847740, -13.976818 ], [ 32.808977, -13.996825 ], [ 32.562647, -13.914834 ], [ 32.467794, -13.951810 ], [ 32.403487, -13.897328 ], [ 32.293630, -13.964671 ], [ 32.296131, -13.915727 ], [ 32.167875, -13.962885 ], [ 32.160193, -13.828020 ], [ 32.033724, -13.764606 ], [ 32.093207, -13.764963 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 197.000000, "NAME": "ea Lundazi District", "LVLID": "ZMP003005000000000000", "ID2": 53.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.073558, -12.765886 ], [ 32.053551, -12.745344 ], [ 32.144831, -12.545636 ], [ 32.144117, -12.423632 ], [ 32.285949, -12.229104 ], [ 32.482084, -12.188376 ], [ 32.483514, -12.117639 ], [ 32.570685, -12.182660 ], [ 32.668217, -12.144076 ], [ 32.707337, -12.183553 ], [ 32.942414, -12.111923 ], [ 32.931160, -12.037613 ], [ 32.997253, -11.911857 ], [ 33.224292, -11.589252 ], [ 33.311106, -11.595325 ], [ 33.333613, -11.798784 ], [ 33.261268, -12.142290 ], [ 33.309319, -12.166226 ], [ 33.365945, -12.348071 ], [ 33.476160, -12.322884 ], [ 33.548147, -12.357717 ], [ 33.370232, -12.549387 ], [ 33.270735, -12.537062 ], [ 33.181063, -12.641917 ], [ 33.168738, -12.601368 ], [ 33.086032, -12.593866 ], [ 33.015116, -12.657637 ], [ 32.955989, -12.833587 ], [ 33.026012, -12.910755 ], [ 32.974388, -13.110285 ], [ 33.016545, -13.211032 ], [ 32.953310, -13.262299 ], [ 32.843631, -13.205673 ], [ 32.669824, -13.026150 ], [ 32.511558, -13.090636 ], [ 32.456183, -13.040441 ], [ 31.962093, -12.899323 ], [ 32.073558, -12.765886 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 198.000000, "NAME": "no Chilubi District", "LVLID": "ZMP007004000000000000", "ID2": 54.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.907671, -11.026568 ], [ 29.897132, -10.907064 ], [ 29.984125, -10.869909 ], [ 30.026281, -10.736830 ], [ 30.088266, -10.693423 ], [ 30.132209, -10.823465 ], [ 30.246353, -10.737902 ], [ 30.357640, -10.907421 ], [ 30.544844, -10.812569 ], [ 30.558955, -11.007097 ], [ 30.503580, -11.072654 ], [ 30.400332, -11.103914 ], [ 30.401940, -11.140176 ], [ 30.618439, -11.250033 ], [ 30.644162, -11.291297 ], [ 30.614688, -11.325951 ], [ 30.469819, -11.505296 ], [ 30.110952, -11.230563 ], [ 30.000023, -11.235386 ], [ 29.814069, -11.438845 ], [ 29.907671, -11.026568 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 199.000000, "NAME": "lu Mwense District", "LVLID": "ZMP004002000000000000", "ID2": 55.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.610104, -10.725755 ], [ 28.662085, -10.718967 ], [ 28.696739, -10.662520 ], [ 28.634040, -10.518366 ], [ 28.636362, -10.306153 ], [ 28.577236, -10.230593 ], [ 28.633861, -10.013915 ], [ 28.699240, -9.986585 ], [ 28.789627, -10.120021 ], [ 28.862150, -10.138241 ], [ 28.914132, -10.101086 ], [ 29.171895, -10.129131 ], [ 29.181362, -10.042138 ], [ 29.212801, -10.031599 ], [ 29.294435, -10.189329 ], [ 29.444484, -10.188794 ], [ 29.500216, -10.151817 ], [ 29.531477, -10.314013 ], [ 29.458060, -10.368495 ], [ 29.420369, -10.461561 ], [ 29.464312, -10.502289 ], [ 29.396968, -10.618398 ], [ 29.339985, -10.599106 ], [ 29.293363, -10.681097 ], [ 29.199761, -10.737009 ], [ 29.201726, -10.852403 ], [ 29.084187, -10.926892 ], [ 29.037744, -10.831861 ], [ 29.037208, -10.830789 ], [ 29.061680, -10.738973 ], [ 29.064895, -10.734150 ], [ 29.071862, -10.726112 ], [ 29.073470, -10.724326 ], [ 29.075970, -10.718252 ], [ 29.074541, -10.716823 ], [ 29.069540, -10.715216 ], [ 29.068111, -10.706463 ], [ 29.036850, -10.663949 ], [ 29.037029, -10.661269 ], [ 28.966292, -10.659305 ], [ 28.965041, -10.659483 ], [ 28.941462, -10.644836 ], [ 28.940569, -10.644478 ], [ 28.935567, -10.642335 ], [ 28.935210, -10.643406 ], [ 28.933245, -10.647872 ], [ 28.931459, -10.648051 ], [ 28.925564, -10.647336 ], [ 28.925385, -10.648944 ], [ 28.913596, -10.662163 ], [ 28.912703, -10.664663 ], [ 28.881621, -10.710571 ], [ 28.881085, -10.708964 ], [ 28.874297, -10.715394 ], [ 28.873404, -10.716466 ], [ 28.811598, -10.712358 ], [ 28.810526, -10.712179 ], [ 28.799451, -10.701818 ], [ 28.797844, -10.700568 ], [ 28.793735, -10.700032 ], [ 28.792842, -10.699496 ], [ 28.778194, -10.696638 ], [ 28.776408, -10.696638 ], [ 28.774622, -10.725755 ], [ 28.776229, -10.728792 ], [ 28.766583, -10.810961 ], [ 28.765690, -10.813641 ], [ 28.766226, -10.824537 ], [ 28.766762, -10.826323 ], [ 28.758188, -10.855797 ], [ 28.758545, -10.857405 ], [ 28.740682, -10.903313 ], [ 28.741218, -10.905814 ], [ 28.741039, -10.909208 ], [ 28.739789, -10.911173 ], [ 28.737110, -10.972264 ], [ 28.740504, -10.973157 ], [ 28.764440, -11.014421 ], [ 28.766405, -11.019244 ], [ 28.763547, -11.049075 ], [ 28.733358, -11.031391 ], [ 28.733894, -11.029426 ], [ 28.733894, -11.026389 ], [ 28.733894, -11.025853 ], [ 28.732108, -11.022816 ], [ 28.731215, -11.021209 ], [ 28.709958, -11.006740 ], [ 28.708529, -11.006740 ], [ 28.687272, -11.006740 ], [ 28.686379, -11.005489 ], [ 28.665658, -10.995843 ], [ 28.665479, -10.994593 ], [ 28.660120, -10.989770 ], [ 28.660120, -10.988698 ], [ 28.657262, -10.985840 ], [ 28.655833, -10.985840 ], [ 28.643150, -10.981553 ], [ 28.641900, -10.981731 ], [ 28.640114, -10.983160 ], [ 28.639042, -10.982982 ], [ 28.629574, -10.980124 ], [ 28.628145, -10.978695 ], [ 28.613140, -10.974586 ], [ 28.612426, -10.971550 ], [ 28.607603, -10.967977 ], [ 28.605995, -10.967441 ], [ 28.599029, -10.965119 ], [ 28.598136, -10.964940 ], [ 28.578486, -10.946541 ], [ 28.577236, -10.946184 ], [ 28.576164, -10.942790 ], [ 28.574199, -10.943147 ], [ 28.559016, -10.935645 ], [ 28.557408, -10.934037 ], [ 28.551513, -10.929036 ], [ 28.551513, -10.927428 ], [ 28.547047, -10.852046 ], [ 28.610104, -10.725755 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 200.000000, "NAME": "lu Milenge District", "LVLID": "ZMP004006000000000000", "ID2": 56.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.802488, -11.977593 ], [ 28.803917, -11.978129 ], [ 28.809812, -11.976521 ], [ 28.812134, -11.974735 ], [ 28.814278, -11.976521 ], [ 28.814992, -11.978486 ], [ 28.843752, -11.967768 ], [ 28.845359, -11.967590 ], [ 28.873404, -11.945797 ], [ 28.875190, -11.946690 ], [ 28.882157, -11.947583 ], [ 28.884122, -11.946511 ], [ 28.904843, -11.939545 ], [ 28.911095, -11.938830 ], [ 28.924314, -11.949191 ], [ 28.927529, -11.953299 ], [ 28.942891, -11.943832 ], [ 28.945213, -11.942760 ], [ 28.951644, -11.939366 ], [ 28.953788, -11.940259 ], [ 28.955574, -11.939187 ], [ 28.954681, -11.938830 ], [ 28.954145, -11.919360 ], [ 28.953788, -11.917752 ], [ 28.952537, -11.915072 ], [ 28.952180, -11.912393 ], [ 28.958253, -11.883634 ], [ 28.960933, -11.884527 ], [ 28.967542, -11.872737 ], [ 28.968078, -11.871844 ], [ 28.976474, -11.867914 ], [ 28.978081, -11.867021 ], [ 28.981297, -11.865056 ], [ 28.981475, -11.863627 ], [ 28.990407, -11.853802 ], [ 28.992372, -11.851837 ], [ 28.980403, -11.793783 ], [ 28.979332, -11.793426 ], [ 28.977724, -11.791996 ], [ 28.976652, -11.789138 ], [ 28.972186, -11.784494 ], [ 28.970936, -11.783244 ], [ 28.963076, -11.779492 ], [ 28.963076, -11.776992 ], [ 28.942355, -11.778956 ], [ 28.940033, -11.779671 ], [ 28.900199, -11.788245 ], [ 28.896626, -11.789138 ], [ 28.874655, -11.790032 ], [ 28.868402, -11.786816 ], [ 28.852683, -11.788067 ], [ 28.846252, -11.790032 ], [ 28.804274, -11.730369 ], [ 28.805525, -11.730369 ], [ 28.817314, -11.726975 ], [ 28.819458, -11.726618 ], [ 28.824102, -11.726082 ], [ 28.823745, -11.724832 ], [ 28.823031, -11.711434 ], [ 28.823031, -11.709648 ], [ 28.818029, -11.678388 ], [ 28.817672, -11.676244 ], [ 28.832319, -11.645341 ], [ 28.832855, -11.640876 ], [ 28.855005, -11.623549 ], [ 28.857149, -11.622298 ], [ 28.861436, -11.610330 ], [ 28.862150, -11.606579 ], [ 28.887159, -11.497436 ], [ 28.888588, -11.493685 ], [ 28.906093, -11.476536 ], [ 28.913060, -11.472964 ], [ 28.948607, -11.452064 ], [ 28.955931, -11.446169 ], [ 29.007377, -11.444026 ], [ 29.007912, -11.441703 ], [ 29.010056, -11.437238 ], [ 29.012914, -11.437595 ], [ 29.042031, -11.420446 ], [ 29.047032, -11.419196 ], [ 29.058107, -11.414194 ], [ 29.059715, -11.414194 ], [ 29.123486, -11.433844 ], [ 29.124200, -11.434737 ], [ 29.122236, -11.490291 ], [ 29.122414, -11.491362 ], [ 29.124915, -11.500115 ], [ 29.130631, -11.508690 ], [ 29.175467, -11.534412 ], [ 29.184041, -11.544058 ], [ 29.162249, -11.558885 ], [ 29.162784, -11.559063 ], [ 29.271927, -11.537270 ], [ 29.273892, -11.539057 ], [ 29.282645, -11.549238 ], [ 29.285146, -11.552632 ], [ 29.371960, -11.593896 ], [ 29.378927, -11.596933 ], [ 29.435195, -11.594789 ], [ 29.515043, -11.802893 ], [ 29.463954, -11.920074 ], [ 29.495751, -11.957408 ], [ 29.399112, -12.041185 ], [ 29.382856, -12.111744 ], [ 29.568453, -12.197129 ], [ 29.467706, -12.273225 ], [ 29.459310, -12.340747 ], [ 29.536657, -12.407555 ], [ 29.499502, -12.469897 ], [ 29.301759, -12.412914 ], [ 29.266926, -12.364148 ], [ 29.058822, -12.389156 ], [ 28.947000, -12.211955 ], [ 28.778373, -12.055476 ], [ 28.763190, -11.994205 ], [ 28.802488, -11.977593 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 201.000000, "NAME": "lu Mansa District", "LVLID": "ZMP004001000000000000", "ID2": 57.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.486849, -11.244317 ], [ 28.508285, -10.974944 ], [ 28.551513, -10.927428 ], [ 28.551513, -10.929036 ], [ 28.557408, -10.934037 ], [ 28.559016, -10.935645 ], [ 28.574199, -10.943147 ], [ 28.576164, -10.942790 ], [ 28.577236, -10.946184 ], [ 28.578486, -10.946541 ], [ 28.598136, -10.964940 ], [ 28.599029, -10.965119 ], [ 28.605995, -10.967441 ], [ 28.607603, -10.967977 ], [ 28.612426, -10.971550 ], [ 28.613140, -10.974586 ], [ 28.628145, -10.978695 ], [ 28.629574, -10.980124 ], [ 28.639042, -10.982982 ], [ 28.640114, -10.983160 ], [ 28.641900, -10.981731 ], [ 28.643150, -10.981553 ], [ 28.655833, -10.985840 ], [ 28.657262, -10.985840 ], [ 28.660120, -10.988698 ], [ 28.660120, -10.989770 ], [ 28.665479, -10.994593 ], [ 28.665658, -10.995843 ], [ 28.686379, -11.005489 ], [ 28.687272, -11.006740 ], [ 28.708529, -11.006740 ], [ 28.709958, -11.006740 ], [ 28.731215, -11.021209 ], [ 28.732108, -11.022816 ], [ 28.733894, -11.025853 ], [ 28.733894, -11.026389 ], [ 28.733894, -11.029426 ], [ 28.733358, -11.031391 ], [ 28.763547, -11.049075 ], [ 28.766405, -11.019244 ], [ 28.764440, -11.014421 ], [ 28.740504, -10.973157 ], [ 28.737110, -10.972264 ], [ 28.739789, -10.911173 ], [ 28.741039, -10.909208 ], [ 28.741218, -10.905814 ], [ 28.740682, -10.903313 ], [ 28.758545, -10.857405 ], [ 28.758188, -10.855797 ], [ 28.766762, -10.826323 ], [ 28.766226, -10.824537 ], [ 28.765690, -10.813641 ], [ 28.766583, -10.810961 ], [ 28.776229, -10.728792 ], [ 28.774622, -10.725755 ], [ 28.776408, -10.696638 ], [ 28.778194, -10.696638 ], [ 28.792842, -10.699496 ], [ 28.793735, -10.700032 ], [ 28.797844, -10.700568 ], [ 28.799451, -10.701818 ], [ 28.810526, -10.712179 ], [ 28.811598, -10.712358 ], [ 28.873404, -10.716466 ], [ 28.874297, -10.715394 ], [ 28.881085, -10.708964 ], [ 28.881621, -10.710571 ], [ 28.912703, -10.664663 ], [ 28.913596, -10.662163 ], [ 28.925385, -10.648944 ], [ 28.925564, -10.647336 ], [ 28.931459, -10.648051 ], [ 28.933245, -10.647872 ], [ 28.935210, -10.643406 ], [ 28.935567, -10.642335 ], [ 28.940569, -10.644478 ], [ 28.941462, -10.644836 ], [ 28.965041, -10.659483 ], [ 28.966292, -10.659305 ], [ 29.037029, -10.661269 ], [ 29.036850, -10.663949 ], [ 29.068111, -10.706463 ], [ 29.069540, -10.715216 ], [ 29.074541, -10.716823 ], [ 29.075970, -10.718252 ], [ 29.073470, -10.724326 ], [ 29.071862, -10.726112 ], [ 29.064895, -10.734150 ], [ 29.061680, -10.738973 ], [ 29.037208, -10.830789 ], [ 29.037744, -10.831861 ], [ 29.083830, -10.927428 ], [ 29.206370, -10.975837 ], [ 29.295685, -11.067831 ], [ 29.303009, -11.070868 ], [ 29.322658, -11.075333 ], [ 29.325516, -11.076584 ], [ 29.334805, -11.079085 ], [ 29.338378, -11.078013 ], [ 29.363743, -11.084979 ], [ 29.366423, -11.088373 ], [ 29.436267, -11.138390 ], [ 29.437696, -11.140712 ], [ 29.448235, -11.168936 ], [ 29.449128, -11.171079 ], [ 29.452522, -11.178224 ], [ 29.456988, -11.185191 ], [ 29.498251, -11.253606 ], [ 29.593461, -11.269504 ], [ 29.578456, -11.297013 ], [ 29.570596, -11.312375 ], [ 29.567560, -11.313268 ], [ 29.476637, -11.362392 ], [ 29.493428, -11.385078 ], [ 29.467348, -11.591217 ], [ 29.378927, -11.596933 ], [ 29.371960, -11.593896 ], [ 29.285146, -11.552632 ], [ 29.282645, -11.549238 ], [ 29.273892, -11.539057 ], [ 29.271927, -11.537270 ], [ 29.162784, -11.559063 ], [ 29.162249, -11.558885 ], [ 29.184041, -11.544058 ], [ 29.175467, -11.534412 ], [ 29.130631, -11.508690 ], [ 29.124915, -11.500115 ], [ 29.122414, -11.491362 ], [ 29.122236, -11.490291 ], [ 29.124200, -11.434737 ], [ 29.123486, -11.433844 ], [ 29.059715, -11.414194 ], [ 29.058107, -11.414194 ], [ 29.047032, -11.419196 ], [ 29.042031, -11.420446 ], [ 29.012914, -11.437595 ], [ 29.010056, -11.437238 ], [ 29.007912, -11.441703 ], [ 29.007377, -11.444026 ], [ 28.955931, -11.446169 ], [ 28.948607, -11.452064 ], [ 28.913060, -11.472964 ], [ 28.906093, -11.476536 ], [ 28.888588, -11.493685 ], [ 28.887159, -11.497436 ], [ 28.862150, -11.606579 ], [ 28.861436, -11.610330 ], [ 28.857149, -11.622298 ], [ 28.855005, -11.623549 ], [ 28.832855, -11.640876 ], [ 28.832319, -11.645341 ], [ 28.817672, -11.676244 ], [ 28.818029, -11.678388 ], [ 28.823031, -11.709648 ], [ 28.823031, -11.711434 ], [ 28.823745, -11.724832 ], [ 28.824102, -11.726082 ], [ 28.819458, -11.726618 ], [ 28.817314, -11.726975 ], [ 28.805525, -11.730369 ], [ 28.804274, -11.730369 ], [ 28.846252, -11.790032 ], [ 28.852683, -11.788067 ], [ 28.868402, -11.786816 ], [ 28.874655, -11.790032 ], [ 28.896626, -11.789138 ], [ 28.900199, -11.788245 ], [ 28.940033, -11.779671 ], [ 28.942355, -11.778956 ], [ 28.963076, -11.776992 ], [ 28.963076, -11.779492 ], [ 28.970936, -11.783244 ], [ 28.972186, -11.784494 ], [ 28.976652, -11.789138 ], [ 28.977724, -11.791996 ], [ 28.979332, -11.793426 ], [ 28.980403, -11.793783 ], [ 28.992372, -11.851837 ], [ 28.990407, -11.853802 ], [ 28.981475, -11.863627 ], [ 28.981297, -11.865056 ], [ 28.978081, -11.867021 ], [ 28.976474, -11.867914 ], [ 28.968078, -11.871844 ], [ 28.967542, -11.872737 ], [ 28.960933, -11.884527 ], [ 28.958253, -11.883634 ], [ 28.952180, -11.912393 ], [ 28.952537, -11.915072 ], [ 28.953788, -11.917752 ], [ 28.954145, -11.919360 ], [ 28.954681, -11.938830 ], [ 28.955574, -11.939187 ], [ 28.953788, -11.940259 ], [ 28.951644, -11.939366 ], [ 28.945213, -11.942760 ], [ 28.942891, -11.943832 ], [ 28.927529, -11.953299 ], [ 28.924314, -11.949191 ], [ 28.911095, -11.938830 ], [ 28.904843, -11.939545 ], [ 28.884122, -11.946511 ], [ 28.882157, -11.947583 ], [ 28.875190, -11.946690 ], [ 28.873404, -11.945797 ], [ 28.845359, -11.967590 ], [ 28.843752, -11.967768 ], [ 28.814992, -11.978486 ], [ 28.814278, -11.976521 ], [ 28.812134, -11.974735 ], [ 28.809812, -11.976521 ], [ 28.803917, -11.978129 ], [ 28.802488, -11.977593 ], [ 28.699955, -11.983845 ], [ 28.435761, -11.821292 ], [ 28.431117, -11.645877 ], [ 28.380922, -11.574783 ], [ 28.486849, -11.244317 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 202.000000, "NAME": "lu Samfya District", "LVLID": "ZMP004003000000000000", "ID2": 58.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.611503, -10.724862 ], [ 29.736901, -10.747012 ], [ 29.897132, -10.907064 ], [ 29.907671, -11.026568 ], [ 29.814069, -11.438845 ], [ 30.000023, -11.235386 ], [ 30.110952, -11.230563 ], [ 30.469819, -11.505296 ], [ 30.447133, -11.553526 ], [ 30.334060, -11.743231 ], [ 30.247425, -11.801464 ], [ 29.798707, -11.908999 ], [ 29.813354, -12.145862 ], [ 29.808174, -12.158366 ], [ 29.667235, -12.207311 ], [ 29.568453, -12.197129 ], [ 29.382856, -12.111744 ], [ 29.399112, -12.041185 ], [ 29.495751, -11.957408 ], [ 29.463954, -11.920074 ], [ 29.515043, -11.802893 ], [ 29.435195, -11.594789 ], [ 29.467348, -11.591217 ], [ 29.493428, -11.385078 ], [ 29.476637, -11.362392 ], [ 29.567560, -11.313268 ], [ 29.570596, -11.312375 ], [ 29.578456, -11.297013 ], [ 29.593461, -11.269504 ], [ 29.498251, -11.253606 ], [ 29.456988, -11.185191 ], [ 29.452522, -11.178224 ], [ 29.449128, -11.171079 ], [ 29.448235, -11.168936 ], [ 29.437696, -11.140712 ], [ 29.436267, -11.138390 ], [ 29.426621, -11.102485 ], [ 29.362493, -10.877947 ], [ 29.611503, -10.724862 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 203.000000, "NAME": "no Luwingu District", "LVLID": "ZMP007003000000000000", "ID2": 59.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.201726, -10.852403 ], [ 29.199761, -10.737009 ], [ 29.293363, -10.681097 ], [ 29.339985, -10.599106 ], [ 29.396968, -10.618398 ], [ 29.464312, -10.502289 ], [ 29.420369, -10.461561 ], [ 29.458060, -10.368495 ], [ 29.531477, -10.314013 ], [ 29.776199, -10.200762 ], [ 29.837469, -10.223805 ], [ 29.920532, -10.068576 ], [ 29.978944, -10.073220 ], [ 29.985554, -10.127345 ], [ 30.183833, -10.174146 ], [ 30.286724, -10.325445 ], [ 30.470355, -10.481211 ], [ 30.488754, -10.538372 ], [ 30.709183, -10.568203 ], [ 30.691677, -10.672880 ], [ 30.776884, -10.830432 ], [ 30.780992, -10.938503 ], [ 30.611651, -11.207520 ], [ 30.618439, -11.250033 ], [ 30.401940, -11.140176 ], [ 30.400332, -11.103914 ], [ 30.503580, -11.072654 ], [ 30.558955, -11.007097 ], [ 30.544844, -10.812569 ], [ 30.357640, -10.907421 ], [ 30.246353, -10.737902 ], [ 30.132209, -10.823465 ], [ 30.088266, -10.693423 ], [ 30.026281, -10.736830 ], [ 29.984125, -10.869909 ], [ 29.897132, -10.907064 ], [ 29.736901, -10.747012 ], [ 29.611503, -10.724862 ], [ 29.362493, -10.877947 ], [ 29.426621, -11.102485 ], [ 29.366423, -11.088373 ], [ 29.363743, -11.084979 ], [ 29.338378, -11.078013 ], [ 29.334805, -11.079085 ], [ 29.325516, -11.076584 ], [ 29.322658, -11.075333 ], [ 29.303009, -11.070868 ], [ 29.295685, -11.067831 ], [ 29.206370, -10.975837 ], [ 29.084187, -10.926892 ], [ 29.201726, -10.852403 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 204.000000, "NAME": "lu Chienge District", "LVLID": "ZMP007011000000000000", "ID2": 60.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.943070, -8.718848 ], [ 28.963434, -8.621852 ], [ 28.901985, -8.474661 ], [ 29.570239, -8.379094 ], [ 29.596855, -8.396600 ], [ 29.498430, -8.500563 ], [ 29.485926, -8.584697 ], [ 29.371960, -8.722600 ], [ 29.314084, -8.728673 ], [ 29.293363, -8.890869 ], [ 29.196010, -8.948031 ], [ 29.171537, -9.041633 ], [ 29.109374, -9.078252 ], [ 29.041852, -9.173997 ], [ 28.975759, -9.168460 ], [ 28.933424, -9.070749 ], [ 28.648152, -9.070928 ], [ 28.943070, -8.718848 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 205.000000, "NAME": "lu Kawambwa District", "LVLID": "ZMP004005000000000000", "ID2": 61.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.697096, -9.806168 ], [ 28.661906, -9.755259 ], [ 28.731572, -9.699884 ], [ 28.906451, -9.767942 ], [ 28.943427, -9.610569 ], [ 28.925385, -9.376564 ], [ 28.957896, -9.327798 ], [ 29.136347, -9.355664 ], [ 29.204763, -9.214546 ], [ 29.343379, -9.242948 ], [ 29.343379, -9.298860 ], [ 29.358027, -9.369240 ], [ 29.320515, -9.417827 ], [ 29.354633, -9.525541 ], [ 29.465562, -9.548941 ], [ 29.458596, -9.593956 ], [ 29.521831, -9.605924 ], [ 29.533263, -9.648260 ], [ 29.804959, -9.698633 ], [ 29.923390, -9.828854 ], [ 29.920532, -10.068576 ], [ 29.837469, -10.223805 ], [ 29.776199, -10.200762 ], [ 29.531477, -10.314013 ], [ 29.500216, -10.151817 ], [ 29.444484, -10.188794 ], [ 29.294435, -10.189329 ], [ 29.212801, -10.031599 ], [ 29.181362, -10.042138 ], [ 29.171895, -10.129131 ], [ 28.914132, -10.101086 ], [ 28.862150, -10.138241 ], [ 28.789627, -10.120021 ], [ 28.699240, -9.986585 ], [ 28.633861, -10.013915 ], [ 28.624930, -9.957111 ], [ 28.697096, -9.806168 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 206.000000, "NAME": "lu Nchelenge District", "LVLID": "ZMP004004000000000000", "ID2": 62.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.393962, -9.245092 ], [ 28.648152, -9.070928 ], [ 28.933424, -9.070749 ], [ 28.975759, -9.168460 ], [ 29.041852, -9.173997 ], [ 29.109374, -9.078252 ], [ 29.239595, -9.135235 ], [ 29.343379, -9.242948 ], [ 29.204763, -9.214546 ], [ 29.136347, -9.355664 ], [ 28.957896, -9.327798 ], [ 28.925385, -9.376564 ], [ 28.943427, -9.610569 ], [ 28.906451, -9.767942 ], [ 28.731572, -9.699884 ], [ 28.661906, -9.755259 ], [ 28.585631, -9.579844 ], [ 28.622786, -9.555372 ], [ 28.577414, -9.557158 ], [ 28.569912, -9.491065 ], [ 28.515609, -9.443728 ], [ 28.527041, -9.361201 ], [ 28.426115, -9.420328 ], [ 28.358236, -9.363166 ], [ 28.393962, -9.245092 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 207.000000, "NAME": "no Mporokoso District", "LVLID": "ZMP007007000000000000", "ID2": 63.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.358027, -9.369240 ], [ 29.343379, -9.298860 ], [ 29.640083, -9.321724 ], [ 29.754228, -9.233838 ], [ 29.881234, -9.217583 ], [ 30.473749, -9.354949 ], [ 30.566637, -9.328333 ], [ 30.739907, -9.448730 ], [ 30.750625, -9.524826 ], [ 30.650593, -9.622001 ], [ 30.681853, -9.666837 ], [ 30.926397, -9.688451 ], [ 30.968196, -9.658799 ], [ 31.132000, -9.545190 ], [ 31.164689, -9.567162 ], [ 31.161117, -9.665944 ], [ 31.121639, -9.763119 ], [ 30.946404, -9.822960 ], [ 30.907820, -9.949787 ], [ 30.821720, -9.932281 ], [ 30.695607, -9.817958 ], [ 30.548595, -9.838858 ], [ 30.623084, -10.019274 ], [ 30.679888, -10.059108 ], [ 30.662739, -10.169859 ], [ 30.476071, -10.198082 ], [ 30.450706, -10.325088 ], [ 30.389793, -10.246848 ], [ 30.286724, -10.325445 ], [ 30.183833, -10.174146 ], [ 29.985554, -10.127345 ], [ 29.978944, -10.073220 ], [ 29.920532, -10.068576 ], [ 29.923390, -9.828854 ], [ 29.804959, -9.698633 ], [ 29.533263, -9.648260 ], [ 29.521831, -9.605924 ], [ 29.458596, -9.593956 ], [ 29.465562, -9.548941 ], [ 29.354633, -9.525541 ], [ 29.320515, -9.417827 ], [ 29.358027, -9.369240 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 208.000000, "NAME": "no Kaputa District", "LVLID": "ZMP007008000000000000", "ID2": 64.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.171537, -9.041633 ], [ 29.196010, -8.948031 ], [ 29.293363, -8.890869 ], [ 29.314084, -8.728673 ], [ 29.371960, -8.722600 ], [ 29.485926, -8.584697 ], [ 29.498430, -8.500563 ], [ 29.596855, -8.396600 ], [ 29.570239, -8.379094 ], [ 30.751340, -8.228688 ], [ 30.580034, -8.512531 ], [ 30.333346, -8.674727 ], [ 30.359605, -8.792265 ], [ 30.217415, -8.847105 ], [ 30.230812, -8.898193 ], [ 30.278685, -8.909804 ], [ 30.250283, -8.924273 ], [ 30.286366, -8.950174 ], [ 30.264038, -9.002334 ], [ 30.318520, -9.026806 ], [ 30.369608, -9.140772 ], [ 30.554132, -9.171496 ], [ 30.500722, -9.223656 ], [ 30.473749, -9.354949 ], [ 29.881234, -9.217583 ], [ 29.754228, -9.233838 ], [ 29.640083, -9.321724 ], [ 29.343379, -9.298860 ], [ 29.343379, -9.242948 ], [ 29.239595, -9.135235 ], [ 29.109374, -9.078252 ], [ 29.171537, -9.041633 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 209.000000, "NAME": "no Isoka District", "LVLID": "ZMP007002000000000000", "ID2": 65.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.495482, -9.999982 ], [ 32.485300, -9.927458 ], [ 32.560503, -9.898163 ], [ 32.521026, -9.832070 ], [ 32.657320, -9.750436 ], [ 32.672504, -9.693810 ], [ 32.734310, -9.671481 ], [ 32.784505, -9.717925 ], [ 32.890611, -9.671124 ], [ 32.898113, -9.874048 ], [ 33.056379, -9.850111 ], [ 33.057809, -9.637542 ], [ 33.059059, -9.633076 ], [ 33.099429, -9.687379 ], [ 33.121222, -9.600923 ], [ 33.213216, -9.620215 ], [ 33.225899, -9.716496 ], [ 33.381664, -9.906558 ], [ 33.319144, -10.065182 ], [ 33.560473, -10.228449 ], [ 33.548147, -10.371532 ], [ 33.687300, -10.577671 ], [ 33.641392, -10.609645 ], [ 33.606381, -10.587495 ], [ 33.525640, -10.719503 ], [ 33.396133, -10.798457 ], [ 33.284668, -10.742546 ], [ 33.241797, -10.784881 ], [ 33.193210, -10.491571 ], [ 33.224292, -10.405472 ], [ 33.057273, -10.416189 ], [ 33.000647, -10.315442 ], [ 32.930803, -10.380285 ], [ 32.813264, -10.314906 ], [ 32.566398, -10.445663 ], [ 32.526563, -10.422084 ], [ 32.559788, -10.352597 ], [ 32.456898, -10.316514 ], [ 32.522098, -10.142886 ], [ 32.447073, -10.061252 ], [ 32.495482, -9.999982 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 210.000000, "NAME": "no Chinsali District", "LVLID": "ZMP007009000000000000", "ID2": 66.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.185053, -10.876876 ], [ 31.150935, -10.822751 ], [ 31.211848, -10.810783 ], [ 31.157723, -10.798636 ], [ 31.140753, -10.751478 ], [ 31.209347, -10.719146 ], [ 31.276333, -10.738795 ], [ 31.319383, -10.706820 ], [ 31.329029, -10.628223 ], [ 31.533381, -10.560879 ], [ 31.696470, -10.527297 ], [ 31.743986, -10.470136 ], [ 31.826692, -10.450844 ], [ 31.865811, -10.332948 ], [ 31.961557, -10.305439 ], [ 32.004428, -10.236488 ], [ 31.989066, -10.115019 ], [ 32.036939, -10.041781 ], [ 32.122503, -10.014451 ], [ 32.180200, -9.834928 ], [ 32.347933, -9.744005 ], [ 32.477440, -9.773479 ], [ 32.521026, -9.832070 ], [ 32.560503, -9.898163 ], [ 32.485300, -9.927458 ], [ 32.495482, -9.999982 ], [ 32.447073, -10.061252 ], [ 32.522098, -10.142886 ], [ 32.456898, -10.316514 ], [ 32.559788, -10.352597 ], [ 32.526563, -10.422084 ], [ 32.566398, -10.445663 ], [ 32.304884, -10.640191 ], [ 32.310243, -10.741296 ], [ 32.403309, -10.828646 ], [ 32.322747, -10.961368 ], [ 32.370084, -11.054077 ], [ 32.280947, -11.109988 ], [ 32.235397, -11.260037 ], [ 32.155192, -11.193229 ], [ 32.027829, -11.200196 ], [ 31.956734, -11.160540 ], [ 31.950661, -11.482967 ], [ 31.815795, -11.481716 ], [ 31.792930, -11.540128 ], [ 31.837409, -11.596397 ], [ 31.794002, -11.663026 ], [ 31.683073, -11.561207 ], [ 31.565892, -11.590323 ], [ 31.597331, -11.549238 ], [ 31.515697, -11.503867 ], [ 31.499263, -11.370966 ], [ 31.383154, -11.392580 ], [ 31.417451, -11.293619 ], [ 31.354751, -11.210914 ], [ 31.357967, -11.081586 ], [ 31.193270, -11.056756 ], [ 31.103241, -10.964762 ], [ 31.185053, -10.876876 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 211.000000, "NAME": "no Kasama District", "LVLID": "ZMP007005000000000000", "ID2": 67.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.389793, -10.246848 ], [ 30.450706, -10.325088 ], [ 30.476071, -10.198082 ], [ 30.662739, -10.169859 ], [ 30.679888, -10.059108 ], [ 30.623084, -10.019274 ], [ 30.548595, -9.838858 ], [ 30.695607, -9.817958 ], [ 30.821720, -9.932281 ], [ 30.907820, -9.949787 ], [ 30.946404, -9.822960 ], [ 31.121639, -9.763119 ], [ 31.251503, -9.897805 ], [ 31.258113, -10.212015 ], [ 31.490153, -10.259710 ], [ 31.533381, -10.560879 ], [ 31.329029, -10.628223 ], [ 31.319383, -10.706820 ], [ 31.276333, -10.738795 ], [ 31.209347, -10.719146 ], [ 31.140753, -10.751478 ], [ 31.157723, -10.798636 ], [ 31.211848, -10.810783 ], [ 31.150935, -10.822751 ], [ 31.185053, -10.876876 ], [ 31.103241, -10.964762 ], [ 31.067336, -10.915281 ], [ 31.047687, -10.954401 ], [ 30.994991, -10.929214 ], [ 30.981415, -11.001917 ], [ 30.886205, -11.034963 ], [ 30.900138, -11.072654 ], [ 30.859768, -11.049611 ], [ 30.738657, -11.204661 ], [ 30.686854, -11.327202 ], [ 30.614688, -11.325951 ], [ 30.644162, -11.291297 ], [ 30.618439, -11.250033 ], [ 30.611651, -11.207520 ], [ 30.780992, -10.938503 ], [ 30.776884, -10.830432 ], [ 30.691677, -10.672880 ], [ 30.709183, -10.568203 ], [ 30.488754, -10.538372 ], [ 30.470355, -10.481211 ], [ 30.286724, -10.325445 ], [ 30.389793, -10.246848 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 212.000000, "NAME": "ea Chama District", "LVLID": "ZMP003002000000000000", "ID2": 68.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.235397, -11.260037 ], [ 32.280947, -11.109988 ], [ 32.370084, -11.054077 ], [ 32.322747, -10.961368 ], [ 32.403309, -10.828646 ], [ 32.310243, -10.741296 ], [ 32.304884, -10.640191 ], [ 32.566398, -10.445663 ], [ 32.813264, -10.314906 ], [ 32.930803, -10.380285 ], [ 33.000647, -10.315442 ], [ 33.057273, -10.416189 ], [ 33.224292, -10.405472 ], [ 33.193210, -10.491571 ], [ 33.241797, -10.784881 ], [ 33.284668, -10.742546 ], [ 33.396133, -10.798457 ], [ 33.525640, -10.719503 ], [ 33.606381, -10.587495 ], [ 33.641392, -10.609645 ], [ 33.687300, -10.577671 ], [ 33.516709, -10.777736 ], [ 33.247335, -10.889380 ], [ 33.309855, -10.936181 ], [ 33.320394, -11.044431 ], [ 33.405958, -11.161076 ], [ 33.283418, -11.376861 ], [ 33.288598, -11.431879 ], [ 33.231794, -11.410086 ], [ 33.224292, -11.589252 ], [ 32.997253, -11.911857 ], [ 32.931160, -12.037613 ], [ 32.942414, -12.111923 ], [ 32.707337, -12.183553 ], [ 32.668217, -12.144076 ], [ 32.570685, -12.182660 ], [ 32.483514, -12.117639 ], [ 32.482084, -12.188376 ], [ 32.285949, -12.229104 ], [ 32.277553, -12.106742 ], [ 32.384017, -12.030825 ], [ 32.436891, -11.836654 ], [ 32.544069, -11.774491 ], [ 32.540496, -11.725725 ], [ 32.596229, -11.676780 ], [ 32.442965, -11.490648 ], [ 32.227537, -11.453672 ], [ 32.235397, -11.260037 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 213.000000, "NAME": "no Mbala District", "LVLID": "ZMP007001000000000000", "ID2": 69.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.987131, -9.521611 ], [ 30.977485, -9.462842 ], [ 31.077161, -9.470523 ], [ 31.133250, -9.364059 ], [ 31.277762, -9.297966 ], [ 31.261685, -9.249022 ], [ 31.120389, -9.180964 ], [ 31.177015, -9.058781 ], [ 31.134322, -8.961071 ], [ 31.173085, -8.953568 ], [ 31.157723, -8.888725 ], [ 31.221315, -8.872291 ], [ 31.183445, -8.825669 ], [ 31.313667, -8.803162 ], [ 31.320812, -8.757790 ], [ 31.195950, -8.706880 ], [ 31.186839, -8.599166 ], [ 31.275083, -8.631498 ], [ 31.374937, -8.587198 ], [ 31.398159, -8.631498 ], [ 31.570536, -8.709560 ], [ 31.576431, -8.823526 ], [ 31.679858, -8.911233 ], [ 31.868491, -8.903909 ], [ 31.947088, -8.936777 ], [ 31.936728, -9.018053 ], [ 31.984422, -9.071106 ], [ 32.091421, -9.051457 ], [ 32.181272, -9.081467 ], [ 32.151083, -9.224728 ], [ 32.256475, -9.376385 ], [ 32.257368, -9.478918 ], [ 32.072486, -9.405859 ], [ 31.892606, -9.415505 ], [ 31.623411, -9.585918 ], [ 31.531238, -9.522504 ], [ 31.515340, -9.591634 ], [ 31.422095, -9.589848 ], [ 31.316703, -9.516431 ], [ 31.161117, -9.665944 ], [ 31.164689, -9.567162 ], [ 31.132000, -9.545190 ], [ 30.968196, -9.658799 ], [ 30.916215, -9.606103 ], [ 30.987131, -9.521611 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 214.000000, "NAME": "no Mpulungu District", "LVLID": "ZMP007012000000000000", "ID2": 70.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.359605, -8.792265 ], [ 30.333346, -8.674727 ], [ 30.580034, -8.512531 ], [ 30.751340, -8.228688 ], [ 31.028037, -8.592200 ], [ 31.136466, -8.632749 ], [ 31.186839, -8.599166 ], [ 31.195950, -8.706880 ], [ 31.320812, -8.757790 ], [ 31.313667, -8.803162 ], [ 31.183445, -8.825669 ], [ 31.221315, -8.872291 ], [ 31.157723, -8.888725 ], [ 31.173085, -8.953568 ], [ 31.134322, -8.961071 ], [ 31.177015, -9.058781 ], [ 31.120389, -9.180964 ], [ 31.261685, -9.249022 ], [ 31.277762, -9.297966 ], [ 31.133250, -9.364059 ], [ 31.077161, -9.470523 ], [ 30.977485, -9.462842 ], [ 30.987131, -9.521611 ], [ 30.916215, -9.606103 ], [ 30.968196, -9.658799 ], [ 30.926397, -9.688451 ], [ 30.681853, -9.666837 ], [ 30.650593, -9.622001 ], [ 30.750625, -9.524826 ], [ 30.739907, -9.448730 ], [ 30.566637, -9.328333 ], [ 30.473749, -9.354949 ], [ 30.500722, -9.223656 ], [ 30.554132, -9.171496 ], [ 30.369608, -9.140772 ], [ 30.318520, -9.026806 ], [ 30.264038, -9.002334 ], [ 30.286366, -8.950174 ], [ 30.250283, -8.924273 ], [ 30.278685, -8.909804 ], [ 30.230812, -8.898193 ], [ 30.217415, -8.847105 ], [ 30.359605, -8.792265 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 215.000000, "NAME": "no Mungwi District", "LVLID": "ZMP007010000000000000", "ID2": 71.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.161117, -9.665944 ], [ 31.316703, -9.516431 ], [ 31.422095, -9.589848 ], [ 31.515340, -9.591634 ], [ 31.531238, -9.522504 ], [ 31.623411, -9.585918 ], [ 31.892606, -9.415505 ], [ 32.072486, -9.405859 ], [ 32.257368, -9.478918 ], [ 32.292737, -9.593956 ], [ 32.351149, -9.646116 ], [ 32.347933, -9.744005 ], [ 32.180200, -9.834928 ], [ 32.122503, -10.014451 ], [ 32.036939, -10.041781 ], [ 31.989066, -10.115019 ], [ 32.004428, -10.236488 ], [ 31.961557, -10.305439 ], [ 31.865811, -10.332948 ], [ 31.826692, -10.450844 ], [ 31.743986, -10.470136 ], [ 31.696470, -10.527297 ], [ 31.533381, -10.560879 ], [ 31.490153, -10.259710 ], [ 31.258113, -10.212015 ], [ 31.251503, -9.897805 ], [ 31.121639, -9.763119 ], [ 31.161117, -9.665944 ] ] ] } }
+,
+{ "type": "Feature", "properties": { "ID": 216.000000, "NAME": "no Nakonde District", "LVLID": "ZMP007013000000000000", "ID2": 72.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.181272, -9.081467 ], [ 32.267014, -9.133627 ], [ 32.431354, -9.118265 ], [ 32.493517, -9.153098 ], [ 32.540854, -9.254738 ], [ 32.745742, -9.281175 ], [ 32.953489, -9.401393 ], [ 32.947773, -9.486600 ], [ 33.026727, -9.507321 ], [ 33.005113, -9.640578 ], [ 33.059059, -9.633076 ], [ 33.057809, -9.637542 ], [ 33.056379, -9.850111 ], [ 32.898113, -9.874048 ], [ 32.890611, -9.671124 ], [ 32.784505, -9.717925 ], [ 32.734310, -9.671481 ], [ 32.672504, -9.693810 ], [ 32.657320, -9.750436 ], [ 32.521026, -9.832070 ], [ 32.477440, -9.773479 ], [ 32.347933, -9.744005 ], [ 32.351149, -9.646116 ], [ 32.292737, -9.593956 ], [ 32.257368, -9.478918 ], [ 32.256475, -9.376385 ], [ 32.151083, -9.224728 ], [ 32.181272, -9.081467 ] ] ] } }
+
+]
+}


Follow ups