ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

add color bar

Open Mojganz opened this issue 1 year ago • 1 comments

I want to add a color bar for this code lake_image = sentinel2.median()

vis = { 'bands': ['B4', 'B3', 'B2'], 'min': 0, 'max': 900 } Map = geemap.Map()

Map.centerObject(lake_7, 16)

Map.addLayer(lake_image, vis, 's2')

Display the map.

Map

I take a sentinel 2 image over a specific lake and map it. But I have a problem with showing color bar for my map this is map of lake

Screenshot 2024-03-27 144330

Mojganz avatar Mar 27 '24 18:03 Mojganz

This is a geemap question. Post it at https://github.com/gee-community/geemap/discussions

giswqs avatar Mar 27 '24 19:03 giswqs