From f33005ddecbee441f998ba192518d2044b6400a6 Mon Sep 17 00:00:00 2001 From: Daniel Guerrero Date: Fri, 22 Nov 2024 13:13:25 +0100 Subject: [PATCH] fix: revert to legacy draw control due to errors (#958) --- sepal_ui/mapping/draw_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/mapping/draw_control.py b/sepal_ui/mapping/draw_control.py index 0928f1b7..515ccd50 100644 --- a/sepal_ui/mapping/draw_control.py +++ b/sepal_ui/mapping/draw_control.py @@ -10,7 +10,7 @@ from sepal_ui import color -class DrawControl(ipl.GeomanDrawControl): +class DrawControl(ipl.DrawControl): m: Optional[ipl.Map] = None "the map on which he drawControl is displayed. It will help control the visibility"