[mapserver-commits] r9299 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Sep 14 17:20:31 EDT 2009


Author: assefa
Date: 2009-09-14 17:20:29 -0400 (Mon, 14 Sep 2009)
New Revision: 9299

Modified:
   trunk/mapserver/mapswf.c
Log:
use msLayerResultsGetShape instead of msLayerGetShape (RFC-52) #3069

Modified: trunk/mapserver/mapswf.c
===================================================================
--- trunk/mapserver/mapswf.c	2009-09-12 20:38:18 UTC (rev 9298)
+++ trunk/mapserver/mapswf.c	2009-09-14 21:20:29 UTC (rev 9299)
@@ -1337,8 +1337,8 @@
     if (map && layer && image && cachePtr->shapeindex >=0)
     {
         msInitShape(&shape);
-        retval = msLayerGetShape(layer, &shape, cachePtr->tileindex,
-                                 cachePtr->shapeindex);
+        retval = msLayerResultsGetShape(layer, &shape, cachePtr->tileindex,
+                                 cachePtr->shapeindex); 
 	  
         if (retval == MS_SUCCESS) 
         {



More information about the mapserver-commits mailing list