Spaces:
Running
Running
Fix legend bug
Browse files- 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 |
|