[mapserver-commits] r11762 - branches/branch-6-0/mapserver

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


Author: tamas
Date: 2011-05-28 03:25:28 -0700 (Sat, 28 May 2011)
New Revision: 11762

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

Modified: branches/branch-6-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-6-0/mapserver/HISTORY.TXT	2011-05-28 10:23:43 UTC (rev 11761)
+++ branches/branch-6-0/mapserver/HISTORY.TXT	2011-05-28 10:25:28 UTC (rev 11762)
@@ -15,6 +15,8 @@
 Version 6.0.1 (SVN branch-6-0):
 ---------------------------
 
+- Fixed mssql2008 to return correct geometries with chart layer type (#3894)
+
 - Write SYMBOLSET/END tags when saving a symbol file (#3885)
 
 - Make java threadtests work again (#3887) 

Modified: branches/branch-6-0/mapserver/mapmssql2008.c
===================================================================
--- branches/branch-6-0/mapserver/mapmssql2008.c	2011-05-28 10:23:43 UTC (rev 11761)
+++ branches/branch-6-0/mapserver/mapmssql2008.c	2011-05-28 10:25:28 UTC (rev 11762)
@@ -1387,6 +1387,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