Go to file
Vladimir Agafonkin 5e4cfc5b68 Merge pull request #1810 from JasonSanford/gh-pages
A few more details about base layers in the layers control
2013-06-29 05:28:58 -07:00
_layouts fix facebook like button misposition 2013-06-25 10:14:11 -04:00
_posts fix typo 2013-06-28 17:10:45 -04:00
build move all tap hacks code into a separate handler, close #1781 2013-06-24 18:17:25 -04:00
debug merge master 2013-06-28 15:54:25 -04:00
dist update build 2013-06-28 16:46:11 -04:00
docs Clicking on trs will bring you there, icons on hover. Fixes #1793 2013-06-28 14:42:13 -04:00
examples Merge pull request #1810 from JasonSanford/gh-pages 2013-06-29 05:28:58 -07:00
spec Revert "Consistent mouse event propagation in Marker and Path" 2013-06-28 16:22:20 -04:00
src Revert "Consistent mouse event propagation in Marker and Path" 2013-06-28 16:22:20 -04:00
_config.yml fix jekyll 1.0 config 2013-06-04 14:37:02 +03:00
.gitignore merge master 2013-06-11 17:04:49 +03:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml switch to Node 0.10 for Travis 2013-04-05 12:51:40 +03: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 remove change that didn't go into 0.6.2 2013-06-28 16:39:16 -04: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 update for 0.6.2 2013-06-28 15:50:32 -04:00
examples.md add 0.4.3 blog post, minor tutorials update 2012-08-07 18:09:59 +03:00
features.html website updates, release blog post 2013-06-26 11:05:57 -04:00
index.md bigger font and minor tweaks 2013-06-26 11:16:14 -04:00
Jakefile.js update Jakefile comment 2013-02-07 19:00:15 +02:00
LICENSE udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
package.json bump version in package.json 2013-06-28 15:48:06 -04:00
PLUGIN-GUIDE.md rename plugin authoring guide 2013-06-28 15:53:11 -04:00
plugins.md Add Leaflet.GroupedLayerControl to plugin list 2013-06-26 14:30:50 -04:00
README.md always show master branch image for Travis status 2013-04-05 12:08:25 +03:00
reference-tpl.html update docs snippets 2012-07-19 11:39:36 +03:00
reference.html Merge pull request #1810 from JasonSanford/gh-pages 2013-06-29 05:28:58 -07:00

Leaflet

Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin with a team of dedicated contributors. Weighing just about 27 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 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!

Build Status