#4176 closed defect (fixed)
ST_Intersects error with GEOMETRYCOLLECTION
Reported by: | vitaly1m | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.5 |
Component: | postgis | Version: | 2.3.x |
Keywords: | Cc: |
Description
Hi! When executing query:
select ST_Intersects('POLYGON((0 0, 10 10, 3 5, 0 0))', 'GEOMETRYCOLLECTION(POINT(10 10), LINESTRING(0 0, 3 3))');
Getting error: SQL Error [XX000]: ERROR: Relate Operation called with a LWGEOMCOLLECTION type. This is unsupported.Подсказка: Change argument 2: 'GEOMETRYCOLLECTION(POINT(10 10),LINESTRING(0 0,3 3))' Где: SQL function "st_intersects" statement 1
Thank you
Note:
See TracTickets
for help on using tickets.
Fix: https://github.com/postgis/postgis/pull/297/files#diff-978bce4984e620a04ff984c6c12d0776L2151