Merge pull request #4085 from Leaflet/gh-pages-master
Dual 1.0 & 0.7 docs to gh-pages
This commit is contained in:
commit
97490a13cc
@ -472,6 +472,15 @@ The following plugins change the way that tile layers are loaded into the map.
|
|||||||
<a href="https://github.com/ebrelsford/">Eric Brelsford</a>
|
<a href="https://github.com/ebrelsford/">Eric Brelsford</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/TolonUK/Leaflet.EdgeBuffer">Leaflet.EdgeBuffer</a>
|
||||||
|
</td><td>
|
||||||
|
Buffer tiles beyond the edge of the viewport. <a href="http://www.tolon.co.uk/Leaflet.EdgeBuffer/comparison.html">Demo</a>.
|
||||||
|
</td><td>
|
||||||
|
<a href="https://github.com/TolonUK">Alex Paterson</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://github.com/ghybs/Leaflet.TileLayer.Fallback">Leaflet.TileLayer.Fallback</a>
|
<a href="https://github.com/ghybs/Leaflet.TileLayer.Fallback">Leaflet.TileLayer.Fallback</a>
|
||||||
|
6861
reference-1.0.0.html
Normal file
6861
reference-1.0.0.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,7 @@
|
|||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><b>[method]</b>( <nobr>argument</nobr>, <nobr>argument )</nobr></code></td>
|
<td><code><b>[method]</b>(<nobr><type></nobr> <i>argument</i>, <nobr><type> <i>argument</i>)</nobr></code></td>
|
||||||
<td><code>[return-type]</code></td>
|
<td><code>[return-type]</code></td>
|
||||||
<td>[description]</td>
|
<td>[description]</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -70,3 +70,20 @@
|
|||||||
<td>[description]</td>
|
<td>[description]</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<!-- events -->
|
||||||
|
|
||||||
|
<h3>Events</h3>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>Event</th>
|
||||||
|
<th>Data</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code><b>[name]</b></code></td>
|
||||||
|
<td><code><a href="[link]">[type]</a></code></td>
|
||||||
|
<td>[description]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
@ -6,6 +6,13 @@ bodyclass: api-page
|
|||||||
|
|
||||||
<h2>API Reference</h2>
|
<h2>API Reference</h2>
|
||||||
|
|
||||||
|
<p>This reference reflects <strong>Leaflet 0.7</strong>.</p>
|
||||||
|
|
||||||
|
<p>Docs for 1.0 are <a href='reference-1.0.0.html'>available here</a>.
|
||||||
|
|
||||||
|
Docs for 0.6 are available <a href="https://github.com/Leaflet/Leaflet/archive/gh-pages-0.6.zip">in the source form</a> (see <a href="https://github.com/Leaflet/Leaflet/blob/master/CONTRIBUTING.md#improving-documentation">instructions for running docs</a>).</p>
|
||||||
|
|
||||||
|
|
||||||
<div id="toc" class="clearfix">
|
<div id="toc" class="clearfix">
|
||||||
<div class="toc-col map-col">
|
<div class="toc-col map-col">
|
||||||
<h4>Map</h4>
|
<h4>Map</h4>
|
||||||
@ -125,8 +132,6 @@ bodyclass: api-page
|
|||||||
<!--<a href="#toc" id="back-to-top">↑</a>-->
|
<!--<a href="#toc" id="back-to-top">↑</a>-->
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<p>This reference reflects <strong>Leaflet 0.7</strong>.
|
|
||||||
Docs for 0.6 are available <a href="https://github.com/Leaflet/Leaflet/archive/gh-pages-0.6.zip">in the source form</a> (see <a href="https://github.com/Leaflet/Leaflet/blob/master/CONTRIBUTING.md#improving-documentation">instructions for running docs</a>).</p>
|
|
||||||
|
|
||||||
<h2 id="map-class">Map</h2>
|
<h2 id="map-class">Map</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user