Go to file
2017-08-14 11:29:53 +02:00
build ensure copyright banner survives minification (#5682) 2017-08-06 10:47:25 +02:00
debug feat(Marker.Drag): autoPan implementation (#5651) 2017-08-09 14:18:13 +02:00
dist add 'overflow-x: hidden' to .leaflet-control-layers-scrollbar (#5691) 2017-08-06 14:06:21 +02:00
docs doc wms: replace http://demo.opengeo.org/ with https://demo.boundlessgeo.com/ (#5712) 2017-08-14 11:29:53 +02:00
spec feat(Marker.Drag): autoPan implementation (#5651) 2017-08-09 14:18:13 +02:00
src Add documentation for PolyLine.closestLayerPoint (#5701) 2017-08-11 10:32:29 -07:00
.gitignore Merge branch 'gh-pages' into master-docs 2016-08-18 11:27:28 +02:00
.travis.yml fix non-extendable objects regression of 1.1.0 2017-07-27 11:03:51 +03:00
bower.json ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00
CHANGELOG.md 'issue' does not work on github links, it is 'issues' (#5698) 2017-08-09 09:06:01 +02:00
CONTRIBUTING.md Add other h2 headers to ToC (#5448) 2017-04-12 11:12:41 +02:00
FAQ.md Correct Here Maps URL (#5482) 2017-04-26 16:37:15 +02:00
ISSUE_TEMPLATE.md Suggest stackoverflow or gis stackexchange for asking questions 2017-04-03 15:05:01 +02:00
Jakefile.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00
LICENSE Update year range to 2016 2016-01-16 07:42:01 +05:30
package.json Bump version to 1.2.0 2017-08-08 15:46:32 +02:00
PLUGIN-GUIDE.md Small typo in PLUGIN-GUIDE.md (#5524) 2017-05-21 23:18:30 +02:00
README.md Update README.md: Leaflet 1.0.0 weights 37KiB, not 33KiB 2016-09-29 12:46:46 +02:00
RELEASE.md Add step to release checklist 2017-08-10 14:34:01 +02:00

Leaflet

Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 37 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