-
{leaflet}
is now licensed under the MIT license (was GPL-2) (#958). -
{leaflet}
no longer install{sp}
by default and attempts to convert object to sf internally before creating a map and warns when it fails conversion (@olivroy, #942). -
The
breweries91
,atlStorms2005
, andgadmCHE
datasets are now{sf}
objects (@olivroy, #944). -
Color palette improvements. All color palette functions now support all
{viridisLite}
palettes ("magma", "inferno", "plasma", "viridis", "cividis", "rocket", "mako", and "turbo") (@jack-davison, #924). -
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 chosenprovider
does not match any currently loaded provider (by default, those inproviders
). This behaviour can be toggled off by setting the newcheck
argument toFALSE
(@jack-davison, #929)