<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi all,</div>

<div> </div>

<div>I would like to change the visibility of a LayerGroupType: BaseMap. It's not working as I accepted. My Legend works fine, if I change the visibility of the BasMap Group nothing happen until I zoom to a different Scale using the statusbar. If I do, the BaseMapGroup visibility is like it should be. But I need this after changing the visibility not after another step of zooming.</div>

<div>Zooming to a different Scale using the viewer api doesn't work…..</div>

<div> </div>

<div>I can't find something in the web api, which says that is not possible to change the visibility at all.</div>

<div>I also tried to change the visibility by using the web api, but that’s not a valid request</div>

<div> </div>

<div>Dim layer_base As MgLayerBase = map.GetLayers.Item(51)</div>

<div>        layer_base.SetVisible(False)</div>

<div> </div>

<div> </div>

<div>Thanks for all replies</div>
</div></div></body></html>