[postgis-users] ST_Transform error

Cedric Duprez Cedric.Duprez at ign.fr
Wed Jan 9 05:21:49 PST 2013


> Can you try with a new install in another database ?
> If the problem persist please file a ticket with all details.

OK, after install in a new database, ST_Transform works correctly with pre-defined SRIDs.

I still have an error on my custom SRIDs, which is different from the last error:

select *, ST_Transform(ST_SetSRID(ST_MakePoint(xl, yl), 910002), 910001) AS geom 
from (values (556866, 1902345) , (689174, 2448195) , (729095, 2528577) , (335755, 2059702) , (623207, 2210468) , (850337, 1871486) , (915275, 1889534) , (639551, 1778327) , (584365, 2273523) , (649599, 2228833)) as t(xl, yl);

ERROR:  AddToPROJ4SRSCache: could not parse proj4 string '+init=IGNF:LAMBE' no system list, errno: 2

However, the proj-datumgrid-1.5 was compiled with Proj4.

Any suggestion?

Thanks a lot.


More information about the postgis-users mailing list