From 4f1e41ea64cd36e37e0e6bd88bed65f6cd10f250 Mon Sep 17 00:00:00 2001 From: JOE XMG <thunyathep.s@outlook.com> Date: Thu, 14 Apr 2022 15:41:56 +0200 Subject: [PATCH] add polygon to the bbox finder --- public/bbox-finder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bbox-finder.html b/public/bbox-finder.html index 9d3cb51..ecf7340 100644 --- a/public/bbox-finder.html +++ b/public/bbox-finder.html @@ -118,7 +118,7 @@ position: 'bottomright', draw: { polyline: false, - polygon: false, + polygon: true, circle: false, marker: false, circlemarker: false -- GitLab