<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDFH to EDDC</name>
        <description>Frankfurt Hahn to Dresden</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDFH to EDDC</name>
            <description>Frankfurt Hahn to Dresden</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.275286,49.960222,0
7.335624,50.021312,472.44
7.349306,50.03281,573.024
7.364501,50.043499,627.888
7.381091,50.053295,640.08
7.398952,50.062126,640.08
7.417946,50.069924,640.08
7.437931,50.07663,640.08
7.458753,50.082192,640.08
7.480253,50.086568,640.08
9.350312,50.41125,640.08
11.245299,50.707023,640.08
13.518899,51.018499,640.08
13.541612,51.02081,640.08
13.56392,51.024356,640.08
13.585653,51.029112,640.08
13.606647,51.035042,640.08
13.626743,51.042099,640.08
13.645787,51.050231,627.888
13.663634,51.059375,573.024
13.68015,51.069462,472.44
13.755436,51.124247,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>