<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSBD to KRAL</name>
        <description>San Bernardino Intl to Riverside Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSBD to KRAL</name>
            <description>San Bernardino Intl to Riverside Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-117.219353,34.099952,0
-117.137066,34.12435,30.48
-117.20092,34.020953,30.48
-117.264773,33.917555,30.48
-117.434626,33.950536,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>