Plugins: add "Leaflet.PolylineMeasure" (#5394)

* Update plugins.md

* Update plugins.md

* Update plugins.md
This commit is contained in:
PPete 2017-03-20 10:05:46 +01:00 committed by Iván Sánchez Ortega
parent 94fff4f101
commit 087d14170f

View File

@ -2521,6 +2521,15 @@ Display two maps at once. One of them might be a different size and zoom level,
Allow the user to measure distances or areas.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/ppete2/Leaflet.PolylineMeasure">Leaflet.PolylineMeasure</a>
</td><td>
Measure distances of simple lines as well as of complex polylines. <a href="https://ppete2.github.io/Leaflet.PolylineMeasure/demo_metric.html">(Demo metric)</a>, <a href="https://ppete2.github.io/Leaflet.PolylineMeasure/demo_imperial.html">(Demo imperial)</a>
</td><td>
<a href="https://github.com/ppete2">PPete</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/makinacorpus/Leaflet.MeasureControl">Leaflet.MeasureControl</a>