<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LGAV to LFPG</name>
        <description>Athens Intl Airport Elefterios Venizel to Paris Charles De Gaulle</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LGAV to LFPG</name>
            <description>Athens Intl Airport Elefterios Venizel to Paris Charles De Gaulle</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>23.970422,37.952425,0
24.025108,38.010553,48.768
24.046044,38.066048,158.496
24.041605,38.123835,332.232
24.012288,38.176939,563.88
23.961604,38.218951,8778.24
21.591155,39.838758,8778.24
19.108673,41.409175,8778.24
16.505461,42.923624,8778.24
13.773803,44.376161,8778.24
10.906556,45.760337,8778.24
7.897529,47.069214,8778.24
2.877099,48.955636,332.232
2.805206,48.989169,158.496
2.720137,49.004544,48.768
2.610183,48.998753,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>