Add Leaflet.AntPath plugin

This commit is contained in:
Rubens Pinheiro 2016-01-20 11:17:11 -03:00
parent 41d966fbfe
commit 95c1834be1

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>