From 56fdf437ed7f328ead342a6b9bf6dd99c1b6125e Mon Sep 17 00:00:00 2001 From: cpsievert Date: Mon, 25 Mar 2024 22:01:02 +0000 Subject: [PATCH] Built site for leaflet: 2.2.2@8b336f4 --- articles/basemaps.html | 24 +++++++++---------- articles/choropleths.html | 24 +++++++++---------- articles/colors.html | 16 ++++++------- articles/extending.html | 4 ++-- articles/json.html | 12 +++++----- articles/leaflet.html | 4 ++-- articles/legends.html | 8 +++---- articles/markers.html | 32 ++++++++++++------------- articles/morefeatures.html | 48 +++++++++++++++++++------------------- articles/popups.html | 16 ++++++------- articles/projections.html | 8 +++---- articles/raster.html | 4 ++-- articles/shapes.html | 12 +++++----- articles/showhide.html | 12 +++++----- articles/widget.html | 8 +++---- pkgdown.yml | 2 +- 16 files changed, 117 insertions(+), 117 deletions(-) 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)

-
- +
+