mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
aea780e5ea
fix antenna tracker issue with saved settings add pretyping to config list add rawlogs modify mavlink log graph interface. 2 x yaxis & roll,pitch,yaw now in degs update dataflash log format - thanks randy update google earth interface refresh to 0.3 sec
20 lines
635 B
XML
20 lines
635 B
XML
<?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">
|
|
<Folder>
|
|
<name>Network Links</name>
|
|
<open>1</open>
|
|
<NetworkLink>
|
|
<name>View Centered Placemark</name>
|
|
<open>1</open>
|
|
<refreshVisibility>0</refreshVisibility>
|
|
<flyToView>1</flyToView>
|
|
<Link>
|
|
<href>http://127.0.0.1:56781/network.kml</href>
|
|
<refreshMode>onInterval</refreshMode>
|
|
<refreshInterval>0.3</refreshInterval>
|
|
<viewRefreshTime>0.3</viewRefreshTime>
|
|
</Link>
|
|
</NetworkLink>
|
|
</Folder>
|
|
</kml>
|