Go to file
Vladimir Agafonkin ea9c1f6629 Merge pull request #2263 from alanshaw/gh-pages
Add link to leaflet-zoom-min plugin
2013-12-04 09:28:11 -08:00
_layouts and one more metadata fix 2013-11-18 18:29:29 +02:00
_posts minor post fix 2013-11-18 17:36:53 +02:00
build remove closure compiler instructions; close #2193 2013-11-15 16:35:25 +02:00
debug merge master 2013-11-15 18:40:36 +02:00
dist fix build and commit built 0.7 2013-11-15 18:41:40 +02:00
docs fix cursor on headings 2013-11-18 18:15:44 +02:00
examples proper title for GeoJSON example page 2013-11-14 19:34:49 +01:00
spec reimplement max bounds with proper zooming 2013-11-14 17:45:47 +02:00
src fix build and commit built 0.7 2013-11-15 18:41:40 +02:00
_config.yml fix jekyll 1.0 config 2013-06-04 14:37:02 +03:00
.gitignore remove builds from gitignore and add fresh ones 2013-07-17 19:50:04 +03:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml Upload individual asset artifacts 2013-07-15 09:10:40 -07:00
atom.xml rename leaflet.cloudmade.com -> leafletjs.com 2012-10-26 11:56:51 +03:00
blog.md final polishing 2012-07-30 11:17:10 +03:00
CHANGELOG.md update changelog [skip ci] 2013-11-14 18:39:40 +02:00
CNAME update CNAME with leafletjs.com 2012-10-26 11:37:06 +03:00
CONTRIBUTING.md update docs section in contributing guide 2013-06-25 16:25:21 -04:00
download.md fix download link 2013-11-18 17:56:33 +02:00
examples.md add 0.4.3 blog post, minor tutorials update 2012-08-07 18:09:59 +03:00
FAQ.md Add link to mbutil script 2013-11-08 12:59:27 -05:00
features.html update features page 2013-11-15 18:56:20 +02:00
index.md add post about 0.7 release and plans for future 2013-11-18 17:20:23 +02:00
Jakefile.js Fix build script on windows. 2013-11-13 09:53:07 +13:00
LICENSE udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
package.json fix version in package.json 2013-11-15 17:02:54 +02:00
PLUGIN-GUIDE.md add info about name, minor updates 2013-06-28 17:21:40 -04:00
plugins.md Add link to leaflet-zoom-min plugin 2013-12-04 17:19:08 +00:00
README.md fix readme link 2013-11-08 01:49:41 +02:00
reference-tpl.html update docs snippets 2012-07-19 11:39:36 +03:00
reference.html Spelling fix 2013-11-19 15:45:42 -06: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