[mapguide-commits] r7346 - sandbox/adsk/2.3r.sce/Server/src/Services/Mapping

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Feb 11 20:29:56 PST 2013


Author: hubu
Date: 2013-02-11 20:29:56 -0800 (Mon, 11 Feb 2013)
New Revision: 7346

Modified:
   sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp
Log:
Submit on behalf of Andy Zhang
Revert changes for DID 1448550 in sandbox/adsk/2.3r.sce branch.

Modified: sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp
===================================================================
--- sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp	2013-02-06 08:44:16 UTC (rev 7345)
+++ sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp	2013-02-12 04:29:56 UTC (rev 7346)
@@ -400,7 +400,7 @@
         Ptr<MgLayerBase> mapLayer = layers->GetItem(i);
 
         //don't send data if layer is not currently visible
-        if (!mapLayer->IsVisible())
+        if ((!selection) && (!mapLayer->IsVisible()))
             continue;
 
         //don't send data if the refresh flag is not set



More information about the mapguide-commits mailing list