问题描述
我正在使用带有 R 的 leaflet
包来生成交互式地图,我想使用 Google Maps 图层.但是,Google 地图不能作为函数 addProviderTiles
的参数使用.如何使用 R 添加这些 google 图层?
I'm using the leaflet
package with R to generate interactive maps and I would like to use the Google Maps layer. However Google Maps are not available as an argument of the function addProviderTiles
.How can I add these google layers with R ?
非常感谢!
推荐答案
你正在寻找一个 base地图来自谷歌地图.目前leaflet 支持 OpenStreetMap、MapQuestOpen、Stamen、Esri 和 OpenWeatherMap.如果您有权访问额外的地图,则可以使用 WMS 磁贴来提供您自己的制图.没有谷歌地图,抱歉.
You are looking for a base map of from Google maps. Currently leaflet supports OpenStreetMap, MapQuestOpen, Stamen, Esri and OpenWeatherMap. If you have access to extra mapping, you can use a WMS tile to serve your own cartography. No google maps, sorry.
这篇关于使用 R 添加谷歌瓷砖的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!