Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在 Mapview 中加载点时,基本地图将出现在正确位置的中心,但点不会出现。下面是我尝试查看预加载的 Breweries 数据集时的样子。任何想法都非常感谢!
library(mapview) mapview(breweries)
CartoDB.positron 底图以维尔茨堡/纽伦堡为中心,但没有啤酒厂点:
也许您的图像不是交互式的?在这种情况下,您应该能够在运行时仍然看到这些点(但鼠标悬停时没有变化):
library(mapview) mapviewOptions(fgb = FALSE) mapview(breweries)