[mapguide-commits] r6979 - branches/2.4/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 3 09:41:04 PDT 2012


Author: jng
Date: 2012-09-03 09:41:04 -0700 (Mon, 03 Sep 2012)
New Revision: 6979

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

Modified: branches/2.4/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- branches/2.4/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2012-09-03 16:35:12 UTC (rev 6978)
+++ branches/2.4/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2012-09-03 16:41:04 UTC (rev 6979)
@@ -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