vote up 1 vote down star

A coworker of mine thought of a great way to visualize a lot of the data we work with in our user-end applications, but we're not aware of many available sdk's or apis that hook in.

We're trying to recreate in essence, the "Magic-Wall" of CNN. We would like to be able to show trends across the country in a 'heat-map' kind of way, and be able to drill down into a state to show those same trends across counties. We don't need the move-states-all-over-the-place functionality that the commentators loved to use.

We're aware of Mappoint, but more research needs to be done if its capable of what we require.

Would it make more sense to just try and roll our own? Has anyone else tried something along these lines? The only problem I can see is defining the boundaries for each state, or by county on the state-level.

Thoughts? Ideas?

flag

7 Answers

vote up 0 vote down

This post looks relevant: http://stackoverflow.com/questions/728/decent-simple-gis-mapping-component-for-asp-net#739

link|flag
vote up 1 vote down

I have used Manifold GIS. It is cheap and has a great SDK.

link|flag
vote up 1 vote down

check out ESRI's product offering... ArcGIS Server and stuff like that

link|flag
vote up 0 vote down

http://en.googlemaps.subgurim.net/

It's an asp.net user control

link|flag
this is for a desktop application. – Nicholas Mancuso Jan 15 at 21:49
vote up 0 vote down

I have worked with MapPoint and found it very robust - and there is a book on Amazon. (Although it is a little dated, but still mostly works.)

I have also used GoogleMaps for web development. If I'm not mistaken, I think that Google has released an API to allow GoogleEarth on web sites as well.

link|flag
vote up 3 vote down check

We ended up going with SharpMap.

link|flag
SharpMap is a great open source library. Good choice. – Jafin May 20 at 5:49
vote up 0 vote down

You could try CartoType, our portable mapping library. It is in C++ (and runs on desktop Windows, Windows Mobile, Symbian, iPhone, etc.) but one of our users has successfully embedded it in a .NET wrapper for his app.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.