Hi ThinkGeo,
SyncClientZoomLevels() method is going to obsolete in Nov 11 as per WebEdition 5.0.
What is the best way to synchronize base overlays (WMS and Google) to restrict them to zoom levels 18?
ZoomLevelSet
zoomLSet = new ZoomLevelSet();zoomLSet.ZoomLevel20.Scale = 0;
map.SyncClientZoomLevels(zoomLSet);
Regards,
Anil