<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UKLL to UKBB</name>
        <description>Lviv International to Kiev Boryspil Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UKLL to UKBB</name>
            <description>Lviv International to Kiev Boryspil Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>23.958,49.81,0
25.391099999999994,49.8022,0
25.70060000000001,49.80000000000001,0
27.849999999999994,49.76169999999999,0
28.962199999999996,50.04169999999999,0
29.570099999999996,50.186800000000005,0
30.892799999999994,50.33949999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>