[geos-devel] Extent-limited graph building ?

Sandro Santilli strk at keybit.net
Tue Sep 23 00:57:23 PDT 2014


FYI: I've committed the "restricted-extent" changes to trunk.
They could be further optimized to avoid computing the overlapping
edges twice or even by not adding them at all in the graph, but for
now the speedup is noticeable enough to accept.

--strk;

On Fri, Sep 19, 2014 at 06:32:18PM +0200, Sandro Santilli wrote:
> On Fri, Sep 19, 2014 at 06:17:33PM +0200, Sandro Santilli wrote:
> 
> > The testsuite shows no failure with the noding validator off 
> 
> Forget this, I actually found many:
> 
>  tests/xmltester/tests/robustness.xml: case1: test1: areatest(): failed.
>  tests/xmltester/tests/ticket/bug392.xml: case1: test2: union(A): failed.
>  tests/xmltester/tests/ticket/bug459.xml: case1: test1: union(A, B): failed.
>  tests/xmltester/tests/ticket/bug527.xml: case1: test1: union(A): failed. 
>  tests/xmltester/tests/ticket/bug586.xml: case1: test1: intersection(A, B): failed. 
>  tests/xmltester/tests/ticket/bug599.xml: case1: test3: union(A, B): failed.
>  tests/xmltester/tests/stmlf/stmlf-cases-20061020.xml: case1: test1: areatest(): failed.
>  tests/xmltester/tests/stmlf/stmlf-cases-20061020-invalid-output.xml: case1: test1: areatest(): failed.
> 
> So it looks like we still need to check output noding (pity!)
> 
> --strk;


More information about the geos-devel mailing list