<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFLB to LFMT</name>
        <description>Chambery Aix-les-Bains to Montpellier/Mediterranee</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFLB to LFMT</name>
            <description>Chambery Aix-les-Bains to Montpellier/Mediterranee</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>5.880840000000006,45.63650000000001,0
5.182780000000008,44.9289,5608.320000000001
3.963249999999988,43.5762,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>