leaflet-betterscale

1.0.0 • Public • Published

leaflet-betterscale

A better scalebar for leaflet maps that is more GIS-like with alternating black/white bars.

Example

https://daniellsu.github.io/leaflet-betterscale/

All that is required is to include the CSS, the JS and the following line of code:

Simple example

var map = L.map('map').setView([30.182505,-93.318665], 12);        
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {    
		maxZoom: 18,
		attribution:'&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.control.betterscale().addTo(map);

Options

  • The options are the exact same as the leaflet built-in scale control, L.Control.Scale().

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i leaflet-betterscale

      Weekly Downloads

      46

      Version

      1.0.0

      License

      none

      Unpacked Size

      7.39 kB

      Total Files

      5

      Last publish

      Collaborators

      • novastream