> 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.
_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to