[Mapbender-commits] r8295 - branches/2.7/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 27 09:10:11 EDT 2012


Author: verenadiewald
Date: 2012-03-27 06:10:11 -0700 (Tue, 27 Mar 2012)
New Revision: 8295

Modified:
   branches/2.7/lib/resultGeometryListController.js
Log:
changed exception to alert

Modified: branches/2.7/lib/resultGeometryListController.js
===================================================================
--- branches/2.7/lib/resultGeometryListController.js	2012-03-27 13:08:44 UTC (rev 8294)
+++ branches/2.7/lib/resultGeometryListController.js	2012-03-27 13:10:11 UTC (rev 8295)
@@ -137,7 +137,7 @@
 		}
 		resultArray = [];
 		if (!hasLabeledColumn) {
-			new mb_exception("The WFS configuration must have at least one element which has a label and a 'show' flag.");
+			alert("The WFS configuration must have at least one element which has a label and a 'show' flag.");
 		}
 		for (index in labelArray){
 			if (labelArray[index]  !== undefined && labelArray[index]  !== null){



More information about the Mapbender_commits mailing list