On Monday 27 March 2006 22:30, Nick Hill wrote: > Hi Ovidiu > > Just divide the numbers by 8388611 to get the regular lat/lon co-ordinates. While thinking a second time about it... 8388611 is in binary 100000000000000000000011 so I guess you just have to divide by 8388608 or in hex "0x800000" ;-) Ciao, Imi.