I've a map of 400x400 that approximatively represents an area of 250x250km in that I want to project a GPS coordinate in form of Lat/Lon.
Taking in account that precision is not very important(errors of some km are tolerable) there is any easy formula or algorithm to make the projection and translate to a pixel coordinate? If there is one, what error can I expect? Or I'm really wrong and there not easy way for the precision that I need?
Notes:
- I readed about PROJ.4 but I prefer to don't use any external library because the program has to run in small devices
- I haven't any calibration data on the map but I can calibrate it myself using an online map.
- From here I documented a little and I know how to convert the lat/lon to x/y/z coordinates. But I don't know how to dial with the Z