88ba9dd0c8
* 'master' of git://github.com/Leaflet/Leaflet: Escape URI component in getParamString update build and changelog hasLayer not checking for null Return false when checking for a null object in L.Map.hasLayer, in response to issue #1282. Fix js typo Add hasLayer to LayerGroup Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer. condition on one line Revert "whitespace fix?" whitespace fix? whitespace again Trying to fix whitespace Simplify features check Handle arrays of feature collections |
||
---|---|---|
build | ||
debug | ||
dist | ||
spec | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Jakefile.js | ||
LICENSE | ||
README.md |
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!