[postgis-devel] [PostGIS] #2007: topogeo_addlinestring: behaviour depends on query order (error - geometry intersects edge)

PostGIS trac at osgeo.org
Tue Sep 18 09:23:53 PDT 2012


#2007: topogeo_addlinestring: behaviour depends on query order (error - geometry
intersects edge)
-------------------------------+--------------------------------------------
 Reporter:  amartin            |       Owner:  strk         
     Type:  defect             |      Status:  new          
 Priority:  medium             |   Milestone:  PostGIS 2.0.2
Component:  topology           |     Version:  2.0.x        
 Keywords:  linestring, order  |  
-------------------------------+--------------------------------------------

Comment(by strk):

 The fact that query order affects result is not a bug, but a well known
 behavior.
 Incremental construction of the topology tries to keep the elements which
 were inserted before as immutable as possible, while is more liberal about
 modifying (snapping, for instance) the items inserted later.

 The "geometry intersects edge", on the other hand, is a bug.

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