<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ENGM to ENRY</name>
        <description>Oslo Gardermoen to Rygge</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ENGM to ENRY</name>
            <description>Oslo Gardermoen to Rygge</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.073744,60.185,91.44
11.033703,60.115433,91.44
11.044164,59.753658,91.44
11.05757,59.308217,91.44
10.804603,59.37385,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>