[postgis-tickets] [PostGIS] #3422: test_lwgeom_split fails on various architectures

PostGIS trac at osgeo.org
Mon Jan 11 00:07:03 PST 2016


#3422: test_lwgeom_split fails on various architectures
-----------------------+---------------------------
  Reporter:  sebastic  |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 2.2.2
 Component:  postgis   |    Version:  2.2.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 It could also be tested that the following returns TRUE:
 {{{
 WITH inp AS ( SELECT
  'LINESTRING(-180 0,0 0)'::geometry l,
  'POINT(-20 0)'::geometry p
 ) SELECT ST_Equals(ST_ClosestPoint(l,p), p) FROM inp;
 }}}

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