XoomCode / AcidMaps

Interpolated Images Generator
GNU Lesser General Public License v3.0
33 stars 10 forks source link

"Static" Heatmaps #18

Open dkastl opened 11 years ago

dkastl commented 11 years ago

Is there a way to render "static" heatmaps? Currently the interpolation creates new output every time a user changes the extent.

maurimiranda commented 11 years ago

No, it's not possible. As heatmaps are created based on points accumulation, every time you change the extent by zooming or panning, the interpolation needs to be regenerated because the distance between points could change (in case of zooming) or new points could appear or disappear (in case of panning).