<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CZBM to CYSC</name>
        <description>BROMONT to SHERBROOKE</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CZBM to CYSC</name>
            <description>BROMONT to SHERBROOKE</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-72.7412,45.29089999999999,0
-72.6103,45.2989,579.12
-71.6914,45.438500000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>