On Oct 6, 12:58 pm, gm <[EMAIL PROTECTED]> wrote: > how to display > pictures on each marker after gpx route/track animation > on click or mouse over > url=http://globalmove.us/et/index.html > xml=http://globalmove.us/et/test.xml > > only the last marker shows what should be an [i] description for all That is because that is the way it is coded. Your animation is removing all the markers to which you have added the "click" listener except the last and adding a new marker that doesn't have the listener.
-- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
