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
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
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
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
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
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
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