[postgis-tickets] [PostGIS] #3402: geometry crosses edges with 0 tolerance
PostGIS
trac at osgeo.org
Fri Dec 18 06:47:47 PST 2015
#3402: geometry crosses edges with 0 tolerance
-----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.9
Component: topology | Version: 2.1.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by strk):
Further reduction, 4 vertices each line:
{{{
SELECT DropTopology('bug3402');
SELECT CreateTopology('bug3402');
SELECT TopoGeo_addLinestring('bug3402',
'0102000000040000001F85EB1117273941F6285CEFAC9652411F85EB5119283941F6285CEF2D9652411F85EB5128283941F6285CCF2C9652411F85EBD160273941000000E0DA965241'
, 0);
SELECT TopoGeo_addLinestring('bug3402',
'010200000004000000295C8F0217273941A4703DEAAC96524185EB51382828394115AE47D12C965241713D0A974A2839413E0AD78326965241A4703DCA6027394152B81EE5DA965241'
, 0);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3402#comment:5>
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