Changes between Initial Version and Version 1 of Ticket #5713


Ignore:
Timestamp:
Apr 18, 2024, 3:59:58 PM (4 weeks ago)
Author:
pramsey
Comment:

Confirmed. Since the Relate code is likely to be removed and replaced from GEOS in the next cycle, this particular issue will likely not be fixed. A work around it to apply a very small precision reduction, which should shake out the very small nearly parallel lines in your original that are causing the problem.

select st_equals(ST_ReducePrecision(mark_geom,0.00000001), st_reduceprecision(fips_geom, 0.00000001)) from g5713

Legend:

Unmodified
Added
Removed
Modified