Go to file
Mattias Bengtsson 6f1532f402 Fix for https://github.com/CloudMade/Leaflet/pull/623
There seems to be a timing bug though.
2012-11-18 22:07:27 +01:00
build add CRS.Simple to the build 2012-10-31 02:13:42 +02:00
debug Fix for https://github.com/CloudMade/Leaflet/pull/623 2012-11-18 22:07:27 +01:00
dist bg transparent for popup close button in CSS, closes #897 2012-11-18 18:03:08 +04:00
spec Fixed typos 2012-11-09 23:15:48 +00:00
src Fix for https://github.com/CloudMade/Leaflet/pull/623 2012-11-18 22:07:27 +01:00
.gitignore add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
CHANGELOG.md stop mousewheel propagation in layers control, related to #845 2012-11-14 16:50:04 +02:00
CONTRIBUTING.md use semantic linebreaks also in CONTRIBUTING.md 2012-11-15 11:58:09 +00:00
Jakefile.js update website link, update build 2012-11-02 15:16:17 +02:00
LICENSE update license year 2012-10-31 12:42:23 +02:00
README.md Use [semantic linebreaks](http://rhodesmill.org/brandon/2012/one-sentence-per-line/) 2012-11-15 11:46:52 +00:00

Leaflet

Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin of CloudMade 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!