<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDF to LGAV</name>
        <description>Frankfurt-main to Athens Intl Airport Elefterios Venizel</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDF to LGAV</name>
            <description>Frankfurt-main to Athens Intl Airport Elefterios Venizel</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.534175,50.027542,0
8.323271,49.976839,0
8.39782,49.841182,0
11.733611,47.587222,0
15.427367,45.794553,0
18.232163,42.516635,0
21.049999,40.616667,0
23.617205,37.574142,0
23.943261,37.923511,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>