[PostGIS] #5911: ST_ClipByBox2D shows precision issues when clipping curved geometries
PostGIS
trac at osgeo.org
Fri Jul 11 14:56:33 PDT 2025
#5911: ST_ClipByBox2D shows precision issues when clipping curved geometries
----------------------+----------------------------
Reporter: dmyzl | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.5.4
Component: postgis | Version: 3.5.x
Resolution: wontfix | Keywords: ST_ClipByBox2D
----------------------+----------------------------
Changes (by pramsey):
* resolution: => wontfix
* status: new => closed
Comment:
This is almost certainly a side effect of our fallback behaviour for
functions that do not natively support curves (like ST_ClipByBox2D), which
is to stroke them to lines and then hand them on the linear processing. I
think this falls into the won't-fix category for now.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5911#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list