c59e8b3239
Firefox Mobile (née Fennec) has a bug that sets Event.shiftKey to true even though the shift key is not depressed: https://bugzilla.mozilla.org/show_bug.cgi?id=694268 As a workaround, ignore whether the shift key is depressed for touch-enabled browsers. This breaks Leaflet’s drag-zoom, but besides being awkward I’m unsure it consistently worked on other touch-enabled browsers (did not work for me on Android 2.3 devices w/ Bluetooth keyboard). |
||
---|---|---|
build | ||
debug | ||
dist | ||
lib | ||
spec | ||
src | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
Leaflet is a modern, lightweight BSD-licensed JavaScript library for making tile-based interactive maps for both desktop and mobile web browsers, developed by CloudMade to form the core of its next generation JavaScript API.
It is built from the ground up to work efficiently and smoothly on both platforms, utilizing cutting-edge technologies included in HTML5. Its top priorities are usability, performance and small size, A-grade browser support, flexibility and easy to use API. The OOP-based code of the library is designed to be modular, extensible and very easy to understand.
Check out the website for more information: leaflet.cloudmade.com
Contributing to Leaflet
Let's make the best open-source library for maps that can possibly exist! Please send your pull requests to Vladimir Agafonkin (Leaflet maintainer) - we'll be happy to accept your contributions! List of Leaflet contributors