So now on www.hardins.com/retail5.htm

As I see it,

The map first defines the icons, then creates the markers, pulls the
marker attributes from the xml, then obtains attributes for each
marker.

After that it creates the map, then populates the sidebar last.
It seems that

om.Clear(); // Clear the loading message

should go after the map is created, but at its current place the
loading messages shows up briefly, disappears and the map continues to
load.


On Oct 17, 4:24 pm, Rossko <[EMAIL PROTECTED]> wrote:
> > I changed 100 to 1000 and I get:
>
> > Error: markers[i] is undefined
> > Source File:http://hardins.com/retail5.htm
> > Line: 127
>
> Yes, of course you do.  Say you have 600 entries when you get to read
> 601 it gives an error.
>
> You need to change your loop so as to find out for itself how many
> entries to look at.
>
> You could either use a 'while' construct  - or find out how long
> markers array is, the answer for that has already been given.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to