I am trying to plot an isochrone map like the one in this example onto a Folium Web Map.
I understand how to set up the colors for time/edges/nodes/polygons... I just don't understand how I could get any of that onto a Folium map...
I am having trouble understanding which object(s) to pass into the following two functions:
osmnx.plot.plot_route_folium() osmnx.plot.plot_graph_folium() My code, currently, is simply following the above cited example, but I an stuck on how to incorporate Folium.