<?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.098900000000015,60.194500000000005,0
11.125,59.67779999999999,1341.1200000000001
10.785599999999988,59.37889999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>