On Dec 5, 11:41 am, ubercow <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to converting a GGeoXML map to a EGeoXML one (to have > access to the markers) and ran into a javascript error when clicking > on one of the markers on the new map. > > Here's the url of the test page: http://manoa.hawaii.edu/campusmap/index2.php > and the javascript error is: exml not defined, it points to line 195 > of egeoxml.js > > The kml file appears to validate, is there something I'm missing?
exml needs to be global (move its declaration outside of the initialize function). -- 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 -~----------~----~----~----~------~----~------~--~---
