<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFRG to LFOP</name>
        <description>Deauville Normandie to Rouen Vallee de la Seine</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFRG to LFOP</name>
            <description>Deauville Normandie to Rouen Vallee de la Seine</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.15433100000001332,49.36529999999999,0
0.49638899999999353,49.315799999999996,1463.04
1.1761899999999912,49.3852,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>