Thread: Close Up Action
View Single Post
  #11  
Old 11th March 2010, 07:49 PM
Grahame Hutchison's Avatar
Grahame Hutchison Grahame Hutchison is offline
Prolific Member
 
Join Date: Mar 2008
Location: Sydney's Eastern Suburbs - View From Bondi To Jibbon Point And Bravo 10 South
Posts: 8,533
Default

Peter, I could not get Cockpit View to work when I tried it some time back, but last night I found a forum that said the latest versions of Google Earth do not work with the KML file that comes with PP. They had the KML code you could copy/paste into the PP version. When I did that it worked first time.

The aproaches vary a bit as far as runway centre line is concerned, it just depends on the actual timing of the transmissions received by PP, which simulates the track with the last heading and speed. I have found Tiger to be the most accurate so far, and just followed one into Tullamarine. It landed smack on the centre line and actually turned off the runway on one of the rapids. I just loaded my UK map and followed a few approached into Heathrow, very interesting. There was a Virgin Atlantic A380 at the terminal (Branson having a bit of fun maybe).

This is the code you need in the google_cockpit.kml file which is in the COAA\PlanePlotter folder.

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<visibility>1</visibility>
<NetworkLink>
<name>PP2</name>
<flyToView>1</flyToView>
<Url><href>http://127.0.0.1:4180/pp_google.kml</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>16</refreshInterval>
<viewRefreshMode>never</viewRefreshMode>
</Url>
<refreshVisibility>1</refreshVisibility>
</NetworkLink>
</Document>
</kml>
__________________
Joined 1999 @www16Right FlightDiary Airliners Web QR Retired PPL C150/172 PA28-161/181 Pitts S-2B SIM: 12Hr QF B767 B744 CX B742 Nikon D100-D200-D300-D500

Last edited by Grahame Hutchison; 11th March 2010 at 09:07 PM.
Reply With Quote