ThinkGeo.com    |     Documentation    |     Premium Support

Loading Image Problem

Hi,


I have turned on the loading image in my application and instead of showing in the center of the map it's showing above the map and clear to the left.  Now granted the web page has a lot going on, it's using Master Pages, panels, several div tags and lots of tables.  Any ideas of where to look in the HTML to find out what is causing this?  It seems strange to me that the loading image isn't even on top of the map and up higher above the map on the page.


Any help would be appreciated.


Thanks!



Hi Clint, 
  
 I too had a similar problem but noticed that after either a postback or a callback the loading image would move into the center of the map where it should be. So - as a workaround I started the map with the loading image off (via map properties), and then turned it on via code on the first postback/callback and it then it seems to work just fine. It is sort of a lame solution because your initial load doesn’t have the loading image, but it  better than nothing… 
  
 I hope maybe that helps till we get a fix. It would also be nice to have a little more control over the position - like some offset values, or position options (upper left, lower right, etc…). 
  
 Cheers, 
  
 Justin

Thanks for the help Justin! 
  
 Unfortunately in my situation it’s always in the wrong position even on the subsequent post backs.  I might have to start eliminating variables to get to the bottom of it.

Bummer - sorry… 
  
 The only other thing I can think is to try making some of the parent containers holding the map have relative for their position style. I remember that that seemed to have an impact on the position of the loading image, sometimes… Might help. 
  
 Good luck! 
  
 Justin

Hi Clint, 
  
 I failed to recreate your issue when I put the map in the master page and panel control, could you provide us more information such as your browser version, and html code which you are using? 
  
 We will add two JavaScript events which triggers before and after tiles loading in the upcoming version, then you can implement it handily. 
  
 Thanks, 
  
 Howard