hi all,
i am facing a problem with <Networklink>. inside this i am calling a
PHP script using <href> tag. That script retruns a valid KML with
<GroundOverlay> options. But this is not working at all. Google earth
showing the link but not image.
on Google map nothing is happening.
can any one help me out.
please find the KML
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://www.opengis.net/kml/2.2">
<Document>
<visibility>1</visibility>
<NetworkLink>
<name>Random Placemark</name>
<flyToView>1</flyToView>
<Link>
<href>
http://www.myserver.com/script/
xyz.php</href>
</Link>
</NetworkLink>
</Document>
</kml>
Thank you,