<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYXJ to CYVR</name>
        <description>Fort St John to Vancouver</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYXJ to CYVR</name>
            <description>Fort St John to Vancouver</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-120.74,56.23849999999999,0
-121.42,54.7167,10241.28
-121.69,53.856899999999996,10668
-122.169,52.2371,10668
-122.771,50.69999999999999,5974.08
-123.185,49.19400000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>