Re: [gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Paul Meems
Thanks Even, I'll change our code. I assume I need to call freeGEOSContext( hGEOSCtxt ); afterwards as well. And you are right. I'm using the trunk version of GDAL because I want the update EPSG database. But I'm using GEOS v3.4.2 (Stable) Paul *Paul Meems * Release manager, configuration m

Re: [gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Even Rouault
Selon Paul Meems : > Hi List, > > I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and > while compiling the project I noticed the signature for exportToGEOS and > createFromGEOS have been changed. > They now require a GEOSContextHandle_t parameter. > > I've been using Googl

[gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Paul Meems
Hi List, I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and while compiling the project I noticed the signature for exportToGEOS and createFromGEOS have been changed. They now require a GEOSContextHandle_t parameter. I've been using Google to search for some documentation