Re: [gdal-dev] GDAL 1.11.1 OpenFileGDB driver with non-spatial tables

2014-11-17 Thread Christy Nieman
That worked. Building trunk allows me to see the non-spatial tables. I guess the FGDB was made with ArcGIS 9.x then. Thanks again, Christy On 17/11/14 09:38 AM, Christy Nieman wrote: Thanks Even. I'm not sure which version of ArcGIS created the FGDB, but I'll try building master and see if

Re: [gdal-dev] GDAL 1.11.1 OpenFileGDB driver with non-spatial tables

2014-11-17 Thread Christy Nieman
Thanks Even. I'm not sure which version of ArcGIS created the FGDB, but I'll try building master and see if it works. Christy On 17/11/14 09:36 AM, Even Rouault wrote: Le lundi 17 novembre 2014 15:23:54, cnie...@dmsolutions.ca a écrit : Hi all, I did a little looking around, but was unabl

Re: [gdal-dev] GDAL 1.11.1 OpenFileGDB driver with non-spatial tables

2014-11-17 Thread Even Rouault
Le lundi 17 novembre 2014 15:23:54, cnie...@dmsolutions.ca a écrit : > Hi all, > > I did a little looking around, but was unable to find anything about this. > I have a File Geodatabase that I can read with the OpenFileGDB driver, > and see all of the layers containing spatial data. However, I

[gdal-dev] GDAL 1.11.1 OpenFileGDB driver with non-spatial tables

2014-11-17 Thread cnieman
Hi all, I did a little looking around, but was unable to find anything about this. I have a File Geodatabase that I can read with the OpenFileGDB driver, and see all of the layers containing spatial data. However, I seem to not be able to see non-spatial tables. Is this expected? Thank