Dave Askins
2018-09-25 12:28:12 UTC
The same (I think) code that used to work fine now gives me an error.
Error in download.file(url, destfile = tmp, quiet = !messaging, mode =
"wb") :
cannot open URL
'http://maps.googleapis.com/maps/api/staticmap?center=30.058052,-99.34036&zoom=10&size=640x640&scale=2&maptype=terrain&sensor=false'
In addition: Warning message:
In download.file(url, destfile = tmp, quiet = !messaging, mode = "wb") :
cannot open: HTTP status was '403 Forbidden'
Question: I thought stamen was a different server from GoogleMaps. What
does this error cite googleapis??
Question: My understanding is that Google changed its access for geocoding
through its API and is now on a per-geocode basis. Is it possible that
get_map is also limited in a similar fashion.
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ***@googlegroups.com
To unsubscribe: email ggplot2+***@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
map1 <- get_map(location = c(lon = -99.340360, lat = 30.058052), zoom =
"auto", scale = "auto", maptype ="watercolor", source = "stamen")Error in download.file(url, destfile = tmp, quiet = !messaging, mode =
"wb") :
cannot open URL
'http://maps.googleapis.com/maps/api/staticmap?center=30.058052,-99.34036&zoom=10&size=640x640&scale=2&maptype=terrain&sensor=false'
In addition: Warning message:
In download.file(url, destfile = tmp, quiet = !messaging, mode = "wb") :
cannot open: HTTP status was '403 Forbidden'
Question: I thought stamen was a different server from GoogleMaps. What
does this error cite googleapis??
Question: My understanding is that Google changed its access for geocoding
through its API and is now on a per-geocode basis. Is it possible that
get_map is also limited in a similar fashion.
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ***@googlegroups.com
To unsubscribe: email ggplot2+***@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.