<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KGOO</name>
        <description>Los Angeles Intl to NEVADA CO AIR PARK</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KGOO</name>
            <description>Los Angeles Intl to NEVADA CO AIR PARK</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.408,33.94319999999999,0
-118.875,35.5132,10546.08
-119.021,35.9131,10668
-119.219,36.3275,10668
-119.327,36.55250000000001,10668
-119.413,36.7315,10668
-119.595,37.1044,9387.84
-120.749,38.724699999999984,2103.12
-121.003,39.22399999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>