Qiusheng Wu
Qiusheng Wu
@deeplook Do you have the sample code for this? I am trying to integrate this into geemap for labeling features. https://github.com/giswqs/geemap/issues/815
@deeplook Great! Thanks for sharing. I will try it out.
This has been implemented in leafmap. See notebook example https://leafmap.org/notebooks/36_add_labels 
I was looking for an ipyleaflet feature similar to the folium Marker tooltip attribute as shown below. I am not sure if it is feasible. App: https://share.streamlit.io/dansbecker/weather-analytics/main Code: https://github.com/dansbecker/weather-analytics/blob/main/streamlit_app.py#L125 ```...
@deeplook https://github.com/jupyter-widgets/ipyleaflet/issues/797 Currently, the ipyleaflet LayersContorl does not modify a layer's `visible` property when the layer is toggled off. I ended up developing a custom layer control for [geemap](https://geemap.org/) using...
@deeplook Here is the relevant geemap source code https://github.com/giswqs/geemap/blob/0f9607f2ca9a6f579a6264b6f3947c61938c2a3b/geemap/geemap.py#L988
This issue might be related to the upstream leaflet JavaScript. A relevant issue: https://github.com/jupyter-widgets/ipyleaflet/issues/684
Is it possible to display a widget (e.g., legend) on top of the SplitControl? 
The longitude range should be [-180,180].
It works fine on my end. Try creating a fresh conda env to install ipyleaflet