> I've switched over to the egeoxml object (geoxml didn't show the > polygons at all) however it seems to be missing some of the countries > out of my kml (US being most noticeable) and the javascript still > isn't working. Any other suggestions?
Don't know, the version I can see uses GGeoXml. Here's a handy tool, a simple KML viewer http://greg-koppel.site88.net/maps/kml_test.html If I put your KML in that and click the USA, a marker appears in the Pacific but no infowindow. Look to your KML? If I click Russia or China, I get infowindows. There are KML validators, like http://kmlvalidator.com/validate.htm That thinks there's a problem with the styles, and with the <tesselate> value. http://code.google.com/apis/kml/documentation/kmlreference.html#tessellate ---- I think if you're trying to run javascript inside an infowindow just to poulate itself, you're barking up the wrong tree. You could write an infowndow handler for use with GeoXml that gets content dynamically. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
