[postgis-users] Bogus unknown geometry error from ST_Transform

René Romero Benavides ichbinrene at gmail.com
Sat Feb 18 23:37:27 PST 2012


El 18/02/2012 11:29 p.m., Aren Cambre escribió:
> ST_Transform is returning a bogus error of* Input geometry has unknown 
> (-1) SRID*.
>
> Here's the query:
> *UPDATE gis."gz_2010_48_160_00_500k"*
> *SET "the_geom_3081" = ST_Transform(the_geom, 3081);*
>
> I said "bogus" because the database's *public.geometry_columns* table 
> has valid values for these two columns, and neither has SRID of -1:
> *34281;"''";"gis";"gz_2010_48_160_00_500k";"the_geom";2;4326;"POLYGON"*
> *34276;"''";"gis";"gz_2010_48_160_00_500k";"the_geom_3081";2;3081;"POLYGON"*
>
> What gives?
>
> Aren
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
I thought a SRID of -1 was a synonym for the default one (4326). But 
don't take my word for it, I'm beginning with postgis.
-- 
http://sharingtechknowledge.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20120219/744635c5/attachment.html>


More information about the postgis-users mailing list