14 lines
585 B
XML
Executable File
14 lines
585 B
XML
Executable File
<?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">
|
|
<NetworkLink>
|
|
<name>Navpoint</name>
|
|
<open>1</open>
|
|
<description>Connect to Navpoint Desktop running on the local machine to receive location updates from a phone running Navpoint Mobile.</description>
|
|
<Link>
|
|
<href>http://localhost:8888/navpoint.kml</href>
|
|
<refreshMode>onInterval</refreshMode>
|
|
<refreshInterval>3</refreshInterval>
|
|
</Link>
|
|
</NetworkLink>
|
|
</kml>
|