Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Map Control

Status
Not open for further replies.

gharabed

Programmer
Sep 7, 2001
251
US
Just wondering if anybody knows of any control (commercial or free) that will allow me to embed a map (geoTIFF format) in my vb.net application and let me overlay icons on the map by passing it the geographic location (latitude/longitude)? Other features like being able to zoom in and out and pan around on the map would be important as well. Basically I am writing a vb.net app that collects various information as well as a person's geographic location from a GPS they are carrying. That information is relayed back to a central workstation where that person's geographic location and other information is displayed in my vb.net application. I want to be able to update the person's geographic location on a topographic map embedded in my vb.net application as the person carrying the GPS moves around. I am already receiving this information through a local network and am storing it in a database but need to be able to provide a map based interface to the user.

The only restriction I have is that the computer will not be on the internet so I can't use any internet based services. It will be on its own isolated network but without internet access.

Thanks,
Greg
 
Also.. If you can use a webbrowser control in your .net app look at the bing.maps vemap control.

With some experience in html and a bit of javascript it is amazingly easy to modify and control

check out this page as a start point.


There is good cut and paste code to use for getting a feel of it.
 
How about Google maps? There's a .NET API. I don't know anything about it but it might be work for you.

maps.google.com/getmaps

[reindeer]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top