leaflet 2.2.0
Features
-
Added support for SpatRaster and SpatVector objects from the terra package. (#728)
-
leaflet()
now uses jQuery 3.6.0 provided via the{jquerylib}
package. As a result of this change, the HTML dependencies forleaflet()
are included in thedependencies
item of the htmlwidget object it returns. (#817, #821)
Bug fixes and improvements
-
Use correct license in OpenStreetMap attribution. (#811)
-
Use
xfun::base64_uri()
for base64 encoding instead of markdown and base64enc. (#823) -
Remove dependencies on rgdal and rgeos. (#837)
-
Respect option scrollWheelZoom=FALSE. (#827)
-
Fixed #866: Correctly call
terra::has.RGB()
inaddRasterImage()
for aSpatRaster
object. (#869)