Re: [gdal-dev] SQLite Driver and non-spatial tables

2012-11-20 Thread Kyle Shannon
For the record, in case anyone is interested, it appears setting SQLITE_LIST_ALL_TABLES=YES appears to allow me access to non-spatial tables. I didn't find any documentation on the format page though. On Tue, Nov 13, 2012 at 1:44 PM, Kyle Shannon wrote: > I have a Spatialite enabled SQLite file

[gdal-dev] SQLite Driver and non-spatial tables

2012-11-13 Thread Kyle Shannon
I have a Spatialite enabled SQLite file with both spatial and non-spatial tables. Since my database has a table called geometry_columns, all non-spatial tables are not loaded as layers. If I don't have a geometry_columns OGR attempts to load geometry from all the tables, but still loads n