<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EKCH to ENGM</name>
        <description>Kastrup to Oslo Gardermoen</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EKCH to ENGM</name>
            <description>Kastrup to Oslo Gardermoen</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>12.667579,55.625411,0
12.752079,55.679852,451.10400000000004
12.789218,55.733831,731.52
12.791329,55.791711,731.52
12.758053,55.846503,731.52
12.277973,57.126249,731.52
11.7639,58.405681,731.52
11.041787,60.05768,731.52
11.033703,60.115433,451.10400000000004
11.073744,60.185,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>