<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KRAL</name>
        <description>Los Angeles Intl to Riverside Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KRAL</name>
            <description>Los Angeles Intl to Riverside Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.379838,33.939896,0
-118.293255,33.948707,30.48
-117.915103,33.9595,30.48
-117.536951,33.970293,30.48
-117.451972,33.95389,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>