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 Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to