Google Earth KML/KMZ and AIS Dispatcher
AIS Dispatcher supports the native
KML / KMZ format of Google Earth and listens for incomming connections from Google Earth clients.
The configuration of HTTP server parameters is described in
AIS Dispatcher - Windows section.
The easiest way to view the AIS Dispatcher data via Google Earth is to open the file "AISDispatcher.kml" in the application folder. The file automaticaly redirects Google Earth to http://127.0.0.1:7080 and sets the refresh interval to 60 seconds.
NOTE: If you need to change the host, port or refresh interval you have to edit the highlighted sections of AISDispatcher.kml file:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<visibility>1</visibility>
<NetworkLink>
<name>AIS Dispatcher</name>
<flyToView>0</flyToView>
<Url><href>
http://127.0.0.1:7080</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>
60</refreshInterval>
<viewRefreshMode>never</viewRefreshMode>
</Url>
<refreshVisibility>1</refreshVisibility>
</NetworkLink>
</Document>
</kml>
The connection can be established without AISDispatcher.kml file by selection of "Add" / "Network link" menu in Google Earth application and entering the name of connection and URL (for example http://www.example.com:7080). The refresh interval has to be configured from the "Refresh" panel in the same dialog window.