Merge pull request #4032 from ghybs/patch-1

Plugins added Leaflet.Photo and FeatureGroup.SubGroup
This commit is contained in:
Vladimir Agafonkin 2015-11-19 14:07:25 +02:00
commit a8a64757a1

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">Bjørn 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