[mapguide-internals] Fusion version for MapGuide 2.2 Beta
Trevor Wekel
trevor_wekel at otxsystems.com
Tue May 18 19:10:39 EDT 2010
Hi everyone,
We are currently using Fusion trunk for the MapGuide 2.2 Beta. Should we be using a different branch?
On a Fusion related note, it looks as though tiled maps do not seem to work on fusion/branches/fusion-2.0 or fusion/trunk. I suspect the same may be true for sandbox/adsk/2.2gp. A two line fix in MapGuide.js seems to correct the issue
parseMapLayersAndGroups: function(o) {
...
for (var i=0; i<o.layers.length; i++) {
var layer = new Fusion.Layers.Layer(o.layers[i], this);
if (layer.isBaseMapLayer) {
this.bSingleTile = false;
}
Regards,
Trevor
More information about the mapguide-internals
mailing list