On Oct 31, 12:20 pm, mnew <[EMAIL PROTECTED]> wrote: > I undersatnd what you are saying. But the idea for the web page is the > records that don't have long / lat ( as we don't have thier post > code ) should show in a list at the bottom of the map. Which most of > them do, but not all. It is very strange.
You only update the side_bar and unknown lists when you create a marker. For the last entries in the XML, you don't create a marker, so although the HTML strings are changed to include the details, they never reach the screen. I would suggest taking out the couple of lines after // put the assembled side_bar_html contents into the side_bar div and putting them outside the loop. That way (a) you only do the update once; (b) you can be sure of doing it. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
