<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYYZ to CYHZ</name>
        <description>Lester B Pearson Intl to Halifax Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYYZ to CYHZ</name>
            <description>Lester B Pearson Intl to Halifax Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-79.663889,43.673889,0
-79.809221,43.574492,0
-79.670482,43.469121,0
-74.502861,44.4112,0
-70.002506,44.746114,0
-65.167618,45.048823,0
-63.873449,44.512608,0
-63.524606,44.869012,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>