> www.geomaticon.com/02_contents/png_hf/index.htm

I'd start by validating your KML at
    http://kmlvalidator.com/validate.htm
Two problems are obvious

    <Placemark id="placemark">
You've got hundreds of those ; but the id of any XML element has to be
_unique_ in the document.  I think this is why all the infowindows
come up the same.

    <styleUrl>#Aid Post</styleUrl>
Spaces are not allowed in URLs, try renaming your styles like Aid_Post

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to