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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 22 12:01:40 EDT 2010


Author: marc
Date: 2010-07-22 16:01:39 +0000 (Thu, 22 Jul 2010)
New Revision: 6616

Modified:
   branches/2.6/http/javascripts/mod_pan.php
Log:
http://trac.osgeo.org/mapbender/ticket/664

Modified: branches/2.6/http/javascripts/mod_pan.php
===================================================================
--- branches/2.6/http/javascripts/mod_pan.php	2010-07-22 14:53:28 UTC (rev 6615)
+++ branches/2.6/http/javascripts/mod_pan.php	2010-07-22 16:01:39 UTC (rev 6616)
@@ -60,6 +60,7 @@
 	p.onmousemove = null;
 }
 function mod_pan_start(e){
+	mod_pan_MapObj = getMapObjByName(mod_pan_target);
 	mb_panActive = true;
 	var pos = mod_pan_MapObj.getMousePosition(e);
 	var el = mod_pan_MapObj.getDomElement();



More information about the Mapbender_commits mailing list