[postgis-devel] [PostGIS] #941: ST_ModEdgeHeal : wrong response on non-existent edge

PostGIS trac at osgeo.org
Fri May 6 12:18:50 PDT 2011


#941: ST_ModEdgeHeal : wrong response on non-existent edge
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  strk         
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  topology   |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by strk):

 Please try:

  SELECT * FROM topo_test.edge where edge_id = 10000;
  select topology.ST_ModEdgeHeal('topo_test',-1, 2);

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/941#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-devel mailing list