[mapguide-commits] r8200 - sandbox/jng/tiling/Common/MapGuideCommon/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 11 06:19:17 PDT 2014


Author: jng
Date: 2014-06-11 06:19:17 -0700 (Wed, 11 Jun 2014)
New Revision: 8200

Modified:
   sandbox/jng/tiling/Common/MapGuideCommon/MapLayer/Map.cpp
Log:
Fix background color not being set when creating a MgMap from a Map Definition linked to a tile set.

Modified: sandbox/jng/tiling/Common/MapGuideCommon/MapLayer/Map.cpp
===================================================================
--- sandbox/jng/tiling/Common/MapGuideCommon/MapLayer/Map.cpp	2014-06-10 17:31:50 UTC (rev 8199)
+++ sandbox/jng/tiling/Common/MapGuideCommon/MapLayer/Map.cpp	2014-06-11 13:19:17 UTC (rev 8200)
@@ -232,6 +232,7 @@
 
             m_center = gf.CreatePoint(coordCenter);
         }
+        m_backColor = mdef->GetBackgroundColor();
     }
     else
     {



More information about the mapguide-commits mailing list