Maps are difficult. Leaflet is nice because it's interactive, but if the internet connection is poor, or the user has reached the access limit (which can certainly happen for exploratory analysis), then leaflet and/or googlemaps will fall short. Two options may exist:
https://github.com/ropensci/rnaturalearth uses the rnaturalearth API for scalable lineart.
Alternatively, we could embed shapefiles for a region of interest inside of a RECON deployer and use the sp package.
Maps are difficult. Leaflet is nice because it's interactive, but if the internet connection is poor, or the user has reached the access limit (which can certainly happen for exploratory analysis), then leaflet and/or googlemaps will fall short. Two options may exist:
https://github.com/ropensci/rnaturalearth uses the rnaturalearth API for scalable lineart.
Alternatively, we could embed shapefiles for a region of interest inside of a RECON deployer and use the sp package.