Leaflet/Leaflet.heat

Not working offline

Waffleboy opened this issue · 1 comments

Hello, I've modified folium to take in JS/CSS from offline sources, as well as load from local z/x/y folders for tilesets and its able to plot normally.

However, the heatmaps dont work at all, and with no errors shown.

The layer exists as I can see it in LayerControl, but when i turn it on/off nothing happens. I dont see a heatmap.

I've already changed render in heat_map.py to point to the offline leaflet-heat.js, as well as edited it in the main folium file for extra security. I can confirm the file loaded is the offline file.

I'm confused on why i dont see the heatmap. Can anyone help with this?

Issue wasnt with the library, thanks!