ThinkGeo.com    |     Documentation    |     Premium Support

LoadingImage on different Overlay

Hello,


I'm currently using:


 Map1.MapTools.LoadingImage.Enabled = true;  


However,  this seems to only show the loading image when the base overlay (wms) is loading.  The problem is that our base overlay loads very quickly.  But we have another overlay that loads slowly.  I would like this slow overlay to be tied to the loadingimage. 


Is there any way to set the overlay that the loading image is tied to?  Or will I need to use openlayers events for loadstart and layer loadend and show/hide a div on the client side?


Thanks,


Phil