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); 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 -~----------~----~----~----~------~----~------~--~---
