... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
G1000 import von Flugplänen mit .fpl Format
#9
(13.02.2012, 10:17)Boerske Wrote: Da bin ich froh, das es hier noch andere Mitglieder gibt mit Avionic Background, die hier mithelfen können.
(13.02.2012, 18:47)routeconverter Wrote: Wow, ich vergaß, Du bist vom Fach Wink Nun ist die Frage, was das G1000 davon minimal benötigt um eine Navigation zu ermöglichen.

Äh... ja... Luftfahrtelektronik... Wink

Die im *.gpx (Quellformat) ersichtlichen Inhalte...

<wpt lat="47.929043" lon="7.713805">
<name>WP 1</name>
<cmt>BAD KROZINGEN</cmt>
<sym>Waypoint</sym>
</wpt
<rte>
<name>Colmar-Zurich</name>
<rtept lat="47.929043" lon="7.713805">
<name>WP 1</name>
<sym>Waypoint</sym>
</rtept>
</rte>

... könnten versuchsweise so in *.fpl (Zielformat) überführt werden:

<waypoint>
<identifier>WP 1</identifier>
<type>Waypoint</type>
<country-code></country-code>
<lat>47.929043</lat>
<lon>7.713805</lon>
<comment>BAD KROZINGEN</comment>
<elevation></elevation>
</waypoint>
<route>
<route-name>Colmar-Zurich</route-name>
<route-description>Colmar-Zurich</route-description>
<flight-plan-index>1</flight-plan-index>
<route-point>
<waypoint-identifier>WP 1</waypoint-identifier>
<waypoint-type>Waypoint</waypoint-type>
<waypoint-country-code></waypoint-country-code>
</route-point>
</route>


<flight-plan-index>1</flight-plan-index> könnte zwingend nötig sein

<elevation> ist im *.gpx leider nicht vorhanden

Edit: Da haben wir uns überschnitten, das Ergebnis geht aber in die gleiche Richtung Smile
--
Matthias
Reply


Messages In This Thread
RE: G1000 import von Flugplänen mit .fpl Format - by kumo - 13.02.2012, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)