<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KEDW</name>
        <description>Los Angeles Intl to Edwards Afb Rogers Dry Lake</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KEDW</name>
            <description>Los Angeles Intl to Edwards Afb Rogers Dry Lake</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.435535,33.946706,0
-118.275719,33.960732,0
-118.177185,34.052659,0
-118.190918,34.245865,0
-118.232117,34.560859,0
-118.207397,34.710009,0
-118.103714,34.795198,0
-117.841445,34.927312,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>