Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Brent Fraser
Tyler, Hmm. I did the same thing with spatial data in a non-spatial version of SQL Server (via ODBC), using a VRT within a .map file. Not sure if I had any polygons; maybe just points and lines. Must be a bug Best Regards, Brent Fraser On 12/31/2012 3:59 PM, Tyler Mitchell wrote: On

Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Tyler Mitchell
On 2012-12-31, at 2:03 PM, Brent Fraser wrote: > Tyler, > > So using > > > > in the VRT doesn't work when used with Mapserver? Hi Brent, Sort of yes, more or less, but upstreams errors from my OGR driver are somehow stopping it. The main issue is with using a spatial db driver, on a non-sp

Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Brent Fraser
Tyler, So using in the VRT doesn't work when used with Mapserver? Best Regards, Brent Fraser On 12/31/2012 2:04 PM, Tyler Mitchell wrote: On 2012-12-31, at 12:17 PM, Stephen Woodbridge wrote: Just from code looking, I see that the geometry_columns table is queried from OGRIngresLayer::Fe

Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Tyler Mitchell
On 2012-12-31, at 12:17 PM, Stephen Woodbridge wrote: >> Just from code looking, I see that the geometry_columns table is queried from >> OGRIngresLayer::FetchSRSId(OGRFeatureDefn *poDefn), which is called by >> OGRIngresTableLayer::ReadTableDefinition(). There's no way (apart changing >> the >> c

Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Stephen Woodbridge
On 12/31/2012 3:05 PM, Even Rouault wrote: Le lundi 31 décembre 2012 20:44:07, Tyler Mitchell a écrit : Hi all, I'm building a VRT that connects to an Ingres db to grab some WKT text from a text column. I can run ogrinfo against it just fine, though it complains about not finding geometry_colum

Re: [gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Even Rouault
Le lundi 31 décembre 2012 20:44:07, Tyler Mitchell a écrit : > Hi all, > I'm building a VRT that connects to an Ingres db to grab some WKT text from > a text column. I can run ogrinfo against it just fine, though it > complains about not finding geometry_columns table (this is a non-spatial > db e

[gdal-dev] Ignore geometry_columns table in VRT

2012-12-31 Thread Tyler Mitchell
Hi all, I'm building a VRT that connects to an Ingres db to grab some WKT text from a text column. I can run ogrinfo against it just fine, though it complains about not finding geometry_columns table (this is a non-spatial db example), it still returns all the detailed records. But in MapServe