[mapguide-users] during executing ZoomToView(x, y, scale, true) scale gate changes.

2012-09-18 Thread Veer Pal Singh
I have developed a functionality of bookmarking, in which I capture the below things from Map(at client side) using java script. var pScale = mapWidget.getScale(); var Center = mapWidget.getCurrentCenter(); var pXCO = Center.x; var pYCO

Re: [mapguide-users] during executing ZoomToView(x, y, scale, true) scale gate changes.

2012-09-18 Thread GordonL
try alerting the pScale alert(pScale); to see what you are getting. Also, if you are using the Base Maps (OSM, Google, etc) the scale will only match the commercial sites, not your own. -- View this message in context:

[mapguide-users] Fusion cursor coordinates

2012-09-18 Thread elliott17
I am using BING layers within fusion and have my cursor coordinates reading as Mercator. My measure command is showing distances as UTM. Is there a way of having the cursor coordinates display coordinates in UTM? MGOS 2.2 on server 2008 IIS 7. Thanks. -- View this message in context:

Re: [mapguide-users] Fusion cursor coordinates

2012-09-18 Thread Ryan Northcott
Good Luck! I tried earlier to figure this out to get feet coordinates, and nothing worked On Tue, Sep 18, 2012 at 11:32 AM, elliott17 ellio...@ae.ca wrote: I am using BING layers within fusion and have my cursor coordinates reading as Mercator. My measure command is showing distances as UTM.

Re: [mapguide-users] Fusion cursor coordinates

2012-09-18 Thread Jackie Ng
Haven't looked at 2.2 Fusion for a while. But if it's supported, set the DisplayProjection extension property of the CursorPosition widget to a matching EPSG code (EPSG:) or a proj4js string. http://spatialreference.org is your friend here - Jackie -- View this message in context:

[mapguide-users] Maestro Security

2012-09-18 Thread RDBauer
I am trying to add/change the permissions on the different folders and resources and have searched and searched and can't find the answer for how this is done using Maestro. I am using Maestro 4 and MapGuide 2.2 and am on Windows 7. Ultimately what I am trying to accomplish is to have it where

[mapguide-users] Linux builds of MapGuide Open Source 2.4 RC2 now available

2012-09-18 Thread Jackie Ng
Hi All, Ubuntu and CentOS builds of MapGuide Open Source 2.4 RC2 are now available. The delay was mainly fixing the undefined symbols issue in the PostgreSQL FDO provider. Grab the updated install scripts from the release notes page: http://trac.osgeo.org/mapguide/wiki/Release/2.4/Notes -

Re: [mapguide-users] Pathing revisited

2012-09-18 Thread sidecar5
All good to go now. I ended up going with ../MapGuide/Test_07/Hello.htmhttp://localhost:8008/MapGuide/Test_07/Hello.htm instead of http://localhost:8008/MapGuide/Test_07/Hello.htm and it runs fine thanks. Cheers, Peter -- View this message in context:

[mapguide-users] during executing ZoomToView(x, y, scale, true) scale get change

2012-09-18 Thread Veer Pal Singh
Hi Gordon. I checked using alert(pScale), m getting same what i saved in database. and i'm not using any Base Maps (OSM, Google, etc) . during after executedZoomToView(pXCO, pYCO, pScale, true); scale get changed. So please suggest me the solution for it. Best Regards,