<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KMCI</name>
        <description>Los Angeles Intl to Kansas City International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KMCI</name>
            <description>Los Angeles Intl to Kansas City International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.409,33.9431,0
-117.149,34.54849999999999,7863.84
-116.463,34.797,10668
-115.968,34.944500000000005,10668
-113.544,35.62469999999999,10668
-111.27,36.12129999999999,10668
-110.871,36.205299999999994,10668
-110.352,36.3125,10668
-108.099,36.748400000000004,10668
-105.816,37.349199999999996,10668
-102.688,38.197100000000006,10668
-101.827,38.3373,10668
-97.6213,38.925099999999986,8961.12
-96.9188,39.019800000000004,6766.56
-94.7134,39.297200000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>