Go to file
2013-10-29 11:36:42 +01:00
build Rename MsTouch to Pointer 2013-10-04 15:07:30 +13:00
debug Test for dragging and worldCopyJump added 2013-08-17 13:20:12 +02:00
dist fix incorrect scale control on pages with border-box-sizing, close #2006 2013-09-13 17:51:11 +03:00
spec Make Mocha ingore leaks, spaces -> tabs 2013-10-29 11:36:42 +01:00
src Merge pull request #2117 from danzel/fix-2094 2013-10-23 04:36:51 -07: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 [skip ci] 2013-10-08 17:59:50 +03: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 Changed main module file to use un-minified version. 2013-10-20 16:57:46 +02:00
PLUGIN-GUIDE.md add info about name, minor updates 2013-06-28 17:21:40 -04:00
README.md remove build JS in dist, update readme, close #1354 2013-07-10 17:18:59 +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 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 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!

P.S. If you're looking for Leaflet downloads (including the built master version), check out the Leaflet Download Page.

Build Status