On Oct 1, 5:35 pm, William <[EMAIL PROTECTED]> wrote: > one problem is that "var map = " is inside your load() function. The > map variable needs to have global scope, so declare it before the > load() function.
That shouldn't prevent the map from displaying. It will just make it difficult to do things with it once it has been displayed. His problem is he is starting from an ancient v1 example that uses marker.openInfoWindowXslt, which is not supported in v2 of the API: http://code.google.com/apis/maps/documentation/index.html#Upgrading_v1 and http://code.google.com/apis/maps/documentation/upgrade.html#Incompatibilities -- 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 -~----------~----~----~----~------~----~------~--~---
