ThinkGeo.com    |     Documentation    |     Premium Support

Globe button zoom level setting

Hi,


Whenever I click on the "Globe" button, the map zooms all to the way out to nowhere. How can I control it to zoom to a specific extent?


 


Also, how is this RectangleShape (in our existing map application) parameters calculated?


               RectangleShape recShp = new RectangleShape(-20026376.3937099, 44927335.4270966, 


                                                                                                         20026376.3937099, -44927335.4270971);



                Map1.MapTools.MouseCoordinate.Enabled = true;

                Map1.MapTools.Logo.Enabled = false;



                Map1.CurrentExtent = recShp;

                Map1.RestrictedExtent = recShp;


 


Thanks in advance.


Alvin



Hello alvin, 
  
 Thanks for your post, I have checked the Globe button, it works fine, so I want to know what’s your product version? 
  
 Also for your second question, sorry I’m not understand “how is this RectangleShape (in our existing map application) parameters calculated?” the first two points are your minium X and maximum Y(-20026376.3937099, 44927335.4270966), so thees two points decide your upperleft point which the rectangle shape begin to draw, and the other points are maximum X and minimum Y, this is your lowerright point. 
  
 Regards, 
  
 Gary