<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UKBB to LTBA</name>
        <description>Boryspil to Istanbul Ataturk</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UKBB to LTBA</name>
            <description>Boryspil to Istanbul Ataturk</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>30.89290312,50.33947219999999,0
30,49,9509.76
30,48,10668
30,47,10668
30,46,10668
30,45,10668
30,44,10668
30,43,9204.960000000001
30,42,5303.52
28.81283167000001,40.979135670000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>