This repository was archived by the owner on Feb 12, 2021. It is now read-only.
  
  
  
  
  
Description
Task
Fetch topojson from magicbox-open-api and convert to geojson
Why do this
Currently only one admin level shapefile can be displayed in the app. It is hardcoded in ./routes/shapefile.js.
Since the app needs to feature more than one country, it should fetch shapefile data from an API. Since topojson cannot be used with leaflet, we need to convert it to geojson first.