if you are using the
folium-based Map
After adding the wanted layer and before displaying the Map object, you may try to add a layer control:
import geemap.eefolium as geemap
Map = geemap.Map()
Map.add_basemap('Esri National Geographic')
Map.add_layer_control()
Map
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…