You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basemaps.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Alternatively, many popular free third-party basemaps can be added using the `ad
22
22
As a convenience, leaflet also provides a named list of all the third-party tile providers that are supported by the plugin. This enables you to use auto-completion feature of your favorite R IDE (like RStudio) and not have to remember or look up supported tile providers; just type `providers$` and choose from one of the options. You can also use `names(providers)` to view all of the options.
23
23
24
24
```{r fig.height=1.25}
25
-
m %>% addProviderTiles(providers$Stamen.Toner)
25
+
m %>% addProviderTiles(providers$Stadia.StamenToner)
26
26
m %>% addProviderTiles(providers$CartoDB.Positron)
27
27
m %>% addProviderTiles(providers$Esri.NatGeoWorldMap)
28
28
```
@@ -53,7 +53,7 @@ You aren't restricted to using a single basemap on a map; you can stack them by
0 commit comments