Go to file
Vladimir Agafonkin 116671fa55 Merge pull request #1013 from fdlk/set-radius-in-style
radius is part of CircleMarker style so should be changeable in using setStyle();
2013-01-11 08:43:18 -08:00
build Update build/build.js 2012-12-26 15:21:10 -02:00
debug pass the clicked obj, not the map. 2012-12-27 15:37:57 -05:00
dist Merge pull request #1216 from moonlite/better-zoomcontrol-borders-take2 2013-01-11 08:40:05 -08:00
spec handling no existingUrl scenario 2012-12-27 14:39:19 -05:00
src Merge pull request #1013 from fdlk/set-radius-in-style 2013-01-11 08:43:18 -08:00
.gitignore add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
CHANGELOG.md update link to the new repo location 2013-01-11 13:42:15 +02:00
CONTRIBUTING.md Add missing "be" to CONTRIBUTING.md 2013-01-11 14:12:37 +02:00
Jakefile.js refactor build scripts, cleanup 2012-12-17 19:15:19 +02:00
LICENSE update license year 2013-01-11 13:42:01 +02:00
README.md update link to the new repo location 2013-01-11 13:42:15 +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!