ThinkGeo.com    |     Documentation    |     Premium Support

PanZoomBar missing globe button


Hi ThinkGeo,


While loooking the description of the PanZoomBar MapTool, it says its panning control should have 4 buttons and a globe button. But when we look at the PanZoomBar' panning control display it is missing the globe button!!


Regards,


Anil




Anil, 
  
 I’m surprise that we missed this button. We’ll add this feature when I get back to office. Thanks for reporting. 
  
 Thanks, 
 Howard

Hi Anil,



The global button is added into the latest version 4.1.158.0 of WpfDesktopEdition. Please have a try.



You can turn on/off the global button by:

Map1.MapTools.PanZoomBar.GlobeButtonVisibility = Visibility.Visible; // Visibility.Collapsed 

Also, the icon image is allowed to be changed by:

Map1.MapTools.PanZoomBar.GlobeButtonImageSource = new BitmapImage(new Uri("Icon Uri")); 

When clicking on the button, you can handle the extent you want to zoom to by implementing the GlobeButtonClick event; for example:

private void PanZoomBar_GlobeButtonClick(object sender, GlobeButtonClickPanZoomBarMapToolEventArgs e)

{
    e.NewExtent = new RectangleShape(-130, 60, -30, 0);

}
 

Please let me know if you have more queries.



Thanks,

Howard



Hi Howard, 
  
 I tested the  global button is added using latest version 4.1.160.0 of WpfDesktopEdition and it works great!!! Thanks for provding it so quickly. 
 Regards, 
 Anil

Hi Howard, 
  
 I tested the  global button is added using latest version 4.1.160.0 of WpfDesktopEdition and it works great!!! Thanks for provding it so quickly. 
 Regards, 
 Anil

Hi Anil, 
  
 So sorry that I used a wrong name for the GlobeButton. I think you have noticed that I used "Global" in the previous post. I have corrected it and you can get it with our latest package 4.0.161.0. Sorry for the inconvenience. 
  
 Just in case the other users saw this, I have corrected the code in the previous post. 
  
 Thanks for reporting and please let us know if you have more queries. 
  
 Thanks, 
 Howard

Guys, I cannot find this button.  I am using dll version 4.0.160.0 but cannot find button in WpfMap.MapTools.PanZoomBar.

Hi Klaus, 
  
 Could you confirm your DLL version again? I tested with 4.0.160.0 full and evaluation version and the button was there. If you still cannot get it, please send us the binary so that we can check for you. 
  
 Thanks, 
 Howard

Howard, I downloaded 4.0.160.0 full edition twice but when i unzip, DLL version is 4.0.158.0.   This is probably why.  Will try link to 4.0.161.0 tomorrow . 
 Thx.

Klaus, 
  
 We tried to download the link and it’s 4.0.160.0. But another user reported the same issues as yours. Please try to download the latest package tomorrow and see if it works.  
  
 Just let me know if you have more queries. 
  
 Thanks, 
 Howard

 Howard, DLL version is still 4.0.158.0 downloaded from today's build 4.0.161.0.  



Hi Klaus, 



Please refer to this thread (gis.thinkgeo.com/Support/Dis...fault.aspx) and see if you are having the same problem. 



Regards, 

Tsui



Yes, was an issue with browser as reported by Carlos on related post.  Can see property now, thanks.

Hi Klaus, 
  
 Great; just feel free to let us know if you have more queries. 
  
 Thanks, 
 Howard