Thanks for suggestions, I will take look
Gary
> -Original Message-
> From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-
> boun...@lists.osgeo.org] On Behalf Of Trevor Wekel
> Sent: 17 February 2011 13:46
> To: MapGuide Users Mail List
> Subject: RE: [mapguide-users] Re
function ZoomToView(x, y, scale, refresh) {
var Fusion = window.top.Fusion;
var mapWidget = Fusion.getWidgetById(mapWidgetId);
if (mapWidget && mapWidget.isMapLoaded()) {
var extent = mapWidget.getExtentFromPoint(x, y, 1000);
mapWidget.setExtents(extent);
}
}
--
Vi
Also check file permissions on the user running the MapGuide Server Service. A
new install will use the local system account and typically does not have
access to file share resources.
Regards,
Trevor
-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-us
Hi!
I have it installed on my VMware, and have a alias on my host computer. But
I must use the following syntax:
AliasName = \\vmware-host\Shared Folders\
It doesn't work to use:
AliasName = E:\.
-
Dan
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Orac
Hi
I've been using MGE 2010 in VM on my demo machine for some time.
Instead of copying all my demo data into the VM, i use external managed
data and have created an Alias that points to map drive on my host
machine. This works fine with MGE 2010 .
I have just installed MG2.2 RC3 onto