R/basemapLayers.R
Adds a ArcGIS Basemap layer
addEsriBasemapLayer(map, key, autoLabels = FALSE, layerId = NULL, group = NULL, options = NULL)
map | The leaflet map |
---|---|
key | ID of the layer |
autoLabels | whether to show corresponding labels layer |
layerId | Unique ID for the layer |
group | The group this layer belongs to. |
options | Basemap Layer Options. You can pass |
leaflet() %>% addEsriBasemapLayer(esriBasemapLayers$Oceans, autoLabels = TRUE)