diff --git a/articles/basemaps.html b/articles/basemaps.html index 3424a21e8..f8906ec85 100644 --- a/articles/basemaps.html +++ b/articles/basemaps.html @@ -117,8 +117,8 @@
m %>% addProviderTiles(providers$Stadia.StamenToner)
+ +- -m %>% addProviderTiles(providers$CartoDB.Positron)
- - + ++ +- -m %>% addProviderTiles(providers$Esri.NatGeoWorldMap)
Note that some tile set providers require you to register; see the project + +
Note that some tile set providers require you to register; see the project page for more information. You can pass access tokens/keys, and other options, to the tile provider by populating the
options
argument with the @@ -171,8 +171,8 @@WMS Tiles= WMSTileOptions(format = "image/png", transparent = TRUE), attribution = "Weather data © 2012 IEM Nexrad" )