ggmap icon indicating copy to clipboard operation
ggmap copied to clipboard

Setting 'force=FALSE' in get_map seems not to have any effect

Open thk686 opened this issue 6 years ago • 0 comments

for (ignore in seq_len(100)) basemap <- get_map("Texas", zoom = 6, maptype = "hybrid", force = FALSE, messaging = FALSE)

It seems to repeatedly query the Google API whereas I would expect it to reuse the previous download. Or perhaps I do not understand the 'force' argument.

thk686 avatar May 17 '18 19:05 thk686