Go to file
Vagrant 88ba9dd0c8 Merge branch 'master' of git://github.com/Leaflet/Leaflet
* 'master' of git://github.com/Leaflet/Leaflet:
  Escape URI component in getParamString
  update build and changelog
  hasLayer not checking for null Return false when checking for a null object in L.Map.hasLayer, in response to issue #1282.
  Fix js typo
  Add hasLayer to LayerGroup Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer.
  condition on one line
  Revert "whitespace fix?"
  whitespace fix?
  whitespace again
  Trying to fix whitespace
  Simplify features check
  Handle arrays of feature collections
2013-01-30 10:56:22 -02:00
build Update build/build.js 2012-12-26 15:21:10 -02:00
debug Remove click handler with onRemove 2013-01-12 16:55:13 -05:00
dist update build and changelog 2013-01-23 15:45:45 +02:00
spec testacular port 2013-01-20 05:04:06 -02:00
src Merge pull request #1317 from yohanboniface/escape_uri_component 2013-01-27 12:37:32 -08:00
.gitignore add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
CHANGELOG.md update build and changelog 2013-01-23 15:45:45 +02:00
CONTRIBUTING.md Add missing "be" to CONTRIBUTING.md 2013-01-11 14:12:37 +02:00
Jakefile.js refactor build scripts, cleanup 2012-12-17 19:15:19 +02:00
LICENSE udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
README.md Oops, revert accidental commit 2013-01-14 00:42:15 +02: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!