<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPN to LFOP</name>
        <description>Toussus Le Noble to Rouen Vallee de la Seine</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPN to LFOP</name>
            <description>Toussus Le Noble to Rouen Vallee de la Seine</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.1061500000000137,48.751900000000006,0
2.1023600000000044,48.75370000000001,0
1.1761899999999912,49.3852,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>