[postgis-devel] [PostGIS] #318: 900913->4326 Transform
PostGIS
trac at osgeo.org
Tue Jan 19 06:18:33 PST 2010
#318: 900913->4326 Transform
----------------------+-----------------------------------------------------
Reporter: pramsey | Owner: mcayland
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.4.1
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by robe):
Slight correction -- I see the one that fails for me is the NAD27 and not
the other one that was complained about. But it would be still
interesting to find out if we are all working against the same proj4text.
{{{
For record:
SELECT
ST_AsText(ST_Transform(ST_SetSRID(ST_Point(-305748.113141,7834489.65112),900913),4326));
Yields:
POINT(-2.74658203125265 57.3620898615614)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/318#comment:15>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list