Go to file
2013-11-08 16:55:43 +02:00
build Rename MsTouch to Pointer 2013-10-04 15:07:30 +13:00
debug remove leaflet.ie.css inclusion in all debug pages 2013-11-08 16:44:14 +02:00
dist move old IE styles to leaflet.css, ditch leaflet.ie.css, close #2159 2013-11-08 16:44:14 +02:00
spec jshinting and major clean up of specs code, ref #2151 2013-11-07 23:54:33 +02:00
src move old IE styles to leaflet.css, ditch leaflet.ie.css, close #2159 2013-11-08 16:44:14 +02:00
.gitignore add mailmap to gitignore 2013-05-19 13:26:38 +03:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml Upload individual asset artifacts 2013-07-15 09:10:40 -07:00
CHANGELOG.md update changelog regarding ie support [skip ci] 2013-11-08 16:55:43 +02:00
CONTRIBUTING.md update docs section in contributing guide 2013-06-25 16:25:21 -04:00
FAQ.md FAQ spelling 2013-10-11 08:43:02 +13: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 deps 2013-11-06 21:11:53 +02:00
PLUGIN-GUIDE.md add info about name, minor updates 2013-06-28 17:21:40 -04:00
README.md fix readme link 2013-11-08 01:49:41 +02:00

Leaflet

Leaflet is an open source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin of MapBox with a team of dedicated contributors. Weighing just about 30 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 be extended with a huge amount of 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 info, docs and tutorials, check out the official website.
For Leaflet downloads (including the built master version), check out the download page.

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 mapping library that will ever exist, and push the limits of what's possible with online maps!

Build Status