private boolean _updateLayerTloChanged_(String strIdTlo, boolean bln) throws Exception
{
boolean blnShouldRedraw = false;
LayerList llt = super._cnv.getModel().getLayers();
for (Layer lyrCur: llt)
{
if (! (lyrCur instanceof GfrLyrWMSTiledImageLayer))
continue;