<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGGP to EPWA</name>
        <description>Liverpool John Lennon to Warsaw Okecie - Frederic Chopin</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGGP to EPWA</name>
            <description>Liverpool John Lennon to Warsaw Okecie - Frederic Chopin</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-2.866017,53.332883,0
3.648611,53.499168,0
9.603381,53.330133,0
20.946714,52.171475,0
20.946714,52.171475,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>