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 @@

Default (OpenStreetMap) Tileslibrary(leaflet) m <- leaflet() %>% setView(lng = -71.0589, lat = 42.3601, zoom = 12) m %>% addTiles() -
- +
+

Third-Party Tiles @@ -137,14 +137,14 @@

Third-Party Tiles
 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" )

-
- +
+

Combining Tile Layers @@ -186,8 +186,8 @@

Combining Tile Layers addProviderTiles(providers$Stadia.StamenTonerLines, options = providerTileOptions(opacity = 0.35)) %>% addProviderTiles(providers$Stadia.StamenTonerLabels)

-
- +
+