Wow! Thanks a lot guys! I had already suspected that timing might have something to do with it, but I'm a noob with JavaScript so I had no idea how to properly code a timeout function. I'll try modifying that script to suit my needs :)
Thanks again! On Mar 30, 12:26 pm, "[email protected]" <[email protected]> wrote: > On Mar 30, 8:13 am, Paulo Becker <[email protected]> wrote: > > > Hi! > > > I am using an Excel macro to display points of interest in an address > > database using Google Maps. I create an .html file with a list of the > > addresses that I want to show, and a simple JavaScript function to > > show those addresses in Google Maps. Then I open that .html file > > locally on my computer. > > > Problem is, the map behavior seems inconsistent at best. Sometimes it > > will display most, if not all the points that are in the file. But > > sometimes it will only display a random subset of them. > > Sounds like you are trying to geocode multiple addresses too quickly: > Part 17 Geocoding multiple addresseshttp://econym.org.uk/gmap/geomulti.htm > > > > > I individually checked the addresses of all the points using Google > > Maps and all of them point directly to a location, so I know there's > > nothing wrong with the addresses. Maybe there's something wrong with > > the way I'm trying to display them? > > If you know where they are, use the geographic coordinates, not the > address. > > > > > If someone could please take a look at the file and tell me what could > > be wrong with it, I'd be really really thankful. I've uploaded it > > here: > > >http://rapidshare.com/files/369970775/test.html > > http://groups.google.com/group/google-maps-api/web/suggested-posting-...http://groups.google.com/group/Google-Maps-API/web/why-including-a-li... > > -- Larry > > > > > Thank you for reading! -- 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.
