Closed (works as designed)
Project:
KML
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2008 at 21:08 UTC
Updated:
29 Dec 2008 at 15:46 UTC
I just checked one of my feeds and the data is:
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<NetworkLink>
<Url>
<name>Biotechnology Degree Guide</name>
<href>http://www.biotechnologydegrees.org/kml/node/63</href>
<viewRefreshMode>onStop</viewRefreshMode>
<viewRefreshTime>60</viewRefreshTime>
</Url>
</NetworkLink>
</Document>
</kml>
Shouldn't this be showing locations data? I guess I thought thats what the module did. I looked through the read me and re-checked all the config options and couldn't see anything that I did wrong. Any help is appreciated.
Comments
Comment #1
geodaniel commentedIt looks like you have the 'network links' option enabled in the KML module settings, which means you'll get a network link instead of the real KML file, but this network link then points you on to the URL of the KML file. This allows clients to automatically stay updated if the location of that node moves.
You may just want to disable the network links (under site configuration -> kml) though, so you can access the real KML files directly. I hope this helps, but please re-open this issue if you're still having problems.
Comment #2
Webster619 commentedThank you. It's much better now. The location data is located in towards the bottom of the file now. Is the module supposed to create style info for each node type?
Comment #3
geodaniel commentedI've added a new issue for the unused styles at #352112: Only include style information if those node types are included.