朋友没有ptt帐号 代朋友询问
因为朋友刚接触R不久
希望板上高手能用好理解的方式为他解惑
先谢谢大家了!
=====================
[问题] 画城市地图出现OVER QUERY LIMIT情况
[问题类型]:
程式咨询
[软件熟悉度]:
入门
[问题叙述]:
想画香港地图但是出现OVER QUERY LIMIT, 输入其他城市也是同样情况, 但是当把
location换成国家的时候就没有这个问题
[程式范例]:
library(ggmap)
library(ggplot2)
map <- get_map(location = "Hong Kong", zoom = 10, scale = 2, maptype =
"roadmap", source = "google", force = ifelse(source == "google", TRUE, TRUE),
messaging = FALSE, urlonly = FALSE, filename = "ggmapTemp", crop = TRUE,
color = "color", language = "en-EN", api_key)
以下是error:
Error in data.frame(ll.lat = ll[1], ll.lon = ll[2], ur.lat = ur[1], ur.lon =
ur[2]) : arguments imply differing number of rows: 0, 1 In addition: Warning
message: geocode failed with status OVER_QUERY_LIMIT, location = "Hong Kong"
试过用geocodeQueryCheck() 来查是否超过2500的上限, 但结果显示还有24xx的限额
请问可以如何画出城市的地图, 谢谢
[关键字]:
地图
=====================