Jack
Jack

Reputation: 2830

Google Maps 'heatmap' that can handle density AND data values?

I have locations that have quality 'X', where X can be a negative or positive value. I would like to plot negative values of X as red, and positive values as green. Intermediate values will be yellow. The opacity of the color will correspond to local density of data.

Issue 85 proves that fusion tables alone can't do this yet. Is there a viable extension that can handle this style of heatmapping?

I've made a mockup of what I want here.

I don't know if variable transparency will be an inherent problem. Would that even be possible for a Google Map overlay?

Upvotes: 0

Views: 2484

Answers (1)

user1069895
user1069895

Reputation:

It is indeed possible, though I was only able to solve this problem with custom heatmap code. You can see the result here.

I hope to add the ability to handle both density and data values simultaneously in this API I created. Keep checking.

Upvotes: 3

Related Questions