<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ENVA to ENKB</name>
        <description>Vaernes to Kvernberget</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ENVA to ENKB</name>
            <description>Vaernes to Kvernberget</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>10.889293,63.457656,0
10.727349,63.457889,152.4
10.695073,63.456689,152.4
10.663155,63.454236,152.4
10.631841,63.450549,152.4
9.577454,63.331381,152.4
8.177335,63.16376,152.4
8.146172,63.160365,152.4
7.842314,63.114578,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>