[postgis-tickets] [PostGIS] #1855: 'SQL/MM Spatial exception - curve not simple' exception at adding two polygons
PostGIS
trac at osgeo.org
Wed Sep 9 07:54:17 PDT 2015
#1855: 'SQL/MM Spatial exception - curve not simple' exception at adding two
polygons
-----------------------+---------------------------
Reporter: wimned | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.2.0
Component: topology | Version: 2.0.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by strk):
I'm looking at this case. It seems that code exist which is meant to
handle this case (of an edge self-collapsing due to snapping) but it's
evidently uneffective. The problem is that it calls ST_MakeValid which
only does something if the input is invalid, which is never the case for
linestrings. We need code that fixes non-simplicity instead
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1855#comment:17>
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