[mapserver-commits] r11765 - branches/branch-5-6/mapserver

svn at osgeo.org svn at osgeo.org
Sat May 28 06:34:19 EDT 2011


Author: tamas
Date: 2011-05-28 03:34:19 -0700 (Sat, 28 May 2011)
New Revision: 11765

Modified:
   branches/branch-5-6/mapserver/mapmssql2008.c
Log:
Fixed mssql2008 to return correct geometries with chart layer type (#3894)

Modified: branches/branch-5-6/mapserver/mapmssql2008.c
===================================================================
--- branches/branch-5-6/mapserver/mapmssql2008.c	2011-05-28 10:33:11 UTC (rev 11764)
+++ branches/branch-5-6/mapserver/mapmssql2008.c	2011-05-28 10:34:19 UTC (rev 11765)
@@ -1386,6 +1386,7 @@
 
                     case MS_LAYER_ANNOTATION:
                     case MS_LAYER_QUERY:
+                    case MS_LAYER_CHART:
                         result = dont_force(wkbBuffer, shape);
                         break;
 



More information about the mapserver-commits mailing list