... 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
#4
(12.02.2012, 11:40)Boerske Wrote: Hier kommt die Beispiel .fpl Datei.
[..]
Ich hoffe das man mit dieser Datei einfach & schnell ein Schema herauslesen kann.

Das geht. XML ist immer recht gut lesbar. Allerdings sind da einige Daten drin, die in anderen Formaten wie GPX nicht existieren. Ein Wegpunkt:

Code:
<waypoint>
      <identifier>KICT</identifier>
      <type>AIRPORT</type>
      <country-code>K3</country-code>
      <lat>37.649944</lat>
      <lon>-97.4330555</lon>
      <comment></comment>
      <elevation>406.3033</elevation>
    </waypoint>

Was sind <identifier>,<type> und <country-code> ?

Und das <route>-Element ist auch nicht so einfach zu erklären:

Code:
<route>
    <route-name>KICT/BIRK</route-name>
    <route-description>C:\Jeppesen\Common\RoutePack\KICT to BIRK.rpk</route-description>
    <flight-plan-index>1</flight-plan-index>
    <route-point>
      <waypoint-identifier>KICT</waypoint-identifier>
      <waypoint-type>AIRPORT</waypoint-type>
      <waypoint-country-code>K3</waypoint-country-code>
    </route-point>
    <route-point>
      <waypoint-identifier>ICT</waypoint-identifier>
      <waypoint-type>VOR</waypoint-type>
      <waypoint-country-code>K3</waypoint-country-code>
    </route-point>

Was bedeutet das?
--
Christian
Reply


Messages In This Thread
RE: G1000 import von Flugplänen mit .fpl Format - by routeconverter - 12.02.2012, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)