Plugins: add Leaflet.RoughCanvas (#6093)
Add a new *render* plugin which let users draw vector map in a sketchy, hand-drawn-like, style.
This commit is contained in:
parent
7f17c6fcfd
commit
4f80e78528
@ -1053,6 +1053,15 @@ The following plugins provide new ways of displaying overlay data information.
|
|||||||
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.
|
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>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/zhuang-hao-ming/Leaflet.RoughCanvas">Leaflet.RoughCanvas</a>
|
||||||
|
</td><td>
|
||||||
|
Leaflet.RoughCanvas renders hand-drawn, sketch style vector map(polyline, polygon, geojson).
|
||||||
|
</td><td>
|
||||||
|
<a href="https://github.com/zhuang-hao-ming/">haoming</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://github.com/jdfergason/Leaflet.Ellipse">Leaflet.ellipse</a>
|
<a href="https://github.com/jdfergason/Leaflet.Ellipse">Leaflet.ellipse</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user