Opened 6 years ago

Closed 6 years ago

#4039 closed defect (fixed)

Issues with stub of ST_ClipByBox2D

Reported by: dbaston Owned by: komzpa
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

The ST_ClipByBox2D function has been replaced internally with a regular intersection operation. The user documentation should be updated to reflect this. Comments in the code indicate that the previous implementation is disabled due to "bugs in geos" but does not reference tickets for these bugs, so it will be difficult to know if/when the previous implementation can be restored.

Change History (3)

comment:2 by komzpa, 6 years ago

Owner: changed from pramsey to komzpa

comment:3 by komzpa, 6 years ago

Resolution: fixed
Status: newclosed

In 16552:

GEOS ClipByBox2D stub notice now includes ticket link

Closes #4039
Closes https://github.com/postgis/postgis/pull/239

Note: See TracTickets for help on using tickets.