You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
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.