Our program stores address coordinates as latitude longitude (something like 51.215630827;6.7760496559) in the database. I would like to draw map image with some point of interest using SharpMap library.
I guess, those libraries have some methods to convert from one coordinate system to another. Could someone help me, how do i convert Coordinate the best way without reinventing the wheel?