ThinkGeo.com    |     Documentation    |     Premium Support

I have Question Print Map

follow this link : gis.thinkgeo.com/Support/Dis...aspx#15381


I download Ben's code and I add all map tool. see at below image.


before



after



I need show ScaleLine and map only.


How do I remove other controls?


I need finished code for save my time.


thank you.


 


 



 



 Hello sumeth,


 
Thanks for your sample.
 
The image(after) looks like caused by some css problem, how are you add map tool?
 
Below is the code to remove zoombar, minimap, overlayswitcher, if I miss something, please let us know.

            Map1.MapTools.PanZoom.Enabled = false;
            Map1.MapTools.MiniMap.Enabled = false;
            Map1.MapTools.OverlaySwitcher.Enabled = false;

 
I hope this can help.
 
Regards,
 
Gary

Thanks Gary,


But your answer is not answer I want. 


Now, I can solve it.



Hello sumeth, 
  
 I’m glad you solve it. Sorry maybe I misunderstanding your meaning of remove other controls. 
  
 Please feel free to let us know your problems. 
  
 Regards, 
  
 Gary