Heatmap Generation Library for PHP

Alp picture Alp · Mar 26, 2011 · Viewed 7.1k times · Source

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?

Answer

Patrick Wied picture Patrick Wied · Sep 21, 2011

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.