Networklink in GeoSearch goto document is not loaded by Google Earth 5.0
------------------------------------------------------------------------
Key: GEOS-2607
URL: http://jira.codehaus.org/browse/GEOS-2607
Project: GeoServer
Issue Type: Bug
Components: Google Earth KML Output
Affects Versions: 1.7.2
Reporter: Arne Kepp
Assignee: Arne Kepp
Fix For: 1.7.3
Sample output below, looks like the link is not recognized or just not followed. Thought this worked in Google Earth 4.2 ?
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document xmlns="">
<LookAt>
<longitude>-122.80995680609955</longitude>
<latitude>42.622468360130576</latitude>
<altitude>0</altitude>
<range>700</range>
<tilt>0</tilt>
<heading>0</heading>
<altitudeMode>clampToGround</altitudeMode>
</LookAt>
<NetworkLink>
<href>http://localhost:8080/geoserver/wms/kml?layers=topp:Schools</href>
</NetworkLink>
</Document>
</kml>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira