ThinkGeo.com    |     Documentation    |     Premium Support

ExtentInteractiveOverlay ZoomBox drag tolerance

I was wondering if there is any way to set a drag tolerance on ZoomBox on the ExtentInteractiveOverlay... or if it is not built in if you could provide sample code on how to do this.  We are having issues where users are in zoombox mode and mean to click the map, but instead move 1 pixel and zoom all the way in... I would like to make it so that users have to move some set number of pixels.


Thanks,


.Ryan.



Hi Ryan, 
  
 Thanks for your post and it’s a good idea for improve our APIs. 
  
 We will change our code and the new feature will be availabe in the Daily Build on next Monday. 
  
 You would use the following code to set the tolerance: 
  
 Map1.ExtentOverlay.MinimumExtentInPixels = 10; 
  
 Any question please let us know. 
  
 Regards, 
  
 Don

Works beautifully… thank you!

Ryan, 
  
 You’re welcome. 
  
 Regards, 
  
 Don