[postgis-devel] [PostGIS] #1311: ST_CreateTopoGeo: T16 regress test fails on 32bit
PostGIS
trac at osgeo.org
Mon Nov 21 06:31:23 PST 2011
#1311: ST_CreateTopoGeo: T16 regress test fails on 32bit
------------------------+---------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: robustness |
------------------------+---------------------------------------------------
Changes (by strk):
* keywords: => robustness
Comment:
Edge splitting is the culprit here:
{{{
DEBUG: Merged edges: LINESTRING(0 0,10 0,20 4,0 3)
DEBUG: Collected input points: MULTIPOINT(0 0,0 3,10 0,20 4)
DEBUG: Noded split edges: MULTILINESTRING((20 4,2.22044604925031e-15
3),(0 0,10 0),(10 0,20 4))
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1311#comment:4>
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