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
danzel 72f4a43457
Document change in CHANGELOG.md
9 years ago
build upgrade deps and stricter eslint 9 years ago
debug Modify GridLayer update logic to run smoother on zoom pinch & flyTo anims. 9 years ago
dist Use border-box sizing for scale control (fix #3668) 9 years ago
spec Make sure mouse has an external relatedTarget on mouseout/over (fix #3797 #3708) 9 years ago
src bringToFront / bringToBack for popups. 9 years ago
.eslintrc fix whitespace in comments 9 years ago
.gitignore Build sourcemaps via magic-string 9 years ago
.npmignore Add .npmignore 12 years ago
.travis.yml fix the archive build artifact 9 years ago
CHANGELOG.md Document change in CHANGELOG.md 9 years ago
CONTRIBUTING.md Changed deprecated gem options on travis.yml and updated links on CONTRIBUTING.md 10 years ago
FAQ.md Fix ESRI Imagery 404s 10 years ago
Jakefile.js Use standard .eslintrc naming 10 years ago
LICENSE Happy new year :o) 10 years ago
PLUGIN-GUIDE.md fix a typo 9 years ago
README.md Use SVG version of Travis build status badge 10 years ago
package.json more strict eslinting 9 years ago

README.md

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