[postgis-devel] [PostGIS] #1173: TopologyException from intersection of valid geography
PostGIS
trac at osgeo.org
Fri Dec 16 07:18:30 PST 2011
#1173: TopologyException from intersection of valid geography
----------------------+-----------------------------------------------------
Reporter: jgilman | Owner: strk
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by strk):
* status: assigned => closed
* resolution: => invalid
Comment:
The first operand is really invalid:
{{{
strk=# select ST_IsValid( 'POLYGON((45 80,135 80,-135 80,-45 80,45 80))'
);
NOTICE: Self-intersection at or near point -135 80
st_isvalid
------------
f
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1173#comment:7>
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