[PostGIS] #5698: XX000: SQL/MM Spatial exception - point not on edge
PostGIS
trac at osgeo.org
Fri Mar 22 09:35:47 PDT 2024
#5698: XX000: SQL/MM Spatial exception - point not on edge
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: topology | Version: 3.4.x
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by strk):
The problem ends up being in `lwline_split_by_point_to` using `p4_same` to
check if two points are IDENTICAL while that function uses `FP_EQUALS`
macro, for some reason I fail to understand at this moment.
We have two paths here: STOP using `p4_same` as known to be using fuzzy
equality or fix `p4_same` and friends to stop doing that.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5698#comment:10>
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