1.1.0 • Published 9 years ago
leaflet.nauticscale v1.1.0
Leaflet scale control in nautic miles
Extends the default leaflet scale control based on jtreml/leaflet.customscale a scale control displaying the scale in nautical miles
Package Repos
Bower
bower install --save leaflet.nauticscaleNPM
npm install --save leaflet.nauticscaleUsage
map.addControl(new L.Control.ScaleNautic({
metric: false,
imperial: false,
nautic: true
}));