<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KOXR to KBFL</name>
        <description>Oxnard to Meadows Field</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KOXR to KBFL</name>
            <description>Oxnard to Meadows Field</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-119.207,34.2008,0
-119.134,34.65870000000001,3017.52
-119.058,35.43350000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>