[mapguide-commits] r6980 - trunk/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 3 10:03:15 PDT 2012


Author: jng
Date: 2012-09-03 10:03:15 -0700 (Mon, 03 Sep 2012)
New Revision: 6980

Modified:
   trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
#2104: Fix strange map image display issues in AJAX viewer. Patch by Gabriele Monfardini

Modified: trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2012-09-03 16:41:04 UTC (rev 6979)
+++ trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2012-09-03 17:03:15 UTC (rev 6980)
@@ -1864,7 +1864,7 @@
 {
     url = webAgent + "?OPERATION=GETDYNAMICMAPOVERLAYIMAGE&FORMAT=PNG&VERSION=2.1.0&SESSION=" + sessionId + "&MAPNAME=" + encodeComponent(mapName) + "&SEQ=" + Math.random() + "&CLIENTAGENT=" + encodeComponent(clientAgent) + "&BEHAVIOR=2";
     url += viewParams;
-    if(safari || chrome)
+    if(safari || chrome || firefox)
     {
         LoadAlternateImage(url, reqId);
     }



More information about the mapguide-commits mailing list