Opened 5 years ago

Closed 5 years ago

#4295 closed enhancement (fixed)

ST_Within and ST_Contains support GeometryCollection geometry type

Reported by: hungmingwang Owned by: pramsey
Priority: high Milestone: PostGIS 3.0.0
Component: postgis Version: 2.5.x -- EOL
Keywords: Cc:

Description

PostGIS version 2.5.0 began to support GeometryCollection type for ST_Intersects() function.

But other similar functions, such as ST_Within() or ST_Contains(), still can't handle GeometryCollection geometry type.

I'd like to request that enhancement.

Change History (3)

comment:1 by hungmingwang, 5 years ago

Type: defectenhancement

comment:2 by robe, 5 years ago

Milestone: PostGIS 2.5.2PostGIS 3.0.0

comment:3 by komzpa, 5 years ago

Resolution: fixed
Status: newclosed

In 17376:

Allow passing GEOMETRYCOLLECTION to GEOS relate functions.

Patch by Esteban Zimányi.

Closes #4295
Closes https://github.com/postgis/postgis/pull/386

Note: See TracTickets for help on using tickets.