-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker title attribute has no effect #875
Comments
duplicate of - #676 ? |
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
|
Hey @giswqs, did you find a solution in ipyleaflet that works similar to folium Marker tooltip? |
@schoulten Yes, I did. See this example: https://github.com/opengeos/HyperCoast/blob/main/hypercoast/common.py#L1037 |
The documentation says that
Marker
has thetitle
attribute for setting the tooltip, but it has no effect. Hoving over the marker does not show the tooltip.https://ipyleaflet.readthedocs.io/en/latest/api_reference/marker.html
The text was updated successfully, but these errors were encountered: