Skip to content

Extension Leaflet 0.9.1

Compare
Choose a tag to compare
@lowzonenose lowzonenose released this 17 Aug 10:03
· 1731 commits to develop since this release

17/08/2017 : 0.9.1 release of the Geoportal Extension for Leaflet

Summary

Leaflet 1.2.0 has been released, so it's the default version of the Geoportal Extension for Leaflet.

This leaflet release fixes non-extendable objects regression of 1.1.0, and the incompatibility between Leaflet 1.1.0 and Leaflet-Draw #739.

Posted on 08 August 2017 by Per Liedman

Leaflet 1.2.0 has just been released. The major reason for this release is to address an unfortunate regression in the 1.1.0 release, causing trouble with several plugins. Traditionally, Leaflet plugins has altered and added
to Leaflet’s namespace (the L global), something which is no longer allowed after Leaflet was rebuilt on ES6
modules (an imported module is read-only). To preserve backwards compatibility, we have made aworkaround
to make the Leaflet namespace and its contents mutable again.

So, you can use the widget ReverseGeocoding and ElevationPath with this newer release of Leaflet...