docs(Plugins): add Leaflet.Heightgraph (#6731)

* Update plugins.md

* Update plugins.md
This commit is contained in:
Timothy Ellersiek 2019-10-02 21:21:19 +02:00 committed by ghybs
parent fa3e629d6b
commit b42979660a

View File

@ -2492,6 +2492,15 @@ Most data is two-dimensional (latitude and longitude), but some data has more di
<a href="https://github.com/MrMufflon">Felix Bache</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/GIScience/Leaflet.Heightgraph">Leaflet.Heightgraph</a>
</td><td>
Inspired by Leaflet.Elevation this Leaflet plugin allows you to view interactive height profiles stored as GeoJSON featuring the handy ability to visualize arbitrary segments (e.g. surface types or steepness categories) with customized colors stored as properties within the GeoJSON itself.
</td><td>
<a href="https://github.com/boldtrn">Robin Boldt</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/iosphere/Leaflet.hotline">Leaflet.hotline</a>