[Mapbender-commits] r5668 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 25 08:16:05 EST 2010


Author: verenadiewald
Date: 2010-02-25 08:16:05 -0500 (Thu, 25 Feb 2010)
New Revision: 5668

Modified:
   branches/2.6/http/javascripts/mod_changeEPSG.php
Log:
set displayWarning to false

Modified: branches/2.6/http/javascripts/mod_changeEPSG.php
===================================================================
--- branches/2.6/http/javascripts/mod_changeEPSG.php	2010-02-25 13:05:48 UTC (rev 5667)
+++ branches/2.6/http/javascripts/mod_changeEPSG.php	2010-02-25 13:16:05 UTC (rev 5668)
@@ -183,7 +183,7 @@
 						parseFloat(newExtent[i].maxx),
 						parseFloat(newExtent[i].maxy)
 					),
-					displayWarning: true
+					displayWarning: false
 				});
 			}
 			setTimeout(function () {



More information about the Mapbender_commits mailing list