[mapserver-commits] r9305 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Sep 15 09:57:23 EDT 2009
Author: assefa
Date: 2009-09-15 09:57:21 -0400 (Tue, 15 Sep 2009)
New Revision: 9305
Modified:
trunk/mapserver/maporaclespatial.c
Log:
Correct build issue when compiling with out oracle support
Modified: trunk/mapserver/maporaclespatial.c
===================================================================
--- trunk/mapserver/maporaclespatial.c 2009-09-15 12:27:55 UTC (rev 9304)
+++ trunk/mapserver/maporaclespatial.c 2009-09-15 13:57:21 UTC (rev 9305)
@@ -3021,6 +3021,12 @@
return MS_FAILURE;
}
+int msOracleSpatialLayerResultGetShape(layerObj *layer, shapeObj *shape, int tile, long record )
+{
+ msSetError( MS_ORACLESPATIALERR, "OracleSpatial is not supported", "msOracleSpatialLayerResultGetShape" );
+ return MS_FAILURE;
+}
+
int msOracleSpatialLayerGetExtent(layerObj *layer, rectObj *extent)
{
msSetError( MS_ORACLESPATIALERR, "OracleSpatial is not supported", "msOracleSpatialLayerGetExtent()" );
More information about the mapserver-commits
mailing list