I would like some clarification as to why this KML file won't load for me when I try to laod it using KmlLayer:
This is the example for a ground overlay in the documentation, and even after removing things such as refresh interval and viewBound scale, which I see listed as unsupported, it fails to load. <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <GroundOverlay> <name>GroundOverlay.kml</name> <color>7fffffff</color> <Icon> <href>http://www.google.com/intl/en/images/logo.gif</href> </Icon> <LatLonBox> <north>37.83234</north> <south>37.832122</south> <east>-122.373033</east> <west>-122.373724</west> <rotation>45</rotation> </LatLonBox> </GroundOverlay> </kml> The reason I am asking is because I wanted to load a KML that uses ground overlays, and while other examples of placemarks succesfully loaded (so I don't think the problem is with my javascript), anything that has a ground overlay just makes the map zoom in all the way to the point 0,0. This particular response may be due to my centering the map at 0, 0, but i would like to be able to load ground overlay kml's. Thanks for any advice. GZ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
