leaflet.rightclickzoom
v1.0.2
Published
Double right click zoom out for LeafletJS
Downloads
233
Readme
Leaflet.DoubleRightClickZoom
Plugin for Leaflet that adds an interaction handler that allows the map to be zoomed out by double right click.
Usage
Double right click zoom is enabled automatically simply through including
the plugin or can be controlled explicitly with the doubleRightClickZoom
map option.
var map = L.map('map', {
doubleRightClickZoom: true
});
License
This software is released under the MIT licence.