[Proj] Fwd: transformation wrong results from ESPG:4326 to ESPG:2100

Hamish hamish_b at yahoo.com
Tue Jul 27 04:17:42 EST 2010


Nikos Gerontidis wrote:
> I changed the scale factor from "k=0.9996" to "k=0,9996" , namely
> replaced the dot with a comma value, and it is working.
> I guess it could be related with the localization, which in my case is
> Greek. The problem is that if there is an issue with the localization
>
> I have to check all the other parameters that use double values..
> I ll try to change the localization to US and post again.

try adding

#include <locale.h>
setlocale(LC_ALL, "");
setlocale(LC_NUMERIC, "C");


Hamish


      


More information about the Proj mailing list