<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KSFO</name>
        <description>Los Angeles Intl to San Francisco Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KSFO</name>
            <description>Los Angeles Intl to San Francisco Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.409,33.9431,0
-119.641,35.2559,10668
-119.979,35.64699999999999,10668
-120.316,35.890600000000006,9357.36
-120.559,36.065,8351.52
-120.665,36.1404,7894.320000000001
-121.103,36.5916,5638.8
-122.375,37.6185,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>