[mapguide-commits] r6108 - sandbox/adsk/2.3r/Server/src/Services/Kml

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Sep 1 01:11:41 EDT 2011


Author: liuar
Date: 2011-08-31 22:11:41 -0700 (Wed, 31 Aug 2011)
New Revision: 6108

Modified:
   sandbox/adsk/2.3r/Server/src/Services/Kml/ServerKmlService.cpp
Log:
Fix the linux build error in ServerKMLService.

Modified: sandbox/adsk/2.3r/Server/src/Services/Kml/ServerKmlService.cpp
===================================================================
--- sandbox/adsk/2.3r/Server/src/Services/Kml/ServerKmlService.cpp	2011-08-31 15:23:54 UTC (rev 6107)
+++ sandbox/adsk/2.3r/Server/src/Services/Kml/ServerKmlService.cpp	2011-09-01 05:11:41 UTC (rev 6108)
@@ -944,7 +944,7 @@
                             for(int l = 0; l < symbolInstanceCollection->GetCount(); l++)
                             {
                                 MdfModel::SymbolInstance* symbolInstance = symbolInstanceCollection->GetAt(l);
-                                if(symbolInstance->GetGeometryContext() == MdfModel::SymbolInstance::GeometryContext::gcPoint)
+                                if(symbolInstance->GetGeometryContext() == SymbolInstance::gcPoint)
                                 {
                                     MgUtil::Int32ToString(++categoryIndex,strCategoryIndex);
                                 }



More information about the mapguide-commits mailing list