Qiusheng Wu
Qiusheng Wu
Good to know. Thanks for sharing. I will borrow your workaround until this issue is fixed.
@jdbcode Will the C1 collection stop working in the near future? I will also need to update the Landsat timelapse functions in geemap to use C2.
Yes, this would be nice to add https://github.com/giswqs/geemap/issues/223
I have implemented the colorbar in [geemap](https://geemap.org/). Notebook: https://geemap.org/notebooks/55_raster_vis Source code:https://github.com/giswqs/geemap/blob/master/geemap/geemap.py#L2382 
Here are two examples for creating collarbars and colormaps in leafmap with a few lines of code. https://leafmap.org/notebooks/07_colorbar https://leafmap.org/notebooks/23_colormaps
@sackh Do you have any advice for this issue? I looked into the ipyleaflet source code, but could not find how the search control position is specified.
@AlexanderJuestel Yes, you can use [image_overlay()](https://geemap.readthedocs.io/en/latest/source/geemap.html#geemap.geemap.Map.image_overlay) with geemap to load a local png file to the map. Check out this [notebook example](https://gist.github.com/giswqs/968193eecca257472e6bb654701510f1). 
@AlexanderJuestel ipyleaflet can also do image overlay using relative file path.  #550
Is the basemap still listed under the layer control on your second image? Did you accidentally clear all layers before adding the local image?
@deeplook Thank you for sharing the workaround. The html magic command will only work in Jupyter notebook. To integrate this into leafmap, we need a workaround that works in a...