Spaces:
Sleeping
Sleeping
rhamon-garcia
commited on
Update pages/01_Agro-Clima.py
Browse files- pages/01_Agro-Clima.py +1 -1
pages/01_Agro-Clima.py
CHANGED
@@ -289,7 +289,7 @@ def add_widgets(m):
|
|
289 |
#m.remove_legend()
|
290 |
|
291 |
if image.value == maps_values[0]:
|
292 |
-
m.add_cog_layer(maps_values[0], name=maps_list[0],colormap=aez_colors
|
293 |
m.add_legend(legend_title="Legenda", legend_dict=aez_dict, layer_name=maps_list[0], position="bottomleft")
|
294 |
|
295 |
elif image.value == maps_values[1]:
|
|
|
289 |
#m.remove_legend()
|
290 |
|
291 |
if image.value == maps_values[0]:
|
292 |
+
m.add_cog_layer(maps_values[0], name=maps_list[0],colormap=aez_colors)
|
293 |
m.add_legend(legend_title="Legenda", legend_dict=aez_dict, layer_name=maps_list[0], position="bottomleft")
|
294 |
|
295 |
elif image.value == maps_values[1]:
|