Res: Re: [postgis-users] SQL Update

Ezequias Rodrigues da Rocha ezequias at recife.pe.gov.br
Thu Jul 14 11:12:09 PDT 2005


 Nicolas,

What Multipolygon are you talking about ?

I think that I was updating only one layer at time.


Sincerely
Ezequias
 
-------Mensagem original-------
 
De: Nicolas Ribot
Data: 07/13/05 16:22:31
Para: PostGIS Users Discussion
Assunto: Re: [postgis-users] SQL Update
 
> Hi List,
>
> I would like anyone take a look on this SQL and see what is wrong.
>
> Please, nobody knows why it occours yet.
>
 
As the error message said: you are working on 2 geometries with different
SRID:
the_geom column on enveloppe table has an SRID != 0.
The multipolygon you are building from text has an SRID set to 0.
 
Change your polygon textual representation to set an SRID equal to the
one in the_geom table, or change the_geom srid to be 0
 
Nicolas
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20050714/dc371166/attachment.html>


More information about the postgis-users mailing list