Skip to content

Conversation

@marciogranzotto
Copy link
Contributor

@marciogranzotto marciogranzotto commented Sep 4, 2021

Fixes #1214

2021-09-04.18-19-23.mp4

Usage:

marker = folium.Marker(
    [data['Latitude'], data['Longitude']],
    popup=folium.Popup(data['popup_html'], lazy=True),
    tooltip=tooltip,
    icon=folium.Icon(color=data['color'])
)

@Conengmo Conengmo self-requested a review September 6, 2021 07:45
@Conengmo Conengmo added the waiting for review PR is waiting to be reviewed label Sep 6, 2021
@labtec901
Copy link

Bumping to express how useful I think this change is. I published a repo today for one of my scripts and I am directing users to this open pull request to get the updated .py file because my application is prohibitively slow without this functionality.

@Conengmo Conengmo added ready PR is ready for merging and removed waiting for review PR is waiting to be reviewed labels May 5, 2022
@Conengmo Conengmo merged commit 2465906 into python-visualization:main May 5, 2022
@Conengmo
Copy link
Member

Conengmo commented May 5, 2022

Thanks @marciogranzotto!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready PR is ready for merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent image caching in leaflet popup?

3 participants