Hi,
I have been trying to use ZoomToScale to jump to a certain Zoom Level .. but I can't get it work..
My code was like
Map1.ZoomToScale(Map1.ClientZoomLevelScales[zoomLevel-1]); where zoomLevel is a variable that contains the zoom level when the map is first started: zoomLevel=Map1.GetOpenLayersMap().getZoom() + 1;
Did I do anything wrong?
Thanks a lot!
Roson