<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCMA to KSBP</name>
        <description>CAMARILLO to San Luis County Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCMA to KSBP</name>
            <description>CAMARILLO to San Luis County Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-119.094,34.2137,0
-119.771,34.5095,3992.88
-120.644,35.2372,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>