[postgis-tickets] [PostGIS] #4684: Topology construction routine results invalid topology
PostGIS
trac at osgeo.org
Fri May 8 21:42:14 PDT 2020
#4684: Topology construction routine results invalid topology
-----------------------+---------------------
Reporter: laopsahl | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 3.0.x
Resolution: | Keywords:
-----------------------+---------------------
Comment (by laopsahl):
So far I have only tested in a multi thread environment .
If I read you correct I have to be able produce an invalid Topology by
running in a single thread ?
Can I run in partly in multiple threads by doing it this way ?
{{{
1) Break the input up into many grid cell
2) Insert lines lines that are inside each cell and with min a distance
like tolerance to cell border
3) Insert the rest of the lines in a single thread
}}}
Lars
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4684#comment:2>
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