<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CZVL to CYXE</name>
        <description>EDMONTON VILLENEUVE to Saskatoon J G Diefenbaker Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CZVL to CYXE</name>
            <description>EDMONTON VILLENEUVE to Saskatoon J G Diefenbaker Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-113.858,53.670000000000016,0
-112.32,53.272699999999986,1524
-110.833,52.98140000000001,1524
-108.485,52.5386,1524
-106.701,52.1737,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>