Plugins: add L.Control.ZoomBar

Added Interactive pan/zoom entry for L.Control.ZoomBar.
This commit is contained in:
Elijah Robison 2017-05-19 13:20:20 -04:00 committed by Iván Sánchez Ortega
parent d664bbd493
commit 78ac6eb624

View File

@ -2256,6 +2256,15 @@ Change the way the user can interactively move around the map.
<a href="https://github.com/gregallensworth/L.Control.BoxZoom">Greg Allensworth</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/elrobis/L.Control.ZoomBar">L.Control.ZoomBar</a>
</td><td>
An extended version of Leaflet's native Zoom control with Home and Zoom-to-Area buttons. <a href="https://elrobis.github.io/L.Control.ZoomBar/">Demo</a>
</td><td>
<a href="http://cartometric.com/blog/">Elijah Robison</a>
</td>
</tr>
<tr>
<td>
<a href="http://kartena.github.com/Leaflet.zoomslider/">Leaflet.zoomslider</a>