[postgis-tickets] [PostGIS] #4604: ST_Intersects discrepancy between 2.5.3 and 3.0.0
PostGIS
trac at osgeo.org
Mon Mar 2 14:43:10 PST 2020
#4604: ST_Intersects discrepancy between 2.5.3 and 3.0.0
----------------------+---------------------------
Reporter: paf31 | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.0.2
Component: postgis | Version: 3.0.x
Resolution: invalid | Keywords:
----------------------+---------------------------
Changes (by pramsey):
* status: new => closed
* resolution: => invalid
Comment:
This is actually a result of your Proj version bumping, and PostGIS being
able to use PROJ_GEODESIC functions.
https://github.com/postgis/postgis/blob/master/postgis/geography_measurement.c#L43
The functions trim away tiny variances, and I'm not losing any sleep over
nanometer changes in behaviour.
https://github.com/postgis/postgis/blob/master/postgis/geography_measurement.c#L257
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4604#comment:6>
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