<?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 International Airport 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 International Airport Franz-Josef Strauss</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.261079999999993,49.94579999999999,0
9.45514,49.05099999999999,6614.160000000001
11.786100000000005,48.35380000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>