Go to file
Iván Sánchez Ortega 560e73bac5 Trying out Leafdoc comments in L.Marker
Added Leafdoc comments to Layer.js

Leafdoc comments for Popup, Layer

Leafdoc comments: L.Evented, inheritances, minor tilelayer

Leafdoc comments: gridlayer & tilelayer options

Leafdoc comments: tilelayer, marker drag

Typos

Leafdoc: switch to shorthand method params

Leafdoc: Switch to shorthands in marker drag, WMS.

Leafdoc: Vector layers

Leafdoc: Layer group, feature group, geojson

Leafdoc: LatLng, Point, Bounds, Icons.

Leafdoc: Controls.

Leafdoc: DOM & utils.

Leafdoc: "jake docs" now builds the documentation

Leafdoc: Commit actual templates instead of symlinks

Leafdoc: Fix broken build, have jake print out uglifyjs errors

Leafdoc: Several L.Map bits.

Leafdoc: Map handlers

Leafdoc: Map events, L.CRS, misc. fixes

Leafdoc: Fixed ordering of classes by using new leafdoc features

Leafdoc: Misc bits at the bottom of the docs

🍂doc: Map panes

🍂doc: CRSs, projections and their templates

🍂doc: miniclasses for map methods' options

Leafdoc: Cleanup L.Class, mark uninheritable sections, use Leafdoc 0.3.0

🍂doc: miniclasses for event types, bump to Leafdoc 1.0.0

🍂doc: Make linter happy after branch rebase

🍂doc: Tweaked headers for inherited stuff.

🍂doc: Tweaking section headers (white, padding, triangles)

Leafdoc: upgrade to 1.2, document SVG&Canvas, and misc bits

🍂doc: minor CSS tweaks, version in filename, typo.

Add missing bits - supersedes #4105, #4065, #4031

🍂doc: moved sections around, minor typos & fixes

Typo about LocationEvent
2016-04-02 15:59:39 +02:00
build Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
debug Initialize canvas dash on init. Check that canvas supports setLineDash. 2016-04-02 09:41:59 +02:00
dist Optimize PNG images with ZopfliPNG and pngquant 2016-01-03 15:09:37 +01:00
spec Make latLngBounds factory return an empty bounds with not argument 2016-04-02 11:27:56 +02:00
src Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
.eslintrc fix whitespace in comments 2015-09-25 15:37:07 +03:00
.gitignore Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
.npmignore tag npm publish with beta 2015-10-14 18:28:31 +03:00
.travis.yml come back to the old publishing approach with improvements 2015-10-14 19:16:05 +03:00
bower.json simplify bower setup, remove component 2015-10-26 19:25:39 +02:00
CHANGELOG.md add 0.7.7 entry in the changelog 2015-10-26 12:09:53 +02:00
CONTRIBUTING.md add contributor covenant code of conduct 2016-01-13 12:53:28 +02:00
FAQ.md Fix ESRI Imagery 404s 2015-04-23 13:59:38 -05:00
Jakefile.js Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
LICENSE Update year range to 2016 2016-01-16 07:42:01 +05:30
package.json Trying out Leafdoc comments in L.Marker 2016-04-02 15:59:39 +02:00
PLUGIN-GUIDE.md Add note about .gitignore/.npmignore to plugin guide 2016-01-22 12:35:47 +01:00
README.md de-intercap "Mapbox" 2015-12-16 19:41:40 -05: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