<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KILM to KBLF</name>
        <description>Wilmington Intl to MERCER CO</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KILM to KBLF</name>
            <description>Wilmington Intl to MERCER CO</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-77.9029,34.27119999999999,0
-79.5879,35.21549999999999,9692.640000000001
-79.6766,35.406499999999994,8900.16
-79.8993,35.88239999999999,6888.4800000000005
-81.2077,37.2958,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>