创建美国动态热图的最简单方法

发布于 2024-07-12 23:31:42 字数 245 浏览 7 评论 0原文

感谢过去几天的所有帮助。 我希望有人知道这个。

我希望根据用户输入动态创建数据热图,然后根据响应为某些状态着色。 例如,就像投票的民意调查一样。 我想做这样的事情...... http://www.trulia.com/home_prices/

最简单的方法是什么做这个?

thanks for all the help the last few days. I'm hoping someone knows this one.

I'm looking to dynamically create a heatmap of data based on user input, then color certain states based on the response. Like a poll for voting, for example. I'd like to do something like this...
http://www.trulia.com/home_prices/

What is going to be the easiest way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情话墙 2024-07-19 23:31:42

Google Chart API 还提供地图。

这是一个(完全虚构的)示例:
替代文本

The Google Chart API also offers maps.

Here's a (completely made up) example:
alt text

我家小可爱 2024-07-19 23:31:42

另一个非常简单的解决方案是 OpenHeatMap.com。 它们支持将数据与各种地图形状挂钩,包括美国各州。

Another very easy solution is OpenHeatMap.com. They support pegging data to a variety of map shapes, including US states.

我很坚强 2024-07-19 23:31:42

OpenLayers 是一个 JavaScript 库,用于在这些图块上显示图块地图和相关元素(多边形、线条等)。

它支持许多地图数据后端,包括谷歌的数据。

示例可在此处获取

OpenLayers is a javascript library for displaying tiled maps and related elements (polygon, line, etc) on top of these tiles.

It supports a number of back-ends for map data, including google's data.

Samples are available here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文