January 15, 20179 yr Hi, Skyvector supports export of native garmin flightplans in .fpl format, see link: https://skyvector.com/forum/skyvector-now-can-export-flight-plans-foreflight-garmin-dynon Question: Can we import these native garmin .fpl flightplans into the new version of the garmin trainer V3.3 ? Thanks, Marc.
January 15, 20179 yr Hi Marc, can you please give me access to such file, and I'll see what we can do?
January 15, 20179 yr Author Sure ! No problem at all. Just cannot find a way in this forum to upload files ?! If you send me your e-mail i can send it as attachment; or can you explain me how to upload files in this forum ? Marc.
January 15, 20179 yr Author Hi, The .fpl is actually a simple XML file. Below example of above file that i could not find a way to upload ..... <?xml version="1.0" encoding="utf-8"?> <flight-plan xmlns="http://www8.garmin.com/xmlschemas/FlightPlan/v1"> <created>2017-01-15T15:20:54Z</created> <waypoint-table> <waypoint> <identifier>LFAT</identifier> <type>AIRPORT</type> <country-code>LF</country-code> <lat>50.514722</lat> <lon>1.627500</lon> <comment /> </waypoint> <waypoint> <identifier>R134</identifier> <type>INT</type> <country-code>LF</country-code> <lat>50.360381</lat> <lon>1.879383</lon> <comment /> </waypoint> <waypoint> <identifier>ABB</identifier> <type>VOR</type> <country-code>LF</country-code> <lat>50.135139</lat> <lon>1.854694</lon> <comment /> </waypoint> <waypoint> <identifier>DPE</identifier> <type>VOR</type> <country-code>LF</country-code> <lat>49.925389</lat> <lon>1.170639</lon> <comment /> </waypoint> <waypoint> <identifier>LFOH</identifier> <type>AIRPORT</type> <country-code>LF</country-code> <lat>49.533889</lat> <lon>0.088056</lon> <comment /> </waypoint> <waypoint> <identifier>LFRG</identifier> <type>AIRPORT</type> <country-code>LF</country-code> <lat>49.363333</lat> <lon>0.160000</lon> <comment /> </waypoint> </waypoint-table> <route> <route-name>LFAT LFRG</route-name> <flight-plan-index>1</flight-plan-index> <route-point> <waypoint-identifier>LFAT</waypoint-identifier> <waypoint-type>AIRPORT</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> <route-point> <waypoint-identifier>R134</waypoint-identifier> <waypoint-type>INT</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> <route-point> <waypoint-identifier>ABB</waypoint-identifier> <waypoint-type>VOR</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> <route-point> <waypoint-identifier>DPE</waypoint-identifier> <waypoint-type>VOR</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> <route-point> <waypoint-identifier>LFOH</waypoint-identifier> <waypoint-type>AIRPORT</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> <route-point> <waypoint-identifier>LFRG</waypoint-identifier> <waypoint-type>AIRPORT</waypoint-type> <waypoint-country-code>LF</waypoint-country-code> </route-point> </route> </flight-plan>
Archived
This topic is now archived and is closed to further replies.