Skip to content

slara/Leaflet.BorderPan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Leaflet plugin to pan by clicking on map borders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published