[mapguide-commits] r6439 - sandbox/adsk/2.4j/Web/src/mapviewerjava

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 17 21:11:39 EST 2012


Author: liuar
Date: 2012-01-17 18:11:39 -0800 (Tue, 17 Jan 2012)
New Revision: 6439

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

Modified: sandbox/adsk/2.4j/Web/src/mapviewerjava/legend.jsp
===================================================================
--- sandbox/adsk/2.4j/Web/src/mapviewerjava/legend.jsp	2012-01-18 02:10:37 UTC (rev 6438)
+++ sandbox/adsk/2.4j/Web/src/mapviewerjava/legend.jsp	2012-01-18 02:11:39 UTC (rev 6439)
@@ -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