12.02.2012, 15:17
(This post was last modified: 12.02.2012, 15:17 by routeconverter.)
(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
Christian