[mapguide-commits] r6813 - branches/maestro-4.0.x/OSGeo.MapGuide.MaestroAPI/ObjectModels

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 25 09:44:12 PDT 2012


Author: jng
Date: 2012-06-25 09:44:12 -0700 (Mon, 25 Jun 2012)
New Revision: 6813

Modified:
   branches/maestro-4.0.x/OSGeo.MapGuide.MaestroAPI/ObjectModels/SymbolDefinition.cs
Log:
Partial merge of r6812 to 4.0.x. Only the minimum content model fix (#2039) is included

Modified: branches/maestro-4.0.x/OSGeo.MapGuide.MaestroAPI/ObjectModels/SymbolDefinition.cs
===================================================================
--- branches/maestro-4.0.x/OSGeo.MapGuide.MaestroAPI/ObjectModels/SymbolDefinition.cs	2012-06-25 16:23:00 UTC (rev 6812)
+++ branches/maestro-4.0.x/OSGeo.MapGuide.MaestroAPI/ObjectModels/SymbolDefinition.cs	2012-06-25 16:44:12 UTC (rev 6813)
@@ -322,7 +322,7 @@
 
         public ITextGraphic CreateTextGraphics()
         {
-            return new Text() { };
+            return new Text() { Content = "", FontName = "'Arial'" }; //Required for minimum content
         }
 
         public IPathGraphic CreatePathGraphics()



More information about the mapguide-commits mailing list