Merge pull request #3323 from gregallensworth/patch-1

Added L.TileLayer.Cordova
This commit is contained in:
Vladimir Agafonkin 2015-03-21 22:36:35 +02:00
commit 05fd0dbc1a

View File

@ -293,6 +293,15 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
<a href="https://github.com/namrehs">Dan Sherman</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/gregallensworth/L.TileLayer.Cordova">TileLayer.Cordova</a>
</td><td>
For use with Cordova/Phonegap, adds tile caching onto local device storage, switching between offline and online mode.
</td><td>
<a href="https://github.com/gregallensworth">Greg Allensworth</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached">TileLayer.PouchDBCached</a>