Closed vnoelifant closed 1 year ago
When hovering over a heatmap area, in the popup, View Project Details link does not open from popup.
Here are resources I have found and read about. I basically passed in an html string to an iframe objects which then gets passed in to Folium's popup, which I thought would work, but others recommend some type of javascript code since folium may not be able to handle events within the popup itself.
https://github.com/python-visualization/folium/issues/13
https://gis.stackexchange.com/questions/385565/inserting-an-url-link-in-markers-popup-in-folium
https://gis.stackexchange.com/questions/385565/inserting-an-url-link-in-markers-popup-in-folium
https://www.515tech.com/post/mapping-global-terrorism-with-folium-and-publicly-available-data
Seems adding target=_blank
to the link (a tag) works here :)
Please confirm on your end ... (hope you won't hit an ad popup blocker in your browser / windows ...)
Only able to view "Project Details" in the folium map when viewing link in a new tab.