<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLC to EDDF</name>
        <description>London City to Frankfurt-main</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLC to EDDF</name>
            <description>London City to Frankfurt-main</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.044142,51.505577,0
-0.188119,51.512699,0
-0.199674,51.368153,0
5.848781,50.649178,0
7.902802,49.874291,0
8.534175,50.027542,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>