Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 592 Bytes

Leaflet.BorderPan

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

Usage

<script type="text/javascript" src="js/Map.BorderPan.js"></script>
var map = new L.Map('map', {borderPan: true, borderPanOffset: 300, borderWidth: 100});

License

This work is licensed under a Creative Commons Attribution 3.0 Unported License.