<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWI to EBBR</name>
        <description>Innsbruck Kranebitten to Brussels Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWI to EBBR</name>
            <description>Innsbruck Kranebitten to Brussels Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.343966999999992,47.2602258,0
10.16722200000001,47.894722,6614.160000000001
9.259208000000001,48.61840799999999,10668
8.779167000000001,48.88583299999999,10668
8.584236000000004,48.992943999999994,10668
6.711388999999997,50.020556,6522.72
4.492814320000008,50.89994811,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>