giswqs commited on
Commit
f53bfd8
1 Parent(s): 3c28c40

Fix legend bug

Browse files
Files changed (1) hide show
  1. pages/04_split_map.py +1 -1
pages/04_split_map.py CHANGED
@@ -41,7 +41,7 @@ class Map(geemap.Map):
41
 
42
  # Add the NLCD legend to the map.
43
  self.add_legend(
44
- title='NLCD Land Cover Type', builtin_legend='NLCD', height="460px"
45
  )
46
 
47
 
 
41
 
42
  # Add the NLCD legend to the map.
43
  self.add_legend(
44
+ title='NLCD Land Cover Type', builtin_legend='NLCD', height="460px", add_header=False
45
  )
46
 
47