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.
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to