From 9f08a23f7ff1f9263e25a28a689de99ef454064f Mon Sep 17 00:00:00 2001 From: Thibault Coupin Date: Sun, 20 May 2018 16:49:56 +0200 Subject: [PATCH] Plugins: add L.Control.PaintPolygon --- docs/plugins.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index a97ad9da..aed856f7 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -2172,7 +2172,7 @@ Allows users to create, draw, edit and/or delete points, lines and polygons. Justin Manley - + Leaflet.Pin @@ -2181,6 +2181,15 @@ Allows users to create, draw, edit and/or delete points, lines and polygons. Konrad Klimczak + + + L.Control.PaintPolygon + + Draw yours polygons with a circle brush like Paint[brush]. Includes turf.js dependencies. + + Thibault Coupin + +