<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSAN to KMEM</name>
        <description>San Diego Intl to Memphis Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSAN to KMEM</name>
            <description>San Diego Intl to Memphis Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-117.174967,32.729994,0
-117.092329,32.709918,39.624
-117.023683,32.713853,131.064
-116.960767,32.737307,277.368
-113.97734,33.319733,10576.560000000001
-110.959713,33.831069,10576.560000000001
-107.908439,34.268069,10576.560000000001
-104.828098,34.62872,10576.560000000001
-101.723793,34.911314,10576.560000000001
-98.601075,35.114487,10576.560000000001
-95.465847,35.237238,10576.560000000001
-90.181555,35.261811,713.2320000000001
-90.111529,35.252759,469.392
-90.049534,35.224694,277.368
-90.003054,35.181,131.064
-89.977689,35.126949,39.624
-89.976169,35.054594,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>