<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCC to EHAM</name>
        <description>Manchester Intl to Schiphol</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCC to EHAM</name>
            <description>Manchester Intl to Schiphol</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.283953859999997,53.34714077999999,0
-0.861110999999994,53.206389,5303.52
1.000833,52.978611,8991.6
2.467500000000001,52.801389,7162.8
4.7581214299999885,52.31484986999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>