A Leaflet plugin to Pan on border click
event. It's useful when Dragging is not available (Some embedded systems with resistive touchscreen). Demo.
Tested with Leaflet 0.4.1, 0.5.1 and 0.6.2
<script type="text/javascript" src="js/Map.BorderPan.js"></script>
var map = new L.Map('map', {borderPan: true, borderPanOffset: 300, borderWidth: 100});
This work is licensed under a Creative Commons Attribution 3.0 Unported License.