[mapguide-users] during executing ZoomToView(x, y, scale, true) scale get changed has been resolved

Veer Pal Singh Veer-Singh at hcl.com
Thu Sep 20 21:33:45 PDT 2012


Hi Nickcx,
Issue has been resolved by casting float to Number


                    ZoomToView(Number(pXCO), Number(pYCO), pScale, true);

Best Regards,
VEER PAL SINGH | Lead Engineer- Geospatial Technologies|
HCL TECHNOLOGIES LTD. │ A-104, SECTOR-58 | NOIDA-201301 - INDIA
Mobile: +91 8800577466 / 09410216705


Message: 4
Date: Wed, 19 Sep 2012 11:27:03 +0530
From: Veer Pal Singh <Veer-Singh at hcl.com>
To: "mapguide-users at lists.osgeo.org" <mapguide-users at lists.osgeo.org>
Subject: [mapguide-users] during executing ZoomToView(x, y, scale,
	true) scale get change
Message-ID:
	<7A2B68951448504D82FC91E912187D741F3C7655FD at NDA-HCLT-EVS04.HCLT.CORP.HCL.IN>
	
Content-Type: text/plain; charset="us-ascii"


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 executed    ZoomToView(pXCO, pYCO, pScale, true); scale get changed.
So please suggest me the solution for it.
                  

Best Regards,
VEER PAL SINGH | Lead Engineer- Geospatial Technologies| HCL TECHNOLOGIES LTD. ? A-104, SECTOR-58 | NOIDA-201301 - INDIA
Mobile: +91 8800577466 / 09410216705


-----------------------------------------------------




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 = Center.y;
n store the above pXCO, pYCO & pScale to database.
During view to bookmark I fetched the same(pXCO, pYCO & pScale) from database n call below method to see saved bookmark

                    ZoomToView(pXCO, pYCO, pScale, true);
                    Refresh();

But I observed that during callto  ZoomToView(pXCO, pYCO, pScale, true); mapscale get changed on Map which should be equal to pScale, But get differ then pScale. So please suggest me if something was missed out from my side


Best Regards,
VEER PAL SINGH | Lead Engineer- Geospatial Technologies| HCL TECHNOLOGIES LTD. ? A-104, SECTOR-58 | NOIDA-201301 - INDIA
Mobile: +91 8800577466 / 09410216705





Date: Tue, 18 Sep 2012 06:15:20 -0700 (PDT)
From: GordonL <gordon.luckett at arrowgeomatics.com>
To: mapguide-users at lists.osgeo.org
Subject: Re: [mapguide-users] during executing ZoomToView(x, y, scale,
        true) scale gate changes.
Message-ID: <1347974120620-5002652.post at n6.nabble.com>
Content-Type: text/plain; charset=us-ascii

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.


Message: 6
Date: Wed, 19 Sep 2012 08:25:06 -0700 (PDT)
From: Nickcx <nickcx at gmail.com>
To: mapguide-users at lists.osgeo.org
Subject: Re: [mapguide-users] during executing ZoomToView(x, y, scale,
	true) scale gate changes.
Message-ID: <1348068306889-5002984.post at n6.nabble.com>
Content-Type: text/plain; charset=us-ascii

use parseInt(pScale)




::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------


More information about the mapguide-users mailing list