[Mapbender-commits] r8069 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Aug 25 05:54:53 EDT 2011


Author: verenadiewald
Date: 2011-08-25 02:54:52 -0700 (Thu, 25 Aug 2011)
New Revision: 8069

Modified:
   branches/2.7/http/javascripts/mod_scaleHint.php
Log:
start scaleHint init on event afterMapRequest

Modified: branches/2.7/http/javascripts/mod_scaleHint.php
===================================================================
--- branches/2.7/http/javascripts/mod_scaleHint.php	2011-08-25 08:38:41 UTC (rev 8068)
+++ branches/2.7/http/javascripts/mod_scaleHint.php	2011-08-25 09:54:52 UTC (rev 8069)
@@ -25,7 +25,7 @@
 
 ?>
 
-eventBeforeMapRequest.register(function (obj) {
+eventAfterMapRequest.register(function (obj) {
 	mod_scaleHint_init(obj.map.elementName);
 });
 



More information about the Mapbender_commits mailing list