[PostGIS] #6062: More error XX000: SQL/MM Spatial exception - geometry
PostGIS
trac at osgeo.org
Mon Mar 30 00:40:30 PDT 2026
#6062: More error XX000: SQL/MM Spatial exception - geometry
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.6.2
Component: topology | Version: 3.6.x
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by strk):
The reason why snap to bottom-right edge isn't performed is because that
lower-right edge was NOT within tolerance distance BEFORE the incoming
edge was snapped to the vertex of the upper-left edge, but the current
code doesn't go back to querying the database on next snapping iteration.
The topology-oriented snap algorithm proposed in
https://gitea.osgeo.org/postgis/postgis/pulls/184 did include a recursive
database query. I'll see if that kind of snapping would fix this case.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6062#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-tickets
mailing list