[fusion-commits] r2290 - branches/fusion-2.2/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Nov 25 00:52:10 EST 2010
Author: hubu
Date: 2010-11-24 21:52:09 -0800 (Wed, 24 Nov 2010)
New Revision: 2290
Modified:
branches/fusion-2.2/layers/MapGuide/MapGuide.js
Log:
On Behalf of Spark Liu: fix for ticket 417.
Use tile when the map has base layer and in main map
Modified: branches/fusion-2.2/layers/MapGuide/MapGuide.js
===================================================================
--- branches/fusion-2.2/layers/MapGuide/MapGuide.js 2010-11-24 19:43:56 UTC (rev 2289)
+++ branches/fusion-2.2/layers/MapGuide/MapGuide.js 2010-11-25 05:52:09 UTC (rev 2290)
@@ -288,6 +288,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