Extends the default leaflet scale control based on jtreml/leaflet.customscale a scale control displaying the scale in nautical miles
bower install --save leaflet.nauticscale
npm install --save leaflet.nauticscale
map.addControl(new L.Control.ScaleNautic({
metric: false,
imperial: false,
nautic: true
}));
Note: there is a React wrapper for this component in following repo, it is not maintained by the author of this repo: https://github.com/LockBlock-dev/react-leaflet-nauticsale