... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
conversion from .kml to .pln or .flt files
#15
(19.03.2021, 18:12)Jaro Wrote: Enclosed I am sending you test.pln which is working (as a straight line between two places) .  But I am not sure how I can implement such rules to my raw. kml and to all.kml raw files I have from my logger.

Looking a the file
  • <DepartureID>, <DepartureLLA>, <DestinationID>, <DestinationLLA> could be determined from the first and last position.
  • <Descr> could be the same like <Title> - the title of the position list i
  • <AppVersion> and the stuff below could be static
  • same with <ATCWaypointType>
  • <ICAO> could be the same like <ATCWaypoint#id>
  • <DepartureName> and <DestinationName> have no equivalent, is it possible to drop them? Or put <DepartureID> and <DestinationID> into them?
Quote:<SimBase.Document Type="AceXML" version="1,0">
    <Descr>AceXML Document</Descr>
    <FlightPlan.FlightPlan>
        <Title>EDDM to LKPR</Title>
        <DepartureID>EDDM</DepartureID>
        <DepartureLLA>N48° 21' 13.62",E11° 47' 9.91",+001487.00</DepartureLLA>
        <DestinationID>LKPR</DestinationID>
        <DestinationLLA>N50° 6' 3.00",E14° 15' 36.00",+001234.00</DestinationLLA>
        <Descr>EDDM to LKPR created by SimBrief</Descr>
        <DepartureName>Munich</DepartureName>
        <DestinationName>Ruzyne</DestinationName>
        <AppVersion>
            <AppVersionMajor>11</AppVersionMajor>
            <AppVersionBuild>282174</AppVersionBuild>
        </AppVersion>
        <ATCWaypoint id="EDDM">
        <ATCWaypointType>Airport</ATCWaypointType>
            <WorldPosition>N48° 21' 13.62",E11° 47' 9.91",+001487.00</WorldPosition>
        <ICAO>
                <ICAOIdent>EDDM</ICAOIdent>
        </ICAO>
        </ATCWaypoint>
        <ATCWaypoint id="LKPR">
            <WorldPosition>N50° 6' 3.00",E14° 15' 36.00",+001234.00</WorldPosition>
      <ICAO>
                <ICAOIdent>LKPR</ICAOIdent>
            </ICAO>
        </ATCWaypoint>
    </FlightPlan.FlightPlan>
</SimBase.Document>
--
Christian
Reply


Messages In This Thread
RE: conversion from .kml to .pln or .flt files - by routeconverter - 22.03.2021, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)