Sorry, yes, its a typo. Correct code is: var polys = new GGeoXml(my_url); map.addOverlay(polys);
If the GGeoXml doesn't support it, then I assume the system at http://maps.google.co.uk/ uses some back-end code that they havn't made publically available? On Oct 22, 2:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 22, 5:10 am, epoch <[EMAIL PROTECTED]> wrote: > > > I am using GGeoXml to load in a KMZ file that contains some polygons > > and images that act as labels to the polygons. I load it using: > > > var polys = new GGeoXml(my_url); > > map.addOverlay(a); > > I assume the above is a typo (which is why we ask for links, not > code...) > map.addOverlay(polys); > would work better if it isn't... > > > > > The polygons show up fine, but none of the images do. If I load the > > file through the google maps using:http://maps.google.co.uk/?q=my_url > > > Then the polygons and images are shown. Is there something I'm > > missing, or does GGeoXml not support unpacking the KMZ file? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
