Add plugin Leaflet.LayerGroup.Collision

This commit is contained in:
Iván Sánchez Ortega 2015-03-31 16:32:33 +02:00
parent 787dd3fb1d
commit 8527211550

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>