<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMHR to KSBP</name>
        <description>Sacramento Mather to San Luis County Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMHR to KSBP</name>
            <description>Sacramento Mather to San Luis County Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-121.297,38.55590000000001,0
-120.973,37.27420000000001,8077.200000000001
-120.779,36.71549999999999,5791.200000000001
-120.644,35.2372,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>