<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EHRD to EHGG</name>
        <description>Rotterdam to Eelde</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EHRD to EHGG</name>
            <description>Rotterdam to Eelde</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>4.455081,51.96285,0
4.553614,52.002271,91.44
4.572131,52.011189,91.44
4.58932,52.021067,91.44
5.337149,52.445183,91.44
6.456942,53.060273,91.44
6.474498,53.070182,91.44
6.569151,53.114969,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>