<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSGS to LOWI</name>
        <description>Sion to Innsbruck Kranebitten</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSGS to LOWI</name>
            <description>Sion to Innsbruck Kranebitten</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.32408989999999,46.218954260000004,0
8.944444000000004,46.889444,6553.200000000001
11.343966999999992,47.2602258,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>