-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 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,
@@ -19,11 +18,10 @@ If you want to **get involved** with Leaflet development, check out the [contrib
Let's make the best mapping library that will ever exist,
and push the limits of what's possible with online maps!
-[](https://travis-ci.org/Leaflet/Leaflet)
+[](https://travis-ci.org/Leaflet/Leaflet)
- [Vladimir Agafonkin]: http://agafonkin.com/en
[contributors]: https://github.com/Leaflet/Leaflet/graphs/contributors
- [features]: http://leafletjs.com/features.html
+ [features]: http://leafletjs.com/#features
[plugins]: http://leafletjs.com/plugins.html
[well-documented]: http://leafletjs.com/reference.html "Leaflet API reference"
[source code]: https://github.com/Leaflet/Leaflet "Leaflet GitHub repository"
@@ -31,4 +29,4 @@ and push the limits of what's possible with online maps!
[contribute]: https://github.com/Leaflet/Leaflet/blob/master/CONTRIBUTING.md "A guide to contributing to Leaflet"
[official website]: http://leafletjs.com
[download page]: http://leafletjs.com/download.html
- [MapBox]: https://mapbox.com
+
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 00000000000..1d6eae1fedb
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,6 @@
+source: docs
+
+markdown: kramdown
+
+kramdown:
+ entity_output: as_input
diff --git a/_includes/frame.html b/_includes/frame.html
new file mode 100644
index 00000000000..c3e595c0cd0
--- /dev/null
+++ b/_includes/frame.html
@@ -0,0 +1,9 @@
+| + + |
| +See this example stand-alone. + |
- Select All | - Deselect All -
- -npm install -g jake
-npm install| CRS | +Description | +
|---|---|
{{name}} |
+ {{{markdown comments}}} | +
| Event | +Data | +Description | +
|---|---|---|
{{name}}
+ |
| Factory | +Description | +
|---|---|
{{name}}(
+ {{~#each params~}}
+ {{#if type}} |
+ {{{markdown comments}}} | +
| Function | +Returns | +Description | +
|---|---|---|
{{name}}(
+ {{~#each params~}}
+ {{#if type}} |
+ {{{type type}}} |
+ {{{markdown comments}}} | +
| Method | +Returns | +Description | +
|---|---|---|
{{name}}(
+ {{~#each params~}}
+ {{#if type}} |
+ {{{type type}}} |
+ {{{rawmarkdown comments}}} | +
| Option | +Type | +Default | +Description | +
|---|---|---|---|
{{name}} |
+ {{{type type}}}
+ | {{defaultValue}} |
+ {{{markdown comments}}} | +
| Pane | +Type | +Z-index | +Description | +
|---|---|---|---|
{{name}} |
+ {{{type type}}}
+ | {{defaultValue}} |
+ {{{markdown comments}}} | +
| Projection | +Description | +
|---|---|
{{name}} |
+ {{{markdown comments}}} | +
| Property | +Type | +Description | +
|---|---|---|
{{name}}
+ |