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
Trying to download a basemap from Stamen by bm <- download_basemap(ppi) results in error "Could not resolve host: tile.stamen.com".
The reason is the recent Stamen migration to Stadia Maps (see dkahle/ggmap#351).
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered:
@ohueppop in the latest release we switched to ggspatial for OSM basemaps as ggmap now requires API keys to access Stamen maps. The basemap download now happens on the fly (then locally cached):
Thank you @iskandari. This works perfectly with the latest release. However, I regret that the nice old Stamen maps (e.g. those without labels) can no longer be used and now require an API key.
Trying to download a basemap from Stamen by bm <- download_basemap(ppi) results in error "Could not resolve host: tile.stamen.com".
The reason is the recent Stamen migration to Stadia Maps (see dkahle/ggmap#351).
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: