<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ENGM to EDFH</name>
        <description>Oslo Gardermoen to Frankfurt Hahn</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ENGM to EDFH</name>
            <description>Oslo Gardermoen to Frankfurt Hahn</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>11.073744,60.185,0
11.033703,60.115433,36.576
11.028161,60.101225,51.816
10.146346,58.13313,11582.400000000001
9.357245,56.161364,11582.400000000001
8.645311,54.185062,11582.400000000001
7.998416,52.204946,11582.400000000001
7.369057,50.089844,149.352
7.366155,50.075491,121.92
7.361315,50.061355,94.488
7.354576,50.047544,73.152
7.34599,50.034162,51.816
7.335624,50.021312,36.576
7.275286,49.960222,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>