<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EPPO to EPWA</name>
        <description>LAWICA to WARSZAWA Okecie</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EPPO to EPWA</name>
            <description>LAWICA to WARSZAWA Okecie</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>16.823549000000014,52.421565999999984,0
18.945832999999993,52.33333300000001,4572
20.966923409999993,52.16509137,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>