<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDFH to EDDM</name>
        <description>Frankfurt Hahn to Muenchen Franz-Josef Strauss</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDFH to EDDM</name>
            <description>Frankfurt Hahn to Muenchen Franz-Josef Strauss</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.261081499999989,49.945808,0
9.341944000000012,49.130278000000004,7010.400000000001
11.78611699999999,48.35378650000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>