<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYTS to CYWG</name>
        <description>TIMMINS to WINNIPEG INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYTS to CYWG</name>
            <description>TIMMINS to WINNIPEG INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.3755,48.5701,0
-81.3701,48.572100000000006,0
-84.5911,49.778099999999995,10668
-86.9843,49.7697,10668
-91.8978,50.118300000000005,10668
-97.2392,49.92779999999999,60.96
-97.2393,49.907100000000014,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>