<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSDL to KCNO</name>
        <description>SCOTTSDALE to Chino</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSDL to KCNO</name>
            <description>SCOTTSDALE to Chino</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-111.911,33.6229,0
-113.865,33.6499,10607.04
-114.544,33.772999999999996,10088.880000000001
-115.457,33.8236,7101.84
-116.43,33.870000000000005,3931.92
-117.637,33.974999999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>