[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 04:35:06 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: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
Yep, just run twice to see the issue:
{{{
strk=# select postgis_transform_geometry('SRID=4326;POINT(180
-90)'::geometry, '+proj=longlat +datum=WGS84 +no_defs', '+proj=merc
+a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0
+units=m +nadgrids=@null +wktext +no_defs', 3857);
ERROR: transform: couldn't project point (180 -90 0): tolerance condition
error (-20)
strk=# select postgis_transform_geometry('SRID=4326;POINT(180
-90)'::geometry, '+proj=longlat +datum=WGS84 +no_defs', '+proj=merc
+a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0
+units=m +nadgrids=@null +wktext +no_defs', 3857);
ERROR: transform: couldn't parse proj4 input string: '+proj=longlat
+datum=WGS84 +no_defs': tolerance condition error
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1690#comment:3>
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