stamen_watercolor doesn't work
- Dominant language
- R
- Stars
- 778
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am working with get_stadiamap and I would like to have the "stamen_watercolor" maptype. However, I get this error with the basic usage :
bbox <- c(left = 24.61, bottom = 59.37, right = 24.94, top = 59.5)
get_stadiamap(bbox, zoom = 12, maptype = "stamen_watercolor") %>% ggmap()
ℹ © Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors.
Error:
! Failed to evaluate glue component {filetype}
Caused by error:
! object 'filetype' not found
Backtrace:
1. ... %>% ggmap()
3. ggmap::get_stadiamap(bbox, zoom = 12, maptype = "stamen_watercolor")
4. base::lapply(...)
5. ggmap (local) FUN(X[[i]], ...)
6. ggmap:::get_stadiamap_tile(...)
All maptypes work except the stamen_watercolor. Any help with this would be highly appreciated :)
Thanks!
Coralie
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.