Added Leaflet.Photo and FeatureGroup.SubGroup

Added "Leaflet.Photo" to "Overlay display > Markers & renderers" and "Leaflet.FeatureGroup.SubGroup" to "Overlay Display > Clustering/Decluttering".
This commit is contained in:
ghybs 2015-11-19 15:56:31 +04:00
parent 03a4925466
commit c9597c3b6a

View File

@ -928,6 +928,15 @@ These plugins provide new markers or news ways of converting abstract data into
<a href="https://github.com/filipzava">Filip Zavadil</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/turban/Leaflet.Photo">Leaflet.Photo</a>
</td><td>
Plugin to show geotagged photos on a Leaflet map. <a href="http://turban.github.io/Leaflet.Photo/examples/picasa.html">Demo</a>.
</td><td>
<a href="https://github.com/turban">Bjorn Sandvik</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/elfalem/Leaflet.curve">Leaflet.curve</a>
@ -1102,6 +1111,15 @@ When you are displaying a lot of data, these plugins will make your map look cle
<a href="https://github.com/Eclipse1979">EPP</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup">Leaflet.FeatureGroup.SubGroup</a>
</td><td>
A simple plugin to create Feature Groups that add their child layers into a parent group. Typical usage is to switch them through L.Control.Layers to dynamically add/remove groups of markers from Leaflet.markercluster. <a href="http://ghybs.github.io/Leaflet.FeatureGroup.SubGroup/examples/subGroup-markercluster-controlLayers-realworld.388.html">Demo</a>.
</td><td>
<a href="https://github.com/ghybs">ghybs</a>
</td>
</tr>
</table>
### Heatmaps