<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYHU to CYRQ</name>
        <description>St Hubert to TROIS RIVIERES</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYHU to CYRQ</name>
            <description>St Hubert to TROIS RIVIERES</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.4164,45.51429999999999,0
-73.2683,45.69470000000001,1341.1200000000001
-72.6794,46.3527,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>