basemaps
basemaps copied to clipboard
A lightweight package for accessing basemaps from open sources in R 🗺️
Hi @16EAGLE , Thanks a lot for your packages! Using `moveVis`, I ended up getting this message: https://github.com/16EAGLE/basemaps/blob/203e9643c3d222ecdfa68b4ea5d4ae01d378bf7b/R/plot.R#L89-L90 that I don't really understand. I'm using map_service = "mapbox", map_type =...
Expand `map_service` and `map_type` options to include [U.S. Geological Survey (USGS) tilesets](https://basemap.nationalmap.gov/arcgis/rest/services): - [USGS Hydro Cached](https://basemap.nationalmap.gov/arcgis/rest/services/USGSHydroCached/MapServer) ```R basemap_ggplot(ext, map_service = "usgs", map_type = "hydro_cached") + theme_void() ``` - [USGS Imagery...
Great package. Thanks so much. Rather than being limited to the default mapbox styles, what effort would it take to add support for custom mapbox style layers? In mapbox studio,...
Hey there, this looks very nice - I wonder if you are interested in caching the tiles natively as [ceramic](https://github.com/hypertidy/ceramic) does? In my mind ceramic is overloaded, it downloads tiles...
Hi, it seems that no matter which map service, projection or data I use, the map tiles are "mirrored" and don't match. data(ext) basemap_plot(ext, map_service = "esri", map_type = "world_street_map")...