[postgis-tickets] [PostGIS] #3412: geometry intersects edge on TopoGeo_addLinestring with tolerance 0.001

PostGIS trac at osgeo.org
Tue Dec 29 02:21:04 PST 2015


#3412: geometry intersects edge on TopoGeo_addLinestring with tolerance 0.001
----------------------+-------------------
 Reporter:  strk      |      Owner:  strk
     Type:  defect    |     Status:  new
 Priority:  medium    |  Milestone:
Component:  topology  |    Version:  2.2.x
 Keywords:            |
----------------------+-------------------
 Simple self-contained test:
 {{{
 SELECT DropTopology('case3_topo');
 SELECT CreateTopology('case3_topo');
 SELECT TopoGeo_AddLinestring('case3_topo',
 'LINESTRING(
 599671.37 4889664.32,
 599665.52 4889680.18,
 599671.37 4889683.4,
 599671.37 4889781.87
 )'
 ::geometry, 0);
 SELECT TopoGeo_AddLinestring('case3_topo',
 '0102000000020000003AB42BBFEE4C22410010C5A997A6524167BB5DBDEE4C224117FE3DA85FA75241',
 0.001);
 }}}

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