[postgis-tickets] [PostGIS] #2176: ST_ChangeEdgeGeom: exception on SymDifference
PostGIS
trac at osgeo.org
Wed Jan 16 02:00:41 PST 2013
#2176: ST_ChangeEdgeGeom: exception on SymDifference
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: topology | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
Can you provide HEXWKB please ? It's what you get by default if you
`SELECT the_geom FROM table` from a text cursor. I don't need the utmzone
function, just the original and simplified geometries.
The idea is to produce a testcase that would trigger the bug in a script
like this:
{{{
SELECT CreateTopology('bug2176');
SELECT TopoGeo_addLinestring('bug2176', '<first_geometry>');
SELECT ST_ChangeEdgeGeom('bug2176', 1, '<second_geometry>');
}}}
With the smallest possible '<first_geometry>' and '<second_geometry>'
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2176#comment:5>
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-tickets
mailing list