[fusion-commits] r1750 - branches/fusion2-mg21/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue Jan 27 13:08:15 EST 2009
Author: chrisclaydon
Date: 2009-01-27 13:08:15 -0500 (Tue, 27 Jan 2009)
New Revision: 1750
Modified:
branches/fusion2-mg21/layers/MapGuide/MapGuide.js
Log:
re #199 - Add back API method required by SelectWithin widget
Modified: branches/fusion2-mg21/layers/MapGuide/MapGuide.js
===================================================================
--- branches/fusion2-mg21/layers/MapGuide/MapGuide.js 2009-01-27 18:06:13 UTC (rev 1749)
+++ branches/fusion2-mg21/layers/MapGuide/MapGuide.js 2009-01-27 18:08:15 UTC (rev 1750)
@@ -823,6 +823,14 @@
/**
Call back function when select functions are called (eg queryRect)
+ */
+ processQueryResults: function(zoomTo, r) {
+ this.renderSelection(zoomTo, r);
+ this.processSelectedFeatureProperties(r);
+ },
+
+ /**
+ Call back function when select functions are called (eg queryRect)
to handle feature attributes
*/
processSelectedFeatureProperties: function(r) {
More information about the fusion-commits
mailing list