<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/05/2011 14:13, Jaime Lop wrote:<br>
Postgis is telling you that it does not have an entry in the
spatial_ref_sys table for the srid 8307<br>
<br>
See <a class="moz-txt-link-freetext" href="http://forums.esri.com/Thread.asp?c=2&f=1720&t=136889">http://forums.esri.com/Thread.asp?c=2&f=1720&t=136889</a>
for some comments about 8307<br>
<blockquote
cite="mid:BANLkTinNfSLLeNppSeXHgJGndgPe73cKKw@mail.gmail.com"
type="cite">Hello everyone,<br>
<br>
I have some data with srid 8307 on a postgis column and I would
like to transform it to 4326. Is that possible?<br>
<br>
When I try<br>
UPDATE my_table SET the_geom=transform(the_geom,4326);<br>
I get this error message:<br>
ERROR: GetProj4StringSPI: Cannot find SRID (8307) in
spatial_ref_sys<br>
SQL state: XX000<br>
<br>
Thanks,<br>
Jaime<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
</pre>
</blockquote>
<br>
</body>
</html>