update docs toc
This commit is contained in:
parent
3b625cef8f
commit
8fd1ee8d53
@ -134,6 +134,7 @@
|
||||
<li><a href="#control-zoom">Zoom</a></li>
|
||||
<li><a href="#control-attribution">Attribution</a></li>
|
||||
<li><a href="#control-layers">Layers</a></li>
|
||||
<li><a class="nodocs" href="#control-scale">Scale</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-3">
|
||||
@ -147,8 +148,9 @@
|
||||
<li><a href="#class">Class</a></li>
|
||||
<li><a href="#browser">Browser</a></li>
|
||||
<li><a href="#util">Util</a></li>
|
||||
<!-- <li><a class="nodocs" href="#">LineUtil</a></li>
|
||||
<li><a class="nodocs" href="#">PolyUtil</a></li> -->
|
||||
<li><a class="nodocs" href="#">Transformation</a></li>
|
||||
<li><a class="nodocs" href="#">LineUtil</a></li>
|
||||
<li><a class="nodocs" href="#">PolyUtil</a></li>
|
||||
</ul>
|
||||
<h4>DOM utility</h4>
|
||||
<ul>
|
||||
@ -157,10 +159,6 @@
|
||||
<li><a class="nodocs" href="#">Transition</a></li>
|
||||
<li><a class="nodocs" href="#">Draggable</a></li>
|
||||
</ul>
|
||||
<!-- <ul>
|
||||
<li><a class="nodocs" href="#">Transformation</a></li>
|
||||
<li><a class="nodocs" href="#">Projection.Mercator</a></li>
|
||||
</ul> -->
|
||||
</div>
|
||||
<div class="span-3 last">
|
||||
<h4>Interfaces</h4>
|
||||
@ -175,14 +173,14 @@
|
||||
|
||||
<h4>Misc</h4>
|
||||
<ul>
|
||||
<li><a href="#noconflict">noConflict</a></li>
|
||||
<li><a href="#version">version</a></li>
|
||||
<li><a href="#noconflict">noConflict</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p>This reference reflects Leaflet 0.4. You can find docs for the in-progress master version in <code>reference.html</code> of <a href="https://github.com/CloudMade/Leaflet/zipball/gh-pages-master">gh-pages-master branch</a>.</p>
|
||||
<p>This reference reflects Leaflet 0.4. You can find docs for the in-progress master version in <code>reference.html</code> of <a href="https://github.com/CloudMade/Leaflet/zipball/gh-pages-master">gh-pages-master branch</a>.<br />Grayed out things are not yet documented but planned to be.</p>
|
||||
|
||||
<h2 id="map-class">L.Map</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user