[fusion-commits] r2291 - trunk/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Nov 25 00:53:44 EST 2010
Author: hubu
Date: 2010-11-24 21:53:44 -0800 (Wed, 24 Nov 2010)
New Revision: 2291
Modified:
trunk/layers/MapGuide/MapGuide.js
Log:
On Behalf of Spark Liu: integrate 2290 in Fusion 2.2.
Use tile when the map has base layer and in main map
Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js 2010-11-25 05:52:09 UTC (rev 2290)
+++ trunk/layers/MapGuide/MapGuide.js 2010-11-25 05:53:44 UTC (rev 2291)
@@ -292,6 +292,10 @@
}
}
+ if (o.hasBaseMapLayers && this.bIsMapWidgetLayer) { //Use tile if there is base layer and in main map
+ this.bSingleTile = false;
+ }
+
if (!this.bSingleTile) {
if (o.groups.length >0) {
this.bSingleTile = false;
More information about the fusion-commits
mailing list