<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KLAS</name>
        <description>Los Angeles Intl to Mc Carran Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KLAS</name>
            <description>Los Angeles Intl to Mc Carran Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.379838,33.939896,0
-118.293255,33.948707,365.76
-118.268228,33.955058,563.88
-118.237134,33.968204,810.768
-118.202291,33.989983,1005.84
-118.166575,34.021742,1036.3200000000002
-117.260095,34.707603,1036.3200000000002
-116.342055,35.387694,1036.3200000000002
-115.5305,35.977305,1036.3200000000002
-115.490329,36.016161,1036.3200000000002
-115.449255,36.044123,1036.3200000000002
-115.410531,36.062263,1036.3200000000002
-115.376899,36.072205,1024.1280000000002
-115.350454,36.076007,947.928
-115.171383,36.076338,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>