<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EHAM to EGLL</name>
        <description>Schiphol to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EHAM to EGLL</name>
            <description>Schiphol to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.783484,52.300375,0
4.705635,52.245898,384.048
4.688579,52.235879,515.1120000000001
4.670165,52.226808,643.128
4.650534,52.218755,762
4.629836,52.21178,859.5360000000001
4.608228,52.205937,975.36
4.585873,52.20127,975.36
4.562942,52.197815,975.36
2.930159,51.972858,975.36
-0.110659,51.491003,975.36
-0.132458,51.485981,975.36
-0.154875,51.482161,975.36
-0.17774,51.479572,969.264
-0.20088,51.478234,929.6400000000001
-0.433261,51.477675,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>