ThinkGeo.com    |     Documentation    |     Premium Support

How to Lock Zoom Levels

Hi Guys, i have worked out how to lock the Extent, but it only stops the zooming out from the current extent.


 


I need to know how to lock the Zoom in function as well.



Hi Gregory, 
  
 WebEdition supports stopping user from mouse wheeling to zooming in/out by the following code: 
 Map1.MapTools.MouseMapTool.IsMouseWheelDisabled = true; 
  
 It will be great if you share your approach to us and feel free to let us know if I misunderstand your question. 
  
 Thanks, 
 Howard

Excellent!!! thank you,  
  
 1 more questions, How might i lock the zoom map control ?

Gregory, 
  
   I am filling in for Howard as he is out until next week so please excuse me for not being as savvy as him regarding the Web Edition.  I do not think there is a way to just turn off the zoom bar however you can turn off the entire map tool itself.  You will find that off of the map control and the property is called something like map tools, under that there should be a tool that represents the pan and zoom bar, I am sure you can turn it off.  If of course you want the pan capabilities I am not sure how you would do it.  I am sure Howard has a way you could style it to remove the zoom-bar all together. 
  
   Just to be clear on this you want to lock the user to one scale all the time or do you want to limit them to a certain few custom scales? 
  
 David