<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>UUEE to UUOO</name>
        <description>Moscow Sheremetyevo Alexander S. Pushkin Intl to Voronezh</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>UUEE to UUOO</name>
            <description>Moscow Sheremetyevo Alexander S. Pushkin Intl to Voronezh</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>37.413099999999986,55.9725,0
38.23859999999999,54.34559999999999,10180.32
38.49610000000001,53.744699999999995,7772.400000000001
38.931100000000015,52.38920000000002,2346.96
39.2192,51.814599999999984,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>