Question

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?

Was it helpful?

Solution

The Google Chart API also offers maps.

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

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top