<?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,374.904
-118.276189,33.951719,505.968
-118.259505,33.955954,637.032
-118.243327,33.961379,758.952
-118.227781,33.967953,862.5840000000001
-118.212983,33.975625,941.832
-118.199046,33.984338,1005.84
-118.186077,33.994025,1005.84
-117.240726,34.698421,1005.84
-115.390539,36.032625,1005.84
-115.376845,36.041945,1005.84
-115.362196,36.050263,990.6
-115.346706,36.057518,941.832
-115.330491,36.063653,862.5840000000001
-115.313674,36.068623,758.952
-115.296385,36.072389,637.032
-115.278755,36.074923,505.968
-115.260919,36.076206,374.904
-115.171383,36.076338,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>