MSF-UK / MSF-Dashboard

Standard version up, now in production mode! (examples, API and dev documentation coming soon)
MIT License
12 stars 6 forks source link

[update] Update catchment areas in DHMT (points to area) #51

Closed idrissait closed 7 years ago

idrissait commented 7 years ago

Shapefile with Idriss

BRaimbault commented 7 years ago

You probably can do it yourself, the only thing to be careful with is the "name" in the property object of each feature when converting to geojson. The convention is: name: name_of_adm1_feature, name_of_adm2_feature

And this is the file to replace: https://github.com/MSF-UK/MSF-Dashboard/blob/master/cfg_dhmt-tonkolili/data/geo_phu.geojson keep the filename or change it here: https://github.com/MSF-UK/MSF-Dashboard/blob/master/cfg_dhmt-tonkolili/dev/dev-defined.js#L124

Good luck!