<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMRY to KSAC</name>
        <description>Monterey Rgnl to Sacramento Executive</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMRY to KSAC</name>
            <description>Monterey Rgnl to Sacramento Executive</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-121.842,36.5869,0
-121.717,37.37639999999999,4480.56
-121.493,38.51259999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>