Add new plugin - Leaflet.curve
This commit is contained in:
parent
24e2b324c8
commit
3a174528dd
11
plugins.md
11
plugins.md
@ -741,7 +741,7 @@ The following plugins provide new ways of displaying overlay data information.
|
|||||||
|
|
||||||
### Markers & renderers
|
### Markers & renderers
|
||||||
|
|
||||||
These plugins provide new markers or news ways of converting abstract data into images in your screen. Leaflet users versed in GIS also known these as symbolizers.
|
These plugins provide new markers or news ways of converting abstract data into images in your screen. Leaflet users versed in GIS also know these as symbolizers.
|
||||||
|
|
||||||
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
|
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -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>
|
<a href="https://github.com/filipzava">Filip Zavadil</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/elfalem/Leaflet.curve">Leaflet.curve</a>
|
||||||
|
</td><td>
|
||||||
|
A Leaflet plugin for drawing Bézier curves and other complex shapes. <a href="http://elfalem.github.io/Leaflet.curve/">Demo</a>.
|
||||||
|
</td><td>
|
||||||
|
<a href="https://github.com/elfalem">elfalem</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user