giswqs commited on
Commit
1b93415
1 Parent(s): 9d06b9e

Added draw export button

Browse files
Files changed (1) hide show
  1. 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
- draw_export=True,
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
  )