Wrong result with ST_INTERSECTS and LINESTRINGs
Bug #857087 reported by
Philip Stoev
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| MariaDB |
Fix Released
|
Undecided
|
Alexey Botchkov | ||
Bug Description
This query:
SELECT ST_INTERSECTS( GeomFromText(
returns TRUE with PostGIS and False with MariaDB. Visual examination with a GUI editor shows that intersection does indeed exist.
The shape of the second linestring seems to be important. This linestring was taken from an actual openstreetmap , so I assume it is realistic.
ST_INTERSECTION() also reports a non-empty intersection, so ST_INTERSECTS must be TRUE.
Related branches
| Changed in maria: | |
| assignee: | nobody → Alexey Botchkov (holyfoot) |
| Changed in maria: | |
| status: | New → Fix Committed |
| Changed in maria: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
