<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>CYYR to BGBW</name>
        <description>Goose Bay to Narsarsuaq</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>CYYR to BGBW</name>
            <description>Goose Bay to Narsarsuaq</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-60.4233,53.318899999999985,0
-64.25,59.266700000000014,0
-63,64,0
-59,64.23329999999999,0
-45.425700000000006,61.16069999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>