Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

leaflet-measure-ex

pierotofy422MIT3.0.7

Coordinate, linear, and area measure tool for Leaflet maps

leaflet, measure, measurement, control, coordinate, line, length, area, polygon, path, ex

readme

leaflet-measure-ex

This is a fork of leaflet-measure to include additional functionalities and callbacks.

More instructions to come soon.

changelog

leaflet-measure Changelog

3.0.3 (2018-02-19)

  • fixes error caused by canvas renderer:w

3.0.0 (2018-02-14)

  • Updated build from Grunt/Browserify to Webpack
  • Moves from jshint/jscs to ESLint
  • Reduced the number of external dependencies to get build down to under 40KB
  • Now using better maintained Turf.js instead of geocrunch for distance and area calculations.
  • Updates styles to better match the styles applied to .leaflet-bar. Previous styles were based on the Leaflet layer control.