[gdal-dev] Primary keys are ignored in ogr2ogr when converting from Sqlite databases

2016-12-08 Thread César Martínez
Hi, I am using ogr2ogr to export data from Spatialite to other formats (such as PostGIS or a new Spatialite db). The layers have an integer primary key, but this field is ignored in the output table, as an OGC_FID field is created which uses consecutive numbers, ignoring the real values of the pri

[gdal-dev] Error in building GDAL with java binding

2016-12-08 Thread Tomer
Hey, I want to build java binding for GDAL. After following "Build Instructions for GDAL/OGR In Java (Windows)", I get the next error: *"NMAKE : fatal error U1045: spawn failed : Permission denied"* Regards, Tomer -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-E

Re: [gdal-dev] Building GDAL using MSBuild

2016-12-08 Thread Mateusz Loskot
Nigel, You're welcome. Regards, Mateusz On 8 December 2016 at 11:02, Nigel Westbury wrote: > Thanks so much. That is really helpful and exactly what I need. > > -Original Message- > From: Mateusz Loskot [mailto:mate...@loskot.net] > Sent: 07 December 2016 21:04 > To: Nigel Westbury > C

Re: [gdal-dev] [gdal 2.1] ecw 5.2.1

2016-12-08 Thread Even Rouault
On jeudi 8 décembre 2016 08:28:32 CET Vincent BERNAT wrote: > great! you're right! > > > I didn't try this solution because my gcc is 5.1.0^^ Ah you're right. Looking at https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/using_dual_abi.html , it seems the version with the new ABI was indeed 5

Re: [gdal-dev] [gdal 2.1] ecw 5.2.1

2016-12-08 Thread Vincent BERNAT
great! you're right! I didn't try this solution because my gcc is 5.1.0^^ Thanks a lot Regards, Vincent De : Even Rouault Envoyé : mercredi 7 décembre 2016 16:19 À : gdal-dev@lists.osgeo.org Cc : Vincent BERNAT; Jeff McKenna Objet : Re: [gdal-dev] [gdal 2.