<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to LFPO</name>
        <description>Innsbruck to Paris Orly</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to LFPO</name>
            <description>Innsbruck to Paris Orly</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.341499999999996,47.26080000000002,0
8.817669999999993,47.59219999999999,10668
8.436970000000002,47.68950000000001,10668
8.076940000000008,47.7792,10668
7.5833299999999895,47.9083,10668
6.684169999999995,48.15890000000002,10668
6.059419999999989,48.317800000000005,9845.04
5.79722000000001,48.3117,9174.48
5.153609999999986,48.29390000000001,7498.08
4.6736099999999965,48.278099999999995,6217.92
2.3669800000000123,48.72630000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>