<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYYE to CYXJ</name>
        <description>Fort Nelson to Fort St John</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYYE to CYXJ</name>
            <description>Fort Nelson to Fort St John</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.595,58.83679999999998,0
-122.723,58.795799999999986,487.68
-120.845,56.284400000000005,274.32
-120.74,56.23849999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>