[mapguide-commits] r6440 - sandbox/adsk/2.4jbeta2/Web/src/mapviewerjava

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 17 21:12:13 EST 2012


Author: liuar
Date: 2012-01-17 18:12:13 -0800 (Tue, 17 Jan 2012)
New Revision: 6440

Modified:
   sandbox/adsk/2.4jbeta2/Web/src/mapviewerjava/legend.jsp
Log:
supplemental fix for #1451

Modified: sandbox/adsk/2.4jbeta2/Web/src/mapviewerjava/legend.jsp
===================================================================
--- sandbox/adsk/2.4jbeta2/Web/src/mapviewerjava/legend.jsp	2012-01-18 02:11:39 UTC (rev 6439)
+++ sandbox/adsk/2.4jbeta2/Web/src/mapviewerjava/legend.jsp	2012-01-18 02:12:13 UTC (rev 6440)
@@ -76,6 +76,9 @@
 
 try
 {
+    output = new StringBuffer("\nvar layerData = new Array();\n");
+    intermediateVar = 0;
+    
     // Initialize web tier with the site configuration file.
     InitializeWebTier();
 



More information about the mapguide-commits mailing list