<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPG to EGKK</name>
        <description>Paris Charles De Gaulle to London Gatwick</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPG to EGKK</name>
            <description>Paris Charles De Gaulle to London Gatwick</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.524892,49.024719,0
2.346389,48.984389,1089.0504
-0.535833,50.648056,6400.8
-0.883056,51.019167,3867.3024
-0.212314,51.14511,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>