#4790 closed defect (fixed)
3D measuring functions doesn't recognize identical vertex points correctly
Reported by: | nicklas | Owned by: | nicklas |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.2 |
Component: | postgis | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
As per email from Alexandre Neto https://lists.osgeo.org/pipermail/postgis-users/2020-November/044563.html
2 geometries sharing one vertex point gives false as result in intersects test
Change History (7)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Should be fixed with https://gitlab.com/postgis/postgis/-/merge_requests/16
please someone take a look and merge
comment:5 by , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS 2.5.6 |
---|---|
Version: | 3.0.x → 2.5.x |
Fixed applied in 3.1 (master) and 3.0. Not backported to 2.5 or previous releases.
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've looked at the 2.5 port and I'm closing out as it's too unfun.
comment:7 by , 3 years ago
Milestone: | PostGIS 2.5.6 → PostGIS 3.0.2 |
---|
Note:
See TracTickets
for help on using tickets.
The problem is that the shared vertex is not identified but calculated which gives floating point error.