public void SetViewLayer(string layerName) { currentViewLayer = worldMap.GetLayer(layerName); imageGrid.ClearCells(); UpdateVisible(); }