<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCRP to KMFE</name>
        <description>Corpus Christi International Airport to McAllen Miller Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCRP to KMFE</name>
            <description>Corpus Christi International Airport to McAllen Miller Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-97.5018,27.7723,0
-98.2408,26.173900000000003,0
-98.2379,26.176299999999998,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>