Re: [geos-devel] TopologyException: found non-noded intersection

2010-06-23 Thread strk
On Tue, Jun 22, 2010 at 08:52:30AM -0700, Martin Davis wrote: Also, there was a bug uncovered recently in JTS which has the effect of not performing some robustness improvement steps during CascadedUnion. It's a simple fix, so perhaps someone (strk?) will be able to implement A ticket

[geos-devel] Re: [GEOS] #351: Missing includes

2010-06-23 Thread GEOS
#351: Missing includes +--- Reporter: yabo|Owner: geos-de...@… Type: defect | Status: closed Priority: major |Milestone:

[geos-devel] Re: [GEOS] #349: Missing const on Geometry::isWithinDistance

2010-06-23 Thread GEOS
#349: Missing const on Geometry::isWithinDistance +--- Reporter: yabo| Owner: geos-de...@… Type: defect | Status: new Priority: major |

[geos-devel] Re: [GEOS] #349: Missing const on Geometry::isWithinDistance

2010-06-23 Thread GEOS
#349: Missing const on Geometry::isWithinDistance +--- Reporter: yabo|Owner: geos-de...@… Type: defect | Status: closed Priority: major |

[geos-devel] gstrdup in CAPI implementation

2010-06-23 Thread strk
I haven't investigated much, but valgrind is complaining about some non-null-terminated strings coming out from WKBWriter::writeHEX. I guess it _might_ be expected, given writeHEX takes a size_t output parameter, but wanted to make sure this is the case. I find it pretty useless for an