Heatmap Generation Library for PHP

天涯浪子 提交于 2019-12-21 17:00:09

问题


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?


回答1:


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




回答2:


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.




回答3:


This is an old question, but if someone stumbles upon it you might want to check out Google's chart offerings: https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart



来源:https://stackoverflow.com/questions/5441979/heatmap-generation-library-for-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!