<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to LFPB</name>
        <description>Innsbruck Kranebitten to Paris Le Bourget</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to LFPB</name>
            <description>Innsbruck Kranebitten to Paris Le Bourget</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.330914,47.258828,0
11.225611,47.247511,10058.4
11.141889,47.258568,10058.4
8.946403,47.767165,10058.4
6.709617,48.234495,10058.4
2.641783,48.956217,140.208
2.556855,48.971793,42.672000000000004
2.446942,48.966264,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>