[postgis-devel] [PostGIS] #318: 900913->4326 Transform
PostGIS
trac at osgeo.org
Mon Jul 11 01:03:26 PDT 2011
#318: 900913->4326 Transform
---------------------+------------------------------------------------------
Reporter: pramsey | Owner: mcayland
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.4.3
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Changes (by realityexists):
* cc: realityexists (added)
Comment:
I'm also getting this error on PostGIS 1.5.2 on Windows, installed from
the installer using Application Stack builder.
{{{
SELECT Transform(ST_GeomFromEWKT('SRID=4267;POINT(-79.867611 9.3553472)'),
4326)
}}}
'''ERROR: transform: couldn't project point (-79.8676 9.35535 0): failed
to load NAD27-83 correction file (-38)
'''
However, this succeeds:
{{{
SELECT Transform(Transform(ST_GeomFromEWKT('SRID=4267;POINT(-79.867611
9.3553472)'), 3395), 4326)
}}}
PostGIS full version: "POSTGIS="1.5.2" GEOS="3.2.2-CAPI-1.6.2" PROJ="Rel.
4.6.1, 21 August 2008" LIBXML="2.7.6" USE_STATS"
PostgreSQL version 9.0.4 on Windows, 32-bit
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/318#comment:25>
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