Go to file
Vladimir Agafonkin fcd656d6bc Merge branch 'master' into stable
* master:
  break line to fix jshint
  fix fakeStop in IE<9, close #1850 hopefully
  better formatting in travis.yml
  put travis sciprts as one line for and conditions to work
  Add a few more featuregroup tests and fix regression of removeLayer.
  don't do travis artifacts stuff for pull req branches
  PosAnimation tests
  Stop animation if can't get position from current style
  do not animate zoom if nothing to animate yet, close #1484, close #1845
  Stop transition if element is outside fo the DOM
2013-07-12 14:29:33 +03:00
build move all tap hacks code into a separate handler, close #1781 2013-06-24 18:17:25 -04:00
debug Replace explicit z-index with DOM reordering 2013-06-28 09:55:17 -04:00
dist remove build JS in dist, update readme, close #1354 2013-07-10 17:18:59 +03:00
spec Add a few more featuregroup tests and fix regression of removeLayer. 2013-07-12 10:13:25 +12:00
src Merge branch 'master' into stable 2013-07-12 14:29:33 +03:00
.gitignore add mailmap to gitignore 2013-05-19 13:26:38 +03:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml better formatting in travis.yml 2013-07-12 12:17:21 +03:00
CHANGELOG.md do not animate zoom if nothing to animate yet, close #1484, close #1845 2013-07-11 15:59:13 +03:00
CONTRIBUTING.md update docs section in contributing guide 2013-06-25 16:25:21 -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 add info about name, minor updates 2013-06-28 17:21:40 -04:00
README.md remove build JS in dist, update readme, close #1354 2013-07-10 17:18:59 +03: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 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 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!

P.S. If you're looking for Leaflet downloads (including the built master version), check out the Leaflet Download Page.

Build Status