[Google Maps API v3] Re: loading message with google maps V3

2010-07-30 Thread Trachy
Hello, Thanks for all the answers, I solve my problem in this way in the css file : .messagechargement{ display : block; height: 50px; width: 50px; margin-top: 235px; margin-left:475px; } in the body : in the load() script: // hiking overlay

Re: [Google Maps API v3] Re: loading message with google maps V3

2010-07-29 Thread Davide Cremonesi
I would also suggest to give an id to the loading DIV and use a listener to hide it when the map is loaded (via style settings (visibility/display) or a jslib like jQuery or Dojo). I think 'idle' is a good event, or maybe even 'tilesloaded' would do. google.maps.event.addListenerOnce(map, 'idle'

[Google Maps API v3] Re: loading message with google maps V3

2010-07-26 Thread NWIPHPDEV
Just fill the div with a loading gif. function init(){ loadMap...blah...blah } Loading, Please wait... On Jul 25, 4:27 pm, Trachy wrote: > Hello, > have you an example of how to realise a loading message before map > appears. > Thanks > Trachy -- You received this message because you