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 ?