You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you zoom in or out, the map data seems incorrect, because the PNGs cover more or less area. For example: at the initial zoom level, central-west America has no data, once zoomed out the data seems to span all of America, and zoomed in, it seems empty again.
There should be a way to resize the PNG appropriately once the map zoom level has changed.
The text was updated successfully, but these errors were encountered:
Yes, this is designed feature. The leaflet plugin only calculates and shows heat map in current view. So when you zoom in and out, it redraws based in new extent.
I am thinking about adding an option to control this behavior: to redraw based in global or local.
On the Leaflet demo: http://sunng87.github.com/heatcanvas/leaflet.html
If you zoom in or out, the map data seems incorrect, because the PNGs cover more or less area. For example: at the initial zoom level, central-west America has no data, once zoomed out the data seems to span all of America, and zoomed in, it seems empty again.
There should be a way to resize the PNG appropriately once the map zoom level has changed.
The text was updated successfully, but these errors were encountered: