[postgis-devel] [PostGIS] #1690: Sort out ERROR: transform: couldn''t project point (180 -90 0): tolerance condition error (-20)
PostGIS
trac at osgeo.org
Fri Mar 16 09:24:20 PDT 2012
#1690: Sort out ERROR: transform: couldn''t project point (180 -90 0): tolerance
condition error (-20)
----------------------+-----------------------------------------------------
Reporter: strk | Owner: pramsey
Type: task | Status: closed
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Comment(by tokumine):
running on a newer build we're getting the following:
{{{
select st_astext(ST_Transform('SRID=4326;POINT(180 -90)'::geometry,
3857));
ERROR: transform: couldn't project point (180 -90 0): tolerance condition
error (-20)
}}}
{{{
POSTGIS="2.0.0alpha5SVN" GEOS="3.3.2-CAPI-1.7.2" PROJ="Rel. 4.7.1, 23
September 2009" GDAL="GDAL 1.9.0, released 2011/12/29" LIBXML="2.7.6"
SVN_REVISION=9194 USE_STATS
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1690#comment:10>
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