[geos-devel] Re: [GEOS] #244: Buffer fails to buffer elements of multpolygon

2009-05-12 Thread GEOS
#244: Buffer fails to buffer elements of multpolygon +--- Reporter: pramsey |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major |

[geos-devel] Re: [GEOS] #244: Buffer fails to buffer elements of multpolygon

2009-05-12 Thread GEOS
#244: Buffer fails to buffer elements of multpolygon +--- Reporter: pramsey |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major |

[geos-devel] Re: [GEOS] #244: Buffer fails to buffer elements of multpolygon

2009-05-12 Thread GEOS
#244: Buffer fails to buffer elements of multpolygon +--- Reporter: pramsey |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major |

[geos-devel] Re: [GEOS] #244: Buffer fails to buffer elements of multpolygon

2009-05-12 Thread GEOS
#244: Buffer fails to buffer elements of multpolygon +--- Reporter: pramsey |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major |

[geos-devel] Re: [GEOS] #241: GEOSBuffer produces an invalid geometry

2009-05-12 Thread GEOS
#241: GEOSBuffer produces an invalid geometry +--- Reporter: pleroux |Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major |Milestone:

[geos-devel] GEOS cross-heap problems

2009-05-12 Thread Frank Warmerdam
Folks, I had a serious problem reported by a client of mine. The issue turned out to be that the OSGeo4W GEOS package was built with a different version of visual studio than the OSGeo4W GDAL package. The GDAL package calls: pabyBuf = GEOSGeomToWKB_buf( geosGeom, nSize ); ... free(

Re: [geos-devel] GEOS cross-heap problems

2009-05-12 Thread Frank Warmerdam
Frank Warmerdam wrote: Folks, I had a serious problem reported by a client of mine. The issue turned out to be that the OSGeo4W GEOS package was built with a different version of visual studio than the OSGeo4W GDAL package. The GDAL package calls: pabyBuf = GEOSGeomToWKB_buf( geosGeom,

Re: [geos-devel] GEOS cross-heap problems

2009-05-12 Thread Paul Ramsey
Frank, Please feel free to add the patch into trunk. Regarding API additions, I am feeling a little conservative. At a minimum, once you start doing that, all the downstream packages have to start testing for revision in order to know if they can call the feature. I'd like to hear from others

Re: [geos-devel] GEOS cross-heap problems

2009-05-12 Thread Frank Warmerdam
Paul Ramsey wrote: Frank, Please feel free to add the patch into trunk. Paul, Done (r2506). Details at: http://trac.osgeo.org/geos/ticket/249 Regarding API additions, I am feeling a little conservative. At a minimum, once you start doing that, all the downstream packages have to start

Re: [geos-devel] GEOS cross-heap problems

2009-05-12 Thread Paul Ramsey
Other comments? I have only vague discomfort, so in the absence of someone else having issues, I will subordinate my theoretical musing to Frank's practical need. P. On Tue, May 12, 2009 at 9:19 PM, Frank Warmerdam warmer...@pobox.com wrote: Paul Ramsey wrote: Frank, Please feel free to add