PHP 热图生成库
我想生成热图图像作为 Google 地图的叠加层。我正在寻找一个 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想通过谷歌地图生成热图图层,您可能需要查看 heatmap.js 此外,它还获得了 MIT 许可。它与 HTML5 Canvas 元素和 JavaScript 配合使用。
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.
使用 fusionTable,请参阅此处获取一些示例 PHP 代码。
Use fusionTable, refer to here for some sample PHP code.
这是一个老问题,但如果有人偶然发现它,您可能需要查看 Google 的图表产品:https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart
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