-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stamen_watercolor doesn't work #361
Comments
I had same issue but got the stamen_watercolor to work by installing from github using devtools::install_github("dkahle/ggmap"). Not sure why package version on CRAN is giving that error. |
Hello. The problem comes from two sides:
Possible (temporary) solutions:
I have opted for the second option and so far it is working for me. Of course, in those maps where there are empty tiles, graphics like this will be generated: You can see that in the upper right corner there are white squares (that's because there are tiles there that are not available and that ggmap covers them with a white square). Note: If you are not very familiar with compiling R packages, you can use the fork I have made (patched and temporarily functional) and re-install ggmap from that forked version (running |
I believe the problem lies in Tested and it actually fixes the issue. |
Thanks to everyone, the problem is solved with @andrew-griffen's solution ! :) |
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
The text was updated successfully, but these errors were encountered: