<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFMP to LFBD</name>
        <description>Rivesaltes to Bordeaux Merignac</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFMP to LFBD</name>
            <description>Rivesaltes to Bordeaux Merignac</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.8707899999999995,42.740200000000016,0
1.3098099999999988,43.680800000000005,7254.240000000001
0.8728610000000003,43.888000000000005,5760.72
-0.7147899999999936,44.8287,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>