1.1.0 • Published 7 years ago

leaflet.nauticscale v1.1.0

Weekly downloads
11
License
BSD-2
Repository
github
Last release
7 years ago

Leaflet scale control in nautic miles

GitHub version Code Climate Build Status

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.nauticscale

NPM

npm install --save leaflet.nauticscale

Usage

map.addControl(new L.Control.ScaleNautic({
				metric: false,
				imperial: false,
				nautic: true
			}));
1.1.0

7 years ago

1.0.0

8 years ago