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
}));