leaflet.measurecontrol
Advanced tools
Weekly downloads
Readme
Leaflet control to mesure distances on the map.
Requires Leaflet.Draw
Check out the demo
npm install leaflet.measurecontrol
As map option :
var map = L.map('map', {measureControl:true});
Or like any control :
L.Control.measureControl().addTo(map);
npm install # install dependancies
npm run release # minify js and copy sources in docs (example)
FAQs
Leaflet control to mesure distances on the map.
The npm package leaflet.measurecontrol receives a total of 536 weekly downloads. As such, leaflet.measurecontrol popularity was classified as not popular.
We found that leaflet.measurecontrol demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.