Spaces:
Sleeping
Sleeping
Added draw export button
Browse files- apps/timelapse.py +1 -1
apps/timelapse.py
CHANGED
@@ -59,7 +59,7 @@ def app():
|
|
59 |
m = geemap.Map(
|
60 |
basemap="HYBRID",
|
61 |
plugin_Draw=True,
|
62 |
-
|
63 |
locate_control=True,
|
64 |
plugin_LatLngPopup=False,
|
65 |
)
|
|
|
59 |
m = geemap.Map(
|
60 |
basemap="HYBRID",
|
61 |
plugin_Draw=True,
|
62 |
+
Draw_export=True,
|
63 |
locate_control=True,
|
64 |
plugin_LatLngPopup=False,
|
65 |
)
|