<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYVR to CYOW</name>
        <description>Vancouver Intl to Ottawa Macdonald Cartier Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYVR to CYOW</name>
            <description>Vancouver Intl to Ottawa Macdonald Cartier Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-123.160492,49.184668,0
-123.051478,49.172084,33.528
-122.964263,49.18213,115.82400000000001
-118.789305,49.649575,12192
-114.550188,49.966017,12192
-110.268919,50.126274,12192
-105.973112,50.12841,12192
-101.691083,49.9724,12192
-97.450481,49.660128,12192
-93.27701,49.19528,12192
-89.193354,48.58314,12192
-85.218429,47.830317,12192
-81.366979,46.944427,12192
-75.847721,45.38644,115.82400000000001
-75.768669,45.370063,33.528
-75.685822,45.327089,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>