Go to file
Andrew Kirkegaard df2ef42fe4 getLayer by id.
2013-05-04 16:16:36 -05:00
build define Leaflet as an AMD module as well, close #1364 2013-04-23 13:20:19 +03:00
debug Update TouchZoomEmu with more crazy tests. Useful when debugging touch zoom behaviour 2013-04-15 11:54:43 +12:00
dist update build 2013-04-24 17:10:59 +03:00
spec Bounds-check array access in Polygon#initialize 2013-05-02 16:17:04 -07:00
src getLayer by id. 2013-05-04 16:16:36 -05:00
.gitignore Add the output of "jake test --cov" to gitignore. 2013-02-19 12:02:40 +13:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml switch to Node 0.10 for Travis 2013-04-05 12:51:40 +03:00
CHANGELOG.md major changelog update 2013-04-18 12:43:40 +03:00
CONTRIBUTING.md add ie and safari to jake test platforms 2013-04-20 13:44:31 +03: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 Add prepublish script to package.json 2013-04-08 11:25:32 -04:00
README.md always show master branch image for Travis status 2013-04-05 12:08:25 +03: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