From 4f80e78528bb22683b08a6416fca820469a1005c Mon Sep 17 00:00:00 2001 From: haoming Date: Wed, 14 Mar 2018 16:06:36 +0800 Subject: [PATCH] Plugins: add Leaflet.RoughCanvas (#6093) Add a new *render* plugin which let users draw vector map in a sketchy, hand-drawn-like, style. --- docs/plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index feb65bb8..47e92c46 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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. + + +
PluginDescriptionMaintainer
+ Leaflet.RoughCanvas + + Leaflet.RoughCanvas renders hand-drawn, sketch style vector map(polyline, polygon, geojson). + + haoming +
Leaflet.ellipse