[postgis-devel] [PostGIS] #1641: TopoGeo_addLineString: SQL/MM Spatial exception - geometry crosses an edge

PostGIS trac at osgeo.org
Mon Mar 5 02:53:07 PST 2012


#1641: TopoGeo_addLineString: SQL/MM Spatial exception - geometry crosses an edge
-----------------------+----------------------------------------------------
  Reporter:  lrssvt    |       Owner:  strk         
      Type:  defect    |      Status:  closed       
  Priority:  medium    |   Milestone:  PostGIS 2.0.0
 Component:  topology  |     Version:  2.0.x        
Resolution:  fixed     |    Keywords:               
-----------------------+----------------------------------------------------
Changes (by strk):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  PostGIS 2.1.0 => PostGIS 2.0.0


Comment:

 With r9395 I added a different handing of 0-tolerance. That is, if you
 pass 0, which is the default, the code goes looking up
 topology.topology.precision (the tolerance you pass to CreateTopology) and
 if that's also zero ends up computing the minimum tolerance required to
 represent changes in the largest coordinate in input.

 There's no automated testing for the topology.precision use or lookup.
 Well, works fine with the cases we have so far. See #785 for more
 discussion about this.

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