giswqs commited on
Commit
9c1f2b5
1 Parent(s): 15dad27

Update pages/01_gswis.py

Browse files
Files changed (1) hide show
  1. pages/01_gswis.py +1 -1
pages/01_gswis.py CHANGED
@@ -238,7 +238,7 @@ class Map(geemap.Map):
238
  'OSM': '00ff00',
239
  'Hydrolakes': '800080',
240
  }
241
- self.add_legend(legend_dict=legend_dict, position='bottomleft')
242
  fc = ee.FeatureCollection('users/giswqs/public/countries')
243
  style = {'color': '000000ff', 'width': 1, 'fillColor': '00000000'}
244
  self.addLayer(fc.style(**style), {}, 'Countries', False)
 
238
  'OSM': '00ff00',
239
  'Hydrolakes': '800080',
240
  }
241
+ # self.add_legend(legend_dict=legend_dict, position='bottomleft')
242
  fc = ee.FeatureCollection('users/giswqs/public/countries')
243
  style = {'color': '000000ff', 'width': 1, 'fillColor': '00000000'}
244
  self.addLayer(fc.style(**style), {}, 'Countries', False)