I'm almost positive this has been answered already; however, unable to find it since XY coordinates are overloaded due to their relative definition.
What I am trying to find/figure out is how to take latitude/longitude coordinates (e.g. 12.121212, -12.323232) and convert such so they can be mapped onto a 2-dimensional plane such as a point on an image map.
Has anyone solved this issue and know of a script or another SO question that they can point me to?
Ideally I'm seeking a solution in either JavaScript or .Net; however, can convert algorithms just the same.