我以前使用下面的代码从stamenmaps
获取底图,但是我今天试着运行它,我得到了一个错误消息。如果我将缩放更改为<= 5的值,那么它会运行,但不会运行更高的值。
library(ggmap)
base <- get_stamenmap(bbox = c(left = -70.2,
bottom = 43.0,
right = -49.8,
top = 54.5),
zoom = 8, maptype = "terrain-background", color = "color")
ℹ Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.
Error in f(init, x[[i]]) :
number of rows of matrices must match (see arg 2)
1条答案
按热度按时间fhg3lkii1#
这是我发现从体育场Map获取雄蕊Map时间。
1)您需要获取API key
2)然后安装ggmap的dev版本,并更新R代码,添加新函数:
更多详情here .