我一直使用PlotOnStaticMap
命令向 Google 地图绘图添加点,但是使用此代码
RangeVenetoLon<-c(10.58, 13.13)
RangeVenetoLat<-c(44.75, 46.71)
MapVeneto<-GetMap.bbox(lonR=RangeVenetoLon, latR=RangeVenetoLat, size = c(640,640),MINIMUMSIZE=T)
PlotOnStaticMap(MapVeneto,lon=xVeneto,lat=yVeneto, FUN = points, pch=16,col="blue")
我找到了
Error in points$Tile[, "X"] : subscript out of bounds
问题出在哪里?