Go to file
Vladimir Agafonkin c247dfdb2c Merge pull request #1537 from dotCypress/master
Popup close button fix
2013-03-28 13:35:11 -07:00
build fix jshint 1.1.0 errors, update deps and build 2013-03-07 17:39:55 +02:00
debug update cloudmade API key on all debug pages 2013-03-22 16:27:07 +02:00
dist update build again 2013-03-28 11:11:46 +02:00
spec Add another events test and fix from @iirvine 2013-03-15 13:53:03 +13:00
src Merge pull request #1537 from dotCypress/master 2013-03-28 13:35:11 -07: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 fix moveend not always firing on drag 2013-03-28 11:10:44 +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 update jake (prev version was having some problems building Leaflet) 2013-03-28 11:10:25 +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