views:

383

answers:

2

I'm relatively new to silverlight and want to start building a data visualization tool that shows an interactive map of the US and allows me to essentially put a heat map on top along w/ varying points of interest dynamically added.

I'm sure there are commercial tools I could buy that would do all this but I'd like to build it from scratch (or semi-scratch) so I can figure out how to do it on my own.

Can someone maybe point me in the right direction in terms of building the map, putting the heat map up and placing points of interest based on latitude and longitude?

Thanks!

A: 

You should look at the Bing Maps Silverlight Control. I used it here for a demo.

Michael S. Scherotter
I want to build the map up myself and do the plotting. I don't want to re-use someone's control
James Alexander
A: 

This post describes how one person created his own XAML US map:

http://blogs.msdn.com/sskier/archive/2007/04/22/united-states-map-in-xaml.aspx

Dave Swersky
This is exactly what I was looking for
James Alexander