<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFLP to LSZH</name>
        <description>Annecy Haute-Sovoie Mont Blanc Meythet to Zurich</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFLP to LSZH</name>
            <description>Annecy Haute-Sovoie Mont Blanc Meythet to Zurich</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>6.0996000000000095,45.928799999999995,0
6.632499999999993,46.273300000000006,3291.84
8.549949999999995,47.46350000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>