Merge pull request #1295 from calvinmetcalf/gh-pages

Added sprite markers and css plugins
This commit is contained in:
Vladimir Agafonkin 2013-02-21 01:38:01 -08:00
commit af4a4c74a3

View File

@ -134,6 +134,15 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
<a href="https://github.com/bbecquet">Benjamin Becquet</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/calvinmetcalf/leaflet.sprite">Leaflet.Sprite</a>
</td><td>
Use sprite based icons in your markers.
</td><td>
<a href="https://github.com/calvinmetcalf">Calvin Metcalf</a>
</td>
</tr>
</table>
@ -448,6 +457,15 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
<a href="http://yohanboniface.me/">Yohan Boniface</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/calvinmetcalf/leaflet.css">Leaflet.CSS</a>
</td><td>
Add the main Leaflet CSS files (or any css) from within JavaScript, be gone conditional comments.
</td><td>
<a href="https://github.com/calvinmetcalf">Calvin Metcalf</a>
</td>
</tr>
</table>
To submit your own Leaflet plugin to this list, just send a pull request with the addition to Leaflet repo's [gh-pages branch](https://github.com/Leaflet/Leaflet/tree/gh-pages) (`plugins.md` file).