Merge pull request #3342 from MazeMap/gh-pages

Add plugin Leaflet.LayerGroup.Collision
This commit is contained in:
Vladimir Agafonkin 2015-04-10 09:07:47 +03:00
commit a6138ba6cd

View File

@ -54,6 +54,16 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
<a href="https://github.com/danzel">Dave Leaver</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/MazeMap/Leaflet.LayerGroup.Collision">Leaflet.LayerGroup.Collision</a>
</td><td>
Provides collision detection for groups of markers. Unlike clustering, this takes into account the shape & size of the markers.
</td><td>
<a href="https://github.com/IvanSanchez">Iván Sánchez Ortega</a>,
<a href="https://github.com/MazeMap">MazeMap</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Leaflet/Leaflet.label">Leaflet.label</a>