Go to file
Yohan Boniface 5dfc3364d1 Allow to make screenshots in Phantomjs (#4705)
* Load CSS in PhantomJS

* Allow to take screenshot in PhantomJS while running tests

For that, one need to run this call:

    window.top.callPhantom({'render': 'screenshot.png'});

* Make PhantomJS serve images

* Bonus: those tests now passe in Phantom too

* Add helper to make screenshot in tests

	takeScreenshot();

or

	takeScreenshot('path/to/screenshot.png');
2016-07-08 11:05:12 +02:00
build Allow to make screenshots in Phantomjs (#4705) 2016-07-08 11:05:12 +02:00
debug maxbounds example fixes (#4680) 2016-06-28 15:14:24 +02:00
dist Use pointer-events: visiblePainted as fallback for IE <11 (#4690) 2016-07-01 11:14:13 +02:00
spec Allow to make screenshots in Phantomjs (#4705) 2016-07-08 11:05:12 +02:00
src Make L.Handler.enable/disable return this (#4708) 2016-07-05 12:12:51 +02:00
.gitignore Add debug/local in .gitignore 2016-04-02 19:36:22 +02:00
.npmignore tag npm publish with beta 2015-10-14 18:28:31 +03:00
.travis.yml update deps and bump travis node version 2016-04-18 11:15:46 +03:00
bower.json Remove images from Bower's main field (#4481) 2016-04-22 18:28:25 +03:00
CHANGELOG.md 1.0.0-rc1 changelog (cf #4379) (#4383) 2016-04-18 09:14:37 +02:00
CONTRIBUTING.md Update notes about contributing to the API docs (#4470) 2016-04-20 13:31:13 +02:00
FAQ.md docstrings: Fix getEvents() description, update FAQ (#4625) 2016-06-06 15:42:46 +02:00
Jakefile.js remove unnecessary lint args, close #4613 2016-06-01 20:05:11 +03:00
LICENSE Update year range to 2016 2016-01-16 07:42:01 +05:30
package.json limit ESLint to project folder (#4654) 2016-06-18 23:51:21 -07:00
PLUGIN-GUIDE.md Add note about .gitignore/.npmignore to plugin guide 2016-01-22 12:35:47 +01:00
README.md fix logo 2016-07-01 23:21:16 +03:00

Leaflet

Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 33 KB of gzipped JS code, it has all the mapping features most developers ever need.

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