Go to file
2016-04-14 08:51:06 +02:00
build Finish @yohanboniface's job by replacing more 🍂s with @s 2016-04-02 20:50:27 +02:00
debug Workaround for flyTo bug 2016-04-02 21:12:40 +02:00
dist Make non-interactive markers not fire pointer events 2016-04-02 19:33:02 +02:00
spec Merge pull request #4404 from Leaflet/fix-4401 2016-04-08 17:50:13 +02:00
src fix capitalization in L.GridLayer.getContainer() doc (#4419) 2016-04-14 08:51:06 +02:00
.eslintrc fix whitespace in comments 2015-09-25 15:37:07 +03:00
.gitignore Add debug/local in .gitignore 2016-04-02 19:36:22 +02:00
.npmignore tag npm publish with beta 2015-10-14 18:28:31 +03:00
.travis.yml come back to the old publishing approach with improvements 2015-10-14 19:16:05 +03:00
bower.json simplify bower setup, remove component 2015-10-26 19:25:39 +02:00
CHANGELOG.md add 0.7.7 entry in the changelog 2015-10-26 12:09:53 +02:00
CONTRIBUTING.md Change simple test case link to the Leaflet JS Bin 2016-04-05 16:04:46 +02:00
FAQ.md Fix ESRI Imagery 404s 2015-04-23 13:59:38 -05:00
Jakefile.js Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
LICENSE Update year range to 2016 2016-01-16 07:42:01 +05:30
package.json Switch prosthetic-hand to 1.3.0 and use onStop callback 2016-04-02 17:55:22 +02:00
PLUGIN-GUIDE.md Add note about .gitignore/.npmignore to plugin guide 2016-01-22 12:35:47 +01:00
README.md remove silly personal links from the readme 2016-04-03 10:26:48 -07:00

Leaflet

Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 33 KB of gzipped JS code, it has all the mapping features most developers ever need.

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