创建美国动态热图的最简单方法
感谢过去几天的所有帮助。 我希望有人知道这个。
我希望根据用户输入动态创建数据热图,然后根据响应为某些状态着色。 例如,就像投票的民意调查一样。 我想做这样的事情...... 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Google Chart API 还提供地图。
这是一个(完全虚构的)示例:
The Google Chart API also offers maps.
Here's a (completely made up) example:
另一个非常简单的解决方案是 OpenHeatMap.com。 它们支持将数据与各种地图形状挂钩,包括美国各州。
Another very easy solution is OpenHeatMap.com. They support pegging data to a variety of map shapes, including US states.
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