[postgis-tickets] [PostGIS] #3711: The topology issue an error on azimut function when 3D

PostGIS trac at osgeo.org
Wed Mar 8 02:40:26 PST 2017


#3711: The topology issue an error on azimut function when 3D
------------------------+---------------------------
  Reporter:  aperi2007  |      Owner:  strk
      Type:  defect     |     Status:  new
  Priority:  medium     |  Milestone:  PostGIS 2.3.3
 Component:  topology   |    Version:  2.3.x
Resolution:             |   Keywords:
------------------------+---------------------------

Comment (by strk):

 Somewhat reduced testcase:
 {{{
 SELECT topology.DropTopology('bug3711');
 SELECT topology.CreateTopology('bug3711', 0, 0, true);
 SELECT topology.TopoGeo_AddLineString('bug3711',
 'LINESTRING (
 618365 4833784 0.88,
 618370 4833784 1.93, 618370 4833780 1.90,
 618365 4833784 1.18)'
 ::geometry, 0);
 SELECT topology.TopoGeo_AddLineString( 'bug3711',
 'LINESTRING (
 618375 4833780 1.90,
 618370 4833780 1.92, 618370 4833784 1.90,
 618375 4833780 1.93)'
 ::geometry, 0);
 }}}

 Confirmed to fail here

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