[gdal-dev] Problem with merging SHAPEs into SpatiaLite

2017-10-03 Thread Casper Børgesen
Hi devs I am trying to merge a bunch of SHAPE files into a few SpatiaLite files. To make it more simple I have two kinds of data sets A and B and each data set has two SHAPE files. So my result should end up being a SpatiaLite file for each data set. I am using the following commands to create

Re: [gdal-dev] Problem with merging SHAPEs into SpatiaLite

2017-10-03 Thread jratike80
Casper Børgesen-2 wrote > Hi devs > > I am trying to merge a bunch of SHAPE files into a few SpatiaLite files. > To make it more simple I have two kinds of data sets A and B and each data > set has two SHAPE files. So my result should end up being a SpatiaLite > file for each data set. > > I am u

[gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread mikeucfl
I recently stepped up some code to use Visual Studio 2015 and calling GDALDataset::startTransaction(true) seems to fail for the FileGDB driver. I tracked the issue down to cpl_conv's CPLCopyTree method: In Visual Studio 2012 the first call to VSIStatL(pszOldPath, &sStatBuf) sets sStatBuf so st_mod

Re: [gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread Even Rouault
Hi, The 2 calls to Stat() are not done in the proper order indeed. Should be fixed per https:// trac.osgeo.org/gdal/ticket/7070 Even > I recently stepped up some code to use Visual Studio 2015 and calling > GDALDataset::startTransaction(true) seems to fail for the FileGDB driver. I > tracked th

Re: [gdal-dev] Possible bug with creating transactions using the FileGDB driver

2017-10-03 Thread mikeucfl
The fix worked for me, thanks! -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev