Go to file
2013-02-04 09:51:27 +13:00
build don't require testacular for other jake tasks 2013-01-31 13:17:42 +02:00
debug cleanup leaflet-include.js 2013-01-31 12:59:41 +02:00
dist update build 2013-01-31 17:59:13 +02:00
spec More CircleMarker tests, move them where they should be. 2013-02-04 09:49:37 +13:00
src Make setRadius and updateStyle({radius: 123 }) work. 2013-02-04 09:51:27 +13:00
.gitignore add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
.travis.yml travisci integration 2013-02-01 11:04:33 -02:00
CHANGELOG.md update build and changelog 2013-01-23 15:45:45 +02:00
CONTRIBUTING.md minor contribution guide update 2013-01-31 13:25:18 +02:00
Jakefile.js minor comment fixes 2013-02-01 15:17:11 +02:00
LICENSE udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
package.json cleanup package.json 2013-02-01 17:21:52 +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