You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
javi 5c059e7470
fixed polygon and multipolygon creation from GeoJSON
12 years ago
build fix jshint 1.1.0 errors, update deps and build 12 years ago
debug Merge pull request #1471 from snkashis/drag_handling 12 years ago
dist fix jshint 1.1.0 errors, update deps and build 12 years ago
spec Add layerGroup#getLayers and tests. Fixes #1460 12 years ago
src fixed polygon and multipolygon creation from GeoJSON 12 years ago
.gitignore test coverage initial commit 12 years ago
.travis.yml travisci integration 12 years ago
CHANGELOG.md update changelog and build 12 years ago
CONTRIBUTING.md Note about line endings in the contributing guide 12 years ago
Jakefile.js update Jakefile comment 12 years ago
LICENSE udpate copyright to be more precise 12 years ago
README.md add travis build status to readme 12 years ago
package.json fix jshint 1.1.0 errors, update deps and build 12 years ago

README.md

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