[postgis-users] convert srid
Jaime Lop
jaimelop at gmail.com
Fri May 6 06:13:49 PDT 2011
Hello everyone,
I have some data with srid 8307 on a postgis column and I would like to
transform it to 4326. Is that possible?
When I try
UPDATE my_table SET the_geom=transform(the_geom,4326);
I get this error message:
ERROR: GetProj4StringSPI: Cannot find SRID (8307) in spatial_ref_sys
SQL state: XX000
Thanks,
Jaime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20110506/89df74ec/attachment.html>
More information about the postgis-users
mailing list