From Jason.Birch at nanaimo.ca Tue Aug 11 16:32:36 2009
From: Jason.Birch at nanaimo.ca (Jason Birch)
Date: Tue Aug 11 16:32:39 2009
Subject: [fusion-dev] RE: [mapguide-users] Virtual Earth and Firefox with
FUSION?
In-Reply-To: <1250016453625-3426002.post@n2.nabble.com>
References: <1250016453625-3426002.post@n2.nabble.com>
Message-ID: <26D0CD10F2AC5B4E9C48C3F17D577BEA3196429F@kendrick>
Hi Gordon,
This would best be submitted as a ticket against Fusion. If you are not running against Fusion trunk, be aware that there were some issues with the commercial map layers in earlier releases.
http://trac.osgeo.org/fusion/wiki/FilingBugs
You'll be able to track down the right people on the Fusion mailing lists. I see you're on Nabble, and you can find fusion here:
http://n2.nabble.com/Fusion-f2061507.html
I've copied this email to the Fusion Developers list.
Jason
-----Original Message-----
From: GordonL
Sent: Tuesday, August 11, 2009 11:48 AM
Subject: [mapguide-users] Virtual Earth and Firefox with FUSION?
Hi All, I have a strange issue. For some reason the Virtual Earth OpenLayers
overlay only seems to work with Internet Explorer (Windows) and Safari
(Windows and MacBook Pro), but no Firefox (any OS).
I am not sure what the issue is, but I checked out the openlayers demo
(http://openlayers.org/dev/examples/spherical-mercator.html) and the
OpenLayers seemed to handle Virtual Earth and Firefox nicely..so I think it
might be how FUSION is implemented the OpenLayers (I am using the Full
openlayers.js file too).
And:
Oh and the code to add the VE Layer in the INDEX.htm
var mapWidget = Fusion.getWidgetById('Map');
var map = mapWidget.oMapOL;
mapWidget.fractionalZoom = false;
map.setOptions({fractionalZoom: false, numZoomLevels: 30});
//Create Virtual Earth - Live Maps example
velayer = new OpenLayers.Layer.VirtualEarth('VE', {
'sphericalMercator': true,
'type': VEMapStyle.Road
});
map.addLayer(velayer);
var mgLayers = map.getLayersByClass('OpenLayers.Layer.MapGuide');
if(mgLayers.length != 0)
{
var mgLayer = mgLayers[0];
if(mgLayer.isBaseLayer)
{
map.setBaseLayer(velayer);
mgLayer.setIsBaseLayer(false);
mgLayer.setVisibility(true);
}
}
See what I mean by using Firefox at:
http://mapguide.ca/sydney/ http://mapguide.ca/sydney/
regards
gordon
From a.morf at fkl.ch Thu Aug 13 10:40:38 2009
From: a.morf at fkl.ch (Andreas Morf)
Date: Thu Aug 13 11:41:00 2009
Subject: [fusion-dev] Defect: Measure Tool and projected coordinates
Message-ID: <007401ca1c24$065e6390$131b2ab0$@morf@fkl.ch>
Hi all
If using the measuring tool on a map based on projected coordinates the
distances are not correct - calculation is done on client side with
geom.getGeodesicLength() which only works with geodetic (wgs84) coordinate
values.
The old tool (fusion 1.1) did the calculation by letting the server do the
work. The function which does the server request has been ported to fusion 2
(remoteMeasureSegment()) but is used nowhere...
To prepare a patch its necessary to know on what the decision can be taken
to calculate remotely or locally?
Any ideas
Andreas
From Jason.Birch at nanaimo.ca Fri Aug 14 13:24:11 2009
From: Jason.Birch at nanaimo.ca (Jason Birch)
Date: Fri Aug 14 13:24:14 2009
Subject: [fusion-dev] Huh?
Message-ID: <26D0CD10F2AC5B4E9C48C3F17D577BEA3365A3CC@kendrick>
Looks like fusion should get SAC to set up SVN authz for them too:
http://trac.osgeo.org/fusion/changeset/1893
References:
http://trac.osgeo.org/osgeo/ticket/363
http://trac.osgeo.org/osgeo/ticket/400
Jason
From pspencer at dmsolutions.ca Fri Aug 14 14:02:28 2009
From: pspencer at dmsolutions.ca (Paul Spencer)
Date: Fri Aug 14 14:02:30 2009
Subject: [fusion-dev] Huh?
In-Reply-To: <26D0CD10F2AC5B4E9C48C3F17D577BEA3365A3CC@kendrick>
References: <26D0CD10F2AC5B4E9C48C3F17D577BEA3365A3CC@kendrick>
Message-ID:
I have no clue what to do, can someone help out?
On 14-Aug-09, at 1:24 PM, Jason Birch wrote:
> Looks like fusion should get SAC to set up SVN authz for them too:
>
> http://trac.osgeo.org/fusion/changeset/1893
>
> References:
>
> http://trac.osgeo.org/osgeo/ticket/363
>
> http://trac.osgeo.org/osgeo/ticket/400
>
> Jason
> _______________________________________________
> fusion-dev mailing list
> fusion-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fusion-dev
__________________________________________
Paul Spencer
Chief Technology Officer
DM Solutions Group Inc
http://research.dmsolutions.ca/
From tom.fukushima at autodesk.com Fri Aug 14 15:11:40 2009
From: tom.fukushima at autodesk.com (Tom Fukushima)
Date: Fri Aug 14 15:11:28 2009
Subject: [fusion-dev] Huh?
In-Reply-To:
References: <26D0CD10F2AC5B4E9C48C3F17D577BEA3365A3CC@kendrick>
Message-ID:
You should create a ticket for SAC like #400 below. Just replace "MapGuide" with "Fusion".
And back out these changes---apparently, anyone can back out these changes right now, as long as they have an OSGeo login.
-----Original Message-----
From: fusion-dev-bounces@lists.osgeo.org [mailto:fusion-dev-bounces@lists.osgeo.org] On Behalf Of Paul Spencer
Sent: Friday, August 14, 2009 12:02 PM
To: Jason Birch; sac@lists.osgeo.org
Cc: fusion-dev@lists.osgeo.org
Subject: Re: [fusion-dev] Huh?
I have no clue what to do, can someone help out?
On 14-Aug-09, at 1:24 PM, Jason Birch wrote:
> Looks like fusion should get SAC to set up SVN authz for them too:
>
> http://trac.osgeo.org/fusion/changeset/1893
>
> References:
>
> http://trac.osgeo.org/osgeo/ticket/363
>
> http://trac.osgeo.org/osgeo/ticket/400
>
> Jason
> _______________________________________________
> fusion-dev mailing list
> fusion-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fusion-dev
__________________________________________
Paul Spencer
Chief Technology Officer
DM Solutions Group Inc
http://research.dmsolutions.ca/
_______________________________________________
fusion-dev mailing list
fusion-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fusion-dev