[mapguide-users] Re: Undelivered Mail Returned to Sender
Pietro Ianniello
pietro.ianniello at gmail.com
Fri Feb 26 12:48:40 EST 2010
Sorry:
function swapHideShow()
{
if(mgOverlayLayer)
{
if(ccc++%2==0)
{
_mgLayer.params.showLayers = "id_h1,...,id_hu";
_mgLayer.params.hideLayers = "id_k1,...,id_sk";
}
else
{
_mgLayer.params.showLayers = "id_k1,...,id_sk";
_mgLayer.params.hideLayers = "id_h1,...,id_hu";
}
_mgLayer.redraw(true);
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20100226/b28e8c50/attachment.html
More information about the mapguide-users
mailing list