views:

814

answers:

2

Hello All, 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?

+1  A: 

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

diciu
+7  A: 
innaM
Thanks for the answer, this indeed looks like the simplest way to do this.
Castgame
That is AWESOME! +10 if I could. I've wanted to do something similar on a website of mine, and was thinking, okay, now I have to find some good bitmaps of the states, overlay them in PNG format, maintain all the logic, etc etc. I didn't realize Google has an API you can just construct URLs from.
Jason S

related questions