[Google Maps API v2] Re: Issue with KML overlay and info balloons.
> 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home