On Nov 14, 6:17 am, Flashball <[EMAIL PROTECTED]> wrote: > Today, it's working... > The (actually) 2 adresses just bottom the map are the two ones which > are normally loaded in the map. > > I think that when the map is not working it's because the returned > coordinates aren't the good ones, but "620,0,0,0": that's all I can > say for the moment.
Are you geocoding known addresses on the server every time the page loads? You should only geocode an address once, save the coordinates in a database and use the coordinates from there, especially on the server. If the addresses depend on user input and are different every time, then use the client geocoder. -- Larry > > On 13 nov, 20:34, Rossko <[EMAIL PROTECTED]> wrote: > > > > I come back to this site today, and it doesn't work anymore... i'm > > > going to be mad! > > > What's not working exactly, how do we get that to happen.? > > I get a page with a grey map on first load. > > It's grey because you haven't set any map centre yet. > > Is that not what you intended? > > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
