Hello all,
Our client would like for the HeatMapLayer to not recalculate based on zoom extent when changing zoom level.
For example, if there is a cluster of features that generate a particularly shaped "blob", they would like to be able to zoom in on the blob and have it maintain it's shape and color gradient. They would still like to be able to adjust intensity.
I've downloaded the source code from Codeplex, but after poking around for a little while, I have not been able to make it behave like they would like. My guess was that by forcing the HeatMapLayer to always use all of the the features in the collection, the image generated would by what they wanted. It was a wrong guess, i guess.
Is this possible? Any help would be appreciated.
Lance