Re: Graphing Geographic Data
From: Bob Powell [MVP] (bob_at__spamkiller_bobpowell.net)
Date: 06/16/04
- Next message: Doug Forster: "Re: Issue with stretched images produced by System.Drawing.Graphics.DrawImage"
- Previous message: James Westgate [Crainiate]: "Re: Speeding up GDI+"
- In reply to: John Wright: "Graphing Geographic Data"
- Next in thread: John Wright: "Re: Graphing Geographic Data"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 22:29:45 +0200
This doesn't really say much without concrete examples or code. Please
elaborate.
-- Bob Powell [MVP] Visual C#, System.Drawing Image transition effects, snap-to-grid and Layered Windows are all discussed in May's edition of Well Formed for C# or VB programmers http://www.bobpowell.net/currentissue.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/gdiplus_faq.htm The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml "John Wright" <rileyx_wright@hotmail.com> wrote in message news:uJw1SN8UEHA.3988@tk2msftngp13.phx.gbl... > I have a map of my local state and I have a feed I receive on a regular > basis (the feed consists of XML data that gives me geographic coordinates > that I store in my database). We are switching to .NET and we want to make > this real time and available on the web for our remote people to view. I > can draw the map without a problem (I put an image into an image control), > but when I retrieve the feed, I the map disappears and I get a display of > all the dots. I have two frames, on the left is the menu where people can > select a person's route to view from a dropdown. I pass the info the next > frame where the map is. When the frame that gets the data reads the data, > it replaces the map with dots representing the route, but the underlying map > is gone. I want the map to stay and the dots to update as a new person is > selected from the dropdown list in the left frame. Also, it would be nice > to have them put the mouse over the dot and have a popup window or tool tip > window appear with some basic data. Any help would be great. I have tried > some GDI and SVG without much luck, I will do either one. > > John > >
- Next message: Doug Forster: "Re: Issue with stretched images produced by System.Drawing.Graphics.DrawImage"
- Previous message: James Westgate [Crainiate]: "Re: Speeding up GDI+"
- In reply to: John Wright: "Graphing Geographic Data"
- Next in thread: John Wright: "Re: Graphing Geographic Data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|