Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heatmap Generation Library for PHP

I want to generate heatmap images as overlay for Google Maps. I am searching for a PHP library which can take multiple dimensions into account when generating the image. Let's say i have 2 dimensions: density and quality. How could a heatmap be generated from this input?

like image 541
Alp Avatar asked Mar 26 '11 11:03

Alp


2 Answers

If you want to generate heatmap layers over google maps you probably want to check out heatmap.js too, it's licensed under the MIT license. It works with the HTML5 Canvas element and JavaScript.

like image 120
Patrick Wied Avatar answered Sep 22 '22 17:09

Patrick Wied


Use fusionTable, refer to here for some sample PHP code.

like image 25
Wei Avatar answered Sep 23 '22 17:09

Wei