[mapguide-internals] Fusion version for MapGuide 2.2 Beta

Trevor Wekel trevor_wekel at otxsystems.com
Thu May 20 00:32:40 EDT 2010


Hi Mike,

I added a defect in Fusion describing the issue I am seeing.  I have attached a MapGuide mgp to aid with reproduction and two patches which seem to correct the issue when used together.  One of the patches is a workaround and is probably not the best solution http://trac.osgeo.org/fusion/ticket/395.  Custom EPSG codes for the various LOCAL_CS representations in Proj4js would probably be a better solution.

Regards,
Trevor

-----Original Message-----
From: mapguide-internals-bounces at lists.osgeo.org [mailto:mapguide-internals-bounces at lists.osgeo.org] On Behalf Of Mike Adair
Sent: May 19, 2010 8:21 AM
To: MapGuide Internals Mail List
Subject: Re: [mapguide-internals] Fusion version for MapGuide 2.2 Beta

Hi Trevor,

I would suggest that you continue to use Fusion trunk.  We are trying to 
keep trunk up-to-date with fixes applied to other branches so it should 
include relevant patches from adsk/2.2gp and other branches.  I plan to 
eventually merge the sandbox/jxlib-3.0 (which uses a more up-to-date 
JxLib) back into trunk once we get the 2.0 release finalized.

I'll have a look at your other issue too at some point but a ticket 
would make sure I didn't miss it.

Mike



Trevor Wekel wrote:
> 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
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> mapguide-internals mailing list
> mapguide-internals at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-internals
>   

-- 
   Michael Adair
   Senior Software Architect
   DM Solutions Group Inc.

   Office: (613) 565-5056 x26
   madair at dmsolutions.ca
   http://www.dmsolutions.ca
   http://research.dmsolutions.ca


_______________________________________________
mapguide-internals mailing list
mapguide-internals at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-internals



More information about the mapguide-internals mailing list