Plugin for Leaflet that adds an interaction handler that allows the map to be zoomed out by double right click.
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
});
This software is released under the MIT licence.