[Commits] r310 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Wed Apr 1 18:53:08 CEST 2009


Author: dwins
Date: 2009-04-01 18:53:08 +0200 (Wed, 01 Apr 2009)
New Revision: 310

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Update to account for API changes made before bringing the WMSGetFeatureInfo control into trunk


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-01 16:35:00 UTC (rev 309)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-01 16:53:08 UTC (rev 310)
@@ -276,7 +276,7 @@
             html = evt.text;
         }
 
-        var lonlat = this.map.getLonLatFromPixel(evt.clickPosition);
+        var lonlat = this.map.getLonLatFromPixel(evt.xy);
         var win = new Ext.Window({
             html: html,
             title: "Feature Info",



More information about the Commits mailing list