<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EHAM to LFOK</name>
        <description>Amsterdam Schiphol to Chalons Vatry</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EHAM to LFOK</name>
            <description>Amsterdam Schiphol to Chalons Vatry</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.764170000000007,52.308099999999996,0
4.15861000000001,50.8331,8046.72
4.118889999999993,50.29669999999999,5943.6
4.184259999999995,48.77620000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>