<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KSJC</name>
        <description>Los Angeles Intl to Norman Y. Mineta San Jose Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KSJC</name>
            <description>Los Angeles Intl to Norman Y. Mineta San Jose Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.408,33.94319999999999,0
-119.641,35.2559,6614.160000000001
-119.979,35.64699999999999,7741.92
-120.316,35.890600000000006,6522.72
-120.559,36.065,5638.8
-121.929,37.363,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>