[postgis-tickets] [PostGIS] #3136: ST_ClosestPointOfApproach: Non-linear measures in second geometry
PostGIS
trac at osgeo.org
Wed May 27 03:49:09 PDT 2015
#3136: ST_ClosestPointOfApproach: Non-linear measures in second geometry
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
Seems to be a robusness issue, because this fails:
{{{
ST_closestpointofapproach('LINESTRING M (0 0 1432291464,0 0 1432291536)',
'LINESTRING M (0 0 1432291464,0 0 1432291466.25,0 0 1432291500)');
}}}
While this succeeds:
{{{
select ST_closestpointofapproach('LINESTRING M (0 0 91464,0 0 91536)',
'LINESTRING M (0 0 91464,0 0 91466.25,0 0 91500)');
}}}
In the second case I just subtracted 1432200000 from each M value
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3136#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