[fusion-commits] r1790 - trunk/layers/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Feb 13 17:29:59 EST 2009


Author: pdeschamps
Date: 2009-02-13 17:29:59 -0500 (Fri, 13 Feb 2009)
New Revision: 1790

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
added tweaks for maptips


Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2009-02-13 22:29:18 UTC (rev 1789)
+++ trunk/layers/MapGuide/MapGuide.js	2009-02-13 22:29:59 UTC (rev 1790)
@@ -1179,6 +1179,13 @@
         var selText = newSelection.getSelectionXml();
         this.setSelection(selText, false);
         this.mapWidget._removeWorker();
+    },
+
+    parseMapTip: function(){
+    
+    },
+    getMapTip: function(){
+
     }
 });
 



More information about the fusion-commits mailing list