Merge pull request #4164 from rubenspgcavalcante/gh-pages

Add Leaflet.AntPath plugin
This commit is contained in:
Iván Sánchez Ortega 2016-01-20 15:20:23 +01:00
commit 10fc24939a

View File

@ -782,6 +782,16 @@ The following plugins provide new ways of displaying overlay data information.
These plugins provide new markers or news ways of converting abstract data into images in your screen. Leaflet users versed in GIS also know these as symbolizers.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/rubenspgcavalcante/leaflet-ant-path">Leaflet.AntPath</a>
</td><td>
Leaflet.AntPath put a flux animation (like ants walking) into a Polyline.
(<a href='http://rubenspgcavalcante.github.io/leaflet-ant-path/'>demo</a>)
</td><td>
<a href="https://github.com/rubenspgcavalcante">Rubens Pinheiro</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/jdfergason/Leaflet.Ellipse">Leaflet.ellipse</a>