[postgis-users] transform to north america equidistance conical (102010)

2008-09-05 Thread Angel Menendez
Hi: doing that int_xx =-1178831.6160763; int_yy =1466414.1218333; geometryPoint = transform(setsrid(makepoint(int_xx,int_yy), 102010), 4326); test =st_astext(geometryPoint); I get 'POINT(-10,40... 12.64...)' and I am waiting for -114.135429 W and 52.1317 N What I am missig

Re: [postgis-users] transform to north america equidistance conical (102010)

2008-09-05 Thread Paul Ramsey
Your syntax looks right, all that's missing is whether the def'n for 102010 you are using matching your input coordinates, which we can't tell, since we don't know what you're using for 102010. P On Fri, Sep 5, 2008 at 11:55 AM, Angel Menendez [EMAIL PROTECTED] wrote: Hi: doing that int_xx