I seem to be having a problem with GGroundOverlays. The problem is that when I add a ground overlay to the map like below in the following link, it doesn't always load.
http://mystateusademo.com/edit/mapOverlay.aspx?id=2 If that one loads, try clicking one of the links on the left. Titled Floor 1 - 4. It seems to be randomly occurring and I can't figure it out. The file that does all the heavy lifting is: http://mystateusademo.com//edit/schoolMapDemo.js Line 246 var boundaries = new GLatLngBounds(new GLatLng(0,0), new GLatLng (height,width)); oldmap = new GGroundOverlay(CurrentDistrictObject.overlayImage, boundaries); map.addOverlay(oldmap); To get to that point I call loadMap() on line 189 which starts loading the map after the page has been loaded. Does anyone have any ideas why the GGroundOverlay does not show up every time? Thanks, Joey Peters --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
