[fusion-commits] r3019 - in branches/fusion-mg31: . layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Mar 8 05:09:07 PST 2018
Author: jng
Date: 2018-03-08 05:09:07 -0800 (Thu, 08 Mar 2018)
New Revision: 3019
Modified:
branches/fusion-mg31/
branches/fusion-mg31/layers/MapGuide/MapGuide.js
Log:
Merged revision(s) 2935 from sandbox/adsk/3.1n:
Fix the error that selection panel only display the first selected feature class when using Shift.
........
Index: branches/fusion-mg31
===================================================================
--- branches/fusion-mg31 2018-03-08 13:07:58 UTC (rev 3018)
+++ branches/fusion-mg31 2018-03-08 13:09:07 UTC (rev 3019)
Property changes on: branches/fusion-mg31
___________________________________________________________________
Modified: svn:mergeinfo
## -1,7 +1,7 ##
/branches/fusion-mg24:2560
/branches/fusion-mg26:2855,2869
/sandbox/adsk/2.6l:2911
-/sandbox/adsk/3.1n:2925-2927
+/sandbox/adsk/3.1n:2925-2927,2935
/sandbox/adsk/3.2o:2969-2972,2974,2978-2984
/sandbox/createruntimemap:2699-2708
/sandbox/jxlib-3.0:1957-2248
Modified: branches/fusion-mg31/layers/MapGuide/MapGuide.js
===================================================================
--- branches/fusion-mg31/layers/MapGuide/MapGuide.js 2018-03-08 13:07:58 UTC (rev 3018)
+++ branches/fusion-mg31/layers/MapGuide/MapGuide.js 2018-03-08 13:09:07 UTC (rev 3019)
@@ -2053,6 +2053,7 @@
for (var i = 0; i < attributes.layers.length; i++) {
var layerName = attributes.layers[i][0];
if (typeof(merged[layerName]) == 'undefined') {
+ merged.layers.push(attributes.layers[i]);
merged[layerName] = attributes[layerName];
} else {
var newValues = attributes[layerName].values;
More information about the fusion-commits
mailing list