[postgis-tickets] [PostGIS] #3884: topology failures in trunk

PostGIS trac at osgeo.org
Sun Oct 8 12:55:54 PDT 2017


#3884: topology failures in trunk
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.5.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 This is the test, self-contained, which can be tried with and without
 r15925:
 {{{
 SELECT 't3380.start', CreateTopology( 'bug3380', 0, 0.01) > 0;
 SELECT 't3380.L1', TopoGeo_AddLinestring('bug3380', '
 LINESTRING(
 1612829.90652844007126987 4841274.48807844985276461,
 1612830.1566380700096488 4841287.23833953030407429,
 1612883.15799825009889901 4841277.73794914968311787)
 ', 0);
 SELECT 't3380.L2', TopoGeo_AddLinestring('bug3380', '
 LINESTRING(
 1612790.88055733009241521 4841286.88526585046201944,
 1612830.15823523001745343 4841287.12674008030444384,
 1612829.98813172010704875 4841274.56198261026293039)
 ', 0);
 }}}

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