[mapguide-commits] r8691 - sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 22 22:50:13 PDT 2015


Author: hubu
Date: 2015-06-22 22:50:13 -0700 (Mon, 22 Jun 2015)
New Revision: 8691

Modified:
   sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/index.html
   sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html
Log:
Autodesk AIMS internal change: force to resize the page in index.html of preview template.

Modified: sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/index.html
===================================================================
--- sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/index.html	2015-06-15 14:37:04 UTC (rev 8690)
+++ sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/index.html	2015-06-23 05:50:13 UTC (rev 8691)
@@ -86,7 +86,7 @@
              contentId: 'OverviewMap'
          })
      );
-
+     thePage.resize({forceResize: true});
      Fusion.registerForEvent(Fusion.Event.FUSION_INITIALIZED, fusionInitialized);
      Fusion.registerForEvent(Fusion.Event.FUSION_ERROR, fusionError);
      Fusion.initialize();

Modified: sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html
===================================================================
--- sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html	2015-06-15 14:37:04 UTC (rev 8690)
+++ sandbox/adsk/3.0m/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html	2015-06-23 05:50:13 UTC (rev 8691)
@@ -61,7 +61,7 @@
          ],
          content: 'MapPane'
      });
-
+     thePage.resize({forceResize: true});
      Fusion.registerForEvent(Fusion.Event.FUSION_INITIALIZED, fusionInitialized);
      Fusion.registerForEvent(Fusion.Event.FUSION_ERROR, fusionError);
      Fusion.initialize();



More information about the mapguide-commits mailing list