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:
- ... %>% ggmap()
- ggmap::get_stadiamap(bbox, zoom = 12, maptype = "stamen_watercolor")
- base::lapply(...)
- ggmap (local) FUN(X[[i]], ...)
- ggmap:::get_stadiamap_tile(...)
All maptypes work except the stamen_watercolor. Any help with this would be highly appreciated :)
Thanks!
Coralie
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:
All maptypes work except the stamen_watercolor. Any help with this would be highly appreciated :)
Thanks!
Coralie