Go to file
2013-01-07 15:01:07 +01:00
_layouts front page cleanup and improvements 2012-12-20 17:57:21 +02:00
_posts update blogpost 2012-10-25 15:44:59 +03:00
build add CRS.Simple to the build 2012-10-31 02:13:42 +02:00
debug merge master 2012-11-07 18:48:38 +02:00
dist Add zoom to leaflet-popup-content-wrapper to fix popup style in IE7. Fixes #1114 2012-11-03 11:52:57 +13:00
docs front page cleanup and improvements 2012-12-20 17:57:21 +02:00
examples fix choropleth example in Opera more 2012-08-08 14:23:19 +03:00
spec fix Circle getBounds, closes #1068 2012-10-15 11:39:07 +03:00
src more whitespace fixes 2012-11-07 18:46:59 +02:00
_config.yml more files to ignore by Jekyll 2012-07-19 11:12:10 +03:00
.gitignore merge master 2012-11-07 18:48:38 +02: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 add Path closePopup method, fix a couple of issues 2012-10-31 15:34:19 +02:00
CNAME update CNAME with leafletjs.com 2012-10-26 11:37:06 +03:00
CONTRIBUTING.md improve contributing guide and fix readme 2012-10-31 16:49:14 +02:00
download.md fix link on download page to 0.4.5 2012-10-26 10:04:22 +03:00
examples.md add 0.4.3 blog post, minor tutorials update 2012-08-07 18:09:59 +03:00
features.html update features 2012-07-27 18:34:24 +03:00
index.md front page cleanup and improvements 2012-12-20 17:57:21 +02: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
plugins.md Added geoCSV plugin for Leaflet 2013-01-03 11:01:43 +01:00
README.md improve contributing guide and fix readme 2012-10-31 16:49:14 +02:00
reference-tpl.html update docs snippets 2012-07-19 11:39:36 +03:00
reference.html Remove LatLng from the Bounds documentation 2013-01-07 15:01:07 +01: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 devepers 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!