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

Paul Ramsey pramsey at cleverelephant.ca
Fri Sep 5 16:24:37 PDT 2008


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 <angel.menendez at shaw.ca> wrote:
> 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
> Thanks
> Angel Menendez
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>



More information about the postgis-users mailing list