Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heat map on Google maps based on the intensity of a parameter

I have collected some data of the performance of one Wi-Fi network with a position stamp. Now I can show the position where I have acquired the data on a "local" Google maps. I would like to show an heat maps on Google maps so that the value of the parameter sets the color.
For ex: bandwidth: max value 1000 min value 10
position 1, bandwidth 1000 --> color red
postion 2, bandwidth 15 --> color blue
position 3, bandwidth 500 --> color orange and so on
I need something that can interpolate the data and obtain something like this: a busy cat

I have tried fusion map of Google but the heat map is based only on the density in terms of position and not on the value of a parameter. Is that correct?
I would like to use Google maps but if there is something simpler to use, I can use it.

like image 549
user1382278 Avatar asked May 24 '12 17:05

user1382278


1 Answers

I have found a solution on how to create a heatmap with Google Maps that works locally: heatmap.js.
I have used and works very well for my scope. Thanks

like image 125
user1382278 Avatar answered Sep 28 '22 09:09

user1382278