[Mapbender-commits] r7726 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 29 11:18:34 EDT 2011


Author: marc
Date: 2011-03-29 08:18:34 -0700 (Tue, 29 Mar 2011)
New Revision: 7726

Modified:
   trunk/mapbender/http/plugins/mb_map.js
Log:
fix for ticket #780

Modified: trunk/mapbender/http/plugins/mb_map.js
===================================================================
--- trunk/mapbender/http/plugins/mb_map.js	2011-03-29 11:21:23 UTC (rev 7725)
+++ trunk/mapbender/http/plugins/mb_map.js	2011-03-29 15:18:34 UTC (rev 7726)
@@ -83,7 +83,7 @@
 
 	// pseudo slippy map
 	mapObject.slippy = 
-		options.slippy === 1 && !$.browser.msie ? true : false;
+		options.slippy === 1 ? true : false;
 /*	
 	// set restricted extent
 	if (typeof options.restrictedExtent !== "undefined") {



More information about the Mapbender_commits mailing list