【发布时间】:2017-01-08 17:23:43
【问题描述】:
我以前用过这个,一直有效:
library("ggmap")
newmap2<-get_openstreetmap(bbox = c(left = -71.2612362452596,
bottom = 42.3308503846824, right = -71.0475647202879,
top = 42.4560226746649), scale=80000)
现在,我只能得到以下错误消息:
在 download.file(url, destfile = destfile, quiet = !messaging, mode = "wb") : URL 'http://tile.openstreetmap.org/cgi-bin/export?bbox=-71.2612362452596,42.3308503846824,-71.0475647202879,42.4560226746649&scale=80000&format=png': 状态是'400 Bad Request'
我使用了包 ggmap v. 2.6.1(来自 CRAN)和 2.7(来自 GITHUB)。任何帮助表示赞赏。 G
【问题讨论】:
-
您找到想要的东西了吗? :)