HI
I have a Map Image that I got from OpenstreetMap(Osmarender Image ) .My question is
how to convert geographic coordinates to the co-ordinates of my picture (that is in pixels on X and Y on a picture). That is I receive geographic coordinates and it is necessary for me to draw this point on my picture.
Is there any API availabel in QT for processing this type of Map Problem
The Answer I was expecting can be found at
Convert Lat/Longs to X/Y Co-ordinates
Thanks