[postgis-tickets] [PostGIS] #3136: ST_ClosestPointOfApproach: Non-linear measures in second geometry

PostGIS trac at osgeo.org
Wed May 27 04:24:33 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):

 Similarly, these inputs fail:
 {{{
 'LINESTRING M (0 0 40000000,0 0 40000003)'::geometry g1,
 'LINESTRING M (0 0 40000000,0 0 40000001,0 0 40000002)'::geometry g2
 }}}

 While these work:
 {{{
 'LINESTRING M (0 0 10000000,0 0 10000003)'::geometry g1,
 'LINESTRING M (0 0 10000000,0 0 10000001,0 0 10000002)'::geometry g2
 }}}

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3136#comment:2>
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