Things change....

Here is a kml file that (1) has 3 network links and (2) does *not*
have <Folder> tags.
http://www.mappingsupport.com/forum_post/multiple_kml_files_04.kml

I can read and display it on a map with v3 code just fine.

Hooray!  I was not looking forward to adding <Folder> tags to my
existing kml files that contain network links.


On Jul 3, 2:43 am, Pil <[email protected]> wrote:
> 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