Search code examples
phpheatmapimage-generation

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?


Solution

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