Can someone explain to me why this map fails to add the correct information to the GEvent.addlistener call?
If I stick an alert() right above the GEvent() call, the data is correct, however when I click on any of the routes on the map, they all return the same exact information. http://dev.thekirchners.net/routetest.html The function in question is 'toggleRoutes(route, status)' which is being called as 'toggleRoutes('all', 1)'. If I change the call to add a single route, ir 'toggleRoutes('R203', 1)', I get the correct information, but as soon as I have it add all routes, it fails. I left the one alert() call in, but commented out so you can see where I'm checking the data. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
