[gdal-dev] [conference] Submit your speaker proposal to FOSS4G-NA in Raleigh this May

2016-01-25 Thread Sarah Cordivano
Hi GDAL folks, I’m writing to encourage you to consider a proposal submission to the Free and Open Source for GeoSpatial North America Conference in Raleigh, NC this May . My colleague Rob Emanuele (GeoTrellis ) and myself are very proud to be i

Re: [gdal-dev] GDAL 2.0.2RC3 and 1.11.4RC2 available for review

2016-01-25 Thread Jeff McKenna
On 2016-01-25 9:38 AM, Even Rouault wrote: Hi, A bug in the OpenFileGDB driver causing crashes in QGIS has been just reported to me this morning, which I fixed, so I felt like it was calling for being included in those bug fix releases. 2.0.2RC3: Changes since 2.0.2RC2: - fix import of MultiLi

[gdal-dev] GDAL 2.0.2RC3 and 1.11.4RC2 available for review

2016-01-25 Thread Even Rouault
Hi, A bug in the OpenFileGDB driver causing crashes in QGIS has been just reported to me this morning, which I fixed, so I felt like it was calling for being included in those bug fix releases. 2.0.2RC3: Changes since 2.0.2RC2: - fix import of MultiLineString Z geometries with several parts (#

Re: [gdal-dev] Build gdal with sqlite3 support on linux

2016-01-25 Thread Gane R
Thanks for you timely response I got it detected, what should be used for building GDAL with Windows, For Windows I used an amagation version I wrote script to build as static lib and ignored the default libs and got a static lib and build GDAL with sqlite3. It worked, its that fine on windows.

Re: [gdal-dev] Build gdal with sqlite3 support on linux

2016-01-25 Thread a . furieri
On Mon, 25 Jan 2016 15:20:13 +0530, Gane R wrote: I got a source of sqlite3 from amalgation. I compiled on linux to get a static lib say libsqlite3.a Hi Gene, starting from the amalgamation sources definitely isn't the best option, because this way libsqlite3 will not be correctly installe

[gdal-dev] Build gdal with sqlite3 support on linux

2016-01-25 Thread Gane R
I got a source of sqlite3 from amalgation. I compiled on linux to get a static lib say libsqlite3.a I want to build GDAL with sqlite3 support, so I tried to use ./configure --with-sqlite3=path the path has include folder and lib folder (as subfolder) containing the libsqlite3.a gdal failed to d