As far as I've tested out the network link must be inside a folder
tag.

This - for example - works fine

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2"; xmlns:gx="http://
www.google.com/kml/ext/2.2" xmlns
:kml="http://www.opengis.net/kml/2.2"; xmlns:atom="http://www.w3.org/
2005/Atom">
<Document>

<Folder>
  <name>Live Data</name>
  <visibility>1</visibility>
  <open>1</open>
<NetworkLink>
  <Link>
  <href>http://www.brechler-web.de/geodb/genkml.php</href>
  </Link>
  </NetworkLink>
</Folder>
</Document>

</kml>

-- 
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.

Reply via email to