onfarmview commited on
Commit
7d592b8
·
1 Parent(s): a4a6bb0

first time

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -78,10 +78,10 @@ m = leafmap.Map(
78
  locate_control=True,
79
  plugin_LatLngPopup=False, center=map_center, zoom=8,
80
  )
81
- def ee_authenticate(token_name="EARTHENGINE_TOKEN"):
82
- geemap.ee_initialize(token_name=token_name)
83
-
84
- ee_authenticate(token_name="4/1AfJohXleDqw1-fV1879iHUDYgPbM7f5OjCKfxFY3vJiiGqQDn_ff-Luhhhk") #4/1AfJohXkTlWMKd8fPevD3hd4tAq_j-YlD2CabTy7QtM7iu1gNB3XdBEqRehA
85
  # m = leafmap.Map()
86
  # m = leafmap.Map(center=[-40.9006, 174.8860], zoom=7)
87
  # m.add_basemap("Esri")
 
78
  locate_control=True,
79
  plugin_LatLngPopup=False, center=map_center, zoom=8,
80
  )
81
+ # def ee_authenticate(token_name="EARTHENGINE_TOKEN"):
82
+ # geemap.ee_initialize(token_name=token_name)
83
+
84
+ # ee_authenticate(token_name="4/1AfJohXleDqw1-fV1879iHUDYgPbM7f5OjCKfxFY3vJiiGqQDn_ff-Luhhhk") #4/1AfJohXkTlWMKd8fPevD3hd4tAq_j-YlD2CabTy7QtM7iu1gNB3XdBEqRehA
85
  # m = leafmap.Map()
86
  # m = leafmap.Map(center=[-40.9006, 174.8860], zoom=7)
87
  # m.add_basemap("Esri")