Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 588 Bytes

Leaflet.DoubleRightClickZoom

Plugin for Leaflet that adds an interaction handler that allows the map to be zoomed out by double right click.

Demo

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.