Go to file
Yohan Boniface d53a0a9779 Allow to use console in tests
This prevents us from adding /* eslint no-console: 0 */ each time
we need to use console.log/trace for debugging.

This also means that we will not be blocked if we forget a console
in the tests before commiting, but this should also happen while using
the inline "no-console" config, and given that this only affects tests
files, I think the confort of being able to use console easily worths
the risk of pushing a console in the tests files.
2015-03-07 12:48:46 +01:00
build Use standard .eslintrc naming 2015-02-26 11:29:42 +01:00
debug ;; 2015-02-21 22:59:37 +02:00
dist Stricter selectors for will-change properties 2015-02-06 15:50:24 -08:00
spec Allow to use console in tests 2015-03-07 12:48:46 +01:00
src Merge pull request #3275 from Jakobud/bug/keyboard-event-prevent-map-refocus 2015-03-05 18:48:15 +02:00
.eslintrc add indent eslint rule and fix some whitespace 2015-03-01 12:01:28 +02:00
.gitignore add publish script for component and bower 2014-03-19 20:29:41 -04:00
.npmignore Add .npmignore 2013-04-14 13:22:58 -07:00
.travis.yml Changed deprecated gem options on travis.yml and updated links on CONTRIBUTING.md 2015-02-14 15:12:44 +03:00
CHANGELOG.md add 0.7.3 changelog 2014-05-23 12:23:46 +03:00
CONTRIBUTING.md Changed deprecated gem options on travis.yml and updated links on CONTRIBUTING.md 2015-02-14 15:12:44 +03:00
FAQ.md Changed language referring to layers 2014-07-05 20:17:57 -07:00
Jakefile.js Use standard .eslintrc naming 2015-02-26 11:29:42 +01:00
LICENSE Happy new year :o) 2015-01-02 01:23:44 +01:00
package.json add indent eslint rule and fix some whitespace 2015-03-01 12:01:28 +02:00
PLUGIN-GUIDE.md Update PLUGIN-GUIDE.md 2015-02-26 15:58:22 +01:00
README.md Use SVG version of Travis build status badge 2015-01-24 11:23:23 +01: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