Sono nuovo a R e sto seguendo questo article per imparare ggmap.ggmap: dà un errore quando si usa la mappa stradale aperta come fonte
qmap("Forbidden city",zoom=15)
qmap("Forbidden city",zoom=15, source="osm")
Mentre il primo comando sopra funziona perfettamente, la seconda mi dà un info error:
Map from URL : http://maps.googleapis.com/maps/api/staticmap?center=Forbidden+city& zoom=15&size=%20640x640&maptype=terrain&sensor=false Google Maps API Terms of Service : http://developers.google.com/maps/terms Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Forbidden+city&sensor=false Google Maps API Terms of Service : http://developers.google.com/maps/terms Error: map grabbing failed - see details in ?get_openstreetmap. In addition: Warning message: In download.file(url, destfile = destfile, quiet = !messaging, mode = "wb") : cannot open: HTTP status was '503 Service Unavailable'
Ogni aiuto è apprezzato.
funziona per me. Forse l'API era giù ... – EDi