<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFAF to LFPP</name>
        <description>Laon Chambry to Le Plessis Belleville</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFAF to LFPP</name>
            <description>Laon Chambry to Le Plessis Belleville</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>3.63257999999999,49.59640000000002,0
3.4513900000000035,49.419399999999996,1371.6000000000001
2.736629999999991,49.108299999999986,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>