[mapguide-commits] r7984 - sandbox/adsk/2.6l/Oem/fusionMG/templates/mapguide/preview

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 26 00:22:16 PST 2014


Author: hubu
Date: 2014-02-26 00:22:16 -0800 (Wed, 26 Feb 2014)
New Revision: 7984

Modified:
   sandbox/adsk/2.6l/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html
Log:
Submit on behalf of Andy Zhang.
Fix the error that Studio cannot preview Feature Source.

The debugger shows there is a JS exception in FusionSF-compressed.js. If we use FusionSF.js, the error disappeared. I didn't find the root reason of this error. Now I change the html to user FusionSF.js to workaround this issue.

Modified: sandbox/adsk/2.6l/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html
===================================================================
--- sandbox/adsk/2.6l/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html	2014-02-25 15:20:57 UTC (rev 7983)
+++ sandbox/adsk/2.6l/Oem/fusionMG/templates/mapguide/preview/indexNoLegend.html	2014-02-26 08:22:16 UTC (rev 7984)
@@ -4,7 +4,7 @@
 <head>
 <title>Preview</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
-<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
+<script type="text/javascript" src="../../../lib/fusionSF.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="preview.css" type="text/css" media="screen" charset="utf-8">
 <!--[if lte IE 6]>



More information about the mapguide-commits mailing list