Skip to content

leaflet 2.2.0

Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 31 Aug 17:23
9b1a59e

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 for leaflet() are included in the dependencies 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() in addRasterImage() for a SpatRaster object. (#869)