<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KELP to KSJT</name>
        <description>El Paso Intl to SAN ANGELO RGNL MATHIS FLD</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KELP to KSJT</name>
            <description>El Paso Intl to SAN ANGELO RGNL MATHIS FLD</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-106.373,31.806700000000006,0
-106.282,31.8159,487.68
-103.575,31.469300000000004,10485.12
-101.329,31.176900000000003,2865.1200000000003
-100.496,31.358000000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>