Go to file
Vladimir Agafonkin 40a824fc97 refactor TileLayer animation, fix #1140, #1437, #52, #1442
Refactored TileLayer animation so that it happens for each tile layer
independently instead of animating the parent of all tile layers. Moved
TileLayer animation code into a separate file (TileLayer.Anim.js).
Fixes loads of bugs and makes the code easier to understand.
2013-02-20 18:40:00 +02:00
build refactor TileLayer animation, fix #1140, #1437, #52, #1442 2013-02-20 18:40:00 +02:00
debug Merge pull request #1384 from snkashis/svg_clicks 2013-02-15 07:38:27 -08:00
dist Prevent tile dragging in webkit, close #1406 2013-02-19 18:22:04 +02:00
spec Merge pull request #1427 from jfirebaugh/should 2013-02-19 12:54:33 -08:00
src refactor TileLayer animation, fix #1140, #1437, #52, #1442 2013-02-20 18:40:00 +02:00
.gitignore test coverage initial commit 2013-02-02 05:29:20 -02:00
.travis.yml travisci integration 2013-02-01 11:04:33 -02:00
CHANGELOG.md update build and changelog 2013-02-17 21:14:23 +02:00
CONTRIBUTING.md Note about line endings in the contributing guide 2013-02-15 22:01:11 +02:00
Jakefile.js update Jakefile comment 2013-02-07 19:00:15 +02:00
LICENSE udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
package.json fix package.json version to make Travis happy 2013-02-07 22:31:44 +02:00
README.md add travis build status to readme 2013-02-01 15:48:56 +02:00

Leaflet

Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin with a team of dedicated contributors. Weighing just about 27 KB of gzipped JS code, it has all the features most developers ever need for online maps.

Leaflet is designed with simplicity, performance and usability in mind. It works efficiently across all major desktop and mobile platforms out of the box, taking advantage of HTML5 and CSS3 on modern browsers while being accessible on older ones too. It can also be extended with many plugins, has a beautiful, easy to use and well-documented API and a simple, readable source code that is a joy to contribute to.

For more information, check out the official website.

We're happy to meet new contributors. If you want to get involved with Leaflet development, check out the contribution guide. Let's make the best open-source library for maps that can possibly exist!

Build Status