How to customise Folium html popups in a for loop in python using .format()?
I am trying to change the standard popups provided with Folium and make these work with a for loop. I am using Django. I succeeded on change the html, following a few tutorials. However I am struggling to understand how to call the variables in the html. Quite simply I have a map with a… Read More How to customise Folium html popups in a for loop in python using .format()?