ThinkGeo.com    |     Documentation    |     Premium Support

Can I pan the map without postback?

 HI,


I have a composite control that has dynamic overlay with layers that represent the sales area including zip codes drawn at higher zoom level. The zip features that qualify or contained in the current extent are added into a inmemory feature layer in the extent  changed event for zoom levels 7 and above.


Is there a way or trick that would help me pan the map without postback unless there is significant percent change ex: 30% or more that kicks in the extent changed that in turn redraws the map. Basically trying to give better user experience.


Any help is much appreciated.


Regards


Prashant


 


 



Hello Prashant, 
  
 Thanks for your post, sorry in the web edition, there is a complex tile system to control every tile refresh if you using the multiple tile, so we don’t have any api can fit your requirements. 
  
 Here maybe is a workaround: 
  
 1. change the tile type to single tyle. 
 2. hook the pan event in the client side and every time calculate the pan distance. 
 3. if the distance reach your significant number, refresh the whole map in the client side. 
  
 But I think it will much slower than multiple tile type, and don’t have a good user experience. 
  
 Sorry for the inconvenience. 
  
 Regards, 
  
 Gary