I'm encountering an issue when using the get_stamenmap function from the ggmap package in R. Specifically, I'm getting the following error message: "error in curl::curl_fetch_memory(url, handle = handle). Could not resolve host: tile.stamen.com"
mapa_aysen <- get_stamenmap(bbox = bbox_aysen,maptype = "toner-background", zoom=8)
I have tried several troubleshooting steps, including checking my internet connection, verifying the URL and map type, updating the curl package, and configuring proxy settings. However, the problem persists.
Has anyone else experienced this error or have any insights on how to resolve it? Any assistance would be greatly appreciated.
Thank you!
I have tried several troubleshooting steps, including checking my internet connection, verifying the URL and map type, updating the curl package, and configuring proxy settings. However, the problem persists.