On Mar 30, 10:07 am, Paulo Becker <[email protected]> wrote: > 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 :)
Here is your data, geocoded on the fly: http://www.geocodezip.com/example_geomulti_bad3_xml.asp?filename=PauloBecker_addresses.xml (the ones that generate errors, produce log output...) Here it is "pre-geocoded": http://www.geocodezip.com/example_geomulti_bad3_xml.asp?filename=PauloBecker_geocoded.xml -- Larry > > 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-...... > > > -- 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.
