[postgis-users] problem on srid

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Fri Feb 29 04:03:38 PST 2008


On Tuesday 26 February 2008 20:52:56 orkun wrote:
> hello
>
> how can I correct this situation:
>
> bzk2=# select srid(geom) from shey91 limit 1;
>  srid
> -------
>  32767
> (1 row)
>
> bzk2=# update shey91 set geom=ST_TRANSFORM(setsrid(geom,32767),32636);
> ERROR:  AddToPROJ4SRSCache: Cannot find SRID (32767) in spatial_ref_sys
>
>
> regards


Hi orkun,

Does the spatial_ref_sys table actually exist in your database? If so, does it 
have an entry with a SRID of 32767?


ATB,

Mark.

-- 
Mark Cave-Ayland
Sirius Corporation - The Open Source Experts
http://www.siriusit.co.uk
T: +44 870 608 0063



More information about the postgis-users mailing list