Hey all-
So I can load my KMZ files into Google Maps no problem by searching
for it.
http://www.eggtv.tv/magic.kmz
but when I try to load it through my JS
<code>
var ctaLayer = new google.maps.KmlLayer('
http://www.eggtv.tv/
magic.kmz');
ctaLayer.setMap(map);
</code>
It centers the map on the area of the KMZ, but it does not load the
data.
Any ideas?