[mapguide-commits] r1082 - trunk/MgDev/Common/MapGuideCommon/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 31 13:33:44 EST 2007


Author: chrisclaydon
Date: 2007-01-31 13:33:44 -0500 (Wed, 31 Jan 2007)
New Revision: 1082

Modified:
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp
Log:
Fix the version of MgMap::Create used by the WMS service so that it cooperates with lazy loading of map resources.

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp	2007-01-30 19:04:28 UTC (rev 1081)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp	2007-01-31 18:33:44 UTC (rev 1082)
@@ -330,6 +330,7 @@
 void MgMap::Create(CREFSTRING mapSRS, MgEnvelope* mapExtent, CREFSTRING mapName)
 {
     MgMapBase::Create(mapSRS, mapExtent, mapName);
+    m_unpackedLayersGroups = true;
 }
 
 



More information about the mapguide-commits mailing list