diff --git a/news/index.html b/news/index.html index 759e9649..751df4e9 100644 --- a/news/index.html +++ b/news/index.html @@ -59,6 +59,7 @@
Updated vignettes to replace sp/raster usage with sf/terra and their corresponding examples. (@jack-davison, #928)
Updated vignettes to replace sp/raster usage with sf/`{terra} and their corresponding examples. (@jack-davison, #928)
addProviderTiles()
will now error if the chosen provider
does not match any currently loaded provider (by default, those in providers
). This behaviour can be toggled off by setting the new check
argument to FALSE
(@jack-davison, #929)
CRAN release: 2024-03-26
diff --git a/pkgdown.yml b/pkgdown.yml index 4b155950..50d1a6e4 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -18,7 +18,7 @@ articles: articles/shiny: shiny.html articles/showhide: showhide.html articles/widget: widget.html -last_built: 2024-08-07T17:09Z +last_built: 2024-08-07T20:01Z urls: reference: https://rstudio.github.io/leaflet/reference article: https://rstudio.github.io/leaflet/articles diff --git a/reference/addProviderTiles.html b/reference/addProviderTiles.html index 94dcd48e..53834cd8 100644 --- a/reference/addProviderTiles.html +++ b/reference/addProviderTiles.html @@ -66,7 +66,8 @@the name of the group the newly created layers should belong to
-(for clearGroup()
and addLayersControl()
purposes).
-Human-friendly group names are permitted–they need not be short,
-identifier-style names.
clearGroup()
and addLayersControl()
purposes). Human-friendly
+group names are permitted–they need not be short, identifier-style names.
tile options
Check that the specified provider
matches the available
+currently loaded leaflet providers? Defaults to TRUE
, but can be toggled
+to FALSE
for advanced users.
the tile layer options; see https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tilelayer