<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EKAH to ENCN</name>
        <description>Aarhus to Kristansand Kjevik</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EKAH to ENCN</name>
            <description>Aarhus to Kristansand Kjevik</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>10.619400000000013,56.30430000000001,0
8.802150000000012,57.67519999999999,2529.84
8.085340000000002,58.204200000000014,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>