[gdal-dev] MSSQL Spatial and 3D issue
ngarel
ngarel at micromine.com
Wed Apr 18 03:04:03 EDT 2012
It looks like the format needs to be changed in
OGRMSSQLSpatialTableLayer::BuildFields()
something like
if (poDS->GetGeometryFormat() == MSSQLGEOMETRY_NATIVE)
{
osFieldList += "].*AsTextZM*() as [";
osFieldList += pszGeomColumn;
}
However the format should be handled properly after the data is being
received.
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/gdal-dev-MSSQL-Spatial-and-3D-issue-tp4892552p4893132.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
More information about the gdal-dev
mailing list