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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 30 07:13:30 EDT 2010


Author: christoph
Date: 2010-06-30 11:13:30 +0000 (Wed, 30 Jun 2010)
New Revision: 6469

Modified:
   trunk/mapbender/http/javascripts/map_obj.js
Log:
bug fixed: slippy map didn't work; removed css() call

Modified: trunk/mapbender/http/javascripts/map_obj.js
===================================================================
--- trunk/mapbender/http/javascripts/map_obj.js	2010-06-30 11:12:54 UTC (rev 6468)
+++ trunk/mapbender/http/javascripts/map_obj.js	2010-06-30 11:13:30 UTC (rev 6469)
@@ -1219,7 +1219,7 @@
 			//
 			// show previous maps for animation
 			//
-			$("#" + that.elementName + "_request_" + (index - 1)).css().show();
+			$("#" + that.elementName + "_request_" + (index - 1)).show();
 				
 			//
 			// hide new images until complete, but perform pan animation



More information about the Mapbender_commits mailing list