Go to file
2015-11-27 18:22:05 +04:00
build simplify bower setup, remove component 2015-10-26 19:25:39 +02:00
debug L.DomUtil.getPosition should return a fallback value (for VML in IE8) 2015-11-09 12:40:21 +01:00
dist Use border-box sizing for scale control (fix #3668) 2015-10-08 12:14:25 +02:00
spec Merge pull request #4040 from Leaflet/gridlayer-pixelbounds 2015-11-23 23:48:31 +02:00
src Merge pull request #4046 from RLRR/pan-anim-round-newpos 2015-11-24 12:54:55 +02:00
.eslintrc fix whitespace in comments 2015-09-25 15:37:07 +03:00
.gitignore Build sourcemaps via magic-string 2015-08-10 15:29:00 +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 Replaced Google Group by Stack Overflow and GIS SE links 2015-11-27 18:22:05 +04:00
FAQ.md Fix ESRI Imagery 404s 2015-04-23 13:59:38 -05:00
Jakefile.js Use standard .eslintrc naming 2015-02-26 11:29:42 +01:00
LICENSE Happy new year :o) 2015-01-02 01:23:44 +01:00
package.json simplify bower setup, remove component 2015-10-26 19:25:39 +02:00
PLUGIN-GUIDE.md fix a typo 2015-09-28 21:07:57 +02:00
README.md Use SVG version of Travis build status badge 2015-01-24 11:23:23 +01:00

Leaflet

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