Skip to content
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

"filename" parameter doesn't do anything in get_map / get_googlemap #346

Open
SimonDedman opened this issue Mar 8, 2023 · 0 comments
Open

Comments

@SimonDedman
Copy link

myMap <- ggmap::get_map(
location = c(-64.726720, 32.348871),
zoom = 16,
mesaging = TRUE,
source = "google",
maptype = "satellite",
crop = TRUE,
filename = "anylocation")
ggmap::ggmap(myMap)

I find that entering a location for filename doesn't cause the files to be downloaded to this location, they're still saved to /var (in my friends mac setup, and feasibly also in my linux setup but mine works and hers doesn't so I don't get an error message to confirm on mine).

Can anyone confirm this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant