A zoom slider widget for Leaflet
Tested with Chrome, IE 7-9 and Firefox.
Also see Leaflet.Pancontrol
- 0.4 — tracks Leaflet 0.4.x and should be stable.
- 0.5 — tracks Leaflet 0.5.x and should be stable.
- 0.6 — tracks Leaflet 0.6.x and should be stable.
- master — tracks Leaflet master and can be considered unstable (but please file bugs!).
Install the needed dependencies:
$ git submodule update --init
$ npm install
$ open spec/index.html # xdg-open on Linux
$ brew install phantomjs # or get it from http://phantomjs.org/
$ npm install -g grunt-cli
$ grunt test