<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDF to KBOS</name>
        <description>Frankfurt to General Edward Lawrence Logan Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDF to KBOS</name>
            <description>Frankfurt to General Edward Lawrence Logan Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.540670000000006,50.0326,0
3.3035099999999886,53.100899999999996,0
0.4016670000000033,53.483299999999986,0
-57,56.69999999999999,0
-71.0068,42.363,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>