Opened 7 years ago
Closed 7 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.
Note:
See TracTickets
for help on using tickets.
GEOS bug report: https://trac.osgeo.org/geos/ticket/865