Double right click zoom out for LeafletJS
npm install leaflet.rightclickzoomPlugin 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.
```javascript```
var map = L.map('map', {
doubleRightClickZoom: true
});