[Mapbender-commits] r5205 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Dec 17 07:23:18 EST 2009


Author: kmq
Date: 2009-12-17 07:23:16 -0500 (Thu, 17 Dec 2009)
New Revision: 5205

Modified:
   trunk/mapbender/http/javascripts/mod_ResultList.js
Log:
fixed wrong variable name

Modified: trunk/mapbender/http/javascripts/mod_ResultList.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_ResultList.js	2009-12-17 11:46:32 UTC (rev 5204)
+++ trunk/mapbender/http/javascripts/mod_ResultList.js	2009-12-17 12:23:16 UTC (rev 5205)
@@ -148,7 +148,7 @@
 			$(".wfsFproperty", row).click(function(){
 				// go up to the row, which has the "modelindex" set
 				var modelIndex = $(row).data("modelindex");
-				var feature = me.model.getFeature(i);
+				var feature = me.model.getFeature(modelIndex);
 
 				var infoPopupHtml = "<table>";
 				for (var columnIndex in me.detailColumns) {



More information about the Mapbender_commits mailing list