[postgis-tickets] [PostGIS] #3380: "geometry crosses edge" with 1e-2 tolerance

PostGIS trac at osgeo.org
Tue Dec 1 08:46:39 PST 2015


#3380: "geometry crosses edge" with 1e-2 tolerance
-----------------------+---------------------------
  Reporter:  strk      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 2.0.8
 Component:  topology  |    Version:  2.0.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 I'm thinking that the main problem here is that the "tolerance" is not
 fully enforced to avoid any two vertices of the topology are closer than
 such tolerance. In particular, after adding the second line, it is split
 in a way that leaves two consecutive points under the tolerance.

 Once a tolerance is given, I think it should never allow to insert similar
 lines.
 I could try to remove the consecutive ones, but it might not be enough
 (and see #3388 about the consecutive ones)

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