ThinkGeo.com    |     Documentation    |     Premium Support

Zoom to Extent at a set zoom level

Hi guys,


I have the following code:


            Map1.ZoomToExtent(extent);

            Map1.ZoomOut();

            Map1.ZoomOut();

            Map1.ZoomOut();

            Map1.ZoomOut();


Which zooms to an XY coord and then zooms out. My problem is that each zoom out causes the client's browser to download 5 zoom levels and it basically plays catchup to the one they are viewing.


Is there not a way to set the zoom level after setting the map centre ?

 



Hi Gregory,  
  
 I would utilize the ZoomToScale() method where you can pass in your RectangleShape and what Scale you want the map zoomed to, or just the Scale if you already have your extent set.