<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>BGGH to CYFB</name>
        <description>Nuuk to Iqaluit</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>BGGH to CYFB</name>
            <description>Nuuk to Iqaluit</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-51.676454500000006,64.19302099999999,0
-52.013056000000006,64.07,1249.68
-55,64,9784.08
-60,64,10363.2
-65,64.33333299999998,6187.4400000000005
-68.55605828,63.75656526,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>