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.luck...@arrowgeomatics.com>
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] during executing ZoomToView(x, y, scale,
        true) scale gate changes.
Message-ID: <1347974120620-5002652.p...@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.





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/during-executing-ZoomToView-x-y-scale-true-scale-gate-changes-tp5002591p5002652.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


::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.

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

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to