Closed quincymac closed 6 years ago
Looks like it's some strange limitation due to my Chrome/Jupyter notebook setup. It actually does the computation because I can save the .html
This issue is closed as not a Folium issue
Thanks for investigating your own issue. This seems related to other issues that where posted before, all about maps failing in Chrome/Jupyter. For example #812.
Please add a code sample or a nbviewer link, copy-pastable if possible
Problem description
I would like to plot more than 66,000 data points using the heatmap visualisation. After some experimentation I find that 66,150 points seems to be the upper limit.
In an attempt to create a work-around I have broken the data into two chunks and incrementally added this to the map. This approach only works where total data points <66k.
Expected Output
A nice heatmap with more than 66k points
Output of
folium.__version__0.5.0
folium==0.5.0