Leaflet control to mesure distances on the map.
Requires Leaflet.Draw
Check out the demo
As map option :
var map = L.map('map', {measureControl:true});
Or like any control :
L.Control.measureControl().addTo(map);
- Gilles Bassière
Leaflet control to mesure distances on the map.
Requires Leaflet.Draw
Check out the demo
As map option :
var map = L.map('map', {measureControl:true});
Or like any control :
L.Control.measureControl().addTo(map);