[postgis-users] Problems with MakePoint
Gustavo Ces
g.ces at pettra.es
Tue Jun 5 23:32:05 PDT 2007
Hi jerome,
yes, it worked! Thanks for answering!
Gus
----- Original Message -----
From: "jrom" <jerome.gasperi at gmail.com>
To: "PostGIS Users Discussion" <postgis-users at postgis.refractions.net>
Sent: Monday, June 04, 2007 12:57 PM
Subject: Re: [postgis-users] Problems with MakePoint
Hi Gus,
You should force the point SRID to be the same as your column SRID.
So you should try something like this :
update montouto2000 set the_geom=setSRID(MakePoint(x,y), 23029);
Hope this help
More information about the postgis-users
mailing list