[fusion-commits] r2589 - sandbox/adsk/2.4j/layers/MapGuide/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Sep 10 03:05:37 PDT 2012


Author: liuar
Date: 2012-09-10 03:05:37 -0700 (Mon, 10 Sep 2012)
New Revision: 2589

Modified:
   sandbox/adsk/2.4j/layers/MapGuide/php/GetSelectionProperties.php
Log:
Submit on behalf of Andy Zhang: Fix the defect introduced in last submission.

Modified: sandbox/adsk/2.4j/layers/MapGuide/php/GetSelectionProperties.php
===================================================================
--- sandbox/adsk/2.4j/layers/MapGuide/php/GetSelectionProperties.php	2012-09-10 03:24:00 UTC (rev 2588)
+++ sandbox/adsk/2.4j/layers/MapGuide/php/GetSelectionProperties.php	2012-09-10 10:05:37 UTC (rev 2589)
@@ -138,7 +138,7 @@
 
             $properties = BuildSelectionArray($featureReader, $layerName, $properties,
                                               $bComputedProperties,
-                                              $srsLayer, $bNeedsTransform, $oLayer);
+                                              $srsLayer, $bNeedsTransform, $oLayer, true);
             $featureReader->Close();
         }
 



More information about the fusion-commits mailing list