<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYHZ to CYYZ</name>
        <description>HALIFAX INTL to Toronto Lester B Pearson Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYHZ to CYYZ</name>
            <description>HALIFAX INTL to Toronto Lester B Pearson Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-63.51055355,44.883157960000005,0
-64.016111,44.680611,0
-67,44.41666699999999,0
-76.20455556,43.160527779999995,0
-77.67280556,43.11797222000001,0
-79.6276706,43.67613399999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>