Cirad-ASTRE / mapMCDA

Produce an epidemiological risk map by weighting multiple risk factors
https://umr-astre.pages.mia.inra.fr/mapMCDA/
1 stars 2 forks source link

use function load_layer() from the shiny interface #8

Closed famuvie closed 5 years ago

famuvie commented 5 years ago

Currently, server.R takes care of recognising and loading file types. However it is outdated (network data is not accepted). It is better to delegate that functionality to the function load_layer() which takes care of all the details.