<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSLC to KLAS</name>
        <description>Salt Lake City International Airport to McCarran Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSLC to KLAS</name>
            <description>Salt Lake City International Airport to McCarran Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-111.975,40.787000000000006,0
-112.506,39.3022,3657.6000000000004
-112.673,38.99510000000001,3657.6000000000004
-112.742,38.86699999999999,3657.6000000000004
-112.756,38.84139999999999,3657.6000000000004
-113.013,38.3604,3657.6000000000004
-113.386,37.900000000000006,3657.6000000000004
-113.703,37.50280000000001,3657.6000000000004
-113.812,37.36500000000001,3657.6000000000004
-115.153,36.08070000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>