View Single Post

  #1 (permalink)  
Old 07-18-2006
Dazzer Dazzer is offline
Senior Member
Green Belt
 
Join Date: Sep 2003
Posts: 103
converting lat lon to x y

I have a jpeg of a mappoint map. The jpeg shows a picture of a polygon.

What I want to know is given that I know the length and width of the jpeg (in pixels) and the coordinates of the polygon (in lat lon). How could I convet the lat lon coordinates to x y pixel coordinates.

What i'm trying to do is show an this image in a vb .net form and then overlay the image using GDI+ with an interactive polygon. The problem I obviously have is knowing where to plot my polygon.

Any ideas would be greatly appreciated.

Thanks
Reply With Quote