[PostGIS] #5659: ST_DFullyWithin has unexpected semantics
PostGIS
trac at osgeo.org
Thu Jan 25 08:08:46 PST 2024
#5659: ST_DFullyWithin has unexpected semantics
----------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.5.0
Component: postgis | Version: master
Resolution: fixed | Keywords:
----------------------+---------------------------
Changes (by Paul Ramsey <pramsey@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"f5d6c10b7de4cc6cac4e809d495aa4ad25ca4743/git" f5d6c10/git]:
{{{#!CommitTicketReference repository="git"
revision="f5d6c10b7de4cc6cac4e809d495aa4ad25ca4743"
Change behaviour of ST_DFullyWithin(A, B, R)
to be equivalent to ST_Contains(ST_Buffer(A, R), B).
This should more correctly match the behaviour users
expect and more logically extends on the behaviour
of ST_DWithin(A, B, R). Closes #5659.
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5659#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